C++ Flashcards
(198 cards)
The job of the _______ is to fetch instructions, carry out the operations commanded by the instructions, and produce some outcome or resultant information
CPU
computers can do many different jobs because they can be ?
Programmed
Internally, the CPU consists of the _______ and the ______
Arithmetic Logic Unit and Control Unit
A _______ is an example of a secondary storage
Disk
The two general categories of software are ______ and _____
System Software and Application Software
A program is a set of _________
instructions
Since computers can’t be programmed in natural language, algorithms must be writer in a ____________ language
Programmable language
________ us the only language computers really process
machine language
_______________ languages are close to the level of humans in terms of readability
high level
____________ languages are close to the level of the computer
low level
A program’s ability to run on several different types of computers is called ______________
Portability
Words that have special meaning in a programming language are called
key words
Words of names defined by the programmer are called _________
programmer defined symbols
____________ are characters or symbols that perform operations on one or more operands
operators
___________ characters or symbols mark the beginning or ending of programming statements, or separate items in a list.
punctuation
the rules that must be followed when constructing a program are called
syntax
_______ is a named storage location
variable
A variable must be ________ before it can be used in a program
defined
the three primary activities of a program are _______, _______, and ______.
input, processing, output
_______ is the information a program gathers from the outside world
input
_____ is information a program sends to the outside world
output
A ______ is a diagram that graphically illustrates the structure of a program
hierarchy chart
Every complete statement ends with a ______
semicolon
which of the following statements is correct?
include