Chapter 2: Key Terms Flashcards

(39 cards)

1
Q

Computer

A

a machine that accepts data as input, processes data without human intervention by using stored instructions, and outputs information

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

Central Processing Unit (CPU

A

the heart of a computer. It is derived into two components: the arithmetic logic unit (ALU) and the control unit

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

Arithmetic logic unit (ALU)

A

performs arithmetic operations (+, -, *, /) as well as comparison or relational operations (, =)

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

Control Unit

A

tells the computer what to do, such as instructing the computer which device to read or send output to

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

Bus

A

a link between devices connected to the computer. It can be parallel or serial, internal (local) or external

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

Disk drive

A

a peripheral device for recording, storing, and retrieving information

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

CPU case

A

the enclosure containing the computer’s main components

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

What are the other names for the CPU case?

A

Chassis or Tower

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

Motherboard

A

the main circuit board containing connectors for attaching additional boards.

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

What does the motherboard usually contain?

A

CPU, Basic Input/output System, memory, storage, interfaces, serial and parallel ports, expansion slots, and all the controllers for standard peripheral devices, such as the display monitor, disk drive, and keyboard

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

Input devices

A

sends data and information to the computer

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

What is an example of an input device?

A

keyboard or mouse

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

Output device

A

is capable of representing information from a computer.

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

What are the different forms of an output device?

A

visual, audio, or digital

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

What are some examples of an output device?

A

printers, display monitors, and plotters

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

Main memory

A

stores data and information and is usually volatile; its contents are lost when electrical power is turned off

17
Q

Secondary memory

A

nonvolatile, holds data when the computer is off or during the course of a program’s operation. It also services as an archival storage

18
Q

Random access memory (RAM)

A

volatile memory, in which data can be read from and written to

19
Q

What is another name for random access memory?

A

Read-write memory

20
Q

cache RAM

A

stores recently accessed memory so the processor is not waiting for the memory to transfer

21
Q

Where does the cache RAM reside?

A

On the processor

22
Q

Read only memory (ROM)

A

nonvolatile, data cannot be written to ROM

23
Q

Magnetic tape

A

made of a plastic material, resembles a cassette tape and stores data sequentially

24
Q

Magnetic disk

A

made of Mylar or metal, is used for random-access processing. Data can be accessed in any order, regardless of its order on the surface.

25
Optical discs
use laser beams to access and store data
26
What are some examples of optical discs?
CD-ROMs, WORM discs, and DVD's
27
Cloud storage
used for online storage and backup; involves multiple virtual servers that are usually hosted by third parties. Customers buy or lease storage space from third parties based on their current or future need
28
Redundant array of independent disks (RAID) system
collection of disk drivers used for fault tolerance and improved performance, and is typically found in large network systems
29
Storage area network (SAN)
a dedicated high-speed network consisting of both hardware and software used to connect and mange shared storage devices, such as disk arrays, tape libraries and optical storage devices
30
Network-attached storage (NAS)
essentially a network-connected computer dedicated to providing file-based data storage services to other network devices
31
Server
a computer and all the software for managing network resources and offering services to a network
32
Application software
can be commercial software or software developed in house and is used to perform a variety of tasks on a personal computer
33
Operating system (OS)
a set of programs for controlling and managing computer hardware and software
34
Machine language
the first generation of computer languages, consists of a series of 0s and 1s representing data or instructions.
35
Can machine language be used across different computers?
No. It is dependent on the machine. Code written for one type of computer does not work on another type of computer
36
Assembly language
the second generation of computer languages, is a higher-level language than machine language but is also machine dependent. It uses a series of short codes, or mnemonics, to represent data or instruction
37
High-level language
are machine independent and part of the third-generation of computer languages.
38
Fourth-generation language (4GLs)
uses macro codes that can take the place of several lines of programming. The commands are powerful and easy to learn
39
Fifth-generation languages
use some artificial intelligence technologies. These languages are designed to facilitate natural conversation between you and the computer.