Q1➡| GATE 2021 set-1 Let the representation of a number in base 3 be 210. What is the hexadecimal representation of the number?
i ➥ 528
ii ➥ D2
iii ➥ 15
iv ➥ 21
Show Answer With Best Explanation
Answer: III Explanation: Given, (210)3 Calculation, (210)3 First convert it into decimal represenation = 2 x 32 + 1 x 31 + 0 x 30 = 2 x 9 + 3 = (21)10 now convert it into base 2 representation = (10101)2 now make a pair of 4 bits and then convert 4 bits into decimal representation to get hexadecimal representation because log216 = 4 bits =(0001 0101)2 = (15)16 So, Option(II) is correct.
Q2➡| GATE 2021 set-1 Consider the following representation of a number in IEEE 754 single-precision floating point format with a bias of 127. S : 1 E : 10000001 F : 11110000000000000000000 Here S, E and F denote the sign, exponent and fraction components of the floating point representation. The decimal value corresponding to the above representation (rounded to 2 decimal places) is _________.
Q6➡| GATE 2021 set-2 Which one of the following circuits implements the Boolean function given below? f(x,y,z) = m0 + m1 + m3 + m4 + m5 +m6 , where mi is the ith minterm.
Q9➡| GATE 2021 set-2 If the numerical value of a 2-byte unsigned integer on a little endian computer is 255 more than that on a big endian computer, which of the following choices represent(s) the unsigned integer on a little endian computer?
Q10➡| GATE 2021 set-2 Consider a Boolean function f(w, x, y, z) such that f(w, 0, 0, z) = 1 f(1, x, 1, z) = x + z f(w, 1, y, z) = wz + y The number of literals in the minimal sum-of-products expression of f is _______.
Q11➡| GATE 2020 If there are m input lines and n output lines for a decoder that is used to uniquely address a byte addressable 1 KB RAM, then the minimum value of m + n is ______.
Q12➡| GATE 2020 A multiplexer is placed between a group of 32 registers and an accumulator to regulate data movement such that at any given point in time the content of only one register will move to the accumulator. The minimum number of select lines needed for the multiplexer is _______.
Q13➡| GATE 2020 Consider three registers R1, R2 and R3 that store numbers in IEEE-754 single precision floating point format. Assume that R1 and R2 contain the values (in hexadecimal notation) 0x42200000 and 0xC1200000, respectively. If R3 = R1/R2, what is the value stored in R3?
Q17➡| GATE 2019 Two numbers are chosen independently and uniformly at random from the set {1, 2, …, 13}. The probability (rounded off to 3 decimal places) that their 4-bit (unsigned) binary representations have the same most significant bit is ________.
Q18➡|GATE 2019 Consider three 4-variable functions f1, f2 and f3, which are expressed in sum-of-minterms as f1 = Σ(0, 2, 5, 8, 14), f2 = Σ(2, 3, 6, 8, 14, 15), f3 = Σ(2, 7, 11, 14) For the following circuit with one AND gate and one XOR gate, the output function f can be expressed as:
Q19➡|GATE 2019 What is the minimum number of 2-input NOR gates required to implement a 4-variable function function expressed in sum-of-minterms form as f = Σ(0, 2, 5, 7, 8, 10, 13, 15)? Assume that all the inputs and their complements are available.
Q22➡| GATE 2018 Consider the unsigned 8-bit fixed point binary number representation below. b7 b6 b5 b4 b3 . b2 b1 b0 where the position of the binary point is between b3 and b2 . Assume b7 is the most significant bit. Some of the decimal numbers listed below cannot be represented exactly in the above representation:
(i) 31.500 (ii) 0.875 (iii) 12.100 (iv) 3.001 Which one of the following statements is true?
i ➥ None of (i), (ii), (iii), (iv) can be exactly represented
ii ➥ Only (ii) cannot be exactly represented
iii ➥ Only (iii) and (iv) cannot be exactly represented
iv ➥ Only (i) and (ii) cannot be exactly represented
Q24➡|GATE 2017 Set-1 When two 8-bit numbers A7…A0 and B7…B0 in 2’s complement representation (with A0 and B0 as the least significant bits) are added using a ripple-carry adder, the sum bits obtained are S7…S0 and the carry bits are C7…C0. An overflow is said to have occurred if
Q25➡| GATE 2017 Set-1 The n-bit fixed-point representation of an unsigned real number X uses f bits for the fraction part. Let i = n-f. The range of decimal values for X in this representation is
Q26➡| GATE 2017 Set-1 Consider the Karnaugh map given below, where X represents “don’t care” and blank represents 0. Assume for all inputs (a, b, c, d) , the respective complements (a’, b’, c’, d’) are also available. The above logic is implemented using 2-input NOR gates only. The minimum number of gates required is ___________.
Q27➡| GATE 2017 Set-1 Consider a combination of T and D flip-flops connected as shown below. The output of the D flip-flop is connected to the input of the T flip-flop and the output of the T flip-flop is connected to the input of the D flip-flop:
Initially, both Q0 and Q1 are set to 1 (before the 1st clock cycle). The outputs
i ➥ Q1Q0 after the 3rd cycle are 00 and after the 4th cycle are 11 respectively
ii ➥ Q1Q0 after the 3rd cycle are 11 and after the 4th cycle are 00 respectively
iii ➥ Q1Q0 after the 3rd cycle are 01 and after the 4th cycle are 01 respectively
iv ➥ Q1Q0 after the 3rd cycle are 11 and after the 4th cycle are 01 respectively
Q28➡| GATE 2017 Set-2 The representation of the value of a 16-bit unsigned integer X in hexadecimal number system is BCA9. The representation of the value of X in octal number system is:
Q29➡| GATE 2017 Set-2 Given the following binary number in 32-bit (single precision) IEEE-754 format: 00111110011011010000000000000000 The decimal value closest to this floating-point number is
Q30➡| GATE 2017 Set-2 Consider a quadratic equation x2 – 13x + 36 = 0 with coefficients in a base b. The solutions of this equation in the same base b are x = 5 and x = 6. Then b=_________.
Q31➡| GATE 2017 Set-2 Given f(w,x,y,z) = Σm(0,1,2,3,7,8,10) + Σd(5,6,11,15), where d represents the don’t-care condition in Karnaugh maps. Which of the following is a minimum product-of-sums (POS) form of f(w,x,y,z)?
Q33➡| GATE 2017 Set-2 Consider a binary code that consists of only four valid code words as given below: 00000, 01011, 10101, 11110 Let the minimum Hamming distance of the code be p and the maximum number of erroneous bits that can be corrected by the code be q. Then the values of p and q are
Q38➡| GATE 2017 Set-2 The next state table of a 2-bit saturating up-counter is given below. The counter is built as a synchronous sequential circuit using T flip-flops. The expressions for T1 and T0 are
Q39➡| GATE 2016 Set-1 Consider the Boolean operator with the following properties: x # 0 = x , x # 1 = x’ , x # x = 0 , x # x’ = 1 Then x#y is equivalent to
Q41➡| GATE 2016 Set-1 We want to design a synchronous counter that counts the sequence 0-1-0-2-0-3 and then repeats. The minimum number of J-K flip-flops required to implement this counter is _________.
Q43➡| GATE 2016 Set-1 Consider a carry lookahead adder for adding two n-bit integers, built using gates of fan-in at most two. The time to perform addition using this adder is __________.
Q44➡| GATE 2016 Set-2 Consider an eight-bit ripple-carry adder for computing the sum of A and B, where A and B are integers represented in 2’s complement form. If the decimal value of A is one, the decimal value of B that leads to the longest latency for the sum to stabilize is ________.
Q45➡| GATE 2016 Set-2 Let, x1⊕x2⊕x3⊕x4 = 0 where x1, x2, x3, x4 are Boolean variables, and ⊕ is the XOR operator. Which one of the following must always be TRUE?