Exam 1: An Overview of Computers and Programming Languages
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Input/Output50 Questions
Exam 4: Control Structures I (Selection)50 Questions
Exam 5: Control Structures II (Repetition)50 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 (structs)50 Questions
Exam 10: Classes and Data Abstraction50 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Linked Lists50 Questions
Exam 17: Stacks and Queues50 Questions
Exam 18: Searching and Sorting Algorithms50 Questions
Exam 19: Binary Trees50 Questions
Exam 20: Graphs50 Questions
Exam 21: Standard Template Library (STL)50 Questions
Select questions type
In a C++ program,statements that begin with the symbol # are called ____________________ directives.
(Short Answer)
4.8/5
(31)
Consider the following C++ program. #include <iostream>
Using namespace std;
Int main()
{
Cout << "Hello World "
Return 0;
}
In the cout statement,the missing semicolon in the code above will be caught by the ____.
(Multiple Choice)
4.8/5
(38)
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.8/5
(45)
A step-by-step problem-solving process in which a solution is arrived at in a finite amount of time is called a(n)____.
(Multiple Choice)
4.9/5
(39)
Word processors,spreadsheets,and games are examples of ____________________.
(Short Answer)
4.8/5
(38)
In object-oriented design,the first step in the problem-solving process is to identify the components called ____________________,which form the basis of the solution,and to determine how they interact with one another.
(Short Answer)
4.9/5
(49)
The devices that the computer uses to display results are called ____ devices.
(Multiple Choice)
4.8/5
(29)
The ____________________ monitors the overall activity of the computer and provides services such as memory management,input/output activities,and storage management.
(Short Answer)
4.9/5
(35)
Assembly language uses easy-to-remember instructions called ____________________.
(Short Answer)
4.9/5
(38)
A program called a(n)____ combines the object program with the programs from libraries.
(Multiple Choice)
4.9/5
(36)
The structured design approach is also known as ____________________.
(Short Answer)
5.0/5
(44)
Dividing a problem into smaller subproblems is called ____ design.
(Multiple Choice)
4.9/5
(40)
A program that loads an executable program into main memory is called a(n)____.
(Multiple Choice)
4.9/5
(30)
The term ____________________ is used to describe a program that has been written in a high-level language.
(Short Answer)
4.8/5
(39)
A(n)____ consists of data and the operations on those data.
(Multiple Choice)
4.8/5
(41)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)