28 solutions available
Question 1Convert decimal number into binary number.(a) 52(b) 44(c) 25.80(d) 62.325
Question 2Convert decimal number into octal number.(a) 911(b) 540(c) 61(d) 132
Question 3Convert decimal number into hexadecimal number.(a) 132(b) 3619(c) 206(d) 752
Question 4Convert binary number into decimal number.(a) 10111(b) 111101(c) 101010.011(d) 101101
Question 5Convert octal number into decimal number.(a) 75(b) 321(c) 142(d) 205
Question 6Convert hexadecimal number into decimal number.(a) A2(b) 13B(c) 271(d) 132
Question 7Discuss UTF-8 encoding scheme. How is it different from UTF-32 encoding scheme?
Question 9What are Boolean operators? Explain AND, OR, NOT operators.
Question 10What is the use of Hexadecimal number system in computers?
Question 11Verify the following using truth table:(i) a.(a+b) = a(ii) X.(Y+Z) = X.Y + X.Z
Question 12Obtain the Boolean expression for the logic circuit shown below:
Question 13State De Morgan's law and prove it with a truth table.
Question 14What is the advantage of preparing a digital content in Indian language using UNICODE font?
Question 15Encode the word 'COMPUTER' using ASCII and convert the encoded value into binary values.
Question 16Give full form of ASCII and ISCII.
Question 17Draw a logic circuit of the following Boolean expression:(i) (A.B‾\overline{B}B) + (C + D‾\overline{D}D) + (B.D‾\overline{D}D)(ii)...
Question 18Write binary equivalent of the following octal numbers:(a) 2306(b) 5610(c) 742(d) 65.203
Question 19Write binary representation of the following hexadecimal numbers:(a) 4026(b) BCA1(c) 98E(d) 132.45
Question 20Perform the following conversions from decimal number to other number systems:(a) (54)10 = (?)2(b) (120)10 = (?)2(c) (76)10 = (?)8(d)...
Question 21Express the following binary numbers into their equivalent octal numbers:(a) 100101111(b) 111011010(c) 1010011(d) 10011101
Question 22Express the following binary numbers into their equivalent hexadecimal numbers:(a) 1111101101100011(b) 100000101011100(c)...
Question 23Express the following octal numbers into their equivalent decimal numbers.(a) 145(b) 6760(c) 455(d) 10.75
Question 24The Hexadecimal number system uses 16 literals (0 - 9, A - F). Write down its base value.
Question 25Explore and list the steps required to type in an Indian language using UNICODE.
Question 26Convert the following base of number system:(a) (1010100)10 = (...............)2(b) (3674)8 = (...............)2(c) (266)10 =...
Question 27Write the name of following law and verify using truth table:a(b + c) = ab + ac
Question 28Draw the logic circuit for the following Boolean expression:(X'+Y).Z + W'
Question 8A number with both integer and a fractional part has digits raised to both positive and negative powers of 2 in a decimal number system.