返回卡包市场

SLR 4 EXAM QUESTIONS

暂无描述。系统推荐的高质量记忆内容,适合每天坚持背诵学习。

卡片总数: 24内容版本: v3公开卡包更新时间: 8/1/2026

卡片预览 (24 张)

#1
正面 (问题)

Explain why an operating system is needed in a computer system.

背面 (解答)

It manages hardware resources, provides a user interface, and allows programs to run by handling input/output, memory, and process management.

#2
正面 (问题)

Describe one function of an operating system.

背面 (解答)

Memory management — the OS allocates and frees memory space for programs.

#3
正面 (问题)

Explain what is meant by system software.

背面 (解答)

Software that controls and manages computer hardware so applications can run effectively (e.g., operating systems, utilities).

#4
正面 (问题)

Explain the difference between paging and segmentation.

背面 (解答)

Paging divides memory into fixed-size blocks, while segmentation divides it into variable-sized sections based on program structure.

#5
正面 (问题)

Describe how virtual memory works.

背面 (解答)

When RAM is full, part of the hard drive is used as temporary memory so more programs can run, though this is slower than RAM.

#6
正面 (问题)

Explain one advantage and one disadvantage of using virtual memory.

背面 (解答)

Advantage: allows larger programs to run. Disadvantage: slows down performance due to secondary storage access times.

#7
正面 (问题)

Explain the purpose of interrupts in a computer system.

背面 (解答)

Interrupts alert the CPU to high-priority events requiring immediate attention, pausing the current process to run an interrupt service routine (ISR).

#8
正面 (问题)

Give one example of when an interrupt might occur.

背面 (解答)

When a user presses a key on the keyboard or a printer finishes a task.

#9
正面 (问题)

Describe what happens when an interrupt is received.

背面 (解答)

The CPU suspends its current task, saves its state, and executes the ISR before returning to the original task.

#10
正面 (问题)

Explain what is meant by CPU scheduling.

背面 (解答)

It determines the order and timing in which processes are executed to maximise CPU efficiency and ensure fairness.

#11
正面 (问题)

Describe how round robin scheduling works.

背面 (解答)

Each process is given a fixed time slice in turn; if it isn’t finished, it goes to the back of the queue.

#12
正面 (问题)

State one benefit of round robin scheduling.

背面 (解答)

Ensures fairness — each process gets an equal share of CPU time.

#13
正面 (问题)

Explain one disadvantage of first come first served scheduling.

背面 (解答)

Long jobs can delay shorter ones, causing inefficient use of CPU time.

#14
正面 (问题)

Describe what a real-time operating system is.

背面 (解答)

An OS designed to process data immediately as it’s input, with predictable response times — used in embedded systems like airbags.

#15
正面 (问题)

Explain how a multi-user operating system differs from a single-user system.

背面 (解答)

A multi-user OS allows multiple users to access the system simultaneously, sharing resources efficiently.

#16
正面 (问题)

Give one example of where a distributed OS might be used.

背面 (解答)

Managing tasks across multiple servers in a data centre or cloud environment.

#17
正面 (问题)

Explain the purpose of the BIOS during computer startup.

背面 (解答)

The BIOS performs POST (Power-On Self-Test), initialises hardware, and loads the OS from storage into memory.

#18
正面 (问题)

State why the BIOS is stored in ROM.

背面 (解答)

Because it must be permanently available and not lost when the computer is turned off.

#19
正面 (问题)

Explain how the BIOS and operating system interact.

背面 (解答)

The BIOS loads the OS bootloader into memory, transferring control to the operating system.

#20
正面 (问题)

Explain the role of a device driver.

背面 (解答)

It translates OS commands into specific instructions that a hardware device can understand.

#21
正面 (问题)

Give an example of a device that requires a driver.

背面 (解答)

Printers, graphics cards, or sound cards all require drivers to operate correctly.

#22
正面 (问题)

Explain what happens if a device driver becomes outdated or corrupted.

背面 (解答)

The hardware may malfunction or not be recognised by the operating system.

#23
正面 (问题)

Explain what is meant by a virtual machine.

背面 (解答)

A software emulation of a physical computer that runs an operating system and applications independently.

#24
正面 (问题)

Give one benefit of using virtual machines.

背面 (解答)

They allow multiple OS environments to run on one physical system, useful for testing or isolation.