What is a AND gate?
A gate that requires two positive inputs to output a positive. Requires two inputs.
What is a OR gate?
A gate that only needs one positive input to output a positive. Requires two inputs.
What is a NOT gate?
A gate that switches what the input was to the opposite. Only requires one input.
What is a NAND gate?
It is like an AND gate, except combined with a NOT gate, so the output is the output of a AND gate but flipped.
What is a NOR gate?
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.
What is a XOR gate?
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.
What is a truth table?
A table that shows all of the possible inputs and outputs of a circuit.
What is a circuit diagram?
A diagram that shows different gates and what would input/output from/to them.
What would 10010 be in base-10?
18
What is a binary shift?
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.
What would 203 be in base-16?
CB
What is the denary number for the ASCII code for a capital A?
65
How many bits long is an ASCII code?
7
What is the binary number for the ASCII code for a capital A?
1000001 (hex 41)
What is the denary number for the ASCII code for a lowercase a?
97
What is the binary number for the ASCII code for a lowercase a?
1100001 (hex 61)
How many bits long is extended ASCII?
8
How many bits long is Unicode?
16, so that it can accommodate characters in other languages, like Chinese, or emojis.
What is colour depth?
The amount of bits that a pixel stores. The bigger the colour depth, the more colours a pixel can be.
The more pixels that are in an image, the bigger the…?
File size, and higher the resolution
How do you make a rectangle in Inkscape?
You used the tool that is shaped like a rectangle.
How do you make a square in Inkscape?
You hold ‘Ctrl’ as you use the rectangle tool, so you have a square.
How do you make an ellipse in Inkscape?
You use the ellipse-shaped tool.
How do you make a circle in Inkscape?
Use the ellipse tool, but hold down ‘Ctrl’.