Quiz 1

Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

ADA Greedy Intl

ADA Greedy Intl

University

15 Qs

20CS2018 - DAA - Batch1

20CS2018 - DAA - Batch1

University

15 Qs

CSS TECH TRIVIA - MEDIUM LEVEL

CSS TECH TRIVIA - MEDIUM LEVEL

University

10 Qs

Greedy Method

Greedy Method

University

12 Qs

Analysis of Algorithms Quiz

Analysis of Algorithms Quiz

University

10 Qs

DSAA Quiz

DSAA Quiz

University

15 Qs

Algorithm analysis: divide & conquer theory

Algorithm analysis: divide & conquer theory

University

10 Qs

Artificial Intelligence 1

Artificial Intelligence 1

University

10 Qs

Quiz 1

Quiz 1

Assessment

Quiz

Computers

University

Hard

Created by

Gaurabh Gaire

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the time complexity of the QuickSort algorithm in the worst case?

O(n)

O(n log n)

O(n^2)

O(log n)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure is used in Dijkstra's algorithm for finding the shortest path in a graph?

Queue

Stack

Linked List

Priority Queue

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In object-oriented programming, what is the term for binding data and methods together?

Encapsulation

Abstraction

Polymorphism

Inheritance

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which programming language uses a concept called "promises" for handling asynchronous operations?

Python

Java

JavaScript

C#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the MERN stack, which component is responsible for managing the application's state?

MongoDB

Express.js

React

Node.js

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to retrieve data from multiple tables in a database?

SELECT

JOIN

MERGE

GROUP BY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which algorithm is used to find the strongly connected components in a directed graph?

a) Dijkstra's Algorithm

b) Kruskal's Algorithm

c) Tarjan's Algorithm

d) Floyd-Warshall Algorithm

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?