Exam 1: Introduction to Computer and C Programming

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The physical machines that make up a computer is called the

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

E

C++ is a low-level language.

Free
(True/False)
4.9/5
(32)
Correct Answer:
Verified

False

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

Free
(Short Answer)
4.8/5
(31)
Correct Answer:
Verified

logic

A byte consists of how many bits?

(Multiple Choice)
4.8/5
(28)

Computers that are interconnected are known as a _____________.

(Short Answer)
4.7/5
(36)

RAM stands for

(Multiple Choice)
4.8/5
(32)

Which of the following is not a phase of the program-design process?

(Multiple Choice)
4.9/5
(45)

Which of the following is not part of the Software Life Cycle?

(Multiple Choice)
4.8/5
(42)

List at least two output devices ______________ _____________.

(Short Answer)
4.9/5
(43)

#include <iostream>

(Multiple Choice)
4.9/5
(32)

It is considered better style to put the braces {})on separate lines.

(True/False)
4.8/5
(41)

A memory address is

(Multiple Choice)
4.8/5
(45)

What punctuation signifies the end of a C++ statement? _____________

(Short Answer)
4.8/5
(40)

Main memory holds its data if the computer is turned off

(True/False)
4.7/5
(29)

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

(Multiple Choice)
4.9/5
(35)

Who developed C++?

(Multiple Choice)
4.8/5
(40)

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

(Short Answer)
4.8/5
(38)

An algorithm is always written in C++

(True/False)
4.9/5
(30)

A mistake that is a direct violation of the syntax rules will generate a compiler ________.

(Short Answer)
4.8/5
(43)

What is wrong with the following statement? Cout << "Hello to everyone\n;

(Multiple Choice)
4.8/5
(38)
Showing 1 - 20 of 55
close modal

Filters

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