1.
Which of the following is not a Linux distribution?
Correct Answer
A. Getian
Explanation
Getian is not a Linux distribution. CentOS, Fedora, and Arch Linux are all well-known Linux distributions that are widely used and recognized in the Linux community. However, Getian is not a commonly known or widely used Linux distribution.
2.
When was the Unix operating system implemented?
Correct Answer
B. 1969
Explanation
Unix operating system was implemented in 1969.
3.
Which of these persons was not involved in the building of the system?
Correct Answer
C. Bob Mathews
Explanation
Bob Mathews was not involved in the building of the system. The other three individuals, Douglas McIlroy, Joe Ossanna, and Ken Thompson, were all involved in the building of the system.
4.
What programming language was used for the system?
Correct Answer
C. C
Explanation
The correct answer is C. C is a programming language that is widely used for system programming and low-level development. It is known for its efficiency, speed, and ability to directly manipulate hardware. Many operating systems and embedded systems are written in C due to its close relationship with machine language and its ability to access low-level memory. C is also a popular choice for developing systems software, such as compilers and interpreters.
5.
Which of these is not an installed components of a Linux system?
Correct Answer
B. Software control
Explanation
Software control is not an installed component of a Linux system. In a Linux system, software control refers to the ability to manage and manipulate software components, such as starting or stopping services, controlling processes, or managing system resources. However, it is not a specific installed component itself, but rather a concept or functionality that is inherent in the overall system design. The other options listed, software libraries, a bootloader, and an init program, are all actual installed components of a Linux system.
6.
What is an example of a package management system?
Correct Answer
D. Dpkg
Explanation
dpkg is an example of a package management system. Package management systems are used to install, update, and remove software packages on a computer. dpkg is a package management system commonly used in Debian-based Linux distributions such as Ubuntu. It allows users to manage software packages through commands in the terminal, providing a convenient way to install and manage software on the system.
7.
What is the Linux user interface called?
Correct Answer
B. Shell
Explanation
The Linux user interface is called the Shell. The Shell is a command-line interface that allows users to interact with the operating system by typing commands. It provides a way to execute various tasks and manage files and directories. The Shell is an essential component of Linux as it enables users to control and customize their system effectively.
8.
Which of this is not an extensive desktop environment featured in Linux?
Correct Answer
C. Unify
Explanation
The given options are Cinnamon, MATE, Unify, and GNOME. Cinnamon, MATE, and GNOME are all extensive desktop environments featured in Linux. However, Unify is not a desktop environment featured in Linux.
9.
How many windows manger exists for X11?
Correct Answer
A. Macking
10.
What display server protocol was created as a replacement for the X11 protocol?
Correct Answer
D. Wayland
Explanation
Wayland is the correct answer because it was created as a replacement for the X11 protocol. Wayland is a display server protocol that aims to provide better performance, security, and simplicity compared to X11. It was designed to overcome some of the limitations and inefficiencies of X11 and provide a more modern and streamlined protocol for displaying graphics on Linux-based systems.
11.
What kind of software is Linux?
Correct Answer
A. Closed