PORT_23

PORT_23

1st Grade

30 Qs

quiz-placeholder

Similar activities

Data Mining

Data Mining

1st Grade

25 Qs

Tech Review

Tech Review

KG - 5th Grade

25 Qs

Sql Quiz

Sql Quiz

1st - 5th Grade

25 Qs

Computation Thinking and Scratch

Computation Thinking and Scratch

1st - 8th Grade

28 Qs

I.T Quiz {Hw}

I.T Quiz {Hw}

KG - Professional Development

25 Qs

UH KE -2 TIK X MIPA

UH KE -2 TIK X MIPA

1st Grade

25 Qs

fb quiz

fb quiz

1st - 5th Grade

26 Qs

Computer BỊP languadiej

Computer BỊP languadiej

KG - Professional Development

30 Qs

PORT_23

PORT_23

Assessment

Quiz

Computers

1st Grade

Hard

Created by

jeba emilyn

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

______symbol is used to represent input and output operation in flow chart

circle

diamond

parallelogram

rectangle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

State True or False

a) Binary Search is used for searching in a sorted array.

b) The Time Complexity of Binary Search is O(logn).

True, False

True, True

False, False

False, True

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Queue is a pile in which items are added at one end and removed from the other

False

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the below a given sorting techniques has highest best-case runtime complexity.

quick sort

insertion sort

selection sort

bubble sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Integer x,y

set x=15,y=12

y=x-1

do{

print x

x=y+(x-2)

}

while(x<40)

end do-while

15 28 40

15 27 39

14 20

16 27

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

suppose T(n)=2T(n/2)+n, T(0)=T(1)=1 which one of the following is false.

T(n)=\theta(nLogn)

T(n)=\omega(n^2)

T(n)=O(n^2)

T(n)=O(nLogn)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following is not a relational opperator

<

==

=

>

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?