Suprize Test - 6.10.2022

Suprize Test - 6.10.2022

University

10 Qs

quiz-placeholder

Similar activities

types of puppies/Dogs

types of puppies/Dogs

KG - Professional Development

8 Qs

antyk

antyk

KG - University

14 Qs

Alphabet sound

Alphabet sound

University

15 Qs

MS Excel Quiz

MS Excel Quiz

3rd Grade - University

15 Qs

SAT Practice

SAT Practice

8th Grade - Professional Development

15 Qs

Cinematica del punto

Cinematica del punto

University

11 Qs

audit in computerized

audit in computerized

University

10 Qs

AlgoWhiz Quiz

AlgoWhiz Quiz

University

15 Qs

Suprize Test - 6.10.2022

Suprize Test - 6.10.2022

Assessment

Quiz

Other

University

Hard

Created by

Swati Bhonde

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Time complexity depends on

The machine we are executing on

Time required by each machine

Machine language instruction set

All the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Abstract data types means

Separation of physical representation of data from its logical level

Collection of data

A logical picture of data type of various data elements and just specification of operations

Just specification of operations

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In practice -----is used to define tight upper bound on growth of function f(n).

Big O

Big Omega

Big theta

Big alpha

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not example of divide & conquer strategy?

Dijkstra's algorithm

Merge Sort

Quick sort

Binary Search

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Consider the following code & obtain the time complexity While(n >0) n=n/2;

O (n)

O (log n)

O (n^2)

O (n log(n))

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

A matrix P[15][10] is stored with each element requiring 8 bytes of storage. If the base address

at P[0][0] is 1400, determine the address at P[10][7] when the matrix is stored in Row Major Wise.

2254

2256

2200

2250

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If two matrices A[m*n] & B[n*p] are multiplied then complexity of multiplication will be:

O (m*n*p)

O(m^2 n^2 p^2 )

O(m^2 * P^2)

O( m+1 n+1 p+1)

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?