Unit 1 Flashcards

(29 cards)

1
Q

What are the four things that are needed for a thing to be identified as a computer?

A

Input, Storage, Process, Output

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

What is Input?

A

Information/data that a computer takes in.

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

What is Storage?

A

Information/data that a computer stores for later.

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

What is Process?

A

Information/data that a computer computes.

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

What is Output

A

Information/data that a computer outputs to people or other computers

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

Define CPU

A

Central processing unit, works as the brain of the computer

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

Define GPU

A

Graphics processing unit, works as the muscles of the computer

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

Define Hard Drive

A

Long term memory of a computer

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

Define RAM

A

Random access memory, workspace for the computer to work at

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

Define Motherboard

A

The nervous system of the computer

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

Define Hardware

A

The physical parts of a computer

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

Define software

A

The programming and code in a computer

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

Define bit

A

A binary digit that will either be a zero or a one

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

Define byte

A

This is made out of 8 bits.

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

Converting binary to decimal

A

1001001 -> 73, finding the value of zeros and ones to make a mathematical number

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

Converting decimal to binary

A

73 -> 1001001, using a mathematical number and turning that into zeros and ones

17
Q

What is an overflow error?

A

It is what happens when there is something too big for the computer to represent

18
Q

What is a rounding error?

A

It is when a computer cannot exactly represent a number given.

19
Q

What is ASCII

A

It is a system used to represent text and symbols using binary code

20
Q

Define abstraction

A

A method that pulls out unnecessary details when using code such as binary to ASCII to text.

21
Q

Pixel

A

A small box in the computer that makes a color determined by the binary code given

22
Q

sampling frequency

A

how many pixels that are used in an image, the more pixels means a higher quality image can be made.

23
Q

Analog vs Digital

A

An analog image is either made by hand or drawn while a digital image is made up using pixels.

24
Q

What is RLE?

A

It is a method of send text but compressed with symbols or other with a key to help decipher it.

25
Define Lossless compression
Compressing data, making the file size of it smaller while not losing any of the information and it can be restored to its original version
26
Define Lossy compression
Compressing data, making the file size a lot smaller but it loses a little information and it cannot be restored to its original version
27
Define Intellectual property
This is an idea or design that someone has the rights to patent or copyright it.
28
Define Copyright
It is the right of a content maker or creator who reserves all the rights to a piece of work which no one else can steal.
29
What is Creative Commons
It is similar to copyright but allows some of the things in the content to be used with restrictions.