Top 350+ Solved Web Technology MCQ Questions Answer
Q. Which of the following best describes JavaScript?
a. a low-level programming language.
b. a scripting language precompiled in the browser.
c. a compiled scripting language.
d. an object-oriented scripting language.
Q. Which of the following is not considered a JavaScript operator?
a. new
b. this
c. delete
d. typeof
Q. ______method evaluates a string of JavaScript code in the context of thespecified object.
a. Eval
b. ParseInt
c. ParseFloat
d. Efloat
Q. Which of the following event fires when the form element loses the focus:<button>, <input>, <label>, <select>, <textarea>?
a. onfocus
b. onblur
c. onclick
d. ondblclick
Q. The syntax of Eval is _______.
a. [objectName.]eval(numeriC.
b. [objectName.]eval(string)
c. [EvalName.]eval(string)
d. [EvalName.]eval(numeriC.
Q. Using _______ statement is how you test for a specific condition.
a. Select
b. If
c. Switch
d. For
Q. A local telephone network is an example of a _______ network
a. Packet switched
b. Circuit switched
c. both of the mentioned
d. none of the mentioned
Q. Most packet switches use this principle
a. Stop and wait
b. Store and forward
c. Both of the mentioned
d. None of the mentioned
Q. <b> tag makes the enclosed text bold. What is other tag to make text bold?
a. <strong>
b. <dar>
c. <black>
d. <emp>
Q. Which tag inserts a line horizontally on your web page?
a. <hr>
b. <line>
c. <line direction=”horizontal”>
d. <tr>