Computer Science 102: Fundamentals of Information Technology Ch 2. Computer Hardware & Software

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/165

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

166 Terms

1
New cards

Motherboard

Holds all of the circuitry that ties the functions of the computer components together

2
New cards

Central Processing Unit (CPU)

Brains of the computer

3
New cards

Cache

Temporary memory where things you are working on sit for a quick interpretation by the CPU

4
New cards

Random Access Memory (RAM)

  • Volatile, or temporary, memory

  • Temporary and holds data and instructions for software currently in use

  • disappears when a computer is turned off

  • the data that contains instructions for processing computer operations

5
New cards

Read-Only Memory (ROM)

  • Permanent, or non-volatile, memory and holds start-up instructions for the operating system

  • does not go away when a company is shut down

6
New cards

Hard drive

  • Stores the software you’ve installed

  • Data files those programs have created and used

  • Where programs and data are stored until specifically removed

7
New cards

Video card

  • Process images so you can see them on your monitor

  • Used to convert signals and process instructions so we can see images on the monitor

8
New cards

Sound card

  • Lets us hear from an internal speaker

  • Used to send sound through to speakers or headphones, or to receive input from microphones

9
New cards

Optical drive

  • Read and written with a laser

  • CD, DVD, and BluRay

10
New cards

Peripheral devices

  • Sit around the system unit

  • Components located around the system unit such as monitors, keyboards, mouse and speakers

11
New cards

Power

Receptacle that provides the electricity to the entire system unit

12
New cards

NIC

Network interface card, used to hardwire your system unit to a network

13
New cards

Wireless Card

Most commonly used for accessing wireless internet

14
New cards

_____ is used when computer programs are turned on. It is cleared once the machine is shut off.

  1. The network interface

  2. The optical disk

  3. Random Access Memory (RAM)

  4. Read Only Memory (ROM)

Random Access Memory (RAM)

15
New cards

_____ is used to plug peripherals into the system unit.

  1. A USB port

  2. An audio card

  3. A video card

  4. A flash drive

A USB port

16
New cards

What is the main function of the motherboard?

  1. It processes the instructions given to a computer

  2. It allows a computer to display video

  3. It connects a computer to the internet

  4. It ties together all of the functions of a computer

It ties together all of the functions of a computer

17
New cards

Brenda needs a _____ in order to see images on her computer screen.

  1. network connection

  2. hard drive

  3. sound card

  4. video card

video card

18
New cards

Which of the following is used to store programs installed on a computer?

  1. CD drive

  2. DVD drive

  3. Video card

  4. Hard drive

Hard drive

19
New cards

gigahertz (GHz)

is used to measure the speed of a computer

20
New cards

‘giga’

indicates a billion

21
New cards

hertz

the basic measurement of speed in a computer, indicating one cycle per second

22
New cards

CPU core

the key component of the CPU; it drives the tasks being performed

23
New cards

cache memory

volatile memory that, like RAM, the computer dumps when it shuts down

24
New cards

_____ is used to begin the start-up process for your computer.

  1. ALU

  2. CPU

  3. RAM

  4. ROM

ROM

25
New cards

Which of the following best describes the CPU?

  1. It is the heart of the computer.

  2. It is the brain of the computer.

  3. It is the centrifugal processed unit.

  4. It holds the volatile memory.

It is the brain of the computer.

26
New cards

Eight (8) gigahertz is how many cycles per second in a CPU?

  1. 8 million

  2. 8,000

  3. 8 billion

  4. 800,000

8 billion

27
New cards

Which of the following is also known as volatile memory?

  1. USB

  2. CPU

  3. ROM

  4. RAM

RAM

28
New cards

Which of the following provides a CPU with the quickest access to memory functions?

  1. RAM

  2. Bus selectors

  3. Cache memory

  4. ROM

Cache memory

29
New cards

computer memory

technically any type of electronic storage

30
New cards

What best describes computer memory?

  1. Electronic storage

  2. ROM

  3. CPU

  4. Virtual information

Electronic storage

31
New cards

When powered off, what does the computer do with the random access memory (RAM) used?

  1. Deletes externally stored data

  2. Saves to disk

  3. Copies it to ROM

  4. Wipes it

Wipes it

32
New cards

CPU stands for _____

  1. Central programming unix

  2. Central programming unit

  3. Central processing unit

  4. Computer processing unit

Central processing unit

33
New cards

