0% found this document useful (0 votes)
87 views

Web Technology (Chapter - JavaScript) Solved MCQs (Set-1)

This document contains 25 multiple choice questions about JavaScript. All of the questions are related to JavaScript fundamentals and concepts such as data types, variables, operators, functions, and DOM manipulation. The questions cover topics like JavaScript being a client-side scripting language, its use in making web pages interactive, basic syntax like var and const, operators like assignment, and methods like getElementById and console.log().

Uploaded by

Athithya R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views

Web Technology (Chapter - JavaScript) Solved MCQs (Set-1)

This document contains 25 multiple choice questions about JavaScript. All of the questions are related to JavaScript fundamentals and concepts such as data types, variables, operators, functions, and DOM manipulation. The questions cover topics like JavaScript being a client-side scripting language, its use in making web pages interactive, basic syntax like var and const, operators like assignment, and methods like getElementById and console.log().

Uploaded by

Athithya R
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Web Technology MCQs [set-1]

Chapter: JavaScript

1. -----is a high-level scripting language that is synchronous with client-side


scripting
A. java script
B. php
C. oracle
D. none of these
Answer: A

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

4. --- a versatile programming language which is specially designed to build


interactive web interfaces to make websites look really good.
A. java script
B. php
C. oracle
D. none of these
Answer: A
5. ----one of the most powerful programming languages used to create
interactive effects within web browsers without interacting with the server side
A. java script
B. php
C. oracle
D. none of these
Answer: A

6. -----is specifically designed to build interactive web interfaces and create


network-specific applications without interacting with the server side
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

8. A -----scripting is a light weight programming language


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

Download more sets at McqMate.com


10. ------is relatively simple to learn and implement.
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

12. In HTML, JavaScript code is inserted betweent-----and </script> tags


A. script
B. VER
C. TITLE
D. none of these
Answer: A

13. To access an HTML element, JavaScript can use the------method.


A. document.getElementById(id
B. CONSOLE
C. COUT
D. none of these
Answer: A

14. --------Is used to show the out put or give message


A. document.write():
B. printf
C. COUT
D. none of these
Answer: A

15. For debugging purposes, you can call the ----method in the browser to display
data.

Download more sets at McqMate.com


A. document.write():
B. CONSOLE.LOG()
C. COUT()
D. none of these
Answer: B

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

19. ------it is assignment operator is used to not equal value.


A. document.write():
B. CONST
C. =
D. !==
Answer: D

20. in java script------are written with quotes. You can use single or double quotes.

Download more sets at McqMate.com


A. document.write():
B. STRING
C. =
D. !==
Answer: B

21. in java script------items are separated by commas.


A. document.write():
B. STRING
C. array
D. !==
Answer: C

22. Which type of JavaScript language is ___


A. Object-Oriented
B. Object-Based
C. Assembly-language
D. High-level
Answer: B

23. Which one of the following also known as Conditional Expression:


A. Alternative to if-else
B. Switch statement
C. If-then-else statement
D. immediate if
Answer: C

24. The "function" and " var" are known as


A. Keywords
B. Data types
C. Declaration statements
D. Prototypes
Answer: C

25. Which of the following variables takes precedence over the others if the names
are the same?
A. Global variable
B. The local element

Download more sets at McqMate.com


C. The two of the above
D. None of the above
Answer: B

Download more sets at McqMate.com

You might also like