목록PSU (46)
MJay
Algorithm 문제 푸는 중 lines -> points Graham Scan’s Algorithm. Upper envelope lower hull Given Dataset, 이미 convex hull이 존재한다고 했으니, Counter-clock-wised 로 되는 point만 찾으면 된다. next point as the starting point Convex Polygon 에 속하는게 Convex Hull이다.
n days 가 있고 easy task -> ak 를 준다 k는 1
1.4.4 2Ghz Process의 뜻은 -> ½ Execution Time이라고 보면된다. Time = (650 x 1) + (100*5) + (600*5) + (50*2) * ½ * 10-9 1.5.5 CPI = time * clock_rate ( 2 * 10^9 ) / No of Instructions = 1.92 1.4.6. 500 x 1 + 50 x 5 + -> 550 Speed Up -> 650/550 ns CPI = time * clock_rate / No of Instructions (700) 이렇게 하면 될듯
Computer Organization and Architecture 문제 풀이 1.3 a랑 b는 뭘까? Performance를 갖는 다는 건 - Instruction / Sec, 즉 초마다 얼마나 많은 Instruction을 할 수 있는 것이다. Instruction / Sec - Instruction / Cycle (1/CPI) * Cycle / Sec (Clock Rate) 고로 CPI의 역수와 Clock Rate를 곱하면 된다. Number of Cycles 를 찾는 다는 건 -> Clock / Sec * Sec 이렇게 하면 Clock 이 생긴다 즉 Clock Rate 에 시간을 곱하면 된다. Number of Instruction - CPI 역수에 Cycle을 곱하면 된다. 위에서 Number ..
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..