【Xidian 833/834】Computer organization and architecture - sorting out classic frequently asked questions

Xidian 833/834 Meter Group - Classic Exam Questions Arrangement

Chapter One

If the computer system has three components a, b, and c that can be improved, their component speedup ratios are 30, 30, and 20, respectively. If components a and b account for 30% and 30% of the total execution time respectively. To achieve a speedup of 10 for the overall system, what fraction of the total execution time should component c take?
insert image description here

Chapter two

2.2 Given [X] original, find [X] complement and [X] inverse

  1. [X] original=0.1010110 [X] complement=0.1010110 [X] reverse=0.1010110
  2. [X] original=1.0010110 [X] complement=1.1101010 [X] reverse=1.1101001
  3. [X] original=01010110 [X] complement=01010110 [X] reverse=01010110
  4. [X] original=11010010 [X] complement=10101110 [X] reverse=10101101

2.3 Given [X] complement, find X

  1. [X] complement=1.1101101 X= -0.0010011
  2. [X] Supplement=0.1010110 X= 0.1010

Guess you like

Origin blog.csdn.net/qq_46092061/article/details/130646287