Chapter 1 Flashcards

(76 cards)

1
Q

This computer is considered the world’s first programmable electronic computer built in 1945?

A

ENIAC computer

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

The ENIAC computer was built when and to do what?

A

Built in 1945 and used to calculate artillery ballistic tables for the U.S. Army.

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

What does ENIAC stand for?

A

Electronic Numerical Integrator and Computer

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

What computer component is the ENIAC compared to?

A

A CPU just that ENIAC is 8 feet tall, 100 feet long, and weighs 30 tons.

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

Small chips known as microprocessors?

A

CPU

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

A type of memory that allows data to be quickly retrieved from random locations.

A

Random-Access Memory (RAM)

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

What type of memory is RAM?

A

Volatile memory

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

Why is RAM considered volatile memory?

A

It’s temporary storage for while a program is running and when system is powered off the RAM contents are erased.

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

A type of memory that is stored in chips inside the computer where memory can be read from, but not changed.

A

Read-Only Memory (ROM)

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

What type of memory is ROM?

A

Nonvolatile

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

Does ROM lose it’s stored contents when the system is powered off?

A

No, its contents remain stored in ROM as it’s nonvolatile memory used to store program’s important for the system’s operations.

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

Type of memory that can hold data for long periods of time, even without power to the computer.

A

Secondary Storage

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

What is the most common type of secondary storage device?

A

Disk Drive

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

How does a traditional disk drive store data?

A

Data is stored by the disk drive magnetically encoding it onto a circular disk.

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

This type of drive has no moving parts?

A

Solid State Drive

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

Which secondary storage is faster?
Traditional disk drive or Solid State Drive

A

Solid State Drive

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

This external disk drive is a device used for copying data or moving it from one copy to another.

A

Universal Serial Bus Drive (USB drive)

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

Where do USB drives store data?

A

Flash memory

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

What is another name USB drives are known as?

A

Memory sticks or flash drives

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

A device that collects data from people or other devices and send it to the computer.

A

Input device

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

List examples of input devices.

A

Keyboard, mouse, touchscreen, scanner, microphone, digital camera.

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

What is a program?

A

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

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

What is hardware?

A

The physical devices of a computer.

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

List five major components of a computer system?

A

Central Processing Unit (CPU)
Main memory (RAM)
Secondary storage devices (Hard disk, SSD)
Input Devices (keyboards, touchpads)
Output devices (monitor, printers, speakers)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What part of the computer actually runs programs?
The Central Processing Unit (CPU)
26
What part of the computer serves as a work area to store a program and its data while the program is running?
Main memory (RAM)
27
What part of the computer holds data for long periods of time, even when there is no power to the computer?
Secondary Storage (Disk drive, SSD)
28
What part of the computer collects data from people and from other devices?
Input devices (keyboard, mouse, touchscreen, etc)
29
What part of the computer formats and presents data for people or other devices?
Output devices (Monitors, printers)
30
A computer's memory is divided into tiny storage locations known as?
Bytes
31
A unit of memory that is large enough to store a letter of the alphabet or a small number.
Byte
32
Each byte is divided into eight smaller storage locations know as?
Bits
33
A fundamental unit of memory storage that may be turned "on" or "off" and can represent the values 0 or 1.
Binary Digit (Bit)
34
Fundamental programs that control the internal operations of the computer's hardware, manages all of the devices connected to the computer, allows data to be saved to and retrieved from storage devices, and allows other programs to run on the computer.
Operating System
35
A program that performs a specialized task that enhances the computer's operation or safeguards data such as a virus scanner.
Utility Program
36
Programs that programmers use to create, modify, and test software.
Software Development Tools
37
Programs that make a computer useful for everyday tasks.
Applicaiton Software
38
What fundamental set of programs controls the internal operations of the computer's hardware?
Operating System
39
What do you call a program that performs a specialized task, such as a virus scanner, a file compression program, or a data backup program?
Utility Program
40
Word processing programs, spreadsheet programs, email programs, Web browsers, and game programs belong to what category of software?
Application Software
41
A(n) _____ is a set of instructions that a computer follows to perform a task. a.) compiler b.) program c.) interpreter d.) programming language
b.) program
42
The physical devices that a computer is made of are referred to as _____. a.) hardware b.) software c.) the operating system d.) tools
a.) hardware
43
The part of a computer that runs programs is called _____. a.) RAM b.) secondary storage c.) main memory d.) the CPU
d.) the CPU
44
Today, CPUs are small chips known as _____. a.) ENIACs b.) microprocessors c.) memory chips d.) operating systems
b.) microprocessors
45
The computer stores a program while the program is running, as well as the data that the program is working with, in _____. a.) secondary storage b.) the CPU c.) main memory d.) the microprocessor
c.) main memory
46
This is a volatile type of memory that is used only for temporary storage while a program is running. a.) RAM b.) Secondary storage c.) The disk drive d.) The USB drive
a.) RAM
47
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.) RAM b.) main memory c.) secondary storage d.) CPU storage
c.) secondary storage
48
A component that collects data from people or other devices and sends it to the computer is called _____. a.) an output device b.) an input device c.) a secondary storage device d.) main memory
b.) an input device
49
A video display is a(n) _____. a.) output device b.) input device c.) secondary storage device d.) main memory
a.) output device
50
A _____ is enough memory to store a letter of the alphabet or a small number. a.) byte b.) bit c.) switch d.) transistor
a.) byte
51
A byte is made up of eight _____. a.) CPUs b.) instructions c.) variables d.) bits
d.) bits
52
In a(n) _____ numbering system, all numeric values are written as sequences of 0s and 1s. a.) hexadecimal b.) binary c.) octal d.) decimal
b.) binary
53
A bit that is turned off represents the following value: _____. a.) 1 b.) −1 c.) 0 d.) “no”
c.) 0
54
A set of 128 numeric codes that represent the English letters, various punctuation marks, and other characters is _____. a.) binary numbering b.) ASCII c.) Unicode d.) ENIAC
b.) ASCII
55
An extensive encoding scheme that can represent the characters of many of the languages in the world is _____. a.) binary numbering b.) ASCII c.) Unicode d.) ENIAC
c.) Unicode
56
Negative numbers are encoded using the _____ technique. a.) two’s complement b.) floating-point c.) ASCII d.) Unicode
a.) two’s complement
57
Real numbers are encoded using the _____ technique. a.) two’s complement b.) floating-point c.) ASCII d.) Unicode
b.) floating-point
58
The tiny dots of color that digital images are composed of are called _____. a.) bits b.) bytes c.) color packets d.) pixels
d.) pixels
59
If you were to look at a machine language program, you would see _____. a.) Java code b.) a stream of binary numbers c.) English words d.) circuits
b.) a stream of binary numbers
60
In the _____ part of the fetch-decode-execute cycle, the CPU determines which operation it should perform. a.) fetch b.) decode c.) execute d.) immediately after the instruction is executed
b.) decode
61
Computers can only execute programs that are written in _____. a.) Java b.) assembly language c.) machine language d.) C++
c.) machine language
62
The _____ translates an assembly language program to a machine language program. a.) assembler b.) compiler c.) translator d.) interpreter
a.) assembler
63
The words that make up a high-level programming language are called _____. a.) binary instructions b.) mnemonics c.) commands d.) key words
d.) key words
64
The rules that must be followed when writing a program are called _____. a.) syntax b.) punctuation c.) key words d.) operators
a.) syntax
65
A(n) _____ program translates a high-level language program into a separate machine language program. a.) assembler b.) compiler c.) translator d.) utility
b.) compiler
66
True or False: Today, CPUs are huge devices made of electrical and mechanical components such as vacuum tubes and switches.
False
67
True or False: Main memory is also known as RAM.
True
68
True or False: Any piece of data that is stored in a computer's memory must be stored as a binary number.
True
69
True or False: Images, like the ones you make with your digital camera, cannot be stored as binary numbers.
False
70
True or False: Machine language is the only language that a CPU understands.
True
71
True or False: Assembly language is considered a high-level language.
False
72
True or False: An interpreter is a program that both translates and executes the instructions in a high-level language program.
True Interpreters read each individual instruction in the program, converts it to machine language instruction then immediately executes it.
73
True or False: A syntax error does not prevent a program from being compiled and executed.
False Syntax errors are compile-time errors during when code is being compiled.
74
True or False: Windows, macOS, iOS, Android, and Linux are all examples of application software.
False Windows, macOS, iOS, Android, and Linux are examples of Operating Systems not application software. Application software examples are Microsoft Word, PowerPoint, or any software that makes a computer useful for everyday tasks.
75
True or False: Word processing programs, spreadsheet programs, email programs, Web browsers, and games are all examples of utility programs.
False A utility program is used to perform a specialized task that enhances a computer's operation or safeguards data.
76