목록PSU/CSE 530 - Computer Architecture (5)
MJay
금메달을 찍었다. 왜냐면 다 풀어봤기 때문이다. 이렇게만 나오면 너무 감사하겠다 낼은 transfer 할꺼를 다 해봐야겠다.
Computer Architecture 퀴즈 준비 RISC에서 문제는 나올꺼같지가 않다. IBM 퀴즈 이것도 나올 문제가 없는거 같은데 Optimum PipeLine 이것도 뭔지 몰겠네 Branch History 만 챙기면 되겠네 Associativy 이거 없애면 더 나으려나 없는게 더 나을꺼같은데 퀴즈는 진짜 건질게 없어보인다.
Computer Architecture 공부 Throughput 이다. PipeLining으로 인해 할수있는 양이 늘어났다. Cache - Temporal, Spatial Locality 2 * 10 ^ 9 을 역수로 하면 된다. G -> 2 ^ 9 이였나. 그냥 외우자 일단 Cache는 보면 physical address 랑 관련있는 듯 Number of sets -> 64kB / 2 * 32 = 2 ^ 10 10 bits 이다. 즉 Index가 10개라는 걸 뜻한다. 2 ^ 5 = 5 bits are block offset -> offset은 아마 set 안에서 몇개의 블락이 있는 거니까 32B Cache -> 2 ^ 5 을 뜻하는 거 같다. Tag Overhead - 17 bits * 2 ^ 10 ..
RISC 란 Reduced Instruction- Set Computer 큰 구조 Introduction Interaction of software with the 801 Improved 801 architectures System/3T0 as a RISC machine 801 technology transfer The RISC System/6000 computer Summary 기출 퀴즈 What were three important changes from the 801 to the improved 801? For each of these three changes, list the key advantages and disadvantages (if any), and state whether the cha..