Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 . What is the difference between signed and unsigned integers? 2 . Express the following decimal numbers as a word length of 1 s

1. What is the difference between signed and unsigned integers?
2. Express the following decimal numbers as a word length of 1s complement:
125
-43
-125
43
3. Used BCD to encode each of the following numbers in 4 bytes. Express each answer in hex digits grouped by 2 per byte:
230
12348765
10
1715
4. Suppose you buy 32-bit PC with 512 MB of RAM. What is the 8-hex digit address of the last byte of installed memory?
5. Suppose you buy 64-bit PC with 1024 MB of RAM. What is the 16-hex digit address of the last byte of installed memory?
6. What is the difference between the EAX, EBX, ECX, and EDX registers?
7. Define D-WORD?
8. Explain what the following statements are doing?
mov eax, number1;
add eax, number2;
atod string;
dtoa sum, eax;
output resulstsLb1, sum;
9. What is the difference between eax and ax?
10. How do AX, AH, AL map onto eax?

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

Big Data Systems A 360-degree Approach

Authors: Jawwad ShamsiMuhammad Khojaye

1st Edition

0429531575, 9780429531576

More Books

Students also viewed these Databases questions

Question

What do Dimensions represent in OLAP Cubes?

Answered: 1 week ago