Exam 9: Getting Started With Javascript Tutorial

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

Identify an expression that defines a date object.

(Multiple Choice)
4.8/5
(38)

Identify a syntax for JavaScript function.

(Multiple Choice)
4.8/5
(34)

A(n) _____ is any group of characters enclosed within either double or single quotation marks in JavaScript.

(Multiple Choice)
4.8/5
(35)

Case-Based Critical Thinking Questions Case 9-2 Robin maintains a web page for updating the metro timings in the city. He would like the website to display the present day's schedule. To do this, Robin writes a code that includes an object to retrieve the day of the week and then loads the appropriate data into the page. Robin includes an expression to the code, var thisDay = new Date("May 23, 2018 14:35:05"); Identify the value for the month that will be displayed on the web page by using thisDay.getMonth() method.

(Multiple Choice)
4.8/5
(36)

An object can be modified by changing its properties or by applying a method.

(True/False)
4.8/5
(39)

Case-Based Critical Thinking Questions Case 9-2 Robin maintains a web page for updating the metro timings in the city. He would like the website to display the present day's schedule. To do this, Robin writes a code that includes an object to retrieve the day of the week and then loads the appropriate data into the page. Robin includes an expression to the code, var thisDay = new Date("May 23, 2018 14:35:05"); He also includes the method thisDay.getDay() in the code. What is the result for the given method?

(Multiple Choice)
4.9/5
(39)

The technique for locating the source of an error is to set up _____ , which are locations where the browser will pause the program, allowing the programmer to determine the error at that position.

(Multiple Choice)
4.9/5
(41)

Identify a return value for the expression 5/"A" using JavaScript.

(Multiple Choice)
4.9/5
(31)

JavaScript is used as a programming tool for:

(Multiple Choice)
4.9/5
(47)

In JavaScript, the clearTimeout() method is used to clear all repeated commands.

(True/False)
4.9/5
(36)

The first character of a variable must be a numeral or an underscore character ( _ ).

(True/False)
4.8/5
(49)

Which of the following methods of the Math operator rounds x up to the next highest integer?

(Multiple Choice)
4.8/5
(37)
Showing 61 - 72 of 72
close modal

Filters

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