Exam 1: Introduction to Javascript

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

What is client-side scripting, and how is it related to the JavaScript language?

(Essay)
4.7/5
(36)

Describe why it's important to validate web documents, and how to do it.

(Essay)
4.8/5
(43)

Discuss case sensitivity in JavaScript.

(Essay)
4.8/5
(33)

Like HTML, XHTML is not case sensitive.

(True/False)
4.8/5
(39)

What does the following code do? var fname = document.getElementById("firstName");

(Essay)
4.9/5
(37)

An object is ____ that can be treated as an individual unit or component.

(Multiple Choice)
4.7/5
(33)

When a client requests a server-side script, a client will never see the server-side script, only the ____ that the web server software returns from the script.

(Multiple Choice)
4.8/5
(43)

Which method displays a dialog box with an OK button?

(Multiple Choice)
4.8/5
(29)

A(n)____ comment hides multiple lines of code.

(Multiple Choice)
4.7/5
(38)

A system consisting of a client and a server is known as a ____ system.

(Multiple Choice)
4.9/5
(42)

In the client/server system, one of the primary roles of the client, or front end, is to ____.

(Multiple Choice)
4.8/5
(44)

What does each of the following statements do? document.write("Plant choices"); window.alert("Plant choices");

(Essay)
4.8/5
(34)

When you assign a value to a variable, you use an equal sign, which is also called a(n)__________ operator.

(Short Answer)
4.8/5
(39)

Although JavaScript is considered a programming language, it is also a critical part of web page design and authoring.

(True/False)
4.7/5
(27)

A three-tier, or multitier, client/server system consists of three distinct pieces: These are ____.

(Multiple Choice)
4.9/5
(46)

Some of the more popular server-side scripting languages include ____.

(Multiple Choice)
4.8/5
(30)

Special words that are part of the JavaScript language syntax and that can't be used as variable names are known as ____.

(Multiple Choice)
4.8/5
(37)

Symbols such as + and * used in expressions to manipulate operands are known as ____.

(Multiple Choice)
4.8/5
(37)

Under what circumstances would you use server-side scripting?

(Essay)
4.9/5
(42)

When an event occurs, your script executes any code that responds to that specific event  on that specific element. This code is known as the __________.

(Short Answer)
4.9/5
(39)
Showing 21 - 40 of 42
close modal

Filters

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