Tag: operating systems

Questions Related to operating systems

  1. Windows 2000 Server License

  2. Terminal Server Client Access License

  3. Microsoft Exchange Server Client License

  4. Microsoft IIS Server License


Correct Option: B
  1. [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\RunOnce]

  2. [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\Start]

  3. [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\Run]

  4. [HKEY_LOCAL_MACHINE\software\microsoft\windows\currentversion\Startup]


Correct Option: C

Dr. Watson is the automatic debugger in Windows and tries to automatically debug program errors if they occur. To turn of Dr. Watson, you should set the value of the string "Auto" under the key [HKEY_Local_Machine \Software\Microsoft\Windows NT\CurrentVersion\AeDebug] to "1"

  1. True

  2. False


Correct Option: B

AI Explanation

To answer this question, you need to understand how to turn off Dr. Watson in Windows.

Option A) True - This option is incorrect. The statement says that to turn off Dr. Watson, you should set the value of the string "Auto" under the key [HKEY_Local_Machine \Software\Microsoft\Windows NT\CurrentVersion\AeDebug] to "1". However, this is not the correct procedure to turn off Dr. Watson in Windows.

Option B) False - This option is correct. The statement is incorrect. To turn off Dr. Watson in Windows, you need to disable it through the System Configuration utility or by modifying the registry. Setting the value of the string "Auto" under the key [HKEY_Local_Machine \Software\Microsoft\Windows NT\CurrentVersion\AeDebug] to "1" will not turn off Dr. Watson.

The correct answer is B) False.

  1. ls -S

  2. By executing the script - for myfile in * do echo "$myfile" done

  3. ls -t

  4. a,b and c are correct

  5. a is incorrect and b is correct


Correct Option: E
  1. ls -lrt !cp:2

  2. ls -lrt !mv:1

  3. ls -lrt /media/mounted/ext/drive1/newmyfile.dat

  4. a and b will give "Command not found error" and c will work fine and all other options are incorrect.

  5. a,b and c will give correct results.


Correct Option: E
  1. Find the process that is using the drive and kill it safely.

  2. option a is correct and the following needs to be done to implement it: fuser /media/KINGSTON;fuser -k /media/KINGSTON; umount /media/KINGSTON

  3. Option a is incorrect and unsafe and you need to hard boot to solve this problem.

  4. Use a force option on unmount to acheive this : umount -F /media/KINSGTON

  5. a and b are correct.


Correct Option: E