Time Left - 15:00 mins

NIELIT STQC 2021 Quiz-6

Attempt now to get your rank among 124 students!

Question 1

What is the running time of the following function (specified as a function of the input value)?
void Function(int n) (
int i-1;
int s=1 ;
while(s <= n) (
i++ ;
s= s+i ;
)
)

Question 2

Microprocessors are used in which generation of computers?

Question 3

A balance factor in AVL tree is used to check

Question 4

Related fields in a database are grouped to form a

Question 5

Serial communications involves interfacing of data among:

Question 6

Which of the following material is a insulator?

Question 7

Direction: Study the following information’s carefully and answer the questions given below:

(i) Six persons A, B, C, D, E and F are taking their breakfast in two groups facing one another.
(ii) D and A are not in the same row.
(iii) E is to he left F and faces C
(iv) B is in the middle of a group.
(v) D is to he left of B
Who faces B?

Question 8

Direction: The table given here shows production of five types of cars by a company in the year 2010 to 2015. Study the table and answer the question.
Production of Cars by a Company
In which year the total producion of cars of types P and Q together was equal to the total production of cars of types R and S together?

Question 9

The following is a dump of UDP header in hexadecimal format

5EFA00FD001C3297

What is the total length of user datagram? Is the packet from client to server or vice versa?

Question 10

A direct mapped cache is of size 64 KB with block size 32 B. Logical address generated is 32 bit. What is the bits required for tag and block field?
  • 124 attempts
  • 2 upvotes
  • 1 comment
Feb 27GATE & PSU CS