1.
The first version of UNIX was written in ____.
Correct Answer
B. Assembler
Explanation
The first version of UNIX was written in Assembler. Assembler is a low-level programming language that is specific to the architecture of a particular computer system. It is used to directly control the hardware and perform tasks at a very basic level. Assembler was chosen for the first version of UNIX because it allowed for maximum control and efficiency in utilizing the limited resources of the early computer systems on which UNIX was developed.
2.
Because several users might also want to use several different programs simultaneously, mechanisms must be available to allow these programs to run simultaneously (____ capability).
Correct Answer
B. Multitasking
Explanation
The correct answer is multitasking. This is because in order to allow multiple programs to run simultaneously, a system must have the capability to switch between these programs and allocate resources to each of them. This is known as multitasking, where the operating system manages and schedules tasks from different programs to be executed concurrently.
3.
Runlevel ____ offers full networking capabilities and starts the graphical user interface.
Correct Answer
D. 5
Explanation
Runlevel 5 offers full networking capabilities and starts the graphical user interface. In Linux operating systems, runlevels determine the state of the system and which services are running. Runlevel 5 is typically used for a multi-user graphical environment, where users can log in and access the system through a graphical user interface. It enables networking capabilities, allowing users to connect to the internet and other network resources.
4.
A(n) ____ guarantees a trust relationship among all network services communicating with each other.
Correct Answer
B. CA (Certificate Authority)
Explanation
A Certificate Authority (CA) is responsible for issuing and managing digital certificates, which are used to authenticate and establish trust between network services. By providing a trusted third-party verification, a CA ensures that all network services can communicate securely and reliably with each other. This trust relationship is crucial for maintaining the integrity and confidentiality of data transmitted over the network. OpenLDAP, DHCP, and DNS are network services that perform different functions and do not directly guarantee a trust relationship among other network services.
5.
The ____ controls the graphical screen.
Correct Answer
A. X-server
Explanation
The X-server is responsible for controlling the graphical screen. It is a software component that manages the display, input devices, and windowing system on a computer. The X-server receives requests from X-clients, such as applications, and translates them into commands that the display hardware can understand. It is an essential part of the X Window System, which is commonly used in Unix-like operating systems.
6.
The ____ is a graphical application that uses the services of the X-server to receive keyboard and mouse actions and to have its own output displayed on the screen.
Correct Answer
B. Client application
Explanation
A client application is a graphical application that interacts with the X-server to receive input from the keyboard and mouse, and to display its output on the screen. The X-server is responsible for managing the display and input devices, while the client application utilizes these services to provide a graphical user interface for the user.
7.
You control the KDE desktop by using the KDE ____ located at the bottom of the desktop.
Correct Answer
B. Control panel
Explanation
The KDE control panel is used to control the KDE desktop. It is located at the bottom of the desktop and allows users to customize various settings and preferences of the KDE environment. This control panel provides a centralized interface for managing virtual desktops, adjusting display settings, configuring system preferences, and accessing various KDE applications and features. It is an essential tool for users to personalize and optimize their KDE desktop experience.
8.
____ is the preferred KDE file manager.
Correct Answer
A. Konqueror
Explanation
Konqueror is the preferred KDE file manager. Konqueror is a versatile web browser and file manager that is part of the KDE Software Compilation. It provides a user-friendly interface for managing files and folders on the KDE desktop environment. It offers various features such as tabbed browsing, file previews, and integration with other KDE applications. Konqueror is specifically designed to work seamlessly with KDE and is highly customizable, making it the preferred file manager for KDE users.
9.
By default, ____ virtual desktops are configured in the SLES 9 KDE desktop environment.
Correct Answer
A. Two
Explanation
By default, the SLES 9 KDE desktop environment is configured with two virtual desktops. This means that users can have two separate workspaces or screens, allowing them to organize their applications and windows more efficiently. Having multiple virtual desktops can help users multitask and switch between different tasks or projects easily without cluttering their workspace.
10.
In GNOME, you can add new programs to the control panel by right-clicking a free area of the panel and then selecting ____.
Correct Answer
A. Add to Panel
Explanation
To add new programs to the control panel in GNOME, you can right-click a free area of the panel and then select "Add to Panel". This option allows you to add various elements to the panel, including new applications, icons, and other widgets. By choosing "Add to Panel", you can customize and enhance your control panel by adding the desired programs or functionalities.
11.
If the English manual pages are not shown automatically with the command man, you can display the English version of the manual page by setting ____.
Correct Answer
D. LANG=ES
Explanation
Setting LANG=ES will display the English version of the manual page.
12.
The ____ part of a manual page contains the detailed description of the command.
Correct Answer
C. DESCRIPTION
Explanation
The DESCRIPTION part of a manual page contains the detailed description of the command. It provides a thorough explanation of what the command does, its functionality, and any additional information that may be relevant to the user. This section helps users understand the purpose and usage of the command in detail.
13.
The ____ part of a manual page contains the instructions that can be given to the program while running.
Correct Answer
A. COMMANDS
Explanation
The given correct answer is "COMMANDS". In a manual page, the "COMMANDS" section typically contains the instructions or commands that can be used while running the program. This section provides users with information on how to interact with the program and utilize its features effectively. It may include examples, syntax, and explanations of various commands that can be executed during runtime.
14.
The ____ key in the less command pages one screen forward.
Correct Answer
A. Space
Explanation
The correct answer is "Space". In the less command, pressing the Space key allows the user to navigate one screen forward. This is useful when viewing large files or output that spans multiple pages. Pressing Space helps to scroll down and continue reading or viewing the content.
15.
In SLES 9, the info files are located in the directory ____.
Correct Answer
A. /usr/share/info/
Explanation
The info files in SLES 9 are located in the directory /usr/share/info/.
16.
The ____ key in the info command moves the cursor to the beginning of the current info page.
Correct Answer
B. B
Explanation
The "b" key in the info command moves the cursor to the beginning of the current info page.
17.
Release notes, white papers, and other helpful information are stored in the directory ____.
Correct Answer
D. /usr/share/doc/
Explanation
The correct answer is /usr/share/doc/ because this directory is commonly used to store release notes, white papers, and other helpful information in a Unix-like operating system. It is a standard location for documentation files and is accessible to all users on the system.
18.
The directory ____ contains the how-to files of the Linux Documentation Project in HTML format.
Correct Answer
C. /usr/share/doc/howto/en/html/
Explanation
The correct answer is /usr/share/doc/howto/en/html/. This directory contains the how-to files of the Linux Documentation Project in HTML format.
19.
Help files are available in the following directory for most installed packages: ____.
Correct Answer
D. /usr/share/doc/packages/package-name
Explanation
The correct answer is "/usr/share/doc/packages/package-name". This is because the question is asking for the directory where help files are available for most installed packages. Among the given options, "/usr/share/doc/packages/package-name" is the most appropriate directory for storing documentation files related to installed packages. The other options do not specifically mention documentation files or are not commonly used for this purpose.
20.
Google offers a special Web search site for questions about Linux at ____.
Correct Answer
D. Www.google.com/linux
Explanation
Google offers a special Web search site for questions about Linux at www.google.com/linux. This means that if someone has a question specifically related to Linux, they can visit this website to find relevant search results and information. It is a dedicated search site for Linux-related queries, allowing users to access specific resources and content related to the Linux operating system.