Web Technology (Chapter - JavaScript) Solved MCQs (Set-1)
Web Technology (Chapter - JavaScript) Solved MCQs (Set-1)
Chapter: JavaScript
m
2. ----- a versatile language of the front-end that is mainly used to make web
o
pages interactive and dynamic
. c
A. java script
te
B. php
a
C. oracle
q M
D. none of these
c
Answer: A
M
3. -------was originally developed to perform client-side functions
A. java script
B. php
C. oracle
D. none of these
Answer: A
7. ------is the scripting language designed primarily for adding interactively to web
pages and creating web applications
A. java script
B. php
C. oracle
D. none of these
Answer: A
9. ------is very fast because it can be run immediately within the client-side browser
A. java script
B. php
C. oracle
D. none of these
Answer: A
11. Client side------does not allow the reading and writing of files.
A. java script
B. php
C. oracle
D. none of these
Answer: A
15. For debugging purposes, you can call the ----method in the browser to display
data.
16. ----this key word is used to declared the variable in java script.
A. document.write():
B. CONSOLE.LOG
C. var
D. none of these
Answer: C
17. -----this key word is used to declared the constant in java script.
A. document.write():
B. CONST
C. var
D. none of these
Answer: B
18. -------it is assignment operator is used to assign value from right hand side to
left
hand side .
A. document.write():
B. CONST
C. =
D. none of these
Answer: C
20. in java script------are written with quotes. You can use single or double quotes.
25. Which of the following variables takes precedence over the others if the names
are the same?
A. Global variable
B. The local element