TECHNICAL QUIZ

TECHNICAL QUIZ

University

30 Qs

quiz-placeholder

Similar activities

Takeshi's Castle Code bingo

Takeshi's Castle Code bingo

University

25 Qs

Mastering Python Basics

Mastering Python Basics

University

30 Qs

Python Programming Quiz

Python Programming Quiz

University

33 Qs

Python программалау тілі бойынша тест тапсырмалары

Python программалау тілі бойынша тест тапсырмалары

University

26 Qs

Python and ML Basics

Python and ML Basics

6th Grade - University

30 Qs

PYTHON CONTEST

PYTHON CONTEST

University

25 Qs

Python Module 1

Python Module 1

University

25 Qs

Programming in Python - Unit III

Programming in Python - Unit III

University

30 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?