quiz #4

quiz #4

University

9 Qs

quiz-placeholder

Similar activities

Sec. 13: Cloud Integrations

Sec. 13: Cloud Integrations

University

5 Qs

MPMC UNIT-1 R20 JAN 2023

MPMC UNIT-1 R20 JAN 2023

University

10 Qs

Microsoft Azure

Microsoft Azure

University

11 Qs

Tech Trends 2022

Tech Trends 2022

10th Grade - University

10 Qs

INTRODUCTION TO CIM

INTRODUCTION TO CIM

University

7 Qs

PLC

PLC

University

12 Qs

PROF-ED 3- UNIT 7-LESSON 1: Digital citizenship vs. Global citiz

PROF-ED 3- UNIT 7-LESSON 1: Digital citizenship vs. Global citiz

University

10 Qs

ข้อสอบ After effect

ข้อสอบ After effect

6th Grade - University

10 Qs

quiz #4

quiz #4

Assessment

Quiz

Instructional Technology

University

Hard

Created by

shinda shinda

FREE Resource

9 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

in types of queue,

what type of queue that the last position is connected back to the first position?

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

in types of dequeue, what do you call if the elements will delete and can be perform one end insertion can performed both

Dequeue

Output Restricted Queue

Input Restricted Queue

Max Priority Queue

3.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

in types of priority queue,

what queue has element with the largest priority is dequeued first?

4.

OPEN ENDED QUESTION

20 sec • 2 pts

​ what are the types of queue, give me this types of queue,

​ is a type of queue in which the last position is connected,

​ is element procesed based on priority rather than order of insertion. ​ ​ ​

Evaluate responses using AI:

OFF

5.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

what type of queue that element is the lowest priority is dequeue first?

6.

FILL IN THE BLANK QUESTION

20 sec • 2 pts

in stack operation,

this element will return the last inserted without removing it.

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

what operation in stack that use to indicates whether the stack is empty or not

isNull

peek

size

IsEmpty

8.

FILL IN THE BLANK QUESTION

20 sec • 4 pts

in basic c++ programming,

what is set of rules?

9.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

in arithmetic operation,

what name is this sign "%"?

division

percent

modulo

not equal to