1. a) Your friend in Business IT wish to buy a laptop computer but is having difficult time understanding the machines s
Posted: Tue May 24, 2022 8:06 am
1. a) Your friend in Business IT wish to buy a laptop computer but is having difficult time understanding the machines specifications such as 64 bit processor and 32 bit addressable memory location. Your tasks are as follows: i. Explain to him/ her using the Architectural terminologies the implications of 64 bit processor and 32 bit Addressable Memory ii. If there are 32 bit Addressable Memory location then with a simple calculation what would be the memory capacity in terms of Gigabytes? b) Use the Fetch Decode Execution steps to translate the assembly language into machine level language. #Assembly code QLOAD #12 1STORE 5 2LOAD #8 3 STORE 7 4LOAD 5 SADD 7 6STORE 20 7HALT