RAM stands for _____

  1. Read again memory

  2. Random access machine

  3. Random access memory

  4. Random archived memory

Random access memory

34
New cards

Virtual memory is used to _____

  1. Grant access to more memory than is available in RAM

  2. Prevent multitasking

  3. Add storage space to the hard disk

  4. Increase available ROM

Grant access to more memory than is available in RAM

35
New cards

binary

only two possible values: zero and one

36
New cards

machine language

the most fundamental level of information

37
New cards

transistors

microscopic switches that control the flow of electricity

38
New cards

binary code

binary notation method

39
New cards

bit

binary digit

40
New cards

two bits

represents four different values:

  • 00

  • 01

  • 10

  • 11

41
New cards

three bits

represent eight different values:

  • 000 | 001

  • 001 | 101

  • 010 | 110

  • 100 | 111

42
New cards

character set

the characters we want to represent

43
New cards

American Standard Code for Information Exchange (ASCII)

  • developed from telegraphic codes

  • adapted to represent text in binary code in the 1960s and 1970s

44
New cards

Unicode

very much like ASCII, but it contains over 110,000 characters

45
New cards

pixels

binary code has also been developed to store other types of data, such as photographs, sound and video

46
New cards

byte

consists of eight binary digits, or eight bits

47
New cards

What is a bit?

  1. A single binary digit

  2. A single piece of data

  3. The smallest storage unit of computer systems

  4. A single transistor used to store binary information

A single binary digit

48
New cards

How many values can be represented with four bits?

  1. 2

  2. 4

  3. 16

  4. 8

16

49
New cards

Which of the following statements is FALSE?

  1. ASCII uses a 7-bit binary coding system to represent 128 unique characters, while Unicode uses 8 or more bits to represent a much larger number of characters

  2. ASCII and Unicode are both primarily used in the English language

  3. ASCII and Unicode are both examples of character sets to represent text in binary code

  4. Unicode contains characters for most of the world's printed languages

ASCII and Unicode are both primarily used in the English language

50
New cards

What is a byte?

  1. A byte is the smallest storage unit of computer systems

  2. A byte represents 256 unique binary codes

  3. A byte consists of eight bits

  4. A byte is a binary digit

A byte consists of eight bits

51
New cards

What is binary code?

  1. A system to represent numbers, text and other information in binary digits

  2. A conversion between human language and computer language

  3. A system of zeros and ones to represent digital data

  4. A system to represent all the language in the world in a single character set

A system to represent numbers, text and other information in binary digits

52
New cards

Input devices

the way we are able to get data into a computer

53
New cards

Keyboard

type on them to write a paper, or enter data on a form for online shopping…

54
New cards

Typewriters

machines that used a striking arm to hit an inked ribbon on a piece of paper

55
New cards

Ergonomics

the study of physical work habits and how they affect the muscle and skeleton of the employee

56
New cards

Mouse

used to input instructions or data by sending a signal to the computer based on hovering the curser and selecting with the left mouse button

57
New cards

Audio input

entry of data by some type of audio device

58
New cards

Video

the use of a visual-based technology to enter data into a computer

59
New cards

Tablet

a digitized surface and stylus pen to send input signals to the monitor

60
New cards

Cursor placement and the click of a button sends a signal to a system. What device does this describe?

  1. Monitor

  2. Mouse

  3. Keyboard

  4. Microphone

Mouse

61
New cards

A _____ allows you to enter data into a computer in the form of text.

  1. mouse

  2. peripheral

  3. keyboard

  4. device

keyboard

62
New cards

Which hardware is used to input data signals to a computer by touching a monitor?

  1. Mouse

  2. Audio input

  3. Speaker

  4. Touch screen

Touch screen

63
New cards

If Sheila wants to capture sound on her computer, she would need a _____.

  1. microphone

  2. keyboard

  3. webcam

  4. headphones

microphone

64
New cards

Phil's _____ designed keyboard offers a more natural typing position for his hands.

  1. physiologically

  2. QWERTY

  3. kineisiologic

  4. ergonomically

ergonomically

65
New cards

Output devices

how are you going to see and hear the data and information created and stored in your computer

66
New cards

Monitor

view the work we are doing at the time or to view a finished project

67
New cards

Liquid Crystal Display

layers of glass, polarized film, and liquid crystals. Electrical impulses are sent through, causing the color to be shown and image displayed

68
New cards

Light-Emitting Diode

LCD, but put a diode on the back that forces light through the layers for a sharper picture and colors

