Exam 13: Program Development and Programming Languages

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

Programmers often use temporary dummy print statements-print statements that are temporarily inserted into the code-to help locate a ____.

(Multiple Choice)
4.9/5
(32)

In a computer program, ____ are named memory locations that are defined for that particular program and are used to store the current value of data items used in the program.

(Multiple Choice)
4.8/5
(36)

____ was created to fill the need for a teaching tool to encourage structured programming.

(Multiple Choice)
4.8/5
(27)

A ____ is simply a series of statements that follow one another. After the first statement has been carried out completely, the program control moves to the next statement, and so forth.

(Multiple Choice)
4.8/5
(31)

A ____ is used to illustrate when, how, and in what order the statements in a computer program, module, or method are performed.

(Multiple Choice)
4.9/5
(20)

Pseudocode expresses the steps in a program, module, or method, but uses English-like statements in place of the flowchart's graphical symbols.

(True/False)
4.9/5
(41)

Java is currently one of the most popular programming languages and has replaced ____ as the programming language used for the computer science Advanced Placement exam taken by high school students to earn college credit.

(Multiple Choice)
4.7/5
(41)

Fourth-generation languages (4GLs) are ____.

(Multiple Choice)
4.9/5
(39)

The first official recorded use of the word "bug" in the context of computing is associated with the temporary failure of the ____ computer.

(Multiple Choice)
4.9/5
(29)

  -The figure above shows the ____ control structure. -The figure above shows the ____ control structure.

(Multiple Choice)
4.7/5
(37)

_________________________ refers to keeping track of the progress of a program development project, such as documenting revisions, storing each version of the program so it can be recreated if needed, and keeping track of all components used in the final program.

(Short Answer)
4.9/5
(23)

____ is a software development approach that continues the programming trend of breaking a software program into small and more manageable pieces that overlap in functionality as little as possible.

(Multiple Choice)
4.9/5
(38)

A(n) ____ is a software program that helps programmers develop software.

(Multiple Choice)
4.9/5
(22)

A(n) _________________________ is a programming package designed for a particular platform (such as iPhone, Android, Java, or Windows) that enables programmers to develop applications for that platform more quickly and easily.

(Essay)
4.8/5
(43)

Rather than creating a complete object module for a program, a(n) ____ reads, translates, and executes the source program one line at a time.

(Multiple Choice)
4.9/5
(35)

Python programs run on computers using the Windows, Linux, UNIX, Mac OS X, or OS / 2 operating systems, as well as on some mobile devices.

(True/False)
4.9/5
(35)

____ is a broad term to describe creating and managing an application throughout its entire lifecycle-from design through coding and testing, to maintenance, and, eventually, to retirement.

(Multiple Choice)
4.8/5
(36)

____________________ is an open source, object-oriented programming language recently developed by Google and designed as a JavaScript replacement for Web apps.

(Short Answer)
4.9/5
(31)

A(n) ____ is designed for a specific programming language and translates programs written in that language into machine language so it can be executed.

(Multiple Choice)
4.7/5
(32)

Java is widely used by businesses and is viewed by many as the replacement for both COBOL and C++.

(True/False)
4.9/5
(31)
Showing 41 - 60 of 73
close modal

Filters

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