This document contains solutions to questions related to Data Representation. It includes conversion of numbers from one base to another, finding the smallest and largest numbers in one's and two's complement and signed magnitude, and simplification of logic circuits using De-Morgan's Law.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: DATA REPRESENTATION DATA REPRESENTATION Name of Student- Name of University- Author’s Note-
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
3DATA REPRESENTATION Therefore, (1235)10= (2323)8 iv)As per given question21.218=(2 * 81) + (1 * 80). (2 * 8-1) + (1 * 7=8-2) = 17 + 0.25 + 0.015625 = 17.265625 (21.21)8=17.265625 c) i) Negative smallest number for one’s compliment = 100 Positive largest number for one’s compliment = 100 ii) Negative smallest number for two’s compliment = 101 Positive largest number for two’s compliment = 011 iii) Negative smallest number for signed magnitude = 111 Positive largest number for signed magnitude = 011 Page3of7
Paraphrase This Document
Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
4DATA REPRESENTATION Question 2: a) After generating the output from L.H.S. ABCD 0001 0101 1001 1110 After generating the output from R.H.S. ABCDE 00111 01101 10011 11000 So, L.H.S. is same as R.H.S. Page4of7
5DATA REPRESENTATION b) The two not gate and the and can be minimized as Can be represented by Therefore, finalized circuit is c) X’ + Y’ + XYZ’ = X’ + Y’ + (X’ + Y’ + Z)’ [From De-Morgan’s Law] = (XY (X’ + Y’ + Z))’ [From De-Morgan’s Law] Page5of7