1.
Which combination of keys is used to exit from the terminal?
Correct Answer
C. Ctrl + d
Explanation
Ctrl + d is the correct combination of keys used to exit from the terminal. When this combination is pressed, it sends an "end of file" signal to the terminal, indicating that there is no more input to be read. This signal causes the terminal to close and exit.
2.
Which command(s) is/are used to get help about a command in Linux?
Correct Answer
A. Man
Explanation
The "man" command is used to get help about a command in Linux. It displays the manual page for a specified command, providing detailed information about its usage, options, and examples. By using the "man" command followed by the desired command name, users can access the documentation and understand how to use the command effectively.
3.
Which of the following OS is not based on Linux?
Correct Answer
D. BSD
Explanation
BSD is not based on Linux. BSD (Berkeley Software Distribution) is a Unix-like operating system that originated from the Unix research of the University of California, Berkeley. While Linux is a Unix-like operating system that was developed as a free and open-source alternative to proprietary operating systems, BSD has its own separate development history and codebase. Therefore, BSD is not based on Linux.
4.
Which command is used to get the kernel version in Linux?
Correct Answer
A. Uname -r
Explanation
The command "uname -r" is used to get the kernel version in Linux. The "-r" option stands for "release" and it specifically displays the kernel release information. By running this command, the user can quickly and easily identify the version of the kernel they are using on their Linux system.
5.
Which command is used to list all the files in your current directory(including hidden)?
Correct Answer
B. Ls -a
Explanation
The command "ls -a" is used to list all the files in the current directory, including hidden files. The option "-a" stands for "all" and it displays all files, including those that are normally hidden from view. This command is useful when you want to see all the files in a directory, including any hidden configuration files or files that start with a dot.
6.
Which command is/are used to remove the directory in Linux?
Correct Answer
D. Both A & B
Explanation
Both the "rmdir" and "rm -r" commands are used to remove directories in Linux. The "rmdir" command is used to remove empty directories, while the "rm -r" command is used to remove directories that are not empty. Therefore, both commands are valid options for removing directories in Linux.
7.
Which of the following command is used to create file in Linux?
Correct Answer
A. Touch
Explanation
The touch command in Linux is used to create new files or update timestamps. When used with a filename as an argument, touch creates an empty file with that name if it doesn't exist. It's a convenient way to quickly create files without needing to input any content.
8.
In Linux everything stored as a?
Correct Answer
A. File
Explanation
In Linux, everything is stored as a file. This means that not only regular files, but also directories, devices, and even processes are represented as files. The file system in Linux treats everything as a file, allowing for a unified approach to accessing and manipulating data. This concept simplifies the management and organization of various resources in the operating system.
9.
Which Motherboard form factor uses one 20 pin connector?
Correct Answer
A. ATX
Explanation
The correct answer is ATX. The ATX motherboard form factor uses one 20 pin connector for power supply. AT and BABY AT form factors use different connectors for power supply. Therefore, the correct answer is ATX.
10.
Which standard governs parallel communications?
Correct Answer
C. IEEE 1284
Explanation
IEEE 1284 is the correct answer because it is the standard that governs parallel communications. RS232 and RS-232a are incorrect options as they are standards for serial communications, not parallel communications. The option "None" is also incorrect as there is a standard that governs parallel communications, which is IEEE 1284.
11.
If there are multiple recycle bins for a hard disk.
Correct Answer
A. You can set different size for each recycle bin
Explanation
The correct answer is that you can set different sizes for each recycle bin. This means that if there are multiple recycle bins for a hard disk, you have the option to allocate different amounts of storage space for each bin. This allows you to customize the storage capacity based on your needs or preferences.
12.
When a peripheral device needs immediate attention from the operating system, it generates a(n)
Correct Answer
A. Interupt
Explanation
When a peripheral device needs immediate attention from the operating system, it generates an interrupt. An interrupt is a signal that is sent to the processor to temporarily halt its current execution and switch to a different task that requires immediate attention. This allows the operating system to handle the request from the peripheral device promptly and efficiently.
13.
…..… is the program run on a computer when the computer boots up.
Correct Answer
B. OS
Explanation
The correct answer is OS. When a computer boots up, the operating system (OS) is the program that is run. The OS is responsible for managing all the hardware and software resources of the computer, allowing other programs to run and facilitating communication between the user and the computer. It is the foundation on which all other software and applications run, making it an essential component of the computer's startup process.
14.
Which components appear in the initial Windows start up display?
Correct Answer
C. Taskbar
Explanation
The taskbar appears in the initial Windows start-up display. It is a horizontal bar located at the bottom of the screen, displaying the Start button, open programs, and system tray icons. The taskbar allows users to easily access and switch between open applications, access the Start menu, and view system notifications.
15.
Which of the following file format supports Win 7?
Correct Answer
A. NTFS
Explanation
NTFS (New Technology File System) is the correct answer because it is the default file system used by Windows operating systems, including Windows 7. NTFS offers features such as improved security, file compression, and support for larger file sizes and volumes. BSD and ext are file systems used by Unix-like operating systems and are not natively supported by Windows. Therefore, the correct file format that supports Windows 7 is NTFS.
16.
The term gigabyte refers to?
Correct Answer
C. 1024 megabytes
Explanation
A gigabyte refers to 1024 megabytes. In the binary system, each level is a multiple of 2, so a kilobyte is 1024 bytes, a megabyte is 1024 kilobytes, and a gigabyte is 1024 megabytes. This is commonly used in computer systems to measure data storage capacity.
17.
The storage capacity of a disk system depends on the bits per inch of the track and the tracks per inch?
Correct Answer
D. Surface
Explanation
The correct answer is "Surface" because the storage capacity of a disk system is determined by the number of tracks per inch and the bits per inch of each track. The surface refers to the physical surface of the disk where the tracks are located. Increasing the number of tracks per inch and the bits per inch on each track allows for more data to be stored on the disk's surface, thus increasing the storage capacity.
18.
Virtual memory in windows can be changed from?
Correct Answer
B. Pagefile.sys
Explanation
Virtual memory in Windows can be changed from the "Pagefile.sys" file. The Pagefile.sys file is a hidden system file on the hard drive that Windows uses to store data when the system's physical memory (RAM) is full. It acts as a supplement to the RAM, allowing the operating system to allocate more memory to running applications. By adjusting the settings of the Pagefile.sys file, users can modify the amount of virtual memory allocated by the system, thereby optimizing performance based on their specific needs.
19.
How many layers does OSI layer model has?
Correct Answer
D. 7
Explanation
The OSI layer model is a conceptual framework that standardizes the functions of a communication system into seven different layers. These layers are responsible for different tasks such as data transmission, error detection, and network management. Each layer builds upon the one below it, creating a hierarchical structure. Therefore, the correct answer is 7.
20.
IPv4 address is of ------- bits.
Correct Answer
D. 32
Explanation
An IPv4 address is made up of 32 bits. This means that it consists of a sequence of 32 binary digits, which are used to identify and locate devices on a network. IPv4 addresses are typically expressed in decimal format, with each 8 bits represented by a number ranging from 0 to 255. The 32-bit structure of IPv4 addresses allows for a total of approximately 4.3 billion unique addresses, which are used to assign unique identifiers to devices connected to the internet.
21.
Which is the core of the operating system?
Correct Answer
B. Kernel
Explanation
The kernel is the core component of an operating system. It is responsible for managing the system's resources, such as memory, processes, and hardware devices. The kernel acts as a bridge between the hardware and software, allowing applications to communicate with the hardware. It provides essential services and functions that enable the operating system to function properly. Without the kernel, the operating system cannot perform its tasks effectively, making it the core of the operating system.
22.
Applications communicate with kernel by using:
Correct Answer
A. System Calls
Explanation
Applications communicate with the kernel by using system calls. System calls are functions provided by the operating system that allow applications to request services from the kernel. These services can include tasks such as file operations, network communication, process management, and memory allocation. By making system calls, applications can access the underlying functionality of the operating system and perform tasks that are not directly available to them.
23.
Which directory contain device special files?
Correct Answer
D. /dev
Explanation
The correct answer is /dev. The /dev directory contains device special files, which are used to interact with hardware devices on the system. These files represent devices such as hard drives, printers, and network interfaces, and allow users and applications to read from and write to these devices as if they were regular files. By accessing the device special files in the /dev directory, the operating system can manage and control the various hardware devices connected to the system.
24.
Which among the following allows fast file system recovery?
Correct Answer
B. Journaling
Explanation
Journaling allows fast file system recovery by keeping a log of changes before they are actually made to the file system. This log, or journal, records all the modifications that need to be made to the file system metadata. In the event of a system crash or power failure, the file system can quickly recover by replaying the journal and applying the recorded changes. This ensures that the file system remains consistent and reduces the need for time-consuming file system checks.
25.
Which file system has journaling capability?
Correct Answer
B. Ext4
Explanation
Ext4 is the correct answer because it is a file system that has journaling capability. Journaling is a feature that helps to ensure the integrity of the file system by keeping track of changes before they are actually committed to the disk. This allows for faster recovery in case of system crashes or power failures, as the file system can use the journal to quickly restore any incomplete transactions. Ext2, Isofs, and Procfs do not have journaling capability, making Ext4 the only suitable option.