CC1 QUIZ 2

studied byStudied by 4 people
0.0(0)
Get a hint
Hint

Coding Systems

1 / 85

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

86 Terms

1

Coding Systems

Used to represent data and programs in a manner understood by the computer

New cards
2

Digital Computers

Can only understand two states, off and on (0 and 1)

New cards
3

Digital Data Representation

The process of representing data in digital form so it can be understood by a computer

New cards
4

Bit

The smallest unit of data that a binary computer can recognize

New cards
5

8 bits

How many bits in a byte

New cards
6

Byte

used to express the size of documents and other files, programs, etc.

New cards
7

kilobyte

10³ byte

New cards
8

megabyte

10^6 byte

New cards
9

gigabyte

10^9 byte

New cards
10

terabyte

10^12 byte

New cards
11

petabyte

10^15 byte

New cards
12

exabyte

10^18 byte

New cards
13

zettabyte

10^21 byte

New cards
14

yottabyte

10^24 byte

New cards
15

Numbering system

A way of representing numbers

New cards
16

Decimal numbering system

Uses 10 symbols

New cards
17

Binary numbering system

Uses only two symbols (1 and 0) to represent all possible numbers

New cards
18

ASCII

American Standard Code for Information Interchange, Coding system traditionally used with personal computers

New cards
19

EBCDIC

Extended Binary Coded Decimal Interchange Code, Developed by IBM, primarily for mainframes

New cards
20

Unicode

Newer code (32 bits per character is common) Universal coding standard designed to represent textbased data written in any ancient or modern language

New cards
21

Graphics Data

still images such as photos or drawings

New cards
22

Bitmapped images

Image made up of a grid of small dots called pixels, Monochrome graphic can only be one of two colors

New cards
23

More bits

more colors

New cards
24

Audio Data

Must be in digital form in order to be stored on or processed by a computer

New cards
25

Video Data

Displayed using a collection of frames, each frame contains a still image

New cards
26

Machine language

Binary-based language for representing computer programs the computer can execute directly

New cards
27

System Unit

The main case of a computer, Houses the processing hardware for a computer, Also contains storage devices, the power supply, and cooling fans

New cards
28

Computer Chip

Very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded

New cards
29

Circuit Board

A thin board containing computer chips and other electronic components

New cards
30

System Board

The main circuit board inside the system unit to which all devices must connect

New cards
31

Motherboard

contains computer chip, circuit board and system board

New cards
32

External devices

monitors, keyboards, mice, printers

New cards
33

Bit

each digit in a binary number

New cards
34

Wireless devices

e.g., Bluetooth

New cards
35

Power Supply

Connects to the motherboard to deliver electricity (personal computer)

New cards
36

Drive Bays

Rectangular metal racks inside the system unit that house storage devices, ex are hard drive, CD/DVD drive

New cards
37

The CPU (Central Processing Unit)

Circuitry and components packaged together and connected directly to the motherboard, Does the vast majority of processing for a computer

New cards
38

Dual-core CPU

Contains the processing components (cores) of two separate processors on a single CPU

New cards
39

Quad-core CPU

Contains four cores

New cards
40

Multi-core processors

allow computers to work on more than one task at a time

New cards
41

The GPU

Takes care of the processing needed to display images (including still images, animations) on the screen, Can be located on the motherboard, on a video graphics board, on in the CPU package

New cards
42

CPU clock speed

