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

1
What does file management primarily deal with?
Answer
(B)
Organizing, storing, and retrieving files.
2
Which type of interface is most suitable for users who are less experienced with computers?
Answer
(B)
Graphical User Interface
3
What task is typically handled by an administrator in a multi-user operating system?
Answer
(B)
To manage user accounts and set permissions.
4
Which of the following is NOT a function typically handled by file management?
Answer
(D)
Formatting the hard drive.
5
Which of the following is NOT a feature commonly found in an IDE?
Answer
(D)
A calculator
6
What is the primary function of a compiler?
Answer
(B)
To translate source code into machine code.
7
Which of the following are typically found in an Integrated Development Environment (IDE)?
Answer
A
B
C
D
8
In the context of a code editor, what is 'auto-completion' primarily designed to assist with?
Answer
(C)
Writing code more quickly and accurately.
9
What type of software is responsible for protecting against viruses?
Answer
(C)
Utility software
10
In the context of an IDE, what does 'pre-printing' generally refer to?
Answer
(B)
Highlighting code syntax for readability.
11
What is the purpose of encryption in security software?
Answer
(B)
To make the data unreadable without a key.
12
Which of the following actions does a compiler perform?
Answer
A
C
D
13
Which aspect of a code editor within an IDE helps in making code more readable by using color?
Answer
(C)
Prettifying
14
What is the purpose of an Integrated Development Environment (IDE)?
Answer
(C)
To provide a comprehensive set of tools for software development.
15
Which of the following is the primary purpose of a debugger in an IDE?
Answer
(C)
To identify and fix errors in the code.