retagged by
283 views
0 votes
0 votes

State whether true or false:

  1. Virtualization facilitates multiple OS simultaneously on the same hardware
  2. In dual boot, multiple OS can run simultaneously
  1. (i) True (ii) False
  2. (i) False (ii) True
  3. (i) True (ii) True
  4. (i) False (ii) False
retagged by

1 Answer

1 votes
1 votes
  1. Virtualization facilitates multiple OS simultaneously on the same hardware.

    True. Virtualization allows multiple operating systems to run simultaneously on the same hardware by creating virtual machines (VMs) that operate independently. Each VM can run its own OS, and they share the underlying hardware resources.

  2. In dual boot, multiple OS can run simultaneously.

    False. In a dual-boot setup, you choose which operating system to run when you start your computer. However, at any given moment, only one OS is actively running. While you can switch between different OS options during the boot process, they do not run simultaneously.

 

Related questions

3 votes
3 votes
2 answers
1
Ramayya asked Jan 7
777 views
Which of the following heap memory allocation strategies is likely to exploit spatial locality of memory accesses in a program, the most?Best FitFirst FitNext FitLast Fit...
0 votes
0 votes
1 answer
3
Ramayya asked Jan 7
274 views
Any attempt by a process to access memory allocated to OS or process of other results intoTrap to OSContext SwitchingPage faultInvocation to Scheduler Despatch
0 votes
0 votes
2 answers
4
Ramayya asked Jan 7
478 views
In a producer-consumer scenario, also known as Bounded-Buffer problem, what would be the most appropriate synchronization primitive to ensure that the consumer waits when...