Search Header Logo

Technical Assessment

Authored by Nithya Reddy

Computers

University

Used 3+ times

Technical Assessment
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What sorting algorithm is this?

Bubble Sort

Insertion Sort

Selection Sort

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The following lists represent 3 passes of a sorting algorithm. Which algorithm is being used to sort the list?
 
4    8    3    9    2    6 
2    8    3    9    4    6
2    3    8    9    4    6

Bubble Sort
Selection Sort
Insertion Sort

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

Media Image

Which type of sort algorithm is this?

Bubble
Merge
Insertion

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

Media Image

What sorting algorithm is this?

Merge Sort

Heap Sort

Quicksort

Bubble Sort

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?