is one measurement of processing speed, Rated in megahertz (MHz) or gigahertz (GHz

New cards
43

Word Size

The amount of data that a CPU can manipulate at one time Typically 32 or 64 bits

New cards
44

Megaflops, gigaflops, teraflops

Alternate measure of processing speed is the number of instructions a CPU can process per second

New cards
45

Cache Memory

Special group of very fast memory chips located on or close to the CPU, Usually internal cache, More cache memory typically means faster processing

New cards
46

bus

is an electronic path over which data can travel

New cards
47

Bus width

is the number of wires in the bus over which data can travel

New cards
48

Memory

Refers to chip-based storage located inside the system unit, Storage refers to the amount of long -term storage available to a computer

New cards
49

RAM

Computer’s main memory, Consists of chips arranged on a circuit board called a memory module which are plugged into the motherboard, Stores essential parts of operating system, programs, and data the computer is currently using

New cards
50

Volatile

RAM content lost when the computer is shut off, ROM and flash memory are non-______

New cards
51

Random Access Memory

what does RAM stand for?

New cards
52

SD-RAM

Most personal computers use as their memory

New cards
53

Memory

Each location in memory has an address, Each location typically holds one byte

New cards
54

Registers

High-speed memory built into the CPU, Used to store data and intermediary results during processing, Fastest type of memory

New cards
55

ROM

read -only memory, Non-volatile chips located on the motherboard into which data or programs have been permanently stored

New cards
56

Flash Memory

Nonvolatile memory chips that can be used for storage, Have begun to replace ROM for storing system information, Now stores firmware for personal computers and other devices

New cards
57

Fans

used on most personal computers to help cool the CPU and system uni

New cards
58

Heat

is an ongoing problem for CPU and computer manufacturers, Can damage components

New cards
59

Heat Sinks

Small components typically made out of aluminum with fins that help to dissipate heat

New cards
60

Liquid cooling systems

Cool the computer with liquid-filled tube

New cards
61

Immersion cooling

Hardware is actually submerged into units filled with a liquid cooling solution

New cards
62

Notebook cooling stand

Cools the underside of a notebook compute

New cards
63

Expansion Slot

A location on the motherboard into which expansion cards are inserted

New cards
64

Expansion Card

A circuit board inserted into an expansion slot, Used to add additional functionality or to attach a peripheral device

New cards
65

ExpressCard Modules

Designed to add additional functionality to notebooks

New cards
66

Bus

An electronic path within a computer over which data travels, Located within the CPU and etched onto the motherboard

New cards
67

Expansion Bus

Connects the CPU to peripheral (typically input and output) devices

New cards
68

Memory Bus

Connects CPU directly to RAM

New cards
69

Frontside Bus (FSB)

Connects CPU to the chipset that connects the CPU to the rest of the bus architecture

New cards
70

Universal Serial Bus (USB)

Extremely versatile Allows 127 different devices to connect to a computer via a single USB port

New cards
71

FireWire Bus

Developed by Apple to connect multimedia devices to a computer

New cards
72

Port

A connector on the exterior of a computer’s system unitto which a device may be attached

New cards
73

Tablet Docks

Used to help with tablet productivity, Some are just a stand, Many include a keyboard

New cards
74

CPU (Central Processing Unit)

Consists of a variety of circuitry and components packaged together

New cards
75

Transistor

Key element of the microprocessor, Made of semi-conductor material that acts like a switch controlling the flow of electrons inside a chip

New cards
76

Moore’s Law

In 1965, Gordon Moore predicted that the number of transistors per square inch on chips had doubled every two years and that trend would continue

New cards
77

Arithmetic/Logic Unit (ALU)

Performs arithmetic involving integers and logical operations

New cards
78

Floating Point Unit (FPU)

Performs decimal arithmetic

New cards
79

Control Unit

Coordinates and controls activities within a CPU core

New cards
80

Prefetch Unit

Attempts to retrieve data and instructions before they are needed for processing in order to avoid delays

New cards
81

Decode Unit

Translates instructions from the prefetch unit so they are understood by the control unit, ALU, and FPU

New cards
82

Registers and Internal Cache Memory

Store data and instructions needed by the CPU

New cards
83

Bus Interface Unit

Allows the core to communicate with other CPU components

New cards
84

System Clock

Small quartz crystal on the motherboard, Timing mechanism within the computer system that synchronizes the computer’soperations

New cards
85

hertz

Number of cycles per second is measured in what

New cards
86

Machine Cycle

The series of operations involved in the execution of a single machine level instruction

New cards

Explore top notes

note Note
studied byStudied by 34 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 8 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 6 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 170 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
note Note
studied byStudied by 29 people
Updated ... ago
4.0 Stars(1)
note Note
studied byStudied by 10752 people
Updated ... ago
4.8 Stars(24)

Explore top flashcards

flashcards Flashcard206 terms
studied byStudied by 8 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard25 terms
studied byStudied by 25 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard109 terms
studied byStudied by 7 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard60 terms
studied byStudied by 55 people
Updated ... ago
4.0 Stars(2)
flashcards Flashcard96 terms
studied byStudied by 15 people
Updated ... ago
5.0 Stars(1)
flashcards Flashcard148 terms
studied byStudied by 226 people
Updated ... ago
5.0 Stars(2)
flashcards Flashcard84 terms
studied byStudied by 14 people
Updated ... ago
5.0 Stars(3)
flashcards Flashcard35 terms
studied byStudied by 9 people
Updated ... ago
5.0 Stars(2)