The number of unique values you can store in 4 bits
What is 64?
How many bits are used to represent one character in ASCII?
What is 8?
Sometimes used for fonts, this system can be used to render a binary grid of pixels.
What is a bitmap?
When transmitting packets for an email, this type of data transmission protocol is used.
What is TCP?
]A high-speed, reliable service that transmits data via pulses of light through ultra-thin strands of glass.
What is fiber-optic internet?
18 in binary
What is 10010?
Caused when a number is too large to fit in the available bits
What is an overflow error?
You can make orange with the RGB system (True or False)
What is True?
When a program does not run because of a typo in the code.
What is a syntax error?
Lossless & Lossy
What are the 2 main types of compression?
The amount of ones in 67 in binary
What is 3?
Caused when code tries to access an item in a list that is greater than the capacity of the list
What is an overflow error?
This color system is used to display over 16 million colors.
What is RGB?
This type of error occurs when the program technically runs, but doesn’t perform the intended action
What is a logic error?
When you need to stream a video over limited bandwidth while keeping its metadata,which type of compression should you use?
What is lossy compression?
The formula for the number of unique values in a system with x bits
What is 2^x ?
integer, double, boolean
What are data types?
The number of distinct factors of authentication required for MFA.
What is 2?
A small piece of data containing a small amount of information, including the content, and where it needs to go.
What is a packet?
File-describing info. Helps manage bandwidth
What is metadata?
The number of bits per byte
What is 8?
A chart that allows you to go from decimal to a character, or from binary to decimal to character, to understand what character the computer would display
What is an ASCII table?
A password and an authenticator app is one example of this.
What is Multi-factor Authenticaion (Or MFA Or two-factor auth) ?
This type of error occurs while the program is running, and an unexpected event occurs.
What is a runtime error?
Best type of compression for sending a friend a YouTube video
What is lossless compression?