JavaScript MCQ : JS Statements (Multiple Choice Questions)


Question 1
Executable single line of Script is called as _________________.
A
Statement in JavaScript
B
None of these
C
Breakpoint in JS
D
Line in JS
Question 2
JavaScript Statements are executed by ________ .
A
JVM
B
Server
C
Compiler
D
Browser
Question 3
Java Statement terminated by ______________ ,
A
Comma
B
Slash
C
Full Stop
D
Semicolon
Question 3 Explanation: 
Every Executable JavaScript Statements is terminated by semicolon (optional)
Question 4
JavaScript code contain sequence of ___________.
A
HTML Tags
B
All of these
C
Executable Statements
D
Method Calls
Question 5
Which of the following statement is used to declare variable in JavaScript ?
A
Assignment Statement
B
Conditional Statement
C
Declaration Statement
D
Executable Statement
There are 5 questions to complete.