Terms and Names Chapters 1-3 Flashcards

(27 cards)

1
Q

Moore’s Law

A

A trend where engineers have reduced switch sizes by half about every two years.

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

Computer Program

A

Consists of instructions that a computer executes (or runs), like multiplying numbers or printing a number to a screen.

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

Computational Thinking

A

Creating a sequence of instructions to solve a problem.

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

Algorithm

A

A sequence of instructions that solves a problem.

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

Embedded Computer

A

a computer inside another electrical device, like inside a TV, car, printer, thermostat, satellite, etc.

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

Bit

A

a single 0 or 1

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

Byte

A

Eight bits (like 11000101)

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

ASCII

A

a popular code for characters (American Standard Cod for Information Interchange). uses 7 bits

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

Unicode

A

a character encoding standard whose codes can have more bits than ASCII and thus can represent over 100,000 items

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

Hardware

A

physical parts of a computer

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

software

A

the programs (the 0’s and the 1’s) that instruct the computer what to do

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

CPU

A

Hardware that runs program instructions and controls other hardware. (central processing unit)

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

Memory

A

hardware that stores data. Memory is also called RAM (Random Access Memory)

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

RAM

A

A computer’s memory; holds data temporarily. When electricity is turned off, all data is lost.

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

Computer drive

A

Stores data even after electricity is turned off

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

virtual memory

A

Uses storage device as “pretend” memory

17
Q

Server

A

Any computer than can share or deliver or serve data/files/pages/docs/videos/etc to other computers or over a network.

18
Q

Speech recognition

A

converts audio into text by recognizing spoken words

19
Q

speech input

A

involves a user speaking into a microphone with an app converting the speech to text.

20
Q

computer monitor

A

a standalone output device that displays text, images, and video on a screen.

21
Q

inkjet printer

A

sprays small drops of ink to create text and images. A motor moves the printhead back and forth across the paper, and pauses for a fraction of a second to spray ink at the appropriate location.

22
Q

monochrome printer

A

prints text and images in varying tones of black

23
Q

color printer

A

prints text and images in a wide range of colors, and typically contains cartridges for cyan, magenta, yellow, and black.

24
Q

laser printer

A

contains a rotating ink drum that is electrostatically charged by a laser. The charged areas form a pattern that picks up powdered ink, or toner, and places the ink on paper. The paper next passes through a fuser unit that uses heat and pressure to permanently bond the ink to the paper.

25
transistor
a switch that can be switched on to let electricity flow from a first to second wire, or switched off, controlled by electricity on a third wire.
26
Internet Protocol (IP)
the basic low-level rules for communicating data over the Internet.
27
router
a specialized computer in a network that receives a packet from a computer/router and sends that packet to another computer/router on a path towards the packet’s destination.