Topic 6 Flashcards

1
Q

What is primary memory in a computer?

A

Primary memory is where all processed data, instructions, and resulting data are stored. It is directly connected to the processor.

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

What is the difference between static RAM and dynamic RAM?

A

Static RAM holds data as long as power is supplied, while dynamic RAM leaks data over time and needs periodic refreshing.

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

What is cache memory used for?

A

Cache memory is used to store frequently used instructions and data to speed up processor performance.

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

What is the purpose of ROM in a computer?

A

ROM holds critical instructions like the BIOS for booting up a PC. It is non-volatile and cannot be altered during regular use.

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

Differentiate between direct and sequential access storage.

A

Direct access storage allows specific data to be retrieved without reading all preceding data, while sequential access storage requires reading through all previous data.

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

What is the fetch-decode-execute cycle?

A

The fetch-decode-execute cycle is the process by which the processor retrieves instructions, decodes them, and executes them.

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

How is processor speed measured?

A

Processor speed is measured in Hertz (Hz), and more recently in Gigahertz (GHz) for modern processors.

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

What is MIPS, and how does it relate to processor performance?

A

MIPS stands for Million Instructions Per Second, a rough measure of processor performance.

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

Define memory bandwidth and its significance.

A

Memory bandwidth is the rate at which data travels between memory and the processor, affecting overall CPU performance.

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

What is the maximum resolution in digital screens defined as?

A

Maximum resolution is defined as Width x Height, indicating the number of distinct pixels in the display.

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

Differentiate between HDD and SSD.

A

HDDs are cheaper but slower, while SSDs are faster and more durable but expensive.

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

What are the main features of a sound processor?

A

Sound processors convert analog sound to digital files and vice versa, and can process multiple audio channels.

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

What is a GPU and its primary use?

A

A GPU (Graphics Processing Unit) is designed for manipulating and processing graphics, especially in gaming and CGI.

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

How does network connectivity affect computer performance?

A

Network connectivity, such as wired or wireless NICs, affects the speed and reliability of data transfer.

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

Describe the role of a mainframe in modern computing.

A

Mainframes are used by large organizations for critical applications and data processing, such as in finance and defense.

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

What is a supercomputer primarily used for?

A

Supercomputers are used for tasks like weather forecasting, scientific research, and complex calculations.

17
Q

What are the characteristics of modern servers?

A

Servers provide services to clients, such as hosting databases, files, or applications. They are designed for high reliability and performance.

18
Q

What defines a Personal Computer (PC)?

A

A Personal Computer (PC) is a general-purpose computer designed for individual use, typically with a desktop or laptop form factor.

19
Q

What are the benefits of using laptops over PCs?

A

Laptops offer portability, long battery life, and capabilities similar to desktop PCs, making them ideal for mobile use.

20
Q

Describe the key features of tablets.

A

Tablets are mobile devices with touchscreens that serve as both input and output devices, and are typically equipped with sensors like GPS.

21
Q

What is multitasking in operating systems?

A

Multitasking allows multiple tasks to share CPU resources efficiently, giving the illusion of parallel execution.

22
Q

Explain the difference between multiprocessing and multithreading.

A

Multiprocessing refers to a system with multiple CPUs, while multithreading allows different parts of a program to execute concurrently.

23
Q

What are the key limitations of system resources in computing?

A

Limitations of system resources include insufficient memory, processing power, or storage, leading to slower performance or errors.

24
Q

How does rendering work in computer-generated imagery (CGI)?

A

Rendering in CGI is the process of generating images or videos from models, using complex mathematical equations.

25
Q

What is the role of a multiprogramming OS?

A

A multiprogramming OS loads multiple programs in memory, maximizing CPU usage by switching between them when idle.