Assume that there is a CPU with 64-bit address bus and 16-bit data bus.
1. In theoretically, what is the maximum RAM size which CPU can fully use.
(Don’t consider details.)


2. If CPU want to read one integer data from RAM(for example, int num), how many
clocks will be taken? (Consider only data size and how many bits can be transmitted
with each clock.)


...이 두문제인데...

1번은 adress bus 만 신경써서 2^64 비트 즉 16기가 맞아??

2번은 핀이 64개 있으면 64비트 즉 8바이트이니까 integer은 4바이트고... 반이니까 1/2 clock? 인가??


완전 기초같은데 수업시간에 졸아서.... 도와줘 형들!!