Dynamic Webpage With Scripting Language (3360705) MCQs

MCQs of Working with JavaScript

Showing 1 to 10 out of 78 Questions
1.
JavaScript is ________ Language.
જાવાસ્ક્રિપ્ટ એ ________ લેંગ્વેજ છે.
(a) Programming
પ્રોગ્રામિંગ
(b) Scripting
સ્ક્રિપ્ટીંગ
(c) Application
એપ્લિકેશન
(d) None of the above
ઉપરમાંથી એકપણનહી
Answer:

Option (b)

2.

Which of the following best describes JavaScript?

નીચેનામાંથી કયુ જાવાસ્ક્રીપ્ટને સારી રીતે describe કરે છે?

(a)

a low-level programming language

low-level પ્રોગ્રામિંગ લેંગ્વેજ

(b)

a scripting language precompiled in the browser

બ્રાઉઝરમાં precompile સ્ક્રિપ્ટીંગ લેંગ્વેજ

(c)

a compiled scripting language

compile સ્ક્રિપ્ટીંગ લેંગ્વેજ

(d)

an object-oriented scripting language

object-oriented સ્ક્રિપ્ટીંગ લેંગ્વેજ

Answer:

Option (d)

3.
Which of the following is correct about features of JavaScript?
જાવાસ્ક્રિપ્ટના features નીચેનીમાંથી કયા સાચા છે?
(a) JavaScript is a lightweight, interpreted programming language
જાવાસ્ક્રિપ્ટ એ lightweight, interpreted પ્રોગ્રામિંગ લેંગ્વેજ
(b) JavaScript is designed for creating network-centric applications
જાવાસ્ક્રિપ્ટ network-centric એપ્લિકેશનો બનાવવા માટે બનાવવામાં આવી છે.
(c) JavaScript is complementary to and integrated with Java
જાવાસ્ક્રિપ્ટ complementary છે અને જાવા સાથે integrate છે.
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

4.
Which is the advantages of JavaScript?
જાવાસ્ક્રિપ્ટના ફાયદા કયા છે?
(a) Simplicity
(b) Versatility
(c) Richer interfaces
(d) All of the above
ઉપર આપેલ બધા જ
Answer:

Option (d)

5.
Is JavaScript case-sensitive?
જાવાસ્ક્રિપ્ટ case-sensitive છે?
(a) Yes
(b) No
Answer:

Option (a)

6.
JavaScript is an ________ language.
જાવાસ્ક્રિપ્ટ એ ________ લેંગ્વેજ છે.
(a) compiled
(b) interpreted
Answer:

Option (b)

7.
Inside which HTML element do we put the JavaScript?
કયા HTML એલિમેંટની અંદર આપણે જાવાસ્ક્રિપ્ટ મૂકીએ છીએ?
(a) <script>
(b) <scripting>
(c) <javascript>
(d) <js>
Answer:

Option (a)

8.
What is the correct JavaScript syntax to change the content of the HTML element below?
<p id="demo">This is a demonstration.</p>
નીચેના HTML એલિમેંટના contentને બદલવા માટે યોગ્ય જાવાસ્ક્રિપ્ટ વાક્યરચના શું છે?
<p id="demo">This is a demonstration.</p>
(a) document.getElementByName("p").innerHTML = "Hello World!";
document.getElementByName("p").innerHTML = "Hello World!";
(b)
document.getElement("p").innerHTML = "Hello World!";
document.getElement("p").innerHTML = "Hello World!";
(c)
document.getElementById("demo").innerHTML = "Hello World!";
document.getElementById("demo").innerHTML = "Hello World!";
(d)
#demo.innerHTML = "Hello World!";
#demo.innerHTML = "Hello World!";
Answer:

Option (c)

9.
Local Browser used for validations on the Web Pages uses __________.
વેબપેજ પર વેલીડેશન માટે વપરાયેલ લોકલ બ્રાઉઝર __________ નો ઉપયોગ કરે છે.
(a) HTML
(b) JS
(c) JAVA
(d) CSS
Answer:

Option (b)

10.

Where is the correct place to insert a JavaScript?

જાવાસ્ક્રિપ્ટ ઇન્સર્ટ કરવા માટેનું યોગ્ય જગ્યા કઈ છે?

(a)

Both the <head> section and <body> section are correct

<head> વિભાગ અને<body> વિભાગ બંને સાચું છે.

(b)

The <head> section

<head> વિભાગ

(c)

The <body> section

<body> વિભાગ

(d)

None of the above

ઉપરમાંથી એકપણનહી

Answer:

Option (a)

Showing 1 to 10 out of 78 Questions