DLD - Digital Logic Design, Past Papers

Digital Logic Design BSCS or SE 2nd Term Past paper 2017 UOS

Digital Logic Design BSCS or SE 2nd Term Past paper 2017 UOS

University of Sargodha
BS 2nd Term Examination 2017
Subject: Computer Science/Software Engineering
Paper: Digital Logic Design (CMP:2210)
Time Allowed: 2:30 Hours
Maximum Marks: 80

Objective Part (Compulsory)
(16*2)

  1. Write short answers of the following in 2-3 lines each.
    • i. Convert into equivalent binary number (1AF)₁₆
    • ii. Write BCD equivalent of Excess-3.
    • iii. Express -99 as an 8-bit number in the sign-magnitude, 2’s complement form.
    • iv. Add the following BCD numbers: 1011010 + 1001101
    • v. Using Boolean algebra techniques, simplify this expression: A·B + (B + C) + B·(B + C)
    • vi. State Demorgan’s law to verify that negative-OR gate is equivalent to NAND gate.
    • vii. Prove that A + A’B = A + B
    • viii. Draw the gate implementation of the function: A + B·C + A·B·C’
    • ix. Minimize the following SOP using: K-Map: A·B·C + A·B·C’ + A·B·C + A’·B·C
    • x. Determine the logic required to decode (1011)₂ by producing a HIGH on the output.
    • xi. Draw diagram of SR-Latch using NAND gates.
    • xii. Explain how an Exclusive-NOR gate is used to compare two binary bits.
    • xiii. What is difference between Serial in/ Parallel out registers and Parallel in/ Parallel out registers?
    • xiv. What is latch? Draw logic circuit for SR latch.
    • xv. What is difference between Asynchronous counter and Synchronous counter?
    • xvi. Draw the logic diagram of XOR gate using all NAND gates.
  2. Subjective Part (3*16)
  3. What are counters? Draw BCD up/down counter using synchronous counter.
  4. Convert the following Boolean expression into Standard SOP:
    • B·C’ + A·B’ + A·B·C + A·B’C’ + A’·B·C’ + A·B·C
    • Map the standard SOP on a K-map, simplify and implement it using logic diagram.
  5. Differentiate between Look ahead Carry Adders and Ripple carry.
  6. Suppose you are working as a lead engineer in Ferral Corporation. It is observed that in hilly areas Ferral experiences fatal accidents due to brake failure of all four wheels. You are requested to design a simple and cost-effective safety strategy to overcome and reduce chances of accidents.
    • It is an advice given by your higher management that if two or more than two breaks of wheels fail, an alarm must be triggered for the driver. This alarm will help driver to reduce speed or visit works shop for maintenance.
  7. Implement an Edge-Triggered T flip flop. Describe its function and draw truth table.