Chapter 1 Flashcards
A tool that translates a high-level language program into a separate machine language program
compiler
Set of instructions that a computer follows to perform a task
program
The physical devices that a computer is made of are referred to as
hardware
The part of a computer that runs programs is called
the CPU
Today, CPUs are small chips known as
microprocessors
The computer stores a program while the program is running, as well as the data that the program is working with, in the
main memory
Computers can only execute programs that are written in
machine language
This translates an assembly language program to a machine language program
assembler
The words that make up a high-level programming language are called
keywords
The rules that must be followed when writing a program are called
syntax
True or False
Today, CPUs are huge devices made of electrical and mechanical components such as vacuum tubes and switches
false
True or False
Main memory is also known as RAM
true
True or False
Any piece of data that is stored in a computers memory must be stored as a binary number
true
True or False
Images, like the ones created with your digital camera, cannot be stored as binary numbers
false
True or False
Machine language is the only language that a CPU understands
true