wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

WizQuiz

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

a)

O(N)

b)

O(log N)

c)

O(N log N)

d)

O(1)

2.
a)

Object-Oriented

b)

Functional

c)

Procedural

d)

Declarative

3.
a)

Android Program Kit

b)

Application Package

c)

Android Package

d)

Advanced Package Kit

4.
a)

LINKED LIST

b)

STACK

c)

ARRAY

d)

QUEUE

5.
a)

COMPILATION ERROR

b)

11

c)

RUNTIME ERROR

d)

10

6.
a)

Jenkins

b)

Docker

c)

 Git

d)

Ansible

7.
a)

128

b)

-128

c)

Compiler error

d)

Undefined behavior

8.
a)

10

b)

0

c)

Memory address of x

d)

Compilation error

9.
a)

5

b)

10

c)

15

d)

Compilation error

10.
a)

To create interactive web pages

b)

To define the structure of web pages

c)

To add styles and formatting to web pages

d)

To handle server-side operations

11.
a)

(y-y(hat))^2

b)

1/1+e^-z

c)

√((x1-x2)^2 +(y1-y2)^2)

d)

P–log2P– - P+log2P+

12.
a)

2 3 4 5 6 7 8 9 10

b)

1 2 3 4 5 6 7 8 9 10

c)

1 2 3 4 5 6 7 8 9

d)

2 3 4 5 6 7 8 9

13.
a)

x is not equal to y

b)

x is equal to y

c)

Syntax error

d)

null

14.
a)

best:o(nlogn) worst : o(n2) space: o(1)

b)

best:o(logn) worst : o(n3) space: o(1)

c)

best:o(n3) worst : o(n) space: o(n)

d)

best:o(n2) worst : o(n2) space: o(1)

15.
a)


O(log N)

b)


O(N)

c)


O(N log N)

d)


O(1)