A

B
C
D

E
100

A single binary digit of either a 1 or 0

bit

100

Using the power of computers to solve problems

computer science

100

Information that can be expressed in a numerical form.

Digital Information

100

What does the numbers 1 and 0 represent in binary

1 represents on and 0 represents off

100

A base 2 number system, two digits of 0 and 1 which is the language our computers speak.

binary system

200

Malware, shutting down critical infrastructure, stealing sensitive data, loss of privacy

The downside of Computer Science

200

The process of simplifying complicated data into manageable chunks

data abstraction

200

A prediction made by Gordon Moore in 1965 that computing power will double every 1.5-2 years, it has remained more or less true ever since.

Moore's Law

200

What number system is made up of 16 digits and what are they

Hexadecimal Number System

0-9A-F

200

A combination of eight bits together

Byte

300

A set of rules governing the exchange or transmission of data between devices.

protocol

300

Protocol for encoding text

ASCII (American Standard Code for Information Interchange)

300

Short for "picture element", the smallest element of a digital image, typically a tiny square or dot that contains a single point of color of a larger image.

pixel

300

Numeric coding scheme that allows us to represent colors by using a combination of red, green, and blue light in each pixel - there are 24 bits per pixel

RGB

300

How is RGB represented in Binary

8 bits each for Red, Green, and Blue for a total of 24 bits

400

How RGB is represented in Hexadecimal

2 digits each with a pound sign in front

400

Used to brighten our digital images. We add the same set value to each of our RGB colors, making sure to not go over the value of 255

Brightness filter

400

Same as above but we are subtracting instead of adding a set value to each RGB color and using max in place of min to not go below a zero value.

darkening filter

400

Black and White in binary RGB

00000000 00000000 00000000 - black

11111111 11111111 11111111 - white

400

Blue in RGB for Hexadecimal

00 00 FF

500

Convert 182 to binary

10110110

500

Convert 75 to hexadecimal

#4B

500

Convert 110110 to decimal

54

500

Convert 101100 to hexadecimal

2C

500

Convert #7B to decimal

123

M
e
n
u