Exam 1: An Overview of Computers and Programming Languages
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C50 Questions
Exam 3: Inputoutput50 Questions
Exam 4: Control Structures I Selection50 Questions
Exam 5: Control Structures II Repetition50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the String Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records Structs50 Questions
Exam 10: Classes and Data Abstraction49 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, and Abstract Classes50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Searching, Sorting and the Vector Type50 Questions
Exam 17: Linked Lists50 Questions
Exam 18: Stacks and Queues50 Questions
Select questions type
The ____________________ monitors the overall activity of the computer and provides services such as memory management, input/output activities, and storage management.
Free
(Short Answer)
4.8/5
(38)
Correct Answer:
operating system
OS
The device that stores information permanently (unless the device becomes unusable or you change the information by rewriting it) is called primary storage.
Free
(True/False)
4.8/5
(38)
Correct Answer:
False
A program called a(n) ____________________ translates the assembly language instructions into machine language.
(Short Answer)
4.8/5
(39)
The machine language version of the high-level language program is called a(n) ____________________.
(Short Answer)
4.7/5
(33)
Dividing a problem into smaller subproblems is called ____ design.
(Multiple Choice)
4.8/5
(33)
The ASCII data set consists of ____________________ characters.
(Short Answer)
4.9/5
(44)
In ____________________ design, the final program is a collection of interacting objects.
(Short Answer)
4.9/5
(28)
A sequence of 0s and 1s is sometimes referred to as ____________________ code.
(Short Answer)
4.9/5
(28)
The basic commands that a computer performs are input (get data), output (display result), storage, and performance of arithmetic and logical operations.
(True/False)
4.8/5
(32)
In C++, the mechanism that allows you to combine data and operations on the data into a single unit is called a(n) ____________________.
(Short Answer)
4.7/5
(37)
____________________ languages include FORTRAN, COBOL, Pascal, C, C++, and Java.
(Short Answer)
4.8/5
(45)
____________________ signals represent information with a sequence of 0s and 1s.
(Short Answer)
4.7/5
(41)
In a C++ program, statements that begin with the symbol # are called ____________________ directives.
(Short Answer)
4.7/5
(41)
Information stored in main memory must be transferred to some other device for permanent storage.
(True/False)
4.8/5
(28)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)