Search Header Logo

DAA - Class Test 1

Authored by Ankush Jain

Computers

University

Used 11+ times

DAA - Class Test 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Consider the following C-program fragment in which i, j and n are integer variables.
for (i = n, j = 0; i > 0; i /= 2, j += i);
let val (j) denote the value stored in the variable j after termination of the for loop. Which one of the following is true?

2.

MULTIPLE CHOICE QUESTION

3 mins • 5 pts

Consider the following segment of C-code:

int j, n; j=1;

while(j <= n)

j = j * 2;

The number of comparisons made in the execution of the loop for any n > 0 is:

3.

FILL IN THE BLANKS QUESTION

3 mins • 5 pts

4.

MULTIPLE CHOICE QUESTION

2 mins • 2 pts

Let f(n) = n2 log n and g(n) = n(log n)10 be two positive functions of n. Which of the following statements is correct?

5.

MULTIPLE SELECT QUESTION

2 mins • 3 pts

Which of the following is false in following ?

6.

MULTIPLE SELECT QUESTION

3 mins • 5 pts

Only I is correct

Only II is correct

Both I and II are correct

Neither I nor II correct

7.

MULTIPLE CHOICE QUESTION

5 mins • 5 pts

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?