Y8 EoY Revision Flashcards
REVISE!!!! (41 cards)
How many bits are in a byte?
8
What is the computer language that uses base 2?
Binary
What are the 2 kinds of compression?
Lossy/Lossless
Name a type of image file
PNG/JPG/GIF/BMP
The highest number that can be represented in eight columns of binary is?
255
In hexadecimal F is the character for?
15
In hexadecimal A is the character for?
10
The more of pixels in an image improves the?
Resolution
What are the dots that make up a digital picture called?
Pixels
What does an AND gate output when both inputs are true?
True
What is the output of an OR gate if at least one input is true?
True
True or False: A NOT gate inverts the input signal.
True
Fill in the blank: The AND gate is also known as a ______ gate.
conjunction
In Boolean algebra, what is the symbol for AND?
∧
How many inputs can a standard AND gate have?
Two or more
What is the truth table output for an OR gate with inputs (0, 0)?
0
What is the truth table output for an AND gate with inputs (1, 0)?
0
Which gate would you use to ensure both conditions must be true?
AND gate
What is the output of a NOT gate if the input is 1?
0
True or False: An OR gate outputs false only when both inputs are false.
True
What is the output of an AND gate with inputs (1, 1)?
1
Fill in the blank: The OR gate is also known as a ______ gate.
disjunction
In Boolean algebra, what is the symbol for OR?
∨
What would be the output of a NOT gate with an input of 0?
1