CAT I - Quiz 2

CAT I - Quiz 2

University

5 Qs

quiz-placeholder

Similar activities

Revisando a Aula 4 Estrutura de Dados

Revisando a Aula 4 Estrutura de Dados

University

8 Qs

bài kiểm tra 15 phút

bài kiểm tra 15 phút

University

10 Qs

Kiểm Tra Tin 8

Kiểm Tra Tin 8

8th Grade - University

10 Qs

Kuis 3 - ASD (B)

Kuis 3 - ASD (B)

University

10 Qs

22CTT1-Group 10-Sorting Algorithms

22CTT1-Group 10-Sorting Algorithms

University

8 Qs

QUIZZ 1 : DATABASE FUNDAMENTALS

QUIZZ 1 : DATABASE FUNDAMENTALS

University

10 Qs

Monday Class Quiz 3/22

Monday Class Quiz 3/22

University

9 Qs

Quiz Pengurutan Data

Quiz Pengurutan Data

University

10 Qs

CAT I - Quiz 2

CAT I - Quiz 2

Assessment

Quiz

Computers

University

Hard

Created by

Sharmila Sankar

Used 3+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The maximum number of comparisond needed to sort 9 items (where each item is a 5 digit octal number) using radix sort is:

45

75

360

420

2.

MULTIPLE CHOICE QUESTION

45 sec • 3 pts

​ ​ ​ ​ ​ Sort the following list using Radix Sort: 329, 839, 436, 720, 355

What is the output of the algorithm after the second pass?​

720, 329,436, 839, 355

329, 720, 355, 436, 839

329, 355, 436, 720, 839

720, 355, 436, 329, 839

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

How many comparisons will be made to sort the array arr = {1, 5, 3, 8, 2} using radix sort?

5

7

9

0

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is the most suitable definition of radix sort?

It is a non comparison based integer sort

It is a comparison based integer sort

It is a non comparison based non integer sort

It is a comparison based non integer sort

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What will be the order of elements of the array arr = {23, 67, 143, 654, 43} after first iteration of Most Significant Digit Radix sort (MSD Radix Sort) is complete?

23, 43, 67, 143, 654

23, 67, 43, 143, 654

23, 67, 143, 654, 43

23, 143, 43, 654, 67