Javatpoint Logo
Javatpoint Logo

9) If f(x) = 2x7 + 3x - 5, which of the following is a factor of f(x)?

  1. (x3 +8)
  2. (x-1)
  3. (2x-5)
  4. (x+1)

Answer: B

Explanation:

Given,
f(x) = 2x7 + 3x - 5
Putting x = 1, we get f(x) = 0.
So, x-1 is a factor of f(x).

Therefore option (B) will be the correct answer.


10) In a process, the number of cycles to failure decreases exponentially with an increase in load. At a load of 80 units, it takes 100 cycles for failure. When the load is halved, it takes 10000 cycles for failure. The load for which the failure will happen in 5000 cycles is ________.

  1. 40.00
  2. 46.02
  3. 60.01
  4. 92.02

Answer: B

Explanation:

According to the question, the number of cycles to failure decrease exponentially with an increase in load. So, we have general equation

   y = ae-bx

where, y = number of cycles to failure, and

   x = load

GIven,

   At load = 80 units , it takes 100 cycles for failure.

   100 = ae-80b ...................(1)

   when load = halved, it takes 10000 cycles for failure.

   10000 = ae-40b ...............(2)

Divide (2) by (1), we get

=> e40b = 100

=> b = loge100 / 40 ..................(3)

Now, at 5000 cycles to failure

   5000 = ae-xb .................(4)

Again, divide (2) by (4), we get

=> eb(x-40) = 2

=> b(x-40) = loge2

=> loge100 / 40 * (x-40) = loge2 ...............By using (3)

=> x = 40 * (loge2 + loge100) / loge100

=> 40 * loge200 / loge100

=> 46.02

Therefore option (B) will be the correct answer.


11) Let p, q, r, s represent the following propositions.

p: x ∈ {8, 9, 10, 11, 12}
q: x is a composite number
r: x is a perfect square
s: x is a prime number

The integer x ≥ 2 which satisfies ¬((p ⇒ q) ∧ (¬r ∨ ¬s)) is

  1. 9
  2. 10
  3. 11
  4. 12

Answer: C

Explanation:

(p ⇒ q) will give {8, 9, 10, 12}

¬r will give {8, 10, 11, 12}

¬s will give {8, 9, 10, 12}

(¬r ∨ ¬s) will give {8, 9, 10, 11, 12}

(p ⇒ q) ∧ (¬r ∨ ¬s) will give {8, 9, 10, 12}

¬((p ⇒ q) ∧ (¬r ∨ ¬s)) will give 11.

Therefore option (C) will be the correct answer.


12) Let an be the number of n-bit strings that do NOT contain two consecutive 1s. Which one of the following is the recurrence relation for an?

  1. an = an-1 + 2an-2
  2. an = an-1 + an-2
  3. an = 2an-1 + an-2
  4. an = 2an-1 + 2an-2

Answer: B

Explanation:

Here, we assume that the least value of n for the recursion would be 3.

n n-bit string without consecutive 1's an
1 {0,1} a1 = 2
2 {00,01,10} a2 = 3
3 {000,001,010,100,101} a3 = 5

This seems to follow the recurrence relation: an = an-1 + an-2.

Therefore option (B) is the correct answer.


13) Gate 2016 CS set 1

  1. 0
  2. 1
  3. 2
  4. 3

Answer: B

Explanation:

Given,

Gate 2016 CS set 1

Substitute h = x - 4
So it becomes lim (sinh) / h
                        h->0
Now solving this we get 1.

Therefore option (B) will be the correct answer.


14) A probability density function on the interval [a, 1] is given by 1/x2 and outside this interval the value of the function is zero. The value of "a" is ________.

  1. 0.5
  2. 0
  3. 0.7
  4. -1

Answer: A

Explanation:

We know that the sum of all the probabilities always equals to 1.
Therefore, on integrating 1/x2 with limits [a to 1], the result always equals to 1.

Gate 2016 CS set 1= 1

Hence,
Gate 2016 CS set 1= 1

-1 + 1/a = 1
or, -a + 1 = a
2a = 1
Hence, a = 0.5

Therefore option (A) will be the correct answer.


15) Two eigenvalues of a 3 × 3 real matrix P are (2 + √-1) and 3. The determinant of P is ________.

  1. 12
  2. 13
  3. 14
  4. 15

Answer: D

Explanation:

We know, the Eigenvalues are roots of Characteristic equation |A-λI| = 0. And the determinant of a real matrix cannot be an imaginary. So, if one eigenvalue is complex roots, then this value always occur in pairs. Hence, the eigenvalues of the matrix will be:
λ1 = 2+i, λ2 = 2-i and λ3 = 3
And, det(A) = λ1λ2λ3 = (2+i)*(2-i)*3 = (22-i2)∗3 = 5∗3 = 15

Therefore option (D) will be the correct answer.


16) Consider the Boolean operator # with the following properties:

x # 0 = x, x # 1 = x, x # x = 0 and x # x = 1. Then x # y is equivalent to

  1. xȳ + xy
  2. xȳ + x ȳ
  3. xy + xy
  4. xy + x ȳ

Answer: A

Explanation:

The function # basically represents the properties of XOR function. So, the truth table for the function # would be:

X Y #
0 0 0
0 1 1
1 0 1
1 1 0

Now, we take the SOP of the rows which result in 1

Hence # equals Σ(1,2) = xȳ + xy

Therefore option (A) is the correct answer.


GATE 2016 CS Set 1-1
GATE 2016 CS Set 1-3
GATE 2016 CS Set 1-4
GATE 2016 CS Set 1-5
GATE 2016 CS Set 1-6
GATE 2016 CS Set 1-7
GATE 2016 CS Set 1-8






Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA