0

operating systems Online Quiz - 70

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

If the device file for your CD-ROM is missing, (the "ioscan -fn" command shows the H/W path exists but there are no device files) what command could you run, without rebooting the system, to create the device files?

  1. mkcd -a

  2. insf -e

  3. lssf -e

  4. cdfs -a


Correct Option: B

Which step is required before adding a new disk to a volume group?

  1. create a physical volume

  2. extend the logical volume

  3. create a filesystem

  4. extend the filesystem


Correct Option: A

What is the command for action "Change Keyboard Mapping"

  1. CHGKDBMAP

  2. CHGKBDMAP

  3. CHGKMAP

  4. CHGKBD


Correct Option: B

What is the command to work with Message Files

  1. WRKMSGQ

  2. WRKMSG

  3. WRKMSGF

  4. WRKMSGD


Correct Option: C

Which command can send break message to user profile and NOT the workstation?

  1. QEZSNDMG

  2. SNDBRKMSG

  3. SNDPGMMSG

  4. SNDMSG


Correct Option: A

What is the command to work with Libraries using Programming Development Manager.

  1. WRKOBJPDM

  2. WRKMBRPDM

  3. WRKLIPDM

  4. WRKLIBPDM


Correct Option: D

Which of the following will come under the types of files ?

  1. Regular Files

  2. Directory Files

  3. Mode Files

  4. Special Files


Correct Option: A,B,D

Job Control is one of the feature of the UNIX ?

  1. True

  2. False


Correct Option: A

Korn Shell is the super set of which Shell ?

  1. C shell

  2. Bourne Shell

  3. Bash Shell

  4. B Shell


Correct Option: B

Which one of the following is the heart of the UNIX OS ?

  1. Shell

  2. Kernel

  3. OS

  4. Pipes


Correct Option: B

Which one of the following is the interface between user and OS ?

  1. kernel

  2. OS

  3. Filters

  4. Shell


Correct Option: D

AI Explanation

To answer this question, you need to understand the roles and functions of different components in a computer system.

Option A) Kernel - The kernel is the core component of the operating system that manages system resources and provides essential services. It acts as a bridge between software and hardware, but it is not the direct interface between the user and the operating system.

Option B) OS - The operating system (OS) is a software program that manages computer hardware and software resources. It provides a platform for running applications and acts as an intermediary between the user and the hardware. However, it is not the direct interface between the user and the operating system.

Option C) Filters - The term "filters" is not typically associated with the interface between the user and the operating system. Filters are commonly used in various contexts, such as data processing and signal processing, but they are not directly related to the user-OS interface.

Option D) Shell - The correct answer is D) Shell. The shell is the interface between the user and the operating system. It provides a command-line or graphical user interface (GUI) through which users can interact with the operating system. The shell interprets user commands and executes them by interacting with the OS.

The correct answer is D) Shell. This option is correct because the shell acts as the interface between the user and the operating system, providing a means for users to interact with the OS through commands or a graphical interface.

Which one of the following is to list all the files column wise ?

  1. -C

  2. -l

  3. -c

  4. -lc


Correct Option: C

Whish command is used to find the name of the UNIX System ?

  1. Pipes

  2. Uname

  3. Inode

  4. Filters


Correct Option: B

Which of the following is used to check out the print queue ?

  1. pq

  2. lqp

  3. lpr

  4. lpq


Correct Option: D

Which command is to search for the information in a file or files ?

  1. grep

  2. awk

  3. sed

  4. vi


Correct Option: A

What is the Octal representation of the write permission ?

  1. 1

  2. 4

  3. 2

  4. 0


Correct Option: C

Which command is used to find the default permission ?

  1. chmode

  2. Umask

  3. chmode -r

  4. chmode -l


Correct Option: B

While in command mode you press "a" : what happens?

  1. This is an invalid command

  2. The editor goes in to insert mode and start inserting text after the current cursor location

  3. The editor searches for charater "a" in the open file

  4. The editor gives a beep sound


Correct Option: B

You have made changes to a file and want to quit vi without saving these changes. what command will you use?

  1. :wq

  2. x

  3. q!

  4. w!


Correct Option: C

You want to repalce "lion" with "tiger" in your field at all location in the vi editor.You use

  1. /s/lion/tiger

  2. s/lion/tiger

  3. s/lion/tiger/g

  4. s/tiger/lion/g


Correct Option: A
- Hide questions