Exam 10: Programming With Javascriptadditional Cases

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

In Java, programs cannot write content to the hard disk.

(True/False)
4.8/5
(35)

JavaScript is ____, so you must pay attention to whether or not letters are capitalized.

(Multiple Choice)
4.8/5
(38)

Java requires that users have access to the ____ in order to create an executable Java applet.

(Multiple Choice)
4.8/5
(31)

When calling a JavaScript function, you provide in your call ____.

(Multiple Choice)
5.0/5
(34)

JavaScript code can be inserted directly into an HTML file, or placed in a separate text file that is linked to the Web page.

(True/False)
4.8/5
(42)

When used with both numbers and text, the ____ symbol treats the numbers as text.

(Multiple Choice)
4.7/5
(36)

Although it's not required, it's considered good programming style to include the ____________________ command whenever you create a variable.

(Short Answer)
4.8/5
(44)

JavaScript requires _____ programming knowledge and experience as Java.

(Multiple Choice)
4.7/5
(38)

JavaScript supports comment tags, using a set of double ____ at the beginning of a line that instructs the browser to ignore the line and not interpret it as a JavaScript command.

(Multiple Choice)
4.7/5
(46)

A(n)____________________ has variables that are not strictly tied to specific data types.

(Short Answer)
4.9/5
(36)

Where you place a function in the HTML file is unimportant.

(True/False)
4.8/5
(44)

There is no limit to the number of ____ elements used within a Web page.

(Multiple Choice)
4.9/5
(32)

A(n)____________________ is a named element in a program that stores information.

(Short Answer)
4.9/5
(36)

____ are useful because they can store information created in one part of your program and use that information in another.

(Multiple Choice)
4.9/5
(42)

You can cause a variable to have no value by assigning it the value ____.

(Multiple Choice)
4.8/5
(41)

Early on, a problem with Java was that nonprogrammers found it difficult to learn and use to write their own Java applets.

(True/False)
4.8/5
(40)

What is the use of functions? Write the general syntax of a JavaScript function.

(Essay)
4.7/5
(40)

Case 10-3 Simon’s Leathervane sells handmade leather clothing online. He has added some JavaScript functions to calculate how much a person has to pay before they submit the order page, but is having some trouble. -One way to break up a program's different tasks into smaller more manageable chunks is to write ____.

(Multiple Choice)
4.9/5
(36)

A(n)____________________ variable can be any number, such as 12, 22.5, or -3.14159.

(Short Answer)
4.8/5
(37)

Case 10-1 Training unlimited is planning to create a page that will allow users to e-mail their requests for the training videos to add to their online training offerings. -To make their code reusable, the Web designer should put it into a ____.

(Multiple Choice)
4.8/5
(34)
Showing 61 - 80 of 150
close modal

Filters

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