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
Compiling is the process of writing instructions in a language that the computer can respond to and that other programmers can understand.
(True/False)
4.8/5
(35)
Collectively, the set of system programs used to operate and control a computer is called the ____.
(Multiple Choice)
4.9/5
(34)
A first-level structure diagram for an algorithm represents the first attempt at an initial, but not yet sufficiently detailed, structure for a solution algorithm.
(True/False)
4.7/5
(39)
The ALU of a computer directs and monitors the overall operation of the computer.
(True/False)
4.8/5
(39)
Both machine and assembly languages are classified as high-level languages; this is because both of these language types use instructions that are directly tied to one type of computer.
(True/False)
4.7/5
(38)
When mathematical equations are used to describe an algorithm, the description is called ____.
(Multiple Choice)
4.8/5
(38)
Programming languages that use the substitution of word-like symbols, such as ADD, SUB, MUL, for the binary opcodes, and both decimal numbers and labels for memory addresses are referred to as ____.
(Multiple Choice)
4.8/5
(44)
Main memories combine 1 or more bytes into a single unit, referred to as a(n) ____.
(Multiple Choice)
4.8/5
(36)
When each statement in a high-level source program is translated individually and executed immediately upon translation, the programming language is called an compiled language.
(True/False)
4.7/5
(31)
A(n) ____ is a structured combination of data and instructions that is used to operate a computer and produce a specific result.
(Multiple Choice)
4.8/5
(37)
Executable programs are always written as a sequence of binary numbers, which is a computer's internal language, and are also referred to as machine language programs.
(True/False)
4.8/5
(37)
Converting an algorithm into a computer program, using a language such as C, is called coding the algorithm.
(True/False)
4.8/5
(34)
A(n) ____ provides a pictorial representation of an algorithm using specifically defined shapes.
(Multiple Choice)
5.0/5
(37)
A(n) ____ combines additional machine language code with the object program to create a final executable program.
(Multiple Choice)
4.9/5
(45)
The technique used by professional software developers for understanding the problem that is being solved and for creating an effective and appropriate software solution is called the software systems approach.
(True/False)
4.9/5
(41)
When writing a program, a(n) ____ structure provides the capability to make a choice between different instructions, depending on the result of some condition.
(Multiple Choice)
4.9/5
(35)
A top-down algorithm development starts at the topmost level and proceeds to develop more and more detailed algorithms as it proceeds to the final set of algorithms.
(True/False)
4.7/5
(37)
The program instructions resulting from coding an algorithm are referred to as pseudocode.
(True/False)
4.9/5
(44)
Showing 21 - 40 of 44
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)