InterviewSolution
Saved Bookmarks
| 1. |
Why Do We Code S9 (4) Comp. Inspite Of Knowing Comp-3 Will Occupy Less Space ? |
|
Answer» Here s9(4)comp is small INTEGER ,so two words EQUAL to 1 byte so TOTALLY it will occupy 2 BYTES(4 words).here in s9(4) comp-3 as one word is equal to 1/2 byte.4 words equal to 2 bytes and sign will occupy 1/2 byte so totally it will occupy 3 bytes. Here s9(4)comp is small integer ,so two words equal to 1 byte so totally it will occupy 2 bytes(4 words).here in s9(4) comp-3 as one word is equal to 1/2 byte.4 words equal to 2 bytes and sign will occupy 1/2 byte so totally it will occupy 3 bytes. |
|