Computers UK—IGCSE UNIT 1 Flashcards
Is the binary system a high-level language or low-level language?
Low Level Language
Is hexadecimal a high-level language or a low-level language?
Low-Level Language
Give an example of a high-level language.
Answers might include: C++, JavaScript, Python, etc.
What is the main function of a logic gate?
Controlling the flow of electricity in a computer system
What is the main function of a register?
Temporary storage of data in a computer system
What are the four rules of Binary Addition?
- 0+0=0
- 1+0=1
- 1+1=10 (10 in binary is 2)
- 1+1+1=11 (11 in binary is 3)
What is 10010100+00011110? (Remember to practice more questions like this)
10110010
What is an overflow error?
When a number larger than a register can store is generated.
What happens when a logical binary shift to the left is performed?
The value doubles.
What happens when a logical binary shift to the right is performed?
The value halves.
What is the purpose of two’s complement?
To represent negative binary numbers
How is the method of two’s complement carried out?
First, you invert all the values (change the 1s to 0s and 0s to 1s)
Next, you add 1 to the result
What are the two main types of character set that a computer can use?
ASCII and Unicode
What is a pixel?
A small dot of colour that is displayed with many others to create an image
What is resolution?
The dimensions of an image