Unit 1: Digital Information Flashcards

1
Q

Bit

A

(short for binary digit) is the smallest unit of data in a computer. It has a single binary value, either 0 or 1

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

Byte

A

a unit of data that is eight binary digits long. They are often used to represent a character such as a letter, number, space

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

Binary

A

a numbering scheme in which there are only two possible values for each digit: 0 and 1.

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

Algorithm

A

a complete, well-defined sequence of steps for completing a task or solving a problem

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

Program

A

a sequence of instructions or steps, written in a language that can be
understood by a computer, that will be used by the computer to complete a task or solve
a problem

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

Blocks

A

Puzzle-piece shapes that are used to create code in Snap!.

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

Scripts

A

Different types of blocks linked together.

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

Sprites

A

An object in Snap! which performs functions controlled by scripts.

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

Stage

A

The background of a project, performs functions through scripting.

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

Logic error

A

a mistake in the algorithm or program that causes it to behave incorrectly or unexpectedly

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

Tracing

A

hand simulating the execution of program code in order to manually verify that it works correctly

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

Debugging

A

the process of identifying and removing errors from computer hardware or software

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

ASCII

A

American Standard Code for Information Interchange, a character encoding standard for electronic communication

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

Overflow error

A

an error that occurs when calculated data cannot fit within the designated field.

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

Roundoff error

A

error that is produced when a computer is used to perform real number calculations because many real numbers can not be represented exactly on a computer.

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

Underflow error

A

occurs in a computer or similar device when a mathematical operation results in a number which is smaller than what the device is capable of storing.

17
Q

pixel

A

a minute area of illumination on a display screen, one of many from which an image is composed.

18
Q

RGB

A

(red, green, and blue) refers to a system for representing the colors to be used on a computer display. Red, green, and blue can be combined in various proportions to obtain any color in the visible spectrum.

19
Q

Heuristic

A

a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible.

20
Q

Lossless compression

A

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

21
Q

Creative Commons

A

public copyright license that enables the free distribution of an otherwise copyrighted work. This is used when the content creator wants to give others to right to share, use and build upon the work they have created

22
Q

Open source

A

programs that are made freely available and may be redistributed and modified;

23
Q

Open access

A

online research output free of any and all restrictions on access and free of many restrictions on use, such as copyright or license restrictions

24
Q

Lossy compression

A

a data encoding and compression technique that deliberately discards some data in the compression process

25
Q

Bits are smaller than bytes. 8 bits make up a byte

A

Difference between bits and bytes

26
Q

Something that hides another thing.

A

What is an abstraction?

27
Q

Lossy loses quality when compressed, but lossless can be reversed and does not lose quality

A

Lossy vs. Lossless compression

28
Q

Analog: able to change color values smoothly and continuously; digital: rely on pixels to change from a fixed number of color values discreetly using squares of equal size

A

Digital vs. Analog

29
Q

Compression makes files smaller so that they are easier to send and use.

A

What is compression? Why do we use it?

30
Q

1111

A

Convert decimal value 15 to binary.

31
Q

7

A

Convert 0111 to decimal.

32
Q

9

A

Convert 1001 to decimal