Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Q5- A thread enters a ready state when it: a) Needs to wait for some kernel object or I/O operation b) Wants to run but

image text in transcribed
image text in transcribed
Q5- A thread enters a ready state when it: a) Needs to wait for some kernel object or I/O operation b) Wants to run but all processors are already running other threads c) Waits for a user interface message to arrive d) Calls the Sleep function Q6- A service is different from a regular process because: a) It runs with higher privileges by default b) It can access data in kernel space c) Its threads execute in kernel mode d) It can be controlled through the Service Control Manager Q7- How many threads does the idle process have? a) 1 b) As many as the number of currently executing threads c) As many as the number of sockets on the machine d) As many as the number of logical processors in the system Q8 - How does a transition from user mode to kernel mode achieved? a) The kernel moves the thread to kernel mode b) A special CPU instruction is used c) A special kernel handle is opened by the thread d) CSRSS switches the thread to the kernel Q9-The most important states of a thread are: a) Running, Ready, Waiting b) Ready, Waiting, Transition c) Running, Terminate, Ready d) Waiting, Init. Ready Q10- What is the main purpose of NTDLL? a) Handle thread creation and destruction b) Cause transition to kernel mode for system service dispatching c) Implement the Win32 API functionality d) Help managed the Windows subsystem

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions