Exam 1: Introduction to Computer Programming
Exam 1: Introduction to Computer Programming44 Questions
Exam 2: Getting Started in C Programming46 Questions
Exam 3: Processing and Interactive Input48 Questions
Exam 4: Selection44 Questions
Exam 5: Repetition47 Questions
Exam 6: Modularity Using Functions: Part I51 Questions
Exam 7: Modularity Using Functions: Part II49 Questions
Exam 8: Arrays48 Questions
Exam 9: Character Strings51 Questions
Exam 10: Data Files50 Questions
Exam 11: Arrays, Addresses, and Pointers49 Questions
Exam 12: Structures48 Questions
Exam 13: Dynamic Data Structures49 Questions
Exam 14: Additional Capabilities55 Questions
Exam 15: A Brief Introduction to C++49 Questions
Select questions type
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:
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:
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:
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)