CSP Flashcards

1
Q

input

A

information is entered into a computer through clicking, touching, etc

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

output

A

the final form of the information that is displayed as images on the screen, sound, etc

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

processing

A

computer manipulates data; converts it into something it understands, like binary, through types like if/then, comparing, etc

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

computer

A

a machine that works with information

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

hard drive

A
  • Storage space for all software (files, apps, programs, operation systems)
  • Measured in Bytes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

RAM (Random Access Memory)

A
  • Temporary space for the CPU to work
  • Like your desk top in class - what do I need right now to do the task at hand
  • Measured in Byte
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

motherboard

A
  • The main circuit of a computer
  • All parts 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
8
Q

hardware

A

physical parts required for a computer to run; what makes a computer powerful

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

software

A

set of instructions that allows hardware to perform different tasks; can be changed; the ability to run different ___ is what makes a computer flexible

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

bit

A

a binary digit, represented by a 1 or 0

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

byte

A

8 bits together

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

convert from decimal-binary

A

subtract the number from the highest 2^ it can go; record a 1 for each 2^ it can be subtracted from

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

convert from binary-decimal

A

add the 2^ that are “on” (have a 1 in their place)

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

overflow

A

error from attempting to represent a number that is too large

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

rounding error

A

error from attempting to represent a number that is too precise; the value is rounded

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

ASCII table

A

standardized encoding system that assigns a decimal number to each text character that can be coverted into binary to represent them

17
Q

abstraction

A

pulling away unnecessary information/details

18
Q

pixel

A

a tiny, square, illuminated element that makes up a digital image, composed of one color

19
Q

sampling frequency

A

how many pixels an analog image is split up into to represent a digital image

20
Q

analog image

A

the real world image being sampled

21
Q

digital image

A

representation of an analog image using sampling, pixels, and RGB colouring

22
Q

RLE

A

form of losseless compression where each pixel’s contents are represented; color is listed first, then the number of subsequent pixels that are also that color

23
Q

lossless compression

A

compressed down without a loss of data so it can be restored to its original quality

24
Q

lossy compression

A

image data is reduced and lost forever; cannot be restored back to original quality

25
Q

intellectual property

A

the instant theoretical rights/property a person gets to an idea

26
Q

copyright

A

the exclusive legal right given to a creator to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

27
Q

Creative Commons

A

a public copyright license that a creator uses to declare how they want their artistic creations to be shared, remixed, used in noncommercial contexts, and how the policy should propagate with remixed versions