ROUND 1 QUIZ FOR 2nd 3rd years (SET 1)

ROUND 1 QUIZ FOR 2nd 3rd years (SET 1)

University

20 Qs

quiz-placeholder

Similar activities

C++ with DS

C++ with DS

University

25 Qs

DATA STRUCTURES QUIZ-1

DATA STRUCTURES QUIZ-1

University

23 Qs

QUIZ

QUIZ

University

25 Qs

Basic C++ Programming Questions

Basic C++ Programming Questions

University

20 Qs

Fundamentals of Algorithms - Unit 1 - Test 1

Fundamentals of Algorithms - Unit 1 - Test 1

University

15 Qs

UAS SDL INF 20201

UAS SDL INF 20201

University

20 Qs

DS- UNIT-1

DS- UNIT-1

University

20 Qs

Quiz Struktur Data

Quiz Struktur Data

University

25 Qs

ROUND 1 QUIZ FOR 2nd 3rd years (SET 1)

ROUND 1 QUIZ FOR 2nd 3rd years (SET 1)

Assessment

Quiz

Computers

University

Hard

Created by

Club Excel

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given an input arr = {2,5,7,99,899}; key = 899; What is the level of recursion?

5

2

3

4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the true statement

I - Binary Search is faster than Linear Search.

II - Binary search is applied on all the input lists on which linear search can be applied.

Only I

Only II

Both I and II

Neither I and II

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the recurrance relation for binary search?

T(n)=T(n/2)+1

T(n)=T(n/2)+2

T(n)=2T(n/2)+1

All of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Entries in a stack are “ordered”. What is the meaning of this statement?

A collection of stacks is sortable

Stack entries may be compared with the ‘<‘ operation

The entries are stored in a linked list

There is a Sequential entry that is one by one

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is/are not applications of bit arrays?

Used by the Linux kernel

For the allocation of memory pages

Bloom filter

Implementation of Vectors and Matrices

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true?

B + tree allows only the rapid random access

B + tree allows only the rapid sequential access

B + tree allows rapid random access as well as rapid sequential access

B + tree allows rapid random access and slower sequential access

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the maximum possible number of edges in a directed graph with no self loops having 8 vertices?

28

64

256

56

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?