Resource Protection MCQ Quiz – Objective Question with Answer for Embedded System Resource Protection

1. Which of the following unit protects the memory?

A. bus interface unit
B. execution unit
C. memory management unit
D. peripheral unit

Answer: C

The resources have to be protected in an embedded system and the most important resource to be protected is the memory which is protected by the memory management unit through different programming.

 

2. Which unit protects the hardware?

A. MMU
B. hardware unit
C. bus interface unit
D. execution unit

Answer: A

The hardware part is protected by the memory management unit. The memory part is also protected by the memory management unit. The hardware such as the input-output devices is protected and is prevented from direct access.

 

3. Which mechanism can control the access?

A. in-situ
B. spin-lock
C. ex-situ
D. both in-situ and ex-situ

Answer: B

Both the memory and the hardware part are protected by the memory management unit and the hardware such as the input-output devices are protected, These are prevented from the direct access. These accesses are made through a device driver and this device driver can control the serial port. Such a mechanism is called a spin-lock mechanism which provides the control access.

 

4. Which of the following is very resilient to system crashes?

A. Windows 3.1
B. MS-DOS
C. Windows NT
D. kernel

Answer: C

The Windows NT is very resilient to the system crashes and the system will continue while the processes can crash. This is because of the user mode and the kernel-mode which is coupled with the resource protection. This resilience is a big advantage over MS-DOS and Windows 3.1.

 

5. Which of the following are coupled with the Windows NT for resource protection?

A. kernel mode and user mode
B. user mode and protected mode
C. protected mode and real mode
D. virtual mode and kernel mode

Answer: A

The user mode and the kernel-mode are coupled with resource protection and this resilience in Windows NT is a big advantage over the MS-DOS and Windows 3.1.

 

6. Which of the following support multi-threaded software?

A. Windows NT
B. thread
C. process
D. task

Answer: A

The Windows NT supports multi-threaded software in which the processes can support several independent paths or threads.

 

7. Which provides a 4 Gbyte virtual address space?

A. Windows 3.1
B. MS-DOS
C. pSOS+
D. Windows NT

Answer: D

The virtual address spacing in the Windows NT is somewhat different from the MS-DOS and the Windows 3.1. The Windows NT provides 4 Gbytes virtual address space for each process and that is linearly addressed using 32-bit address values.

 

8. Which applications can be used with the Windows NT?

A. WIN16
B. WIN32
C. WIN4
D. WIN24

Answer: B

The WIN32 is also known as 32-bit or even native. It is used for the Windows NT applications which use the same instruction set as that of the Windows NT and therefore do not need to emulate a different architecture.

 

9. Which of the following has the same instruction set as that of the Windows NT?

A. WIN32
B. WIN4
C. WIN24
D. WIN16

Answer: A

WIN32 is used for the Windows NT applications and is also known as even native which uses the same instruction set as that of the Windows NT and therefore does not need to emulate a different architecture.

 

10. Which can provide more memory than physical memory?

A. real memory
B. physical address
C. virtual memory
D. segmented address

Answer: C

The physical memory can provide more memory than the physical memory within the system. Such memories are divided into segments and pages.

Scroll to Top