Hello students welcome to msbte news in this article we have provided Client Side Scripting Language Mcq Question Bank With Pdf Download. This Client Side Scripting Language Mcq Question Pdf is ideal for 3rd year diploma in computer engineering students.
In this Client Side Scripting Mcq pdf we have selected 25 important questions from Previous Year answer paper provided by msbte. By referring this Client Side Scripting Language Objective Questions Msbte 3rd diploma in computer engineering students can practice for their upcoming winter 2021 exams.
Table of Contents
Client Side Scripting Language Mcq Question Bank
1) Features of Java script
A. JavaScript is an object-based scripting language.
B. Giving the user more control over the browser
C. It Handling dates and time
D. All of the above
Correct!
Wrong!
2) Properties of location object
A. host
B. hash
C. href
D. All of the above
Correct!
Wrong!
3) The _____ to the directory or web page that set the cookie
A. Secure
B. Expires
C. Domain
D. Path
Correct!
Wrong!
4) Where in an HTML document is the correct place to refer to an external style sheet?
A. At the end of the document
B. In the section
C. At the top of the document
D. In the section
Correct!
Wrong!
5) Which HTML attribute is used to define inline styles?
A. font
B. class
C. styles
D. style
Correct!
Wrong!
6) Which property is used to change the background color?
A. bgcolor:
B. background-color:
C. color:
Correct!
Wrong!
7) How do you add a background color for all <h1> elements?
A. all.h1 {background-color:#FFFFFF}
B. h1.all {background-color:#FFFFFF}
C. h1 {background-color:#FFFFFF}
Correct!
Wrong!
8) The main purpose of JavaScript in web browser is to ___________
A. Creating animations and other visual effects
B. User Interface
C. Visual effects
D. User experience
Correct!
Wrong!
9) The service(s) that enables networking through scripted HTTP requests is __________
A. XMLHttpResponse
B. XMLRequest
C. XMLHttpRequest
D. XMLHttps
Correct!
Wrong!
10) JavaScript code between a pair of “script” tags are called __________
A. Non-inline
B. External
C. Referenced
D. Inline
Correct!
Wrong!
11) ______ JavaScript is also called client-side JavaScript.
A. Microsoft
B. Navigator
C. LiveWire
D. Native
Correct!
Wrong!
12) _____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.
A. Client-side
B. Server-side
C. Local
D. Native
Correct!
Wrong!
13) Inside which HTML element do we put the JavaScript?
A.
B.
C.
16) To open a dialog box each time an error occurs, which of the following is added to prefs.js?
A. user_pref("javascript.classic.error_alerts", true);
B. user_pref("javascript.classic.error_alerts ", false);
C. user_pref("javascript.console.open_on_error ", true);
D. user_pref("javascript.console.open_on_error ", false);
Correct!
Wrong!
17) Select the Comparison operators in Javascript of the following
= = =
A. not equal value or not equal type
B. Equal to
C. Equal value and equal type
D. None of the above
Correct!
Wrong!
18) What are ways of protecting Web Page
A. Hiding JavaScript
B. Hiding your source code
C. Disabling the right MouseButton
D. All of the above
Correct!
Wrong!
19) Which HTML tag is used to define an internal style sheet?
A.
B.
C.
Correct!
Wrong!
20) How do you insert a comment in a CSS file?
A. // this is a comment //
B.
C. ‘ this is a comment
D. // this is a comment
Correct!
Wrong!
21) When a user views a page containing a JavaScript program,which machine actually executes the script?
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above
Correct!
Wrong!
22) What are variables used for in JavaScript Programs?
A. Storing numbers,dates,or other values
B. Varying randomly
C. Causing high-school algebra flashbacks
D. None of the above
Correct!
Wrong!
23) What does the <noscript>tag do?
A. Enclose text to be displayed by non-JavaScript browsers.
B. Prevents scripts on the page from executing.
C. Describes certain low-budget movies.
D. None of the above
Correct!
Wrong!
24) Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
A. Static Web Pages
B. Interactive Web Pages
C. Conditional Web Pages
D. All web pages
Correct!
Wrong!
25) The charAt() method requires one argument i.e is the index of the character that you want to copy
A. True
B. False
Correct!
Wrong!
Share the quiz to show your results !
Subscribe to see your results
22519 Client-Side Scripting Language Mcq Question Bank
Client Side Scripting Language Model answer paper (View Here)
Client Side Scripting Language Question Paper (View Here)
Msbte News Social accounts
We provide regular updates about msbte on our social accounts For latest msbte diploma updates you can follow our page on Instagram @msbtenews and Facebook @msbtediplomaupdates. we solve your queries by message on our social accounts so do follow our social accounts if you have any queries related to diploma and engineering courses.
Msbte News is created to help msbte diploma students to find study resources,which are very much needed for diploma students while preparing for the exam. msbtenews.com provide polytechnic solved question papers which are provided by msbte.org.in. with these msbte polytechnic model answer paper students gets a rough idea about paper pattern and marks distribution.
Hello students welcome to msbte news in this article we have provided Client Side Scripting Language Mcq Question Bank With Pdf Download. This Client Side Scripting Language Mcq Question Pdf is ideal for 3rd year diploma in computer engineering students.
In this Client Side Scripting Mcq pdf we have selected 25 important questions from Previous Year answer paper provided by msbte. By referring this Client Side Scripting Language Objective Questions Msbte 3rd diploma in computer engineering students can practice for their upcoming winter 2021 exams.
Table of Contents
Client Side Scripting Language Mcq Question Bank
1) Features of Java script
A. JavaScript is an object-based scripting language.
B. Giving the user more control over the browser
C. It Handling dates and time
D. All of the above
Correct!
Wrong!
2) Properties of location object
A. host
B. hash
C. href
D. All of the above
Correct!
Wrong!
3) The _____ to the directory or web page that set the cookie
A. Secure
B. Expires
C. Domain
D. Path
Correct!
Wrong!
4) Where in an HTML document is the correct place to refer to an external style sheet?
A. At the end of the document
B. In the section
C. At the top of the document
D. In the section
Correct!
Wrong!
5) Which HTML attribute is used to define inline styles?
A. font
B. class
C. styles
D. style
Correct!
Wrong!
6) Which property is used to change the background color?
A. bgcolor:
B. background-color:
C. color:
Correct!
Wrong!
7) How do you add a background color for all <h1> elements?
A. all.h1 {background-color:#FFFFFF}
B. h1.all {background-color:#FFFFFF}
C. h1 {background-color:#FFFFFF}
Correct!
Wrong!
8) The main purpose of JavaScript in web browser is to ___________
A. Creating animations and other visual effects
B. User Interface
C. Visual effects
D. User experience
Correct!
Wrong!
9) The service(s) that enables networking through scripted HTTP requests is __________
A. XMLHttpResponse
B. XMLRequest
C. XMLHttpRequest
D. XMLHttps
Correct!
Wrong!
10) JavaScript code between a pair of “script” tags are called __________
A. Non-inline
B. External
C. Referenced
D. Inline
Correct!
Wrong!
11) ______ JavaScript is also called client-side JavaScript.
A. Microsoft
B. Navigator
C. LiveWire
D. Native
Correct!
Wrong!
12) _____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.
A. Client-side
B. Server-side
C. Local
D. Native
Correct!
Wrong!
13) Inside which HTML element do we put the JavaScript?
A.
B.
C.
16) To open a dialog box each time an error occurs, which of the following is added to prefs.js?
A. user_pref("javascript.classic.error_alerts", true);
B. user_pref("javascript.classic.error_alerts ", false);
C. user_pref("javascript.console.open_on_error ", true);
D. user_pref("javascript.console.open_on_error ", false);
Correct!
Wrong!
17) Select the Comparison operators in Javascript of the following
= = =
A. not equal value or not equal type
B. Equal to
C. Equal value and equal type
D. None of the above
Correct!
Wrong!
18) What are ways of protecting Web Page
A. Hiding JavaScript
B. Hiding your source code
C. Disabling the right MouseButton
D. All of the above
Correct!
Wrong!
19) Which HTML tag is used to define an internal style sheet?
A.
B.
C.
Correct!
Wrong!
20) How do you insert a comment in a CSS file?
A. // this is a comment //
B.
C. ‘ this is a comment
D. // this is a comment
Correct!
Wrong!
21) When a user views a page containing a JavaScript program,which machine actually executes the script?
A. The User's machine running a Web browser
B. The Web server
C. A central machine deep within Netscape's corporate offices
D. None of the above
Correct!
Wrong!
22) What are variables used for in JavaScript Programs?
A. Storing numbers,dates,or other values
B. Varying randomly
C. Causing high-school algebra flashbacks
D. None of the above
Correct!
Wrong!
23) What does the <noscript>tag do?
A. Enclose text to be displayed by non-JavaScript browsers.
B. Prevents scripts on the page from executing.
C. Describes certain low-budget movies.
D. None of the above
Correct!
Wrong!
24) Which of the following communicates with server-side CGI scripts through HTML form submissions and can be written without the use of JavaScript?
A. Static Web Pages
B. Interactive Web Pages
C. Conditional Web Pages
D. All web pages
Correct!
Wrong!
25) The charAt() method requires one argument i.e is the index of the character that you want to copy
A. True
B. False
Correct!
Wrong!
Share the quiz to show your results !
Subscribe to see your results
22519 Client-Side Scripting Language Mcq Question Bank
Client Side Scripting Language Model answer paper (View Here)
Client Side Scripting Language Question Paper (View Here)
Msbte News Social accounts
We provide regular updates about msbte on our social accounts For latest msbte diploma updates you can follow our page on Instagram @msbtenews and Facebook @msbtediplomaupdates. we solve your queries by message on our social accounts so do follow our social accounts if you have any queries related to diploma and engineering courses.
Msbte News is created to help msbte diploma students to find study resources,which are very much needed for diploma students while preparing for the exam. msbtenews.com provide polytechnic solved question papers which are provided by msbte.org.in. with these msbte polytechnic model answer paper students gets a rough idea about paper pattern and marks distribution.
Msbte Exam Form Winter 2022 - Hello Diploma students Maharashtra state Board of Technical Education has released the Msbte Winter 2022 Exam Form. Students...
Hello if you're aspiring Junior Associate of Indian Institute of Bankers Candidate and looking For IIBF Caiib Syllabus 2022 Pdf Then You have landed...
Want to stay up to date with the latest news?
We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!