Exam 1: Introduction to Computer and C++ Programming

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

What does the following code print to the screen? Cout << "hello";

Free
(Multiple Choice)
4.9/5
(48)
Correct Answer:
Verified

B

What does the following statement in C++ print to the screen? cout << "Hello students\n";

Free
(Short Answer)
4.9/5
(33)
Correct Answer:
Verified

Hello students.

C++ statements end with a

Free
(Multiple Choice)
4.9/5
(39)
Correct Answer:
Verified

C

A finite sequence of precise instructions that leads to a problem solution is

(Multiple Choice)
4.9/5
(37)

C++ is a low-level language.

(True/False)
5.0/5
(39)

int number;

(Multiple Choice)
4.7/5
(42)

A memory address is

(Multiple Choice)
4.9/5
(49)

List at least two input devices ____________ _________________.

(Short Answer)
4.9/5
(45)

#include <iostream>

(Multiple Choice)
4.8/5
(35)

RAM stands for

(Multiple Choice)
4.7/5
(45)

If your program compiles and runs, but gives an incorrect output, this is known as a _________ error.

(Short Answer)
4.8/5
(33)

The set of instructions that a computer will follow is known as:

(Multiple Choice)
4.9/5
(44)

From which language did C++ directly evolve?

(Multiple Choice)
4.9/5
(30)

Who was the programmer for Charles Babbage's analytical engine?

(Multiple Choice)
4.8/5
(32)

You should write your program before you write the algorithm.

(True/False)
4.8/5
(45)

Main memory holds its data if the computer is turned off

(True/False)
4.9/5
(32)

A set of instructions that the computer will follow is called a _____________.

(Short Answer)
4.8/5
(30)

The collection of programs used by the computer is known as ______________.

(Short Answer)
4.8/5
(43)

An algorithm is

(Multiple Choice)
4.9/5
(41)

There are 8 bytes in one bit.

(True/False)
4.8/5
(32)
Showing 1 - 20 of 56
close modal

Filters

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