What sorting algorithm is this?
Technical Assessment

Quiz
•
Computers
•
University
•
Hard
Nithya Reddy
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Bubble Sort
Insertion Sort
Selection Sort
None of the above
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
4 8 3 9 2 6
2 8 3 9 4 6
2 3 8 9 4 6
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output of following program?
#include <stdio.h>
//Assume base address of “TechnoBoom” to be 1000
int main()
{
printf(6+ “TechnoBoom”);
return 0;
}
TechnoBoom
1006
Boom
Compile-time error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Predict the output of the following code
//filename Test.java
class Test{
public static void main(String[] args){
for(int i=0;1;i++){
System.out.print("TechnoBoom");
break;
}
}
}
TechnoBoom
Compile time error
T
None of these
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The time complexity of heap sort in worst case is
a) O(logn)
b) O(n)
c) O(nlogn)
d) O(n2)
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What sorting algorithm is this?
Merge Sort
Heap Sort
Quicksort
Bubble Sort
Create a free account and access millions of resources
Similar Resources on Wayground
18 questions
SQL

Quiz
•
University
20 questions
GirlsWhoML Workshop 0

Quiz
•
University
23 questions
C que que que

Quiz
•
University
20 questions
C - Strings

Quiz
•
University
18 questions
Lecture 2b: Solving Search Problems - Parte2

Quiz
•
University
20 questions
Data Structures

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
25 questions
Design And Analysis of Algorithms

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade