Unit 1 Flash Cards

You may prefer our related Brainscape-certified flashcards:
1
Q

How does a computer work with information?

A

Input -> processing/storage -> output

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

What is Hardware?

A
  • Physical parts required for a computer to run
  • It is what makes your computer powerful
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Software

A
  • Set of instructions that allows hardware to preform different tasks.
  • “Soft”, as in can be changed
  • The ability to run different software is what makes a computer flexible.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Motherboard

A
  • “Nervous system”
  • The main circuit of the computer
  • All parts are connect to it
  • Allows communication between other parts of the computer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

CPU

A
  • Central Processing Unit
  • “brain”
  • Executes all commands for the computer
  • If it’s not on/dead, 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
  • Graphic Processing Unit
  • “eyes and muscle”
  • Displays what you see, handles most heavy tasks
  • Handles all visual data
  • Measured by speed in Hertz (MHz, GHz)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

RAM

A
  • Random Access Memory
  • “Short term 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
8
Q

Hard Drive

A
  • “Long term memory”
  • Storage space for all software (files, apps, programs, operating systems)
  • Measured in Bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Bit

A
  • Each place value represents one
  • (Binary digit)
  • Can be a 0 or 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Byte

A
  • 8 bits = 1 byte
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Creative Commons?

A

Creative Commons licenses give everyone from individual creators to large institutions a standardized way to grant the public permission to use their creative work under copyright law. (cc)

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

What is RLE

A
  • Run Length Encoding
  • A method for compressing images by identifying if it runs black or white, where the first number in each row represents the run of white.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Lossless Compression

A

Lossless compression is the type of compression where all the data is kept and you can get the original copy back however you still compress the data.

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

Lossy Compression

A

Lossy compression is when data is lost while shrinking an image. Irreversible compression. Partial data discarding. Best used for: images and music. Lossy compression is typically never noticed.

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

Abstraction

A

Pulling away unnecessary information/details.

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

How many total numbers can be represented with an 10-bit binary (base-2) system?

A

1024