Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . a ) Assume that your car's odometer shows the mileage in octal. If the current reading of the odometer is 2 4 ,

1. a) Assume that your car's odometer shows the mileage in octal. If the current reading of the odometer is 24,516, how many miles (in decimals) has the car been driven? What will be the new reading if the car is driven 23(decimal) miles?
b) What will be the current odometer reading in the problem given earlier, if the odometer uses a 5- digit hexadecimal representation? What will be the new reading after driving 23(decimal) miles?
2. Find the 1s and 2s complements of the following binary numbers:
a)10010 b)110010 c)0010101 d)10110.0101 e)1102.1100 f)111010.0011
3. Determine the X+Y, X - Y, X x Y, and X/Y in each of the following sets of binary numbers:
a) X =1101010 & Y =10111 b) X =101101 & Y =1111 c) X -1011 & Y =1111
d) X =110.11 & Y =10.11 e) X =1110.101 & Y =1011.10
4. Determine the X+Y, X - Y, X x Y, and X/Y in each of the following sets of hexadecimal numbers:
a) X=1CF & Y = B6 b) X =1B59A & Y = C23 c) X= B6 & Y =1CF d) X =234F.16 & Y =456E
5. If (130)x =(20)10, find the value of x (x is a positive integer).
6. Represent the following numbers in the IEEE standard floating - point format:
a)(11010.010)2 b)(432.26)10 c)(10100112.1001)2
7. A 16- bit register contains the following: 0100100101010111
Interpret the contents as -
a) a BCD number b) a binary number c) an excess -3 number d) two ASCII characters
8. Assume that you have a 64- bit computer. That means, all data items are represented. in a 64- bit field
a) What is the decimal rage of value that can be represented using fixed- point and IEEE standard floating-point representation?
b) Which one has a larger range?
c) Why do we need to use the one with a smaller range?

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Driven Web Sites

Authors: Joline Morrison, Mike Morrison

2nd Edition

? 061906448X, 978-0619064488

More Books

Students also viewed these Databases questions

Question

What is DDL?

Answered: 1 week ago