You are on page 1of 1

CE332 Computer Architecture &

Organization – Assignment 03
Submission
Submit your answer in E-Learning as a PDF file. Please avoid copy pasting answers, as that won’t help you
understanding the concept.

Objectives
● (SUB-CPMK 4) Mahasiswa mampu menjelaskan dasar cara kerja sistem memory pada komputer – C2

Grading Criteria
● Pemahaman konsep (langkah tepat) (50%)
● Ketepatan jawaban (40%)
● Kelengkapan jawaban (ilustrasi, deskripsi) (10%)

Description
1. What is the general relationship among access time, memory cost, and capacity? (30 pts)

2. Cache mapping (60 pts)

Assume a 32MBytes main memory, divided into 4-bytes sized blocks. Assume a cache memory sized 64KBytes
divided into four sets of 4k lines using set-associative mapping (given block maps to any line in a given set).

Show and explain the format of main memory addresses.

3. Extra points (10 pts)

Shows an example of a memory address mapped into the cache using the format above.

You might also like