Queue

Queue

University

11 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

University

12 Qs

Quiz 1 - AK2 Section

Quiz 1 - AK2 Section

University

10 Qs

ROTC Make-up Quiz

ROTC Make-up Quiz

University

15 Qs

Queues

Queues

11th Grade - Professional Development

15 Qs

Q1-DSA

Q1-DSA

University

10 Qs

Stack & Queue

Stack & Queue

University

16 Qs

SD_Stack&Queue

SD_Stack&Queue

University

10 Qs

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

Queue

Queue

Assessment

Quiz

Computers

University

Medium

Created by

Rizki Nalawati

Used 8+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Queue bersifat..

First In First Out

First In Last Out

Last In First Out

Last In Last Out

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Queue/Antrian dapat dibuat dengan menggunakan beberapa struktur data...

Linier Array

Pointer

Struct

tree

3.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Yang bukan istilah dalam Queue..

isFull

Dequeue

Enqueue

Pop

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Queue merupakan tipe struktur data yang bekerja secara FIFO. apa yang dimaksud dengan FIFO?

Memasukkan elemen baru dari akhir urutan dan mengeluarkan elemen dari depan urutan

Memasukkan elemen baru dari akhir urutan dan mengeluarkan elemen dari belakang urutan

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

With alternative-3 implementation of queue (circular), if tail is at the last element then add a new element will be located in:

in the random position

in the first position

the last position

in the middle position

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

With naive implementation (alternative-1) of Queue:

Back never moves when delete element

All element always move when delete element

Front never moves when delete element

Back never moves when add element

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Di bawah ini adalah kondisi benar ketika queue kosong...

Q->head = -1

Q->tail = Q->head

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?