The fractional part of the binary number

1st DIGITAL DESIGN HOMEWORK (3)

1st problem:

  • Count the hexadecimal equivalent of the decimal 777.654. The fractional part of the binary number must be 4 bits accurate.
    (method : decimal  binary  hexadecimal)
  • Count the decimal equivalent of the binary number 1110 0111.1101 !

2nd problem:
The F logical function depends on 3 variables. F (A,B,C) = ∑3 (0,5,6).

  • Define algebraic canonical disjunctive form of the function !
  • Count the maxterm-vector of the function!
  • Define algebraic canonical conjunctive form of the function !

3rd problem:

A logical network has 4 inputs (A, B, C, D) and one output (Z). The four inputs together represent the N 4 bits long binary number ( „A” input is the most significant bit). The output must be logical 1, if:

  • N < 15, and N is odd, or
  • N < 3 and N is even, or ( N=0 is even!)
  • N=10.

Tasks:
1.) Fill the truth table of this function !
2.) Count the minterm and maxterm vectors of the function!
3.) Simplificate the function, find the simplest disjunctive function ! Apply the GRAPHICAL simplification!
4.) Simplificate the function, find the simplest disjunctive function ! Apply the NUMERICAL simplification!
5.) Realize it based on AND and OR gates !

Send me the solution by email.

Deadline. 20th of October, 2020.

Sample Solution