Time Left - 08:00 mins

DMRC CS 2018 Practice Quiz - 6(Tech)

Attempt now to get your rank among 272 students!

Question 1

The time required to search an element in a linked list of length n is

Question 2

What is the value of F(4) using the following procedure:
Description: E:\Gate\isro-cs\ISRO_CS_2008_files\image024.png

Question 3

What is IP class and number of sub-networks if the subnet mask is 255.224.0.0?

Question 4

What will be the minimum size of the ROM which maintains truth table of square of 3 bit numbers (in bits)?

Question 5

Which of the following statement is correct?

Question 6

What happens when you boot up a PC?

Question 7

What is the Boolean expression A B equivalent to?

Question 8

When a bank uses information to launch a personalized credit card product this:

Question 9

In asymmetric key cryptography, the private key is known to 

Question 10

Assume the following C variable declaration
int * A[10], B[10][10];  Of the following expressions
I. A[2]

II. A[2][3]

III. B[1]

IV. B[2][3]

which will not give compile-time errors if used as left hand sides of assignment statements in a C program?

  • 272 attempts
  • 1 upvote
  • 5 comments
Jun 4GATE & PSU CS