This document contains a mid-term exam for a Digital Logic Design course. The exam contains 5 questions worth a total of 12 marks. Question 1 has 3 parts asking students to perform addition and subtraction in BCD and hexadecimal. Question 2 has 3 parts asking students to convert a number between binary, 2's complement, and octal. Question 3 asks students to write a boolean equation, truth table, and simplified logic diagram for a given circuit. Question 4 asks students to simplify a boolean function into product of sums form and draw its implementation diagram. Question 5 asks students to design a combinational circuit that takes 4 inputs and produces 4 outputs, where the outputs are 2 greater or 3 less than the inputs depending on if the input is
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
100%(1)100% found this document useful (1 vote)
1K views1 page
Digital Logic Design Mid Paper
This document contains a mid-term exam for a Digital Logic Design course. The exam contains 5 questions worth a total of 12 marks. Question 1 has 3 parts asking students to perform addition and subtraction in BCD and hexadecimal. Question 2 has 3 parts asking students to convert a number between binary, 2's complement, and octal. Question 3 asks students to write a boolean equation, truth table, and simplified logic diagram for a given circuit. Question 4 asks students to simplify a boolean function into product of sums form and draw its implementation diagram. Question 5 asks students to design a combinational circuit that takes 4 inputs and produces 4 outputs, where the outputs are 2 greater or 3 less than the inputs depending on if the input is
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
Barani Institute of Management Sciences
Mid-Term Exam Spring Semester 2020
Course Title : Digital Logic Design Course Code : CS – 763
Discipline /Program : MCS Total Marks : 12
Time allowed : 48 Hours Instructor’s Name(s): Noman Al Hassan
Question 01: (0.5x 03 Points)
a. Perform the addition of 491876 + 65973 in BCD. b. Perform octal subtraction (45672.4563) - (25736.351). c. Convert the answer of (b) into Hexadecimal.
Question 02: (0.5x 03 Points)
a. Convert (47198. 536)10 into binary. b. Find the 2’s complement of the result in (a). c. Convert the answer of (b) into octal.
Question 03: (03 Points)
Write down the boolean equation for the circuit diagram given below and obtain its truth table. Use boolean algebra to simplify the function to a minimum number of literals and redraw the logic diagram for simplified function.
Question 04: (03 Points)
Simplify the following Boolean function F (A,B,C,D) = (AB´CD´+ AB´C´D+ A´BCD´+ ABC´D´ + A ´BCD+ A´BC´) as a product of sum form. Together with the don’t-care conditions d (A,B,C,D)= (AB´C ´D´+ A´B´C´D) and draw its two level implementation diagram.
Question 05: (03 Points)
Design a combinational circuit with four inputs (A, B, C and D) and four outputs (W, X, Y and Z). When the binary input is less than 10 the binary output is two greater than the input. When the binary input is equal or greater than 10 the binary output is three less than the input.