Module 2 Flashcards
What is a bit?
A single 0 or 1 is called a bit
What is a byte?
Eight bits, like 11000101, are called a byte
How do you convert binary to decimal?
List the powers of two from right to left. Write the digits of the binary number below their corresponding powers. Add them up.
What is ASCII?
ASCII (American Standard Code for Information Interchange) is a character encoding format that represents text in computers and other devices
What is unicode?
Unicode is a universal character encoding standard where each letter, digit, or symbol is assigned a unique numeric value
What is 1 kilobit or 1 Kb?
2^10 or 1024
What is 1 megabit or 1 Mb?
2^20 or 1048576
What is 1 gigabit or 1 Gb?
2^30 or 1073741824
What is hexadecimal?
Base 16, it goes from 0 to F
What is Octal?
Base 8, it goes from 0 to 7
What is unsigned binary numbers?
Positive numbers (no arithmetic signs)
What is Overflow?
Overflow occurs when the result of a binary operation is too large to fit in allowed number of bits
What are Logical Gates?
A logic gate (or just gate) is a transistor circuit that implements a logic function
What is a NOT gate?
A NOT gate is called an inverter. It does the opposite, e.g if input is 0, NOT outputs 1.
What is a AND gate?
An AND gate outputs 1 only if both the gate’s inputs are 1’s. If one or both inputs is 0, the AND gate outputs 0.
What is an OR gate?
An OR gate outputs 1 if either, or both, of the gate’s inputs is a 1. If both inputs are 0, the OR gate outputs 0.
What is JPEG
JEPG is a compression standard
What is Video
A compression standard in the format of MP4
What is resolution?
Resolution is the number of pixels per row and the number of rows of pixels
What is audio
Audio, or sound, is the vibration of air molecules that human ears can detect.
What is an analog signal
Analog means the signal changes continuously over time
What is a digital signal
It’s a signal that has been encoded into a digital format, which can be stored and processed by computers and other digital devices. (1s and 0s)
What is WAV
WAV is a common uncompressed audio format, primarily for Microsoft Windows PCs
What is bit depth
Audio value is stored using a fixed number of bits, known as bit depth, commonly 16 or 24 bits.