Computer Science for IGCSE & O level - Software (Section 13)

1
What is the primary function of an operating system?
Answer
(D)
All of the above.
2
Which of the following are types of translators?
Answer
A
B
C
3
What kind of program typically provides options for saving and restoring previous versions of files?
Answer
(B)
A backup utility
4
What is the primary function of memory management in an operating system?
Answer
(C)
To assign memory to programs.
5
Which of the following are examples of system software?
Answer
A
B
C
6
What do buffers primarily achieve in computer systems?
Answer
(C)
Help synchronize data transfer rates.
7
What is the function of security management in an operating system?
Answer
(C)
To ensure the integrity, confidentiality, and availability of data.
8
What is the function of the interrupt routine?
Answer
(A)
To handle the interruption.
9
What is the primary role of security software on a computer system?
Answer
(B)
Protecting the system from unauthorized access and malicious threats.
10
In a computer system, why are buffers used?
Answer
(B)
To store data temporarily and handle speed differences.
11
What is the role of a code editor within an IDE?
Answer
(B)
To allow programmers to write and edit the code.
12
Which of the following is the function of a compiler?
Answer
(B)
To convert source code into machine code.
13
Which command would most likely store the value of the accumulator?
Answer
(B)
STO
14
During the Fetch-Decode-Execute cycle, which part retrieves the instruction from memory?
Answer
(A)
Fetch
15
Which of the following is NOT a characteristic of low-level languages?
Answer
(C)
Easier to understand.
16
What is the purpose of auto-completion in a code editor?
Answer
(B)
To provide suggestions for variable names and keywords as the user types
17
What is a key advantage of using an IDE for software development?
Answer
B
D
18
What type of software helps manage and schedule a set of instructions or a list of actions to perform?
Answer
(C)
A task scheduler
19
Which of the following is NOT a function of an IDE?
Answer
(D)
Operating system management
20
What is a BIOS?
Answer
(C)
A firmware program that provides low-level control for hardware.
21
Which of the following is a characteristic of an Integrated Development Environment (IDE)?
Answer
(B)
It is a complete environment for software development.
22
What is the primary function of memory management?
Answer
(C)
To control which programs have access to memory.
23
Which of the following is a function of the code editor within an IDE?
Answer
(B)
To provide suggestions for completing code.
24
In the context of the provided information, what does 'firmware' refer to?
Answer
(C)
A program providing low-level control of hardware.
25
What is the role of a compiler?
Answer
(B)
To convert source code into machine code.
26
What is the purpose of a graphical user interface (GUI)?
Answer
(B)
To allow the user to interact with the computer using pictures or symbols.
27
What is a typical duty of a system administrator?
Answer
(B)
Managing user accounts and system resources.
28
Which of the following is NOT a function of an operating system?
Answer
(D)
Creating new hardware components.
29
What is the main purpose of multitasking in an operating system?
Answer
(B)
To allow a single user to perform multiple tasks concurrently.
30
What action does a CPU undertake when it receives an interrupt?
Answer
(B)
It pauses its current operation to handle the interrupt.
31
What is the purpose of the BIOS settings?
Answer
(B)
To configure the hardware.
32
What does the term 'GUI' stand for in the context of computer software?
Answer
(A)
Graphical User Interface
33
What is typically the role of a compiler?
Answer
(B)
To translate high-level code into machine code.
34
Which language type is most closely tied to a specific computer's hardware?
Answer
(C)
Low-level
35
Which aspects of the development process are enhanced with the help of an IDE?
Answer
A
B
C
36
What is a key benefit provided by multitasking in a computer system?
Answer
(B)
Enables a user to seemingly run multiple programs simultaneously.
37
Which of the following describes what a debugger does?
Answer
(C)
Identifies and helps correct errors in code.
38
Which of the following operations are typically carried out by a file manager?
Answer
A
B
C
39
What is the role of the interpreter in programming?
Answer
(C)
To translate one line of code at a time.
40
What is the purpose of the Decode stage in the Fetch-Decode-Execute cycle?
Answer
(C)
To translate the instruction into a form that the CPU can understand.
41
In the Fetch-Decode-Execute cycle, the 'Decode' stage's main task involves:
Answer
(C)
Translating the instruction so the CPU can understand it.
42
Which of the following is a disadvantage of using a compiler?
Answer
(A)
It can take longer to compile the code.
43
Which of the following is NOT a characteristic of a command-line interface (CLI)?
Answer
(B)
Offers a user-friendly visual environment.
44
Which of the following best describes the purpose of an Integrated Development Environment (IDE)?
Answer
(C)
To provide a comprehensive environment for software development.
45
What does the term 'firmware' describe?
Answer
(B)
Software embedded in hardware.
46
What component in an IDE is often used for code formatting and syntax highlighting?
Answer
(B)
Code editor
47
Which programming language is typically considered 'closer to the machine'?
Answer
(C)
Assembly
48
What occurs during the 'Fetch' stage of the Fetch-Decode-Execute cycle?
Answer
(C)
The instruction is retrieved from memory.
49
What does an auto-documenter and prettyprinting features in a code editor primarily do?
Answer
(C)
Automatically generate comments and format the code for readability.
50
Which step happens after the Decode stage in the Fetch-Decode-Execute cycle?
Answer
(B)
Execute