Exam 1: Javascript Basics: Syntax, Execution, and Capabilities

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

_____ JavaScript statements embedded in an HTML page can respond to user events such as mouse-clicks, form input, and page navigation.

Free
(Multiple Choice)
4.7/5
(41)
Correct Answer:
Verified

A

Which of the following way can be used to indicate the LANGUAGE attribute?

Free
(Multiple Choice)
4.8/5
(41)
Correct Answer:
Verified

C

Which of the following attribute can hold the JavaScript version?

Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
Verified

A

The syntax of a blur method in a button object is ______________

(Multiple Choice)
4.9/5
(35)

What Is The Output Of Following JavaScript Code? -<script type="text/javascript"> var s = "9123456 or 80000?"; var pattern = /\d{4}/; var output = s.match(pattern); document.write(output); </script>

(Multiple Choice)
4.8/5
(38)

Which of the following event fires when the form element loses the focus: <button>, <input>, <label>, <select>, <textarea>?

(Multiple Choice)
4.8/5
(41)

Which of the following can't be done with client-side JavaScript?

(Multiple Choice)
4.8/5
(36)

The syntax of capture events method for document object is ______________

(Multiple Choice)
4.8/5
(52)

What is the correct syntax for referring to an external script called " abc.js"?

(Multiple Choice)
4.8/5
(47)

When a user views a page containing a JavaScript program, which machine actually executes the script?

(Multiple Choice)
4.8/5
(37)

How to create a Date object in JavaScript?

(Multiple Choice)
5.0/5
(31)

______ tag is an extension to HTML that can enclose any number of JavaScript statements.

(Multiple Choice)
4.9/5
(31)

What is the correct JavaScript syntax to write "Hello World"?

(Multiple Choice)
4.9/5
(43)

Which of the following are capabilities of functions in JavaScript?

(Multiple Choice)
4.9/5
(28)

Which of the following best describes JavaScript?

(Multiple Choice)
4.8/5
(43)

Choose the client-side JavaScript object:

(Multiple Choice)
4.8/5
(32)

The syntax of close method for document object is ______________

(Multiple Choice)
4.9/5
(39)

Local Browser used for validations on the Web Pages uses __________.

(Multiple Choice)
4.8/5
(47)

Inside which HTML element do we put the JavaScript?

(Multiple Choice)
4.8/5
(36)

JavaScript is ______ Side Scripting Language.

(Multiple Choice)
4.9/5
(40)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)