Review Quiz

Review Quiz

3rd Grade

24 Qs

quiz-placeholder

Similar activities

Season 1 #Spaic ML Azure Weekly Quiz

Season 1 #Spaic ML Azure Weekly Quiz

KG - Professional Development

20 Qs

m1-html-css-js

m1-html-css-js

KG - Professional Development

20 Qs

TIN 3 ÔT THÁNG 11

TIN 3 ÔT THÁNG 11

3rd Grade

20 Qs

QUIZ 2

QUIZ 2

2nd - 10th Grade

20 Qs

Trivia II

Trivia II

1st - 12th Grade

19 Qs

AV1 - Conceitos de Portugol

AV1 - Conceitos de Portugol

3rd Grade

20 Qs

ÔN TÂP LỚP 3 HK I

ÔN TÂP LỚP 3 HK I

1st - 5th Grade

20 Qs

DAA

DAA

1st - 10th Grade

20 Qs

Review Quiz

Review Quiz

Assessment

Quiz

Computers

3rd Grade

Easy

Created by

Yunis Nabiyev

Used 1+ times

FREE Resource

24 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a stack?

a. a type of map

b. a FIFO (First In, First Out) data structure

c. a LIFO (Last In, First Out) data structure

d. None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function adds an element to the top of a stack?

a. push()

b. pop()

c. top()

d. insert()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does 'count()' do in a map?

a. Counts the number of maps

b. Checks if a key exists

c. Counts the number of values

d. Returns the size of the map

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following has the BEST time complexity for searching?

a. Linear Search

b. Binary Search

c. Selection Sort

d. Insertion Sort

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In recursion, what is the base case?

a. The case that repeats

b. The case that calls itself

c. The initial call to the function

d. The case that ends the recursion

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the value in a map using a key?

map[key]

map.value(key)

map.get(key)

map.find(key)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the Big O time complexity of a binary search?

a. O(n)

b. O(nlogn)

c. O(n^2)

d. O(2^n)

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?