Javascript Quiz 3

Description: Javascript Quiz 3
Number of Questions: 13
Created by:
Tags: javascript
Attempted 0/13 Correct 0 Score 0

You work on a JavaScript project. Which of the following correctly describe the relationships of JavaScript and "objects"?

  1. JavaScript is Object-oriented

  2. JavaScript is Object-based

  3. JavaScript is Object-driven

  4. JavaScript has no relationship with objects


Correct Option: B
  1. Navigator v2.0

  2. Mozilla V1.5

  3. IE 2.0

  4. Navigator V1.0


Correct Option: A

Under which of the following conditions will you need to include semi colons on a line of code?

  1. When you have multiple statements on multiple lines

  2. When you have multiple statements on a line

  3. When you have single statement on multiple lines

  4. When you have single statement on a line


Correct Option: B

Which of the following are the valid JavaScript versions?

  1. Version 1.2

  2. Version 1.1

  3. Version 1.3

  4. Version 1.4

  5. All of the above


Correct Option: E
  1. at run time

  2. at compile time

  3. at debug time

  4. at code time


Correct Option: A
  1. Often referred to as "persistent cookies"

  2. Often referred to as "persistent HTML"

  3. Small memory-resident pieces of information sent from a server to the client

  4. Small memory-resident pieces of information sent from a client to the server

  5. Either AB&C


Correct Option: E

A program written by JavaScript is driven by

  1. Events

  2. Classes

  3. Objects

  4. DLL

  5. Components


Correct Option: A
  1. Platform dependent

  2. Platform linkage

  3. Platform independent

  4. Platform binding


Correct Option: C

Which of the following correctly describe JavaScript as a language?

  1. It is based on object creation

  2. It focuses on component building

  3. It focuses on logic flow

  4. It emphasis on SCRIPTING


Correct Option: D

When authoring web page with Javascript, why should you explicitly include the window object into your codes?

  1. this is a good practice

  2. this is REQUIRED

  3. this ensures browser compatibility

  4. this ensures OS compatibility


Correct Option: A
- Hide questions