DLCoA Sample Questions For End Sem Exam 25
DLCoA Sample Questions For End Sem Exam 25
===================================================================
Questions
12. Draw the single and double precision format for representing floating point number using
IEEE 754 standards and explain the various fields
13. Perform hexadecimal addition (2F8 + 5A3)16
17. Convert FACE16 into its binary, octal, and decimal equivalent
23. Design and explain full adder using half adders and few gates.
24. Differentiate Combinational circuit and Sequential circuit.
29. Describe the detailed Von-Neumann Model with a neat block diagram
30. Give the block level description of various functional units of a computer.
31. Draw basic organization of computer and explain block level functional units
32. Which gates are called as Universal gate and what are its advantages?
33. i) Perform (2)10 - (5)10 using 1’s complement method
ii) Perform (2)10 - (5)10 using 2’s complement method (use 8 Bit word)
34. Subtract (1010)2 from (1111)2 using 2's complement method.
35. Perform (25)10 – (34)10 in BCD using 9s compliment.
36. Perform (87)10 – (39)10 in BCD using 9s compliment.
37. Perform (8)10 – (3)10 in BCD using 9s compliment.
38. Perform the following addition using i) BCD and Excess-3addition (205+569)
ii)Hexadecimal to binary conversion: (3A9D)16
39. Solve the following
i) (7A6)16 - (2BA)16 using Hexadecimal Arithmetic
ii) (85)10 – (32)10 using 1’s Compliment Arithmetic
44. Convert 14316 into its binary, octal, Hexadecimal and binary coded decimalequivalent.
46. Draw the flow chart of Booths algorithm for signed multiplication and Perform -5 X
2 using Booth’s algorithm
47. Multiply (17) and (5) using Booth’s algorithm.
49. Draw the flow chart of non-restoring division algorithm and Perform (4 ÷2 )10
60. Implement full adder using 8:1 Mux and Draw the Logic Diagram.
61. Implement full adder using 16:1 Mux using 8:1 Mux and Draw the Logic Diagram.
62. Implement full adder using 16:1 Mux using 4:1 Mux and Draw the Logic Diagram.
63. Explain applications of Multiplexer and De- Multiplexer
64. Design 1X8 De-multiplexer using 1X4 and 1X2 De-multiplexer
65. Design 1X8 De-multiplexer using 1X2 De-multiplexer
66. Design 1X8 De-multiplexer using 1X4 De-multiplexer
67. Explain 4 to 2 Encoder with its circuit diagram
68. Explain Octal to Binary Encoder (8 to 3 Encoder) with its circuit diagram