A Quiz On Linux And Windows! Trivia

Approved & Edited by ProProfs Editorial Team
The editorial team at ProProfs Quizzes consists of a select group of subject experts, trivia writers, and quiz masters who have authored over 10,000 quizzes taken by more than 100 million users. This team includes our in-house seasoned quiz moderators and subject matter experts. Our editorial experts, spread across the world, are rigorously trained using our comprehensive guidelines to ensure that you receive the highest quality quizzes.
Learn about Our Editorial Process
| By Rangerarun
R
Rangerarun
Community Contributor
Quizzes Created: 1 | Total Attempts: 326
Questions: 25 | Attempts: 326

SettingsSettingsSettings
A Quiz On Linux And Windows! Trivia - Quiz

.


Questions and Answers
  • 1. 

    Which combination of keys is used to exit from the terminal?

    • A.

      Ctrl + t

    • B.

      Ctrl + z

    • C.

      Ctrl + d

    • D.

      Ctrl + e

    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.

    Rate this question:

  • 2. 

    Which command(s) is/are used to get help about a command in Linux?

    • A.

      Man

    • B.

      Data

    • C.

      Both a & b

    • D.

      None

    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.

    Rate this question:

  • 3. 

    Which of the following OS is not based on Linux?

    • A.

      Ubuntu

    • B.

      RH

    • C.

      CentOs

    • D.

      BSD

    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.

    Rate this question:

  • 4. 

    Which command is used to get the kernel version in Linux?

    • A.

      Uname -r

    • B.

      Kernel

    • C.

      Uname -n

    • D.

      Uname -s

    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.

    Rate this question:

  • 5. 

    Which command is used to list all the files in your current directory(including hidden)?

    • A.

      Ls -l

    • B.

      Ls -a

    • C.

      Ls -t

    • D.

      Ll

    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.

    Rate this question:

  • 6. 

    Which command is/are used to remove the directory in Linux?

    • A.

      Rmdir

    • B.

      Rm -r

    • C.

      Only B

    • D.

      Both A & B

    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.

    Rate this question:

  • 7. 

    Which of the following command is used to create file in Linux?

    • A.

      Touch

    • B.

      Cat

    • C.

      Echo

    • D.

      All of them

    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.

    Rate this question:

  • 8. 

    In Linux everything stored as a?

    • A.

      File

    • B.

      Directory

    • C.

      Executable

    • D.

      None

    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.

    Rate this question:

  • 9. 

    Which Motherboard form factor uses one 20 pin connector?

    • A.

      ATX

    • B.

      AT

    • C.

      BABY AT

    • D.

      All of them

    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.

    Rate this question:

  • 10. 

    Which standard governs parallel communications?

    • A.

      RS232

    • B.

      RS-232a

    • C.

      IEEE 1284

    • D.

      None

    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.

    Rate this question:

  • 11. 

    If there are multiple recycle bins for a hard disk.

    • A.

      You can set different size for each recycle bin

    • B.

      You can choose which recycle bin to use to store your deleted files

    • C.

      You can make any one of them default recycle bin

    • D.

      None

    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.

    Rate this question:

  • 12. 

    When a peripheral device needs immediate attention from the operating system, it generates a(n)

    • A.

      Interupt

    • B.

      Spool

    • C.

      Stack

    • D.

      Page file

    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.

    Rate this question:

  • 13. 

    …..… is the program run on a computer when the computer boots up.

    • A.

      System Software

    • B.

      OS

    • C.

      System Operations

    • D.

      None

    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.

    Rate this question:

  • 14. 

    Which components appear in the initial Windows start up display?

    • A.

      Dialog boxes

    • B.

      Start menu

    • C.

      Taskbar

    • D.

      All of them

    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.

    Rate this question:

  • 15. 

    Which of the following file format supports Win 7?

    • A.

      NTFS

    • B.

      BSD

    • C.

      Ext

    • D.

      All of them

    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.

    Rate this question:

  • 16. 

    The term gigabyte refers to?

    • A.

      1024 bytes

    • B.

      1024 kilobytes

    • C.

      1024 megabytes

    • D.

      1024 bits

    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.

    Rate this question:

  • 17. 

    The storage capacity of a disk system depends on the bits per inch of the track and the tracks per inch?

    • A.

      Cylinder

    • B.

      Hum

    • C.

      Cluster

    • D.

      Surface

    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.

    Rate this question:

  • 18. 

    Virtual memory in windows can be changed from?

    • A.

      Hiberfile.sys

    • B.

      Pagefile.sys

    • C.

      All the above

    • D.

      None

    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.

    Rate this question:

  • 19. 

    How many layers does OSI layer model has?

    • A.

      4

    • B.

      5

    • C.

      6

    • D.

      7

    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.

    Rate this question:

  • 20. 

    IPv4 address is of ------- bits.

    • A.

      4

    • B.

      8

    • C.

      16

    • D.

      32

    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.

    Rate this question:

  • 21. 

    Which is the core of the operating system?

    • A.

      Shell

    • B.

      Kernel

    • C.

      Commands

    • D.

      Script

    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.

    Rate this question:

  • 22. 

    Applications communicate with kernel by using:

    • A.

      System Calls

    • B.

      C Programs

    • C.

      Shell Script

    • D.

      Shell

    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.

    Rate this question:

  • 23. 

    Which directory contain device special files?

    • A.

      /etc

    • B.

      /etc/dev

    • C.

      /root/bin

    • D.

      /dev

    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.

    Rate this question:

  • 24. 

    Which among the following allows fast file system recovery?

    • A.

      Ext2

    • B.

      Journaling

    • C.

      Caching

    • D.

      Sysfs

    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.

    Rate this question:

  • 25. 

    Which file system has journaling capability?

    • A.

      Ext2

    • B.

      Ext4

    • C.

      Isofs

    • D.

      Procfs

    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.

    Rate this question:

Quiz Review Timeline +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Feb 08, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • May 25, 2015
    Quiz Created by
    Rangerarun
Back to Top Back to top
Advertisement
×

Wait!
Here's an interesting quiz for you.

We have other quizzes matching your interest.