TECHNICAL QUIZ

TECHNICAL QUIZ

University

30 Qs

quiz-placeholder

Similar activities

PL101 MIDTERM Long Quiz

PL101 MIDTERM Long Quiz

University

35 Qs

Python Quiz II

Python Quiz II

9th Grade - University

30 Qs

Java Lab

Java Lab

University

30 Qs

Python Basics

Python Basics

University

25 Qs

Understanding Input, Selection and Loops in Python

Understanding Input, Selection and Loops in Python

7th Grade - University

25 Qs

Quiz - OOP

Quiz - OOP

University

30 Qs

programming quiz

programming quiz

University

25 Qs

untitled

untitled

8th Grade - University

25 Qs

TECHNICAL QUIZ

TECHNICAL QUIZ

Assessment

Quiz

Computers

University

Hard

Created by

Geetha P

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Krish has an question in a tree data structure , hence choose the correct option for his question.

A node in a tree, such that removing its splits the tree into forests, with size of each connected component being not greater than n/2 is called ?

Centroid

Center

Path

Diameter

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Choose from the below options , Which is true about AVL Trees?

AVL Trees are a type of self-balancing Binary Search Trees.

The height of an AVL Tree always remains of the order of O(logn)

The difference between the heights of left and right nodes cannot be more than 1.

All of the above.

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following represents the Postorder Traversal of a Binary Tree?

Right -> Root -> Left

Left -> Root -> Right

Left -> Right -> Root

Right -> Left -> Root

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the time complexity to insert an element to the rear of a LinkedList(head pointer given)?

O(n * logn)

O(n)

O(1)

O(logn)

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following sorting algorithms provide the best time complexity in the worst-case scenario?

Selection Sort

Quick Sort

Bubble Sort

Merge Sort

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not the application of stack?

Tracking of local variables at run time

Data Transfer between two asynchronous process

A parentheses balancing program

Compiler Syntax Analyzer

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

The following python program can work with ____ parameters.

15

3

2

any number of

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?