Computer Organization and Architecture ITC 544 Assignment Solution

Verified

Added on  2019/10/30

|6
|494
|315
Homework Assignment
AI Summary
This document presents a comprehensive solution to a computer organization and architecture assignment. The assignment covers two main problems: the first involves understanding and converting floating-point numbers in IEEE-754 single-precision format to decimal values, and the second requires designing a digital logic circuit using Boolean functions and logic gates to control the CSU main entrance door's access during specific time intervals (9:00 am to 12:00 pm and 1:00 pm to 4:00 pm) using a 24-hour clock. The solution includes detailed calculations for the floating-point conversion and a step-by-step approach to developing the logic circuit, including a truth table and a simplified Boolean expression.
Document Page
Running head: COMPUTER ORGANIZATION AND ARCHITECTURE
Student
STUDENT ID:11637042 COURSE ID: ITC 544
Data Representation & Digital Logic
Computer Org & Architecture
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
1
COMPUTER ORGANIZATION AND ARCHITECTURE
Q1. A Computer uses IEEE-754 single precision format to represent floating
points. What value (in decimal) the computer represents if the floating point is
represented using the following binary digits: 0 01111110 10100000000000000000000
Answer:
A) Single precision in IEEE 754 format is 0 01111110
10100000000000000000000
S=0 thus it is a positive number
01111110 =126
E = 126-127=-1d
=1.10100000000000000000000 x 2^-1
= 0.110100000000000000000000 x 2^-1 x 2 ^1
=0.110100000000000000000000
=0.5+0.25+0.0625
=0.8125
The decimal value of the binary number is 8.125 * 10^-1
s
B)
Let the 5 bit word be 00110
Document Page
2
COMPUTER ORGANIZATION AND ARCHITECTURE
a) Its signed magnitude = -6
b) One’s Complement = 11001
c) Two’s Complement = 11010
Q2: Write a Boolean function and construct a logic diagram of a circuit which
use of basic logic gates to activate CSU main entrance door during 9:00 am to
12:00 pm and after lunch time during 1:00 pm - 4:00 pm. You need to use 24
hour clock timing when designing this circuit.
Answer:
A)
The clock is represented in the following table:
Time
Progress
The Clock Pulse Decimal Notation Representation
A B C D E
1
HIGH 1
0 0 0 0 1
2 0 0 0 1 0
3 0 0 0 1 1
4 0 0 1 0 0
5 0 0 1 0 1
6 0 0 1 1 0
7 0 0 1 1 1
8 0 1 0 0 0
Document Page
3
COMPUTER ORGANIZATION AND ARCHITECTURE
9 0 1 0 0 1
10 0 1 0 1 0
11 0 1 0 1 1
12 0 1 1 0 0
13
LOW 0
0 1 1 0 1
14 0 1 1 1 0
15 0 1 1 1 1
16 1 0 0 0 0
17 1 0 0 0 1
18 1 0 0 1 0
19 1 0 0 1 1
20 1 0 1 0 0
21 1 0 1 0 1
22 1 0 1 1 0
23 1 0 1 1 1
24 1 1 0 0 0
This is the logic which is used in the preparation of the diagram:
A'BC'D'EP+A'BC'DE'P+A'BC'DEP+A'BCD'E'P=Q (For clock= High (1))
A'BCD'EP’+A'BCDE'P’+A'BCDEP’+AB'C'D'E'=R (For clock= Low (0))
tabler-icon-diamond-filled.svg

Paraphrase This Document

Need a fresh take? Get an instant paraphrase of this document with our AI Paraphraser
Document Page
4
COMPUTER ORGANIZATION AND ARCHITECTURE
B)
X’Y+XYZ’+Y’+XZ (Y+Y’)
Document Page
5
COMPUTER ORGANIZATION AND ARCHITECTURE
= X’Y+XYZ’+Y’+XZY+XZY’
= X’Y+XY (Z+Z’) + Y’+XZY’
=X’Y+XY+Y’+XZY’
=Y+Y’+XZY’
=1+XZY’
=1
Hence Proved.
chevron_up_icon
1 out of 6
circle_padding
hide_on_mobile
zoom_out_icon
[object Object]