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
A(n) ____ consists of data and the operations on those data.
(Multiple Choice)
5.0/5
(36)
Word processors, spreadsheets, and games are examples of ____________________.
(Short Answer)
4.9/5
(43)
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.9/5
(44)
To develop a program to solve a problem, you start by analyzing the problem.
(True/False)
4.9/5
(37)
The command that does the linking on Visual C++ 2010 Express and Visual Studio 2010 is Make or Remake.
(True/False)
4.9/5
(36)
The devices that feed data and programs into computers are called ____ devices.
(Multiple Choice)
4.8/5
(31)
A program that loads an executable program into main memory is called a(n) ____.
(Multiple Choice)
4.9/5
(34)
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.7/5
(39)
When the power is switched off, everything in ____ is lost.
(Multiple Choice)
4.8/5
(27)
When the computer is turned off, everything in secondary memory is lost.
(True/False)
4.7/5
(33)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)