Exam 1: An Overview of Computers and Programming Languages

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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() { \quad cout << "Hello World " \quad 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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)