Time Left - 25:00 mins

ECIL GET MiniMock Test-2 ( All Subject )

Attempt now to get your rank among 345 students!

Question 1

The worst case efficiency sequential searching is

Question 2

if we have T(n) = n + T(n - 1) then what is complexity if Then T(n) ?

Question 3

S A | B
A a | b
B b | c
The grammar is

Question 4

du-chaining is

Question 5

HR-DSSS is not available in

Question 6

Find the string for following bytes if we use 64 bit encoding.

Question 7

Cache memory is situated between CPU and main memory because ______.

Question 8

The time delay to check whether an Element is present in cache or not is called

Question 9

Consider the following C program:

If only 12 is fed to the standard input, what will the code print?

Question 10

int a, b=3, c, d;
a= (b*=3) +(c=d=b);
printf (“%d”, a);

Question 11

An expression in the domain relational calculus is of the form?

Question 12

Singleton is

Question 13

The Boolean fubction f implemented in the figure using two input multiplexers is

Question 14

Minimum numbers of 16 K4 memory chips required to construct 1 M 16 memory chip are

Question 15

is______

Question 16

Consider the members of the set A = {x | x is the square of an integer and x < 50} is ______

Question 17

Which of the following is not a valid Deadlock prevention scheme?

Question 18

Which of the given is not the activity of an operating system in regard to memory management?

Question 19

Which of the following is appropriate for a requirement document?

Question 20

Choose the correct HTML tag for inserting a line break.

Question 21

What is exact regular expression of this machine ?

Question 22

Which of the following languages is/are regular?

Question 23

The decision problem is a function from string to which of the following?

Question 24

____________.

Question 25

Consider the following matrix B.

If B is invertible, which one of the following could be first coloum of B-1
  • 345 attempts
  • 7 upvotes
  • 7 comments
Jun 16GATE & PSU CS