Flashcardzle

Flashcardzle

Assessment

Flashcard

Other

University

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

25 questions

Show all answers

1.

FLASHCARD QUESTION

Front

what is the time complexity of binary search in sorted array

Back

O(logn)

2.

FLASHCARD QUESTION

Front

Which of the following is a volatile memory? Hard Disk, ROM, RAM, SSD

Back

RAM

3.

FLASHCARD QUESTION

Front

Which data structure uses the LIFO (Last In, First Out) principle? Options: Queue, Stack, Array, Linked List

Back

Stack

4.

FLASHCARD QUESTION

Front

A train 300 meters long is running at a speed of 90 km/hr. How long will it take to cross a pole?

Back

12s

5.

FLASHCARD QUESTION

Front

What will be the output of the following C++ code?
#include <iostream>
using namespace std;
int main() {
int x = 5;
cout << x++ * ++x;
return 0;
}

Back

30

6.

FLASHCARD QUESTION

Front

A shopkeeper sells an article at a 20% profit. If the cost price is ₹500, what is the selling price?

Back

₹600

7.

FLASHCARD QUESTION

Front

Which sorting algorithm has the worst-case time complexity of O(n^2) ?

Back

Bubble Sort

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?