Unit 1 flashcards

1
Q

Input

A

Information that is entered into a computer. Ex. pressing keys on a keyboard, clicking a mouse to select something.

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

Output

A

Information that is processed and sent out from a computer. Ex. the screen displaying something or playing audios.

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

Storage

A

Data that you put into a computer that is stored and saved.

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

Processing

A

The “If/then” process. The part of the information processing cycle that processes the information you give it in ways such as searching, counting, and comparing data.

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

CPU

A

Central Processing unit - “the brain”. executes all commands for the computer. If not on, nothing will work. measured by speed in Hertz (MHz, GHz)

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

GPU

A

Graphics processing unit - accelerates graphics rendering. Does all the heavy lifting for a computer.

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

Hard drive

A

“Long term memory” - The storage for all software’s (files, apps, programs, operating system.) Measured by Bytes.

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

RAM

A

Random Access Memory - Temporary space for the CPU to work. Measured in Bytes

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

Motherboard

A

“Nervous System” - The main circuit of a computer. All parts of a computer connect to it. It allows communication between other parts of the computer.

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

Hardware

A

“hard” physical mechanical parts required for a computer to run what makes your computer powerful.

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

Software

A

Instructions that allow hardware to perform different tasks “soft” - can be changed. makes the computer flexible.

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

Bit

A

Capacitors on the motherboard that store energy. (electrical charge) either full (on) or empty off (off)
On=1 Off=0

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

Byte

A

8 bits = 1 byte. A group of binary digits operating as a unit.

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

How to convert decimal to binary

A

Using the perfect squares. You divide the decimal number you’re using by two repeatedly until you get to 0.

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

How to convert binary to decimal

A

Using perfect squares. We multiply each digit of the binary number with its base (2), raised to the power based on its position in the binary number.

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

Over flow vs rounding error

A

Overflow error : When the data type used is too small to hold the data, so it overflowed.
Rounding error : A computer inability to represent some numbers exactly.

17
Q

ASCII table

A

The blueprint all computers use to represent different text.

18
Q

Abstraction

A

Pulling away unecessary information/details

19
Q

Pixel

A

The basic unit of programmable color on a computer display or in a computer image

20
Q

Sampling frequency

A

The number of samples per second taken from a continuous signal to make a digital signal.

21
Q

Analog image

A

Image represented by continuous variation in tone, such as a photograph.

22
Q

Digital image

A

representation of a real image as a set of numbers that can be stored and handled by a digital computer.

23
Q

RLE

A

Run length encoding. Lossless data compression in which runs of data are stored as a single data value and count, rather than as the original run.

24
Q

Lossless compression

A

Compression that allows images to be restored to their original image after compression.

25
Q

Lossy compression

A

Compression that doesn’t allow images to be restored to their original image after compression. Better when compressing non formal things.

26
Q

intellectual property

A

Original creations that humans make/come up with.

27
Q

copyright

A

The exclusive legal right given to the originater of a creation.

28
Q

creative commons

A

An internationally active non-profit organisation that provides free licences for creators to use when making their work available to the public.