Heap

Heap

University

9 Qs

quiz-placeholder

Similar activities

Java OOPs - 2

Java OOPs - 2

University

10 Qs

Binary Heap

Binary Heap

University

9 Qs

CD-1S5-26-5-22

CD-1S5-26-5-22

University

10 Qs

Operating Systems - Processes

Operating Systems - Processes

University

8 Qs

אשכול היררכי

אשכול היררכי

University

5 Qs

TCP1121 - Quiz 6 Bonus

TCP1121 - Quiz 6 Bonus

University

8 Qs

Untitled Quiz

Untitled Quiz

University

8 Qs

PRESENTACION HADA

PRESENTACION HADA

University

8 Qs

Heap

Heap

Assessment

Quiz

Computers

University

Hard

Created by

Thapanapong Rukkanchanunt

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Given the tasks below, what is the turnaround time for T3?

Task / Arrival / Burst / Priority

T1 / 0 / 2 / 6

T2 / 0 / 7 / 1

T3 / 0 / 4 / 3

T4 / 0 / 9 / 10

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Given the tasks below, what is the turnaround time for T3?

Task / Arrival / Burst / Priority

T1 / 1 / 5 / 2

T2 / 1 / 10 / 4

T3 / 1 / 6 / 7

T4 / 1 / 4 / 10

3.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Given the tasks below, what is the turnaround time for T3?

Task / Arrival / Burst / Priority

T1 / 0 / 8 / 4

T2 / 0 / 7/ 9

T3 / 3 / 9 / 7

T4 / 3 / 2 / 6

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

If the memory can only hold 3 pages at a time, given the list of page access below, which page is in the memory at the end?

P1, P2, P3, P4, P5, P1, P2

P1

P2

P3

P4

P5

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

If the memory can only hold 4 pages at a time, given the list of page access below, which page is in the memory at the end?

P1, P2, P3, P1, P3, P5, P4, P2, P1, P2

P1

P2

P3

P4

P5

6.

DRAW QUESTION

1 min • 1 pt

Draw max heap after 30 is inserted.

Media Image

7.

DRAW QUESTION

1 min • 1 pt

Draw min heap after 5 is inserted.

Media Image

8.

DRAW QUESTION

1 min • 1 pt

Draw max heap after remove min.

Media Image

9.

DRAW QUESTION

1 min • 1 pt

Draw min heap after remove min.

Media Image