0

operating systems Online Quiz - 3

Description: operating systems Online Quiz - 3
Number of Questions: 20
Created by:
Tags: operating systems
Attempted 0/20 Correct 0 Score 0

Which of the following options would you use to examine the contents of anarchive without extracting it?

  1. -f

  2. -t

  3. -x

  4. -cv


Correct Option: B

The minimum number of links for any directory file are 2.

  1. True

  2. False


Correct Option: B

Sticky bit can only be set for binary executable file. (Tie Breaker)

  1. True

  2. False


Correct Option: B

To find the block size on your file system the command is

  1. blksz

  2. szblk

  3. cmchk

  4. chksz


Correct Option: C

Apache has intordueced cloud based OS, can be accessible from browser.

  1. CloudOS

  2. eyeOS

  3. Ubuntu

  4. Redhat


Correct Option: B

Which is not a unix/linux based OS?

  1. Ubuntu

  2. Fedora

  3. Amiga

  4. Debian


Correct Option: C

Apache has introduced this cloud based OS which can be accessible from browser.

  1. CloudOS

  2. eyeOS

  3. Ubuntu

  4. Redhat


Correct Option: B

The minimum number of links for any directory file are 2.

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, we need to understand the concept of directory files and their links.

In a file system, a directory file is used to store information about other files and directories. Each directory file contains a list of links, which are references to other files or directories.

The minimum number of links for any directory file is actually 2. The first link is a reference to itself (".") and the second link is a reference to its parent directory (".."). These links are necessary for the directory file to maintain its own location and hierarchy within the file system.

Therefore, the correct answer is:

B) False - The minimum number of links for any directory file is 2, not 0.

Which UNIX command is used to write in-core super block and inode table information to the disk?

  1. write

  2. sync

  3. insync

  4. write_core


Correct Option: B

AI Explanation

To answer this question, you need to understand the purpose of the different UNIX commands related to writing data to disk.

Option A) write - This option is incorrect because the "write" command is used to send messages to other users or terminals, not to write data to the disk.

Option B) sync - This option is correct because the "sync" command is used to flush file system buffers and write in-core super block and inode table information to the disk. It ensures that all pending disk writes are completed and that the file system is synchronized.

Option C) insync - This option is incorrect because there is no "insync" command in UNIX. It is not a valid command.

Option D) write_core - This option is incorrect because there is no "write_core" command in UNIX. It is not a valid command.

The correct answer is B) sync. This option is correct because the "sync" command is used to write in-core super block and inode table information to the disk, ensuring that all pending disk writes are completed and that the file system is synchronized.

Which is not a Unix/Linux based OS?

  1. Ubuntu

  2. Fedora

  3. Amiga

  4. Debian


Correct Option: C

What is the latest Windows OS product from Microsoft

  1. Windows XP

  2. Windows 7

  3. Windows 3.0

  4. Windows Vista


Correct Option: B

PC DOS was developed by Microsoft?

  1. True

  2. False


Correct Option: B

Predecessor of Windows XP

  1. Windows 95

  2. Windows Vista

  3. Windows 2000

  4. Windows Millenium edition


Correct Option: C

Microsoft has stopped support for Windows 98

  1. True

  2. False


Correct Option: A

Windows XP supports DirectX 11

  1. True

  2. False


Correct Option: B

The maximum amount of Ram supported in a 32 bit OS is 8 Gb

  1. True

  2. False


Correct Option: B

Windows XP comes along with a built in antivirus and firewall

  1. True

  2. False


Correct Option: B
- Hide questions