IT EoY Test Y8 Flashcards

Contains Inkscape, data representation (binary, hex, data storage etc.), and Boolean Logic (6 gates). (55 cards)

1
Q

What is a AND gate?

A

A gate that requires two positive inputs to output a positive. Requires two inputs.

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

What is a OR gate?

A

A gate that only needs one positive input to output a positive. Requires two inputs.

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

What is a NOT gate?

A

A gate that switches what the input was to the opposite. Only requires one input.

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

What is a NAND gate?

A

It is like an AND gate, except combined with a NOT gate, so the output is the output of a AND gate but flipped.

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

What is a NOR gate?

A

It is like an OR gate, except combined with a NOT gate, so the output is flipped to what it would be for an OR gate.

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

What is a XOR gate?

A

A gate that is similar to a OR gate, but will only have an output of 1 if ONLY one of the inputs is 1. The output will be 0 if the inputs are either 0 and 0, or 1 and 1.

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

What is a truth table?

A

A table that shows all of the possible inputs and outputs of a circuit.

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

What is a circuit diagram?

A

A diagram that shows different gates and what would input/output from/to them.

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

What would 10010 be in base-10?

A

18

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

What is a binary shift?

A

A binary shift is moving a number in binary a certain number of places to the right or the left. A binary shift to the left by one place is multiplying the number by two, and shifting it two places to the left is multiplying it by four, and so on. A binary shift to the right by one place would by dividing it by two, and a binary shift two places to the right would be dividing by four.

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

What would 203 be in base-16?

A

CB

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

What is the denary number for the ASCII code for a capital A?

A

65

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

How many bits long is an ASCII code?

A

7

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

What is the binary number for the ASCII code for a capital A?

A

1000001 (hex 41)

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

What is the denary number for the ASCII code for a lowercase a?

A

97

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

What is the binary number for the ASCII code for a lowercase a?

A

1100001 (hex 61)

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

How many bits long is extended ASCII?

A

8

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

How many bits long is Unicode?

A

16, so that it can accommodate characters in other languages, like Chinese, or emojis.

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

What is colour depth?

A

The amount of bits that a pixel stores. The bigger the colour depth, the more colours a pixel can be.

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

The more pixels that are in an image, the bigger the…?

A

File size, and higher the resolution

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

How do you make a rectangle in Inkscape?

A

You used the tool that is shaped like a rectangle.

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

How do you make a square in Inkscape?

A

You hold ‘Ctrl’ as you use the rectangle tool, so you have a square.

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

How do you make an ellipse in Inkscape?

A

You use the ellipse-shaped tool.

24
Q

How do you make a circle in Inkscape?

A

Use the ellipse tool, but hold down ‘Ctrl’.

25
What is lossy compression?
Lossy compression is a data encoding method that reduces file size by permanently eliminating certain information, particularly redundant data.
26
True or False: Lossless compression allows for the original data to be perfectly reconstructed from the compressed data.
True
27
Which of the following formats is an example of lossy compression? A) ZIP B) JPEG C) PNG
B) JPEG
28
Fill in the blank: Lossless compression is often used for ______ files, where data integrity is crucial.
text
29
What is a common application of lossy compression?
Streaming audio and video files over the internet.
30
Name one advantage of lossy compression.
Significantly smaller file sizes compared to lossless compression.
31
What is the primary goal of lossless compression?
To reduce file size without losing any data.
32
True or False: Lossy compression is suitable for all types of data.
False
33
Which compression method is typically preferred for archiving documents, lossy or lossless?
Lossless
34
What type of compression would you use for a high-quality image that needs to maintain detail?
Lossless compression.
35
What is the crest of a wave?
The highest point of a wave.
36
What is the trough of a wave?
The lowest point of a wave.
37
What is the rest of a wave?
The middle line, where there's no sound.
38
What is the amplitude of a wave?
The distance between the middle line and the crest/trough of a wave.
39
What is the wavelength of a wave?
The distance between two corresponding points on a wave.
40
41
What is lossless compression?
Lossless compression is a data compression technique that allows the original data to be perfectly reconstructed from the compressed data.
42
True or False: Lossless compression reduces file size by permanently removing some data.
False
43
Which of the following is an example of a lossless compression algorithm? A) JPEG B) PNG C) MP3
B) PNG
44
Fill in the blank: Lossless compression is often used for _______ and _______ files.
text, executable
45
Name one common lossless compression format.
ZIP
46
What is the denary (decimal) equivalent of the binary number 1010?
The denary equivalent is 10.
47
True or False: The binary number 1111 is equivalent to the denary number 15.
True.
48
Convert the denary number 255 to hexadecimal.
The hexadecimal equivalent is FF.
49
Fill in the blank: The binary number 1001 is equal to ______ in denary.
9
50
What is the binary equivalent of the hexadecimal number A3?
The binary equivalent is 10100011.
51
Multiple choice: What is the denary equivalent of the binary number 1101? A) 12 B) 13 C) 14 D) 15
B) 13
52
Convert the hexadecimal number 1F to binary.
The binary equivalent is 00011111.
53
True or False: The denary number 16 is represented as 10000 in binary.
True.
54
What is the hexadecimal equivalent of the denary number 64?
The hexadecimal equivalent is 40.
55
Fill in the blank: The binary number 0001 represents the denary number ______.
1