chapter 1 Flashcards

1
Q

is a set of instructions that a computer follows to perform a task.

A

a program

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

Programs are commonly referred to as

A

software

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

are the individuals that create computer software.

A

Programmers or Software Developers

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

The physical devices that a computer is made of are referred to as the

A

computer’s hardware

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

The programs that run on a computer are referred to as

A

software

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

The physical devices that a computer is made of are referred to as the computer’s

A

hardware

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

A Computer System consists of:

A
Central Processing Unit (CPU)
Main memory
Secondary storage
Input devices
Output devices
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

is the part of a computer that runs the programs. Often referred to as the processor.

A

cpu

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

a program is the term used when the computer performs the tasks that the program tells it to do.

A

running or executing

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

World’s first programmable computer
Built in 1945
Designed to calculate artillery ballistic tables for the U.S. Army
CPU was 8 feet tall, 100 feet long, and weighed 30 tons

A

ENIAC

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

Much smaller

Much more powerful

A

Microprocessor

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

Considered the computer’s work area
Computer stores the program that is running as well as the data
Commonly known as the

A

Random access memory

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

is a volatile type of memory, Used for temporary storage, is erased when computer is turned off

A

Ram

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

A computer can read the contents of ______, but it cannot change its contents, or store additional data there.

A

ROM

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

is nonvolatile. It does not lose its contents, even when the computer’s power is turned off.

A

ROM

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

is typically used to store programs that are important for the system’s operation. For example, the computer’s startup program, which is executed each time the computer is started.

A

ROM

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

Type of memory that can hold data for long periods of time.

Programs and important data are stored in

A

Secondary Storage

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

is a common type of secondary storage
Data is stored by magnetically encoding it onto a circular disk
Most computers have an internal_____
Some have external disk drives; they are used to create backup copies

A

Disk drive

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

are becoming increasingly popular
Does not contain a disk. Instead, it stores data in ______memory
No moving parts
Operates faster than a traditional disk drive

A

Solid-state drives

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

are small devices that plug into the computer’s ____ port
It does not contain a disk
The data is stored on flash memory
Also known as memory sticks and flash drives
Inexpensive, reliable, and small

A

usb drives

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

Data is encoded as a series of pits on the disc’s surface
Uses laser to encode the data
Holds large amounts of data
Good medium for creating backups

A

Optical devices (CD or DVD)

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

When you store data in the , you are storing it on a remote server via the internet, or via a company’s private network.
You can access it from many different devices, and from any location where you have a network connection.
Can also be used to backup important data that is stored on a computer’s disk.

A

cloud storage

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

Any data the computer collects from people and from other devices is called

A

input

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

The hardware component that collects the data is called an

A

input device

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Common input devices are:
``` Keyboard Mouse Touch screen Scanner Microphone Digital camer ```
26
Any data the computer produces for people or for other devices is called
output
27
The hardware component that formats and presents the data is called an
output device
28
Common output devices are:
monitor | printer
29
Everything a computer does is controlled by software. | Two categories of software:
System software | Application software
30
Programs that control and manage the basic operations of a computer are referred to as
system software
31
controls the internal operations of the computer’s hardware and manages all of the devices connected to the computer.
operating system
32
perform a specialized task that enhances the computer’s operation or safeguards data.
Utility programs
33
are programs that are used to create, modify, and test software.
Software development tools
34
Programs that people normally spend most of their time running on their computers performing everyday tasks are referred to as
application software.
35
A computer’s memory is divided into tiny storage locations known as
bytes
36
One byte represents
one number
37
A byte is divided into eight smaller storage locations known as
bits
38
are tiny electrical components that can hold either a positive or a negative charge.
bits
39
A positive charge is similar to a switch in the
on position
40
A negative charge is similar to a switch in the
off position
41
The largest value that can be stored in a byte with eight bits is
255
42
Two bytes are used for larger numbers; maximum value is
65535
43
is a coding scheme
ASCII (American Standard Code for Information Interchange)
44
is an extensive encoding scheme It is compatible with ASCII It represents characters for many languages in the world
unicode
45
is a set of 128 numeric codes
ASCII
46
Negative numbers are encoded using
two’s complement
47
Real numbers are encoded using
floating-point notation
48
is data that is stored in binary
digital data
49
is any device that works with binary data
digital device
50
Digital images are composed of tiny dots of color known as
pixels
51
Digital sound is broken into small pieces known as
samples
52
can only understand instructions that are written in machine language. Because people find it very difficult to write entire programs in machine language, other programming languages have been invented.
a computer's cpu
53
CPU is designed to perform the following operations:
Read a piece of data from main memory Adding two numbers Subtracting one number from another number Multiplying two numbers Dividing one number by another number Moving a piece of data from one memory location to another Determining whether one value is equal to another value
54
CPU only understands instructions written in
machine language
55
Machine language instructions are written in
1s and 0s
56
The entire set of instructions that a CPU can execute is known as the CPU’s
instruction set
57
is the term used when the CPU executes the instructions in a program. The cycle consist of three steps:
Fetch Decode Execute
58
uses short words that are known as mnemonics
assembly language
59
is used to translate an assembly language program to machine language
assembler
60
Assembly language is referred to as a
low level language
61
allow you to create powerful and complex programs without knowing how the CPU works, using words that are easy to understand.
high-level language
62
have specific meaning and purpose in the programming language
Key words or reserved words
63
perform various operations on data
operators
64
is a set of rules that must be strictly followed when writing a program
syntax
65
are individual instructions written in a programming language
statements
66
The statements written in a high-level language are called
source code or simply code
67
is a mistake such as a: Misspelled word Missing punctuation character Incorrect use of an operator
syntax error
68
Source code is translated to machine language using a
compiler or interpreter
69
is a program that translates a high-level language program into a separate machine language program
compiler
70
is a program that both translates and executes the instructions in a high-level language program
interpreter
71
The set of programs that control or enhance the operation of a computer such as an Operating System, Utility Programs, or Software Development Tools.
system software
72
Programs that make a computer useful for every day tasks such as Microsoft Word, email programs, and Web browsers.
application software