Y8 EoY Revision Flashcards

REVISE!!!! (41 cards)

1
Q

How many bits are in a byte?

A

8

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the computer language that uses base 2?

A

Binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 2 kinds of compression?

A

Lossy/Lossless

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Name a type of image file

A

PNG/JPG/GIF/BMP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The highest number that can be represented in eight columns of binary is?

A

255

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

In hexadecimal F is the character for?

A

15

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

In hexadecimal A is the character for?

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

The more of pixels in an image improves the?

A

Resolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the dots that make up a digital picture called?

A

Pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What does an AND gate output when both inputs are true?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the output of an OR gate if at least one input is true?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

True or False: A NOT gate inverts the input signal.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Fill in the blank: The AND gate is also known as a ______ gate.

A

conjunction

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In Boolean algebra, what is the symbol for AND?

A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How many inputs can a standard AND gate have?

A

Two or more

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the truth table output for an OR gate with inputs (0, 0)?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the truth table output for an AND gate with inputs (1, 0)?

18
Q

Which gate would you use to ensure both conditions must be true?

19
Q

What is the output of a NOT gate if the input is 1?

20
Q

True or False: An OR gate outputs false only when both inputs are false.

21
Q

What is the output of an AND gate with inputs (1, 1)?

22
Q

Fill in the blank: The OR gate is also known as a ______ gate.

23
Q

In Boolean algebra, what is the symbol for OR?

24
Q

What would be the output of a NOT gate with an input of 0?

25
What is the logical operation of an AND gate?
Conjunction
26
What is the logical operation of an OR gate?
Disjunction
27
How many possible input combinations are there for a 2-input AND gate?
4
28
What are the two inputs of a NOT gate called?
Input and Output
29
True or False: An AND gate can have an output of 1 with only one true input.
False
30
What is the output of an OR gate with inputs (1, 0)?
1
31
Fill in the blank: The output of an AND gate is true only if all inputs are ______.
true
32
What is the output of an OR gate with inputs (0, 0)?
0
33
What is the output of an AND gate with inputs (0, 1)?
0
34
If input A is true and input B is false, what is the output of A AND B?
False
35
What is the term for the output of a NOT gate?
Inverted output
36
True or False: An OR gate can produce a true output with both inputs being false.
False
37
What is the output of a NOT gate if the input is true?
False
38
What is the primary use of AND, OR, and NOT gates in digital circuits?
To perform logical operations
39
How do you express the logical operation 'A OR B' in Boolean notation?
A ∨ B
40
What is the output of an AND gate if both inputs are false?
False
41
Fill in the blank: The output of an OR gate is true if ______ of its inputs are true.
at least one