Exam 9: Getting Started With Javascript

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

Identify the property that best matches the following style rules. -It returns a text string displaying value to n decimal places.

(Multiple Choice)
4.9/5
(37)

An Infinity value is generated for an operation whose result is less than the smallest numeric value.

(True/False)
4.8/5
(30)

The Math.round(x)method rounds the value of x down to the next lowest integer.

(True/False)
4.8/5
(36)

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 this Day = new Date ("May 23, 2018 14:35:05"); \text { var this Day = new Date ("May 23, } 2018 \text { 14:35:05"); } He also includes the method thisDay.getDay()in the code.What is the result for the given method?

(Multiple Choice)
4.8/5
(30)

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 this Day = new Date ("May 23, 2018 14:35:05"); \text { var this Day = new Date ("May 23, } 2018 \text { 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.9/5
(42)

_____ is the programming language for client-side programs.

(Multiple Choice)
4.8/5
(42)

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

(True/False)
4.9/5
(38)

The async attribute stalls script processing until after the page has been completely parsed and loaded.

(True/False)
4.9/5
(23)

Which of the following is created by a programmer for use in an application.

(Multiple Choice)
4.9/5
(33)

_____ programming distributes the load to prevent a server from getting overloaded with program-related requests.

(Multiple Choice)
4.7/5
(29)

A video embedded on a web page is a(n)_____ and has properties such as source of the video file or the width and height of the video player.

(Multiple Choice)
4.9/5
(41)

Identify a syntax for JavaScript function.

(Multiple Choice)
4.8/5
(29)

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. -Identify an expression that Robin must use to define the current date on the web page.

(Multiple Choice)
4.9/5
(41)

There is no limit to the number of time-delayed commands a browser can process.

(True/False)
4.9/5
(35)

JavaScript demands strict application of rules for syntax and program structure.

(True/False)
4.9/5
(45)

Identify a shortcut key on the keyboard to open the debugging tools.

(Multiple Choice)
4.8/5
(37)

Server-side and client-side programming are the two main types of web-based programming.

(True/False)
5.0/5
(45)

If no value is assigned to a Boolean variable,it is interpreted as having a value of true.

(True/False)
4.7/5
(42)

A _____ occurs after a script has been successfully loaded with no syntax errors and is being executed by a browser.

(Multiple Choice)
4.8/5
(47)

Identify the property that best matches the following style rules. -It returns a text string displaying value to n significant digits either to the left or to the right of the decimal point.

(Multiple Choice)
4.9/5
(35)
Showing 61 - 80 of 89
close modal

Filters

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