Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-63

Attempt now to get your rank among 239 students!

Question 1

Scheduling is done so as to ____________

Question 2

Calculate the current across the 20 ohm resistor.

Question 3

What is the time complexity of the following code?

int temp = 0;

for (int i = n; i > 0; i /= 2)

for (int j = 0; j < i; j++)

temp++;

Question 4

Which of the following options contain the correct feature of an insertion sort algorithm?

Question 5

The primary key is selected from the:

Question 6

What is a medium-term scheduler ?

Question 7

SELECT name ____ instructor name, course id

FROM instructor, teaches

WHERE instructor.ID= teaches.ID;

Which keyword must be used here to rename the field name?

Question 8

The total resistance between A and B are?

Question 9

What is the value of x if the current in the circuit is 5A?

Question 10

Each byte of character is stored as its ASCII value in _______
  • 239 attempts
  • 0 upvotes
  • 1 comment
Apr 25GATE & PSU CS