Flashcards from GC

mostly paper 1 topics (73 cards)

1
Q

What is the purpose of the CPU?

A

To process instructions and manage data in a computer

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

What is the name of the architecture that stores programs and data in the same memory?

A

Von Neumann architecture

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

What happens to the Program Counter as soon as an instruction has been fetched?

A

It is incremented to point to the next instruction

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

What happens in the Program Counter when the next instruction is copied to the MAR?

A

The PC increments to the next instruction

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

What is the function of the address bus?

A

Transmits the address between the processor and memory

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

What is the function of a data bus?

A

Transmits data between the processor, memory and input-output devices

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

What is the function of a control bus?

A

Transmits signals of the processor to control the memory and peripheral devices

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

List the registers used in von Neumann architecture

A

MAR, MDR, ACC, PC and CIR

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

What are the steps involved in a READ operation?

A

Address→MAR; Read signal is sent by processor; Data→MDR

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

What are the steps involved in a WRITE operation?

A

Data→MDR; Address→MAR; Write signal is sent by processor

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

What does a processor consist of?

A

ALU (Arithmetic and Logic unit) and Control Unit (CU)

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

What is the function of an ALU?

A

Performs arithmetic and logic operations

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

What is the function of a CU?

A

Controls the memory, processor and input-output devices

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

List the registers of a CU.

A

CIR (Current Instruction Register) and PC (Program Counter)

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

What are the steps involved in a fetch operation?

A

Address of next instruction→PC; PC→MAR; Instruction→MDR; MDR→CIR; Value of PC incremented

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

What are images made of?

A

Tiny elements called pixels (picture elements)

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

What are bitmaps?

A

A type of image made of an organised grid of coloured squares called pixels

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

What happens to image quality when bitmaps are scaled?

A

Image loses quality

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

What are vectors?

A

A type of image that uses coordinates and geometrical shapes such as lines and curves to define an image

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

What happens to image quality when vectors are scaled?

A

Image quality is not lost

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

How are bitmap images displayed?

A

Images are displayed as a grid of pixels

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

How are vector images displayed?

A

A vector image is rasterised or converted to a grid of pixels for display

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

What is colour depth?

A

Colour depth is the number of bits used to indicate different colours of a pixel

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

How many different colours can be represented by a n-bit system?

A

2n different colours

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
True or False: With the increase in colour depth, the size of the file decreases.
False. With the increase in colour depth, the size of the file also increases
26
What is resolution?
Resolution is the number of pixels or dots in a unit
27
What units measure resolution?
Dots per inch or pixel per inch
28
How do you estimate size of an image file?
Width (pixels) × height (pixels) × colour depth (bits per pixel)
29
What is metadata?
Metadata is ‘data about data’
30
List some information stored by metadata of an image file.
Filename and format, dimensions, resolution & colour depth of the image, date and place when the photo was taken, and camera settings
31
What is an analogue signal?
Information in the form of continuous varying data is an analogue signal
32
What is sampling?
Sampling is the process that converts analogue sound into discrete digital data that can be stored in a computer
33
What factors affect the audio quality of digital sound?
Sampling rate, bit depth and bit rate
34
What is a sampling rate?
The sampling rate is the number of samples taken per second
35
What is the unit for measuring a sampling rate?
Hertz (Hz)
36
True or false: The higher the sampling rate, the higher the sound detail.
True
37
What is bit depth?
Bit depth is the number of bits available for each sample
38
What values does a CD represent?
CD can represent values from 0 to 65535 (2^16 - 1)
39
What is PCM?
PCM is the process for digitising a sound file and creating an uncompressed file
40
What is a bit rate?
Bit rate is the number of bits of data used to store data sampled every second
41
How is the bit rate calculated?
Bit rate = Sampling rate × bit depth × channels
42
What unit is used to calculate the bit rate?
Kilobits per second (kbps)
43
True or False: The more the bit rate the lesser the quality.
False. The more the bit rate the better the quality
44
Why is the audio quality of a music CD better than downloading from Internet?
The bit rate of a music CD is higher than downloading from Internet
45
True or False: The more the bit rate the higher the file size.
True
46
How is a file size of an audio file calculated?
File size (bits) = bit rate × number of seconds
47
What is the bit depth of a CD?
16 bits
48
What is the bit depth of a DVD?
24 bits
49
What is the Denary system?
A number system with a base value of 10. It counts in multiples of 10
50
What is a Binary system?
A number system with a base of 2. It counts in the multiples of 2
51
Define Bit
The unit of memory that is used to store a binary digit
52
1 kilobyte (1 kB) is equal to how many bytes?
1000 bytes
53
Define nibble.
The unit of memory that is used to store 4 binary digits
54
1 mebibyte (1 MiB) is equal to how many bytes?
1024^2 bytes
55
1 gigabyte (1 GB) is equal to how many bits?
8,000,000,000 bits
56
1 terabyte (1 TB) is equal to how many bytes?
1,000,000,000,000 bytes
57
1 terabyte (1 TB) is equal to how many gigabytes?
1000 GB
58
How many binary combinations are possible in a n-bit system?
2^n binary combinations
59
What is an overflow error?
An error that occurs when the maximum storage capacity of a register is exceeded
60
True or False: Binary equivalent of 8 shifted to left by one place is the binary equivalent of 4
False. It is the binary equivalent of 16
61
What is sign bit?
The leftmost bit that is used to represent sign. 0 = positive, 1 = negative
62
What is the smallest number that can be represented using 8 signed bits?
-127
63
What is the largest number that can be represented using 8 signed bits?
127
64
What is two’s complement?
A method to represent negative numbers. Invert bits of the number and add 1
65
What is a hexadecimal system?
Number system with base 16
66
What is the hexadecimal value for the denary number 10?
A
67
What is the hexadecimal value for the denary number 15?
F
68
Define nibble.
The unit of memory that is used to store 4 binary digits
69
Complete: Each __________ is represented as a digit in the hexadecimal system.
nibble
70
What are the applications of a hexadecimal system?
Defining colours (RGB), MAC addresses, assembly code, and URLs
71
What is a MAC address?
A unique address stored in device hardware that identifies a network device
72
Complete: A MAC address is made of ______ bits.
48
73
What does the first half of a MAC address represent?
Manufacturer ID