0

operating systems Online Quiz - 39

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

pwd --- tells you where you currently are

  1. True

  2. False


Correct Option: B

ls -a --- lists all files, including the ones whose filenames begin in a dot, which you do not always want to see

  1. True

  2. False


Correct Option: B

more filename --- shows the first part of a file, just as much as will fit on one screen.

  1. True

  2. False


Correct Option: B

diff filename1 filename2 --- compares files, and shows where they differ

  1. True

  2. False


Correct Option: B

cp filename1 filename2 --- copies a file

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, let's go through each option:

Option A) True - This option is incorrect because the command "cp filename1 filename2" does not copy a file. In fact, it is used to rename a file. It renames the file "filename1" to "filename2" in the same directory.

Option B) False - This option is correct because the command "cp filename1 filename2" does not copy a file. It is used to rename a file.

The correct answer is B) False.

grep string filename(s) --- looks for the string in the files.

  1. True

  2. False


Correct Option: B

mv filename1 filename2 --- moves a file (i.e. gives it a different name, or moves it into a different directory

  1. True

  2. False


Correct Option: B

Which Edition of windows server 2003 does not work as a domain controller.

  1. Web Edition

  2. Standard Edition

  3. Enterprise Edition

  4. Data centre edition


Correct Option: A,B,C,D

Can i rename Domain name or Net bios name in windows server 2003

  1. True

  2. False


Correct Option: A

Can i use GPMC in windows 2000 server.

  1. True

  2. False


Correct Option: B

Can i set Security permision for multiple user's properties in windows 2000 server.

  1. True

  2. False


Correct Option: B

What would you type in to access a share called “Classified” on a server named STORE with the IP address 14.23.141.17 via the Internet without a HOSTS file?

  1. \STORE\Classified

  2. \14.23.141.17\STORE\Classified

  3. \Classified\STORE

  4. \14.23.141.17\Classified


Correct Option: D
  1. Ipconfig /all

  2. Tcpipconfig /showall

  3. Tcpinconfig /all

  4. Ping /ipconfig –all


Correct Option: A

Which of the following is not a built-in feature of Windows Server 2003?

  1. Unattended remote installations

  2. Active Server Pages

  3. DHCP Server

  4. All of the above are included in Windows Server 2003


Correct Option: D

Which of the following is not a reasonable size for a volume on a Windows Server 2003 server?

  1. 5 GB

  2. 50 GB

  3. 500 GB

  4. 5 TB


Correct Option: A

Which of the following is not a valid administrative tool?

  1. Computer Management

  2. Display Settings

  3. Local Security Policy

  4. Services


Correct Option: B

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) Computer Management - This option is a valid administrative tool. Computer Management is a Microsoft Windows administrative tool that provides access to various system management features, such as device manager, disk management, event viewer, and more.

Option B) Display Settings - This option is not a valid administrative tool. Display Settings is a user-level setting that allows users to customize their display preferences, such as screen resolution, brightness, and color calibration. It does not provide administrative control over the system.

Option C) Local Security Policy - This option is a valid administrative tool. Local Security Policy is a Microsoft Windows administrative tool that allows administrators to configure security settings for a local computer. It provides granular control over user rights, security options, audit policies, and more.

Option D) Services - This option is a valid administrative tool. Services is a Microsoft Windows administrative tool that allows administrators to manage and control the various services running on a computer. It provides the ability to start, stop, and configure services.

The correct answer is B) Display Settings. This option is not a valid administrative tool because it is a user-level setting, not an administrative tool that provides system management features.

  1. A service requires more user input than an application

  2. An application runs in the background whereas a service is actively and readily apparent

  3. A service requires less user input than an application

  4. A service takes higher processing priority than applications


Correct Option: C

Which command do you type in the run dialog box to open Internet Information Services (IIS) Manager?

  1. inetmgr

  2. inetmgmt

  3. inetmgr.msc

  4. iismgr


Correct Option: A
- Hide questions