Computer Architecture and Organization: Advance Computer Architecture
Verified
Added on 2023/06/13
|9
|846
|432
AI Summary
This article discusses advance computer architecture and organization. It provides answers to questions related to conversions, representation of values, and Boolean algebra identities. The article also includes a table of contents and author's note.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
Running head: COMPUTER ARCHITECHTURE AND ORGANIZATION Advance computer Architecture Full name: Student ID: Subject Code: ITC544 Author’s Note
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
1 COMPUTER ARCHITECHTURE AND ORGANIZATION Table of Contents Answer to Question 1:.....................................................................................................................2 a.) Finding the value of base x if (152) x = (6A) 16....................................................................2 b) Conversions.............................................................................................................................2 c) Representation of value..........................................................................................................5 Question 2:.......................................................................................................................................5 a) Prove........................................................................................................................................5 b) Using basic Boolean algebra identities for Boolean variables x, y, and z, for prove..............7 c) Prove:......................................................................................................................................7
2 COMPUTER ARCHITECHTURE AND ORGANIZATION Answer to Question 1: a.) Finding the value of base x if (152) x = (6A) 16 Let the value of base be X, Provided, (152)x= (6A)16 Or, X^2 + 5X + 2*X = 6*16 + A Or, X^2 + 5X + 2*X = 6*16 + 10 X2+ 5X + 2 = 106 X^2 + 5X- 104 = 0 X^2 + 13X- 8X – 104 = 0 X (X + 13) – 8(X + 13) = 0 (X - 8) (X + 13) = 0 X = 8 and X = -13 Hence, X is 8. Therefore, the value of the base is 8. b) Conversions i) BED16converting to base-3 Solution:
5 COMPUTER ARCHITECHTURE AND ORGANIZATION = 17.265625 c) Representation of value i) One's complement Highest Value is 011 Lowest Value is 100 ii)Two's complement Highest Value is 011 Lowest Value is101 iii) Signed Magnitude Highest Value is 011 Lowest Value is111 Question 2: a) Prove The expression for the above logic diagram is: (a.b)’ Truth table for the expression is given below: Aba.b(a.b)’ 0001
6 COMPUTER ARCHITECHTURE AND ORGANIZATION 0101 1001 1110 The expression for the a above logic diagram is provided below a’ + b’ The truth table for the expression is provided below: Aba’b’a’ + b’ 00111 01101 10011 11000 Hence, LHS = RHS (Proved)
Secure Best Marks with AI Grader
Need help grading? Try our AI Grader for instant feedback on your assignments.
7 COMPUTER ARCHITECHTURE AND ORGANIZATION b) Using basic Boolean algebra identities for Boolean variables x, y, and z, for prove The expression that is derived from the given circuit is provided below: A’. B’ + A.B = X The given circuit that can be minimized from given circuit is: c)Prove: X’ + Y’ + XYZ’ = X’ + Y’ + (X’ + Y’ + Z)’ [ by De-Morgan’s Law] = (XY (X’ + Y’ + Z))’ [ by De-Morgan’s Law] = (XX’Y + XYY’ + XYZ) = (0 + 0 + XYZ)