Showing posts with label Degital logic design. Show all posts
Showing posts with label Degital logic design. Show all posts

Sunday, 22 April 2018

isro cs question paper solution 2018 Q19 Set-A

Given √224r = 13 the value of radix r is

(a) 10
(b) 8
(c) 6
(d) 5

Correct answer is:  (d) 5

for radix r =10,  13 is not the root of 224
for radix r =8,  224r = (64*2+8*2+4) =128+20 =148 is not a perfect square
for radix r =6,  224r = (36*2+6*2+4) =72+16 =88 is not a perfect square
for radix r =5, 224r = (25*2+5*2+4) =50+14 =64 is a perfect square.So, square root of 64 =8 =(13)5 

isro cs question paper solution 2018 Q62 Set-A

❔ Any set of Boolean operators that is sufficient to represent all Boolean expressions is said to be complete. Which of the following is not complete ?

(a) {AND, OR}
(b) {AND, NOT}
(c) {NOT, OR}
(d) {NOR}

Correct Answer is: (a) {AND, OR}

other options
(b) {AND, NOT} - forms NAND gate
(c) {NOT, OR}     - forms NOR gate
(d) {NOR} - (NOR and NAND gates are universal/complete)


UGC NET Computer Science December 2019 | Question 16

Question 16 In a certain coding language. 'AEIOU' is written as 'TNHDZ'. Using the same coding language. 'BFJPV' wil...

Popular Posts