69
New cards

Printer

printers are used to create a tangible product to look at away from a monitor

70
New cards

Inkjet

liquid ink that is sprayed through a print head onto a piece of paper

71
New cards

Laser

use heat technology and specialized powder called toner (on another medium) that’s heat-sealed onto a piece of paper

72
New cards

Speakers

emit audio signals that may come from music files or other audio files

73
New cards

A laser printer uses _____ and _____ to seal text and images onto paper.

  1. ink; sprayers

  2. ink; embossing

  3. heat; toner

  4. carbon ribbon; pressure

heat; toner

74
New cards

Millie is a recording artist seeking to buy a device that processes audio output. Which device is she interested in?

  1. Printer

  2. Microphone

  3. Speaker

  4. Cartridge

Speaker

75
New cards

You are a student with limited finances, and you want to purchase a printer for occasional use for your school assignments. Which type of printer would BEST suit your needs?

  1. An inkjet printer

  2. A laser printer

  3. A dot matrix printer

  4. An all-in-one printer

An inkjet printer

76
New cards

Sanjay wants to purchase a new computer monitor that can handle his heavy gaming habit. Which of the following BEST fits his needs?

  1. A TV-ready monitor

  2. A standard monitor

  3. A high-definition monitor

  4. A 55-inch monitor

A high-definition monitor

77
New cards

Which device uses a diode to emit lights through liquid crystal panels in order to project an image to the user?

  1. An LED

  2. A CRT

  3. An LCD

  4. A plasma panel

An LED

78
New cards

Mainframe system

a large system with few programs and many users

79
New cards

Optical devices

written and read with a laser

80
New cards

Semiconductor

receives a charge to hold the data

81
New cards

Cloud storage

user utilizing an Internet connection to store data files

82
New cards

Which of the following is a magnetic storage device?

  1. DVD

  2. Flash drive

  3. Portable hard-drive

  4. None of these

  5. CD

Portable hard-drive

83
New cards

Which of these storage devices can hold the most data?

  1. Floppy disk

  2. RAM

  3. DVD

  4. Hard drive

  5. Flash drive

Hard drive

84
New cards

Which of the following uses a hard drive we can't see to store data using an Internet connection?

  1. Optical storage

  2. Digital storage

  3. Cloud storage

  4. Magnetic storage

  5. Hard drive storage

Cloud storage

85
New cards

Which of the following saves data by using a laser?

  1. Optical storage

  2. Magnetic storage

  3. ROM

  4. Digital storage

  5. Cloud storage

Optical storage

86
New cards

Into which main categories can storage devices be placed?

  1. None of these

  2. CD, DVD, BlueRay

  3. ROM, RAM, Flash

  4. Floppy, hard disk drive, zip

  5. Magnetic, semi-conductor, optical

Magnetic, semi-conductor, optical

87
New cards

bit

expressed as the number 0 or 1 | 0 1

88
New cards

byte

a string of eight binary digits

89
New cards

kilobyte (KB)

1024 bytes

90
New cards

megabyte (MB)

1,000 kilobytes

91
New cards

How many possible unique combinations of binary digit sequences are there in a byte?

  1. 256

  2. 1024

  3. 64

  4. 526

256

92
New cards

Which of these answer choices is the largest unit of data?

  1. Bit

  2. Kilobyte

  3. Megabyte

  4. Gigabyte

Gigabyte

93
New cards

Which of the following is true of a bit in data storage?

  1. A bit can be any of 256 possible combinations.

  2. A bit is a binary digit.

  3. 1000 bits is equal to one KB.

  4. Bit is an alternative spelling for byte.

A bit is a binary digit

94
New cards

As of 2016, which unit of data storage is most common in the marketing of consumer electronics?

  1. Terabyte

  2. Kilobyte

  3. Megabyte

  4. Gigabyte

Gigabyte

95
New cards

How many megabytes are in a gigabyte using binary math?

  1. 1024

  2. 8

  3. 256

  4. 10,000

1024

96
New cards

data storage

a term for how information is kept in a digital format that may be retrieved at a later time

97
New cards

RAM

what computers use to hold information temporarily so it can be easily accessed by the computer as you work

98
New cards

hard disk drives

store data permanently so it can be retrieved at a later time, much like your own long-term memory

99
New cards

flash drives

small, portable storage devices that can be plugged into the USB port on a device

100
New cards

SD (secure digital) cards

small cards commonly used in digital cameras and smartphones to store files