Latches are commonly organized into groups of 4-bits, 8-bits or
more into registers.
1 point
True
False
An asynchronous counter is one where all stages of the counter
trigger together.
1 point
True
False
Pull-up resistors and special interface ICs are typically used
as an interface between different logic families.
1 point
True
False
Which logic gate provides a low output only when an odd number
of inputs are high?
1 point
and
or
exclusive OR
exclusive NOR
Which of...
For a netmask of 255.255.128.0, tell
a) how many bits are defined for network number portion
b) how many bits are defined for host number portion.
(Be sure not to include any spaces in your answers. Just
indicate the number for each answer.)
A formula with a positive integer (less than 32 bits) and a
positive decimal (number with decimal points) is expressed in the
median formula. Change the given median to postfix and write a
program that outputs the results of the calculation.
operand ::= positive integer or positive error
Positive integer ::= A number expressed as less than 32 bits
consisting of 0 to 9.
Positive integer representation of 0, 0100, 00934, 1056, 65535 is
allowed
Positive decimal ::= Positive integer...
IEEE 754 format of 32-bit floating-point is as follows.
1
8 (bits)
23 (bits)
What’s stored in each region?
What’s the bias value and how to get it?
For decimal fraction: – 0.625, please represent it as given
format (Note: you must show the
specific procedure/stepsin order to get full
credits. If you only present final result directly, you will only
get half of the credits even if it is
correct.).
1a. What is the largest positive and negative number that you
could represent with 7 bits using signed
magnitude? Show your work.
1c. Solve the following decimal notation equation using 8-bit
binary numbers and 2’s complement notation: 69 - 7 =
Show your work
Using the simple model for representing binary floating point
numbers
A floating-point number is 14 bits in length.
The exponent field is 5 bits.
The significand field is 8 bits.
The bias is 15
Represent -32.5010 in the simple model.