Exam 2: The Javascript Language
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
In 1989, ____ developed Hypertext Markup Language (HTML), which became the language of the modern Internet, and Hypertext Transfer Protocol (HTTP), which specified how communication should take place.
(Multiple Choice)
4.8/5
(32)
JavaScript is considered an interpreted language because it is interpreted by a Web browser.
(True/False)
4.8/5
(31)
In the early 1990s, search tools with the names Archie, Gopher, Veronica, and Jughead established the use of ____, which made it possible to click a text link and retrieve a document from another location in the vast Internet resources known as "cyberspace."
(Multiple Choice)
4.8/5
(43)
Named constants should be used when they serve to improve readability and understanding.
(True/False)
4.8/5
(41)
In pseudocode, the keyword Display is followed by the text expression. In JavaScript, the document.write is followed by the text expression in parentheses, and a semicolon is placed at the end of the statement.
(True/False)
5.0/5
(35)
A principle of XHTML is that it contains the content of data and leaves the formatting specifics to external documents, such as Cascading Style Sheets (CSS).
(True/False)
4.9/5
(34)
If a(n) ____ program contains a syntax error it usually just halts or crashes.
(Multiple Choice)
4.9/5
(42)
With a(n) ____ the editor, compiler, and executer are combined in the same application.
(Multiple Choice)
4.8/5
(33)
A(n) ____ is one that does not run as a separate (stand-alone) program.
(Multiple Choice)
4.9/5
(40)
Fourth-generation languages are "application specific"-that is, they are tied to an application such as a database or a report writer.
(True/False)
4.9/5
(31)
Which of the following is considered a second generation language?
(Multiple Choice)
4.9/5
(39)
The Web browser on the user's computer that receives Web pages is called the ____.
(Multiple Choice)
4.9/5
(48)
Mosaic was released in 1995, Netscape Navigator in 2000, and Microsoft Internet Explorer in 2002.
(True/False)
4.9/5
(28)
The syntax of the assignment statement that calls the prompt() function is ____.
(Multiple Choice)
4.8/5
(37)
4GLs are associated with visual interfaces and natural languages in some definitions.
(True/False)
4.8/5
(37)
JavaScript, like most full programming languages, requires the declaration of a data type.
(True/False)
4.8/5
(32)
____ focus less on a program's procedures and more on the objects (or things) on which these procedures operate.
(Multiple Choice)
4.8/5
(34)
XHTML includes the capability of ____ code, meaning it can be checked for correctness.
(Multiple Choice)
4.9/5
(34)
Programs translated and executed line by line from the source code are said to be ____.
(Multiple Choice)
4.8/5
(36)
Based on the code below, which of the following is the empty string?
// prompt for employee's last name
Var lastName = prompt("Enter the employee's last name:","");
(Multiple Choice)
4.9/5
(31)
Showing 21 - 40 of 49
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)