Exam 1: Introduction to Computer Programming

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

The grouping of 8 bits to form a larger unit is an almost universal computer standard and is referred to as a ____.

Free
(Multiple Choice)
4.8/5
(36)
Correct Answer:
Verified

A

The ____ of a computer performs all of the computations, such as addition, subtraction, comparisons, and so on, that a computer provides.

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

C

Main memory is volatile; whatever is stored in it is lost when the computer's power is turned off.

Free
(True/False)
4.8/5
(28)
Correct Answer:
Verified

True

A direct access storage device (DASD) allows a computer to read or write any one file or program independent of its position on the storage medium.

(True/False)
4.8/5
(35)

Initially, the most common magnetic disk storage device was the removable floppy disk.

(True/False)
4.9/5
(36)

When writing a program, a(n) ____ structure provides the ability for the same operation to be repeated based on the value of a condition.

(Multiple Choice)
4.7/5
(31)

C is a(n) ____ language.

(Multiple Choice)
4.9/5
(37)

When writing a program, a(n) ____ structure involves invoking, or summoning into action, specific sections of code as they are needed.

(Multiple Choice)
4.8/5
(36)

A statement of a problem or a specific request for a program, is referred to as a program requirement.

(True/False)
4.8/5
(40)

C++ is a(n) ____ language.

(Multiple Choice)
4.8/5
(42)

When writing a program, a(n) ____ structure defines the order in which instructions are executed by the program.

(Multiple Choice)
4.8/5
(39)

A floppy disk consists of either a single rigid platter or several platters that spin together on a common spindle.

(True/False)
4.9/5
(31)

System software is the collection of programs that must be readily available to any computer system to enable the computer to operate.

(True/False)
4.8/5
(36)

The program that translates each statement in a high-level source program and executes it immediately upon translation is called a(n) ____.

(Multiple Choice)
4.8/5
(41)

The collections of patterns consisting of 0s and 1s used to represent letters, single digits, and other single characters are called ____.

(Multiple Choice)
4.8/5
(40)

The output produced by the compiler is called an executable program, which is a machine language version of the source code.

(True/False)
4.9/5
(34)

Collectively, the components used to make a computer are referred to as ____.

(Multiple Choice)
4.9/5
(40)

The purpose of a(n) ____ is to accept data as input and transform the data in some manner to produce a specific result as an output.

(Multiple Choice)
4.8/5
(38)

In a procedural language, the available instructions are used to create self-contained units, referred to as procedures.

(True/False)
4.9/5
(28)

A repetition structure is also known as a(n) ____ structure.

(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 44
close modal

Filters

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