DSA mid-term revision (FIT HANU) pt. 2

DSA mid-term revision (FIT HANU) pt. 2

University

38 Qs

quiz-placeholder

Similar activities

On tap hoc ki 1 khtn 7 - trac nghiem

On tap hoc ki 1 khtn 7 - trac nghiem

7th Grade - University

36 Qs

Estudio de Mercado

Estudio de Mercado

University

36 Qs

EL for Computers

EL for Computers

University

34 Qs

Soal Teknis Pedagogik P3K Guru Kelas

Soal Teknis Pedagogik P3K Guru Kelas

University

40 Qs

every naruto charter

every naruto charter

1st Grade - Professional Development

40 Qs

KN nhận thức bản thân

KN nhận thức bản thân

University

40 Qs

0721 MANDARIN 1 TEST 2

0721 MANDARIN 1 TEST 2

KG - Professional Development

40 Qs

PENGANTAR EKONOMI

PENGANTAR EKONOMI

1st Grade - University

40 Qs

DSA mid-term revision (FIT HANU) pt. 2

DSA mid-term revision (FIT HANU) pt. 2

Assessment

Quiz

Education

University

Medium

Created by

Shiroi Kitsunee

Used 40+ times

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– Which of the following is a hash function?

Select one:

Folding

Quadratic probing

Chaining

Hashing

Open addressing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– If h(k) is any hash function and is used to hash N keys into a table of size M, where N < M,

the expected number of collisions involving a particular key X is?

Select one:

Less than M

Less than N

Less than (N+M)/2

Less than 1.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

- The process of accessing data stored in a serial access memory is similar to manipulating data

on a?

Select one:

Queue.

Binary Tree.

Stack.

Heap.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– What is the time complexity of the following algorithm with respect to the input size N

s <- 0

For i<-0 to n-1 do

{

p<-1

if(i<>0)

for(k<-1 to i) do

p<-p*x;

s<-s+C[i]*p

}

return s;

O(N)

O(2N)

O(N^2)

O(1)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– What is the time complexity of the following algorithm with respect to the input size N

For i<-1 to n-1 do

if(a[i] = m) then

return i;

O(N^2)

O(N-1)

O(N)

O(2N)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– What is the time complexity of the following algorithm with respect to the input size N

i<-n

While(i>1) do

If(m is divisible by i) AND (n is divisible by i)

Return i

i--

Return 1

O(M)

O(N+M)

O(N)

O(N*M)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

– What is the time complexity of the following algorithm with respect to the input size N

s<-0

for(i<-1 to n do)

s=s+i*i*i;

return s;

O(1)

O(N^2)

O(2N)

O(N)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?