Filters
Question type

Study Flashcards

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.


A) selection control structure
B) sequence control structure
C) control structure
D) repetition control structure

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

SDK
software develop...

View Answer

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


A) FORTRAN
B) Java
C) COBOL
D) Pascal

Correct Answer

verifed

verified

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


A) syntax error
B) rules error
C) compile-time error
D) logic error

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) compiler
B) interpreter
C) assembler
D) generator

Correct Answer

verifed

verified

____ 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.


A) Rapid application development (RAD)
B) Program development life cycle (PDLC)
C) Application Lifecycle Management (ALM)
D) Application software development life cycle (ASDLC)

Correct Answer

verifed

verified

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


A) Mark II
B) ENIAC
C) UNIVAC
D) Apple II

Correct Answer

verifed

verified

____ 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.


A) Object-Oriented Programming (OOP)
B) Structured programming
C) Object Programming (OP)
D) Aspect-oriented programming (AOP)

Correct Answer

verifed

verified

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.


A) C++
B) Visual Basic
C) BASIC
D) C

Correct Answer

verifed

verified

Fourth-generation languages (4GLs) are ____.


A) procedural programming languages
B) very-high-level languages
C) high-level languages
D) interpreted languages

Correct Answer

verifed

verified

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


A) selection control structure
B) sequence control structure
C) control structure
D) repetition control structure

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) application generator
B) report generator
C) form generator
D) data generator

Correct Answer

verifed

verified

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.


A) cells
B) variables
C) objects
D) buses

Correct Answer

verifed

verified

  -The figure above shows the ____ control structure. A)  do until B)  do while C)  if-then-else D)  case -The figure above shows the ____ control structure.


A) do until
B) do while
C) if-then-else
D) case

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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


A) compiler
B) macro
C) generator
D) decoder

Correct Answer

verifed

verified

_________________________ 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.

Correct Answer

verifed

verified

Configurat...

View Answer

Showing 41 - 60 of 73

Related Exams

Show Answer