Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-37

Attempt now to get your rank among 118 students!

Question 1

In the Worst case, in Selection Sort, the total number of moves represented in order of______?

Question 2

Match List-I (Dynamic algorithm) with List-II (Average case running time) and select the correct answer using the codes given below the lists:

Question 3

What is the equivalent 3-address code for the above DAG?

Question 4

Which of the following is stateless application layer protocol?

1) TCP

2) FTP

3) POP3

4)HTTP

Question 5

Consider the following AVL tree.

Perform the following operations on ths AVL tree:

i) delete 90

ii) delete 80 replacing by predecessor.

iii) delete inorder predecessor of root.

iv) delete 100

What are the total number of rotations used and the sum of leaf nodes in the left subtree of the finally obtained AVL tree repectively?

Note: If dilemma with the rotations then go with which require less rotaions.

Question 6

Consider the following SQL query on a relation EmployeeSalary as follows:

SELECT Project, count(EmpId). EmpProjectCount

FROM EmployeeSalary

GROUP BY Project

ORDER BY EmpProjectCount DESC;

The given SQL query fetches?

Question 7

Which of the following propositions is tautology?

Question 8

Consider the matrix

The sum of its eigen values is _____.

Question 9

Let x1, x2,.. xn be n observations and let x’ be their arithmetic mean and σ2 be their variance.

Statement 1: Variance of2x1, 2x2…….2xn is 4σ2.

Statement 2: Arithmetic mean of 2x1, 2x2…..2xn is 4x’

Question 10

Let the function
is increasing for x>4
is decreasing for 0<x<4
Which of the above statements are TRUE?
  • 118 attempts
  • 1 upvote
  • 2 comments
Dec 21GATE & PSU CS