Chapter 1 Flashcards

1
Q

A(n) __________ is a set of instructions that a computer follows to perform a task

A

program

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The physical device that a computer is made of

A

hardware

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the part of the computer that runs programs

A

CPU

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Today, CPU’s are small chips known as

A

Microprocessor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The computer stores a program while the programs is running, as well as the data that the program is working with, in

A

main memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

This is volatile type of memory that used only for temporary storage while a program is running

A

RAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

A type of memory that can hold data for long periods of time–even when there is no power to the computer–is called

A

secondary storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

A component that collects data from people or other devices and sends it to the computer is called

A

input device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

a video display, printer

A

output device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

enough memory to store a letter of the alphabet or a small number

A

byte

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

a byte is made up of eight

A

bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

sequences of 0 and 1’s

A

binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

a bit turned off is a

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

a bit turned on is a

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

set of 128

A

ASCII

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

an extensive encoding scheme that can represent the characters of many of the language in the word

A

unicode

17
Q

Negative numbers are encoded using the______technique

A

two’s complement

18
Q

Real numbers are encoded using the______technique

A

floating-point

19
Q

tiny dots of color

A

pixel

20
Q

Computers can only execute programs that are written in

A

machine language

21
Q

Translates are assembly language program to a machine language program

A

assembler

22
Q

The words that make up a high-level programming language are called

A

keywords

23
Q

The rules that must be followed when writing a program are called

A

syntax

24
Q

Program translates of high-level language program into a separate machine language program

A

compiler

25
Q

True/False
Today, CPUs are huge devices made of electrical and mechanical components such as
vacuum tubes and switches.

A

False

26
Q

true/false

Main memory is also known as RAM

A

TRUE

27
Q

true/false Any piece of data that is stored in a computer’s memory must be stored as a binary number.

A

True

28
Q

Images, like the ones you make with your digital camera, cannot be stored as binary numbers. true/false

A

false

29
Q

Machine language is the only language that a CPU understands. true/false

A

true

30
Q

Assembly language is considered a high-level language.

A

false

31
Q

An interpreter is a program that both translates and executes the instructions in a high-level language program. true/false

A

true

32
Q

A syntax error does not prevent a program from being compiled and executed.

A

false

33
Q

Windows Vista, Linux, UNIX, and Mac OS X are all examples of application software.

A

false

34
Q

Word processing programs, spreadsheet programs, email programs, Web browsers, and games are all examples of utility programs. true/false

A

false