WGU C952 Computer Architecture EXAM STUDY BUNDLE PACK SOLUTION () (Verified)

1 / 4
WGU C952 Computer Architecture
Objective Assessment Exam 2023
1.What is the binary representation of instructions?: machine language
2.Which key design element changed in 2005 to drive continued
improve- ments in computing capability?: Multiprocessor architecture
3.Which term refers to the same instruction applied to multiple
data streams?: SIMD

  1. What makes vector-based code more efficient than conventional code?:-
    frequency of pipeline hazards is lower

2 / 4
5.Which two elements are required to implement R-format arithmetic
logic unit (ALU) operations?: ALU and register file

  1. Given the following 8-bit integer binary variables:
    X1 = 11000110
    X2 = 11110111
    What is the value in X3 after the following
    command? ADD X3, X2, X1: overflow
    7.What does extending to 16 bits yield given -5 in 8-bit 2’s
    complement 11111011?: 11111111 11111011
  2. How many minutes does it take to wash, dry, and fold four loads of
    laundry using a pipelining approach, given the following information?
    One washer takes 30 minutes

1 / 6
WGU C952 Computer Architecture EXAM 2023
1.Which access does a register file rely on to properly function ANS Read
and write access
2.What is the binary representation of instructions ANS Machine language3.Which feature of the IBM 360/91 was incorporated into the majority of
mi- croprocessors developed in the 21st century ANS Algorithm
innovations allowed the improved parallel execution of instructions.
4.Which key design element changed in 2005 to drive continued
improve- ments in computing capability ANS Multiprocessor
architecture
5.Which term refers to the same instruction applied to multiple
data streams ANS SIMD

2 / 6

  1. What makes vector-based code more efficient than conventional codeANS –
    Frequency of pipeline hazards is lower
    7.Which two elements are required to implement R-format arithmetic
    logic unit (ALU) operations ANS ALU and register file
    8.Which component of a computer moderates the action of its other
    compo- nents ANS Control
  2. Given the following 8-bit integer binary variables:
    X1 = 11000110
    X2 = 11110111
    What is the value in X3 after the following
    command? ADD X3, X2, X1: Overflow
    10.What is the approximate range of a 64-bit unsigned integer ANS
    0 to 18,446,744,073,709,551,615
    11.How is the integer 255 represented in memory ANS 0000 0000
    0000 0000 0000 0000 1111 1111
  3. 1 / 21
  4. WGU C952 Computer Architecture Study Guide
  5. 1.Register File: A state element that consists of a set of registers that
  6. can be read and written by supplying a register number to be
  7. accessed.
  8. provides 1024 scalar 32-bit registers for up to 64 threads.
  9. 2.machine language: The language made up of binary-coded
  10. instructions that is used directly by the computer
  11. 3.system software: The set of programs that enables a computer’s
  12. hardware devices and application software to work together; it
  13. includes the operating system and utility programs.
  14. 4.operating system: (computer science) software that controls the
  15. execution of computer programs and may provide various services
  16. 5.Assembly Language: Programming language that has the same
  17. structure and set of commands as machine languages but allows
  18. programmers to use symbolic representations of numeric machine
  19. code.
  20. 6.IBM 360/91: Introduced many new concepts, including dynamic
  21. detection of memory hazards, generalized forwarding, and
  22. reservation stations. Tomasulo’s algorithm
  23. 2 / 21
  24. The internal organization of the 360/91 shares many features with
  25. the Pentium III and Pentium 4, as well as with several other
  26. microprocessors. One major difference was that there was no
  27. branch prediction in the 360/91 and hence no
  28. speculation. Another major difference was that there was no commit
  29. unit, so once the instructions finished execution, they updated the
  30. registers.
  31. 7.Dynamic Random Access Memory (DRAM): Memory built as an
  32. integrated circuit; it provides random access to any location. Access
  33. times are 50 nanosec- onds and cost per gigabyte in 2012 was $5 to
  34. $10.
  35. Multiple DRAMs are used together to contain the instructions and data
  36. of a program. In contrast to sequential access memories, such as
  37. magnetic tapes, the RAM portion of the term DRAM means that
  38. memory accesses take basically the same amount of time no matter
  39. what portion of the memory is read.
  40. Modern DRAMS consist of rows in each bank
  41. 8.frame buffering: A portion of RAM containing a bitmap that drives
  42. a video display. It is a memory buffer containing a complete frame
  43. of data.
  44. The image to be represented onscreen is stored in the frame buffer,
  45. 3 / 21
  46. and the
  47. 4 / 21
  48. bit pattern per pixel is read out to the graphics display at the refresh
  49. rate. The animation below shows a frame buffer with a simplified
  50. design of just 4 bits per pixel.
  51. 9.Datapath: The component of the processor that performs arithmetic
  52. operations
  53. 10.Control: The component of the processor that commands the
  54. datapath, mem- ory, and I/O devices according to the instructions of
  55. the program.
  56. 11.Integrated circuit: Also called a chip. A device combining dozens to
  57. millions of transistors.
  58. 12.Central processor unit (CPU): Also called processor. The active part
  59. of the computer, which contains the datapath and control and which
  60. adds numbers, tests numbers, signals I/O devices to activate, and so
  61. on.
  62. 13.Static random access memory (SRAM): Also memory built as an
  63. integrated circuit, but faster and less dense than DRAM.
  64. 14.Instruction set architecture: Also called architecture. An abstract
  65. interface between the hardware and the lowest-level software that
  66. encompasses all the information necessary to write a machine
  67. language program that will run correctly, including instructions,
  68. registers, memory access, I/O, and so on.
  69. 15.Application binary interface (ABI): The user portion of the instruction
  70. set plus the operating system interfaces used by application

1 / 14
WGU C952 Computer Architecture Pre-Assessment 2023

  1. Which access does a register file rely on to properly function?
    a) Read and write access
    b) Write only access
    c) Read only access
    d) No access ANS: A
  2. What is the binary representation of instructions?
    a) Machine language
    b) Assembly language
    c) Operating system
    d) Systems software ANS: A
  3. Which feature of the IBM 360/91 was incorporated into the majority
    of microprocessors developed in the 21st century?
    a) Branch prediction allowed the processor to proceed with the next
    instruc- tion.
    b) Algorithm innovations allowed the improved parallel execution of
    instruc- tions.

2 / 14
c) Pipeline innovations allowed for reservation stations and the commit
unit.
d) Pipeline innovations allowed for dynamically scheduled pipelined
proces- sors. ANS: B

  1. Which key design element changed in 2005 to drive continued
    improve- ments in computing capability?
    a) Multiprocessor architecture
    b) Transistor architecture
    c) DRAM technology
    d) Frame buffering ANS: A
  2. Which term refers to the same instruction applied to multiple
    data streams?
    a) SIMD
    b) MIMD

3 / 14
c) SPMD
d) SISD ANS: A

  1. What makes vector-based code more efficient than conventional code?
    a) Usage of LEGv8 architecture code
    b) Usage of Multimedia extensions (MMX)
    c) Frequency of pipeline hazards is higher
    d) Frequency of pipeline hazards is lower ANS: D
  2. Which two elements are required to implement R-format arithmetic
    logic unit (ALU) operations?
    a) ALU and register file
    b) ALU and GPU
    c) GPU and register file
    d) Datapath and COD ANS: A
  3. Which component of a computer moderates the action of its other
    compo- nents?
    a) Control
    b) Datapath
    c) Memory
    d) Output ANS: A
  4. Given the following 8-bit integer binary variables:
    X1 = 11000110

Leave a Comment

Scroll to Top