Task 12

Task 12

University

39 Qs

quiz-placeholder

Similar activities

#JoyFE

#JoyFE

University - Professional Development

34 Qs

ITM 0003-4 QSM- Midterm Exam

ITM 0003-4 QSM- Midterm Exam

University

35 Qs

Playschool Learning

Playschool Learning

University

40 Qs

C and I Practice

C and I Practice

University

40 Qs

четвърта част

четвърта част

University

35 Qs

Cam Newton

Cam Newton

KG - University

40 Qs

Bee Swarm Simulator (Hard) [slightly outdated]

Bee Swarm Simulator (Hard) [slightly outdated]

KG - Professional Development

40 Qs

Task 12

Task 12

Assessment

Quiz

Fun

University

Hard

Created by

Nhạn Nguyễn

FREE Resource

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Concurrent access to shared data may result in ____________

data consistency

data insecurity

data inconsistency

none of the mentioned

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A situation where several processes access and manipulate the same data concurrently and the outcome of the execution depends on the particular order in which access takes place is called ____________

data consistency

race condition

aging

starvation

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The segment of code in which the process may change common variables, update tables, write into files is known as ____________

program

critical section

non – critical section

synchronizing

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following conditions must be satisfied to solve the critical section problem?

Mutual Exclusion

Progress

Bounded Waiting

All of the mentioned

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mutual exclusion implies that ____________

if a process is executing in its critical section, then no other process must be executing in their critical sections

if a process is executing in its critical section, then other processes must be executing in their critical sections

if a process is executing in its critical section, then all the resources of the system must be blocked until it finishes execution

none of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bounded waiting implies that there exists a bound on the number of times a process is allowed to enter its critical section ____________

after a process has made a request to enter its critical section and before the request is granted

when another process is in its critical section

before a process has made a request to enter its critical section

none of the mentioned

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A minimum of _____ variable(s) is/are required to be shared between processes to solve the critical section problem.

one

two

three

four

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Similar Resources on Wayground