CSP Code.org Unit 1

studied byStudied by 101 People
0.0(0)
Get a hint
hint

Binary

1/21

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

Studying Progress

New cards
21
Still learning
0
Almost done
0
Mastered
0
21 Terms
New cards

Binary

A number system that uses only two numbers, 0 and 1.

New cards
New cards

Bit

A "Binary Digit" is the single unit of information in a computer, typically represented as a 0 or 1.

New cards
New cards

Byte

8 bits

New cards
New cards

Overflow error

Error from attempting to represent a number that is too large.

New cards
New cards

Round-off error

Error from attempting to represent a number that is too precise. The value is rounded.

New cards
New cards

Analog data

Data with values that change continuously, or smoothly, over time. Some examples of analog data include music, colors of a painting, or position of a sprinter during a race.

New cards
New cards

Digital data

Data that is represented in separate bits.

New cards
New cards

Sampling

A process for creating a digital representation of analog data by measuring the analog data at regular intervals called samples.

New cards
New cards

Lossless compression

A process for reducing the number of bits needed to represent something without losing any information. This process is reversible.

New cards
New cards

Lossy compression

A process for reducing the number of bits needed to represent something in which some information is lost or thrown away. This process is not reversible.

New cards
New cards

Intellectual property

A work or invention that is the result of creativity, such as a piece of writing or a design, to which one has rights and for which one may apply for a patent, copyright, trademark, etc.

New cards
New cards

Creative commons

A collection of public copyright licenses that enable the free distribution of an otherwise copyrighted work, used when an author wants to give people the right to share, use, and build upon a work that they have created

New cards
New cards

Boolean

A single value of either TRUE or FALSE (can be represented as a 1 or 0)

New cards
New cards

Metadata

Data that describes other data. For example, a digital image may include metadata that describe the size of the image, number of colors, or resolution.

New cards
New cards

Pixel

Short for "picture element" it is the fundamental unit of a digital image.

New cards
New cards

Abstraction

a simplified representation of something more complex.

New cards
New cards

Open source

refers to any software whose source code is made available free for any third party to review and modify

New cards
New cards

Transistor

The electronic semi-conductor device that makes it possible for us to have computers that fit in our hand. It controls the flow of electricity.

New cards
New cards

255

The largest number you can represent with 8 bits

New cards
New cards

RGB (red, green, blue)

color model used to display color on computer monitors, televisions, and similar devices

New cards
New cards

1011 in binary is ______ in decimal

11

New cards