{"id":119773,"date":"2023-09-14T16:39:51","date_gmt":"2023-09-14T16:39:51","guid":{"rendered":"https:\/\/learnexams.com\/blog\/?p=119773"},"modified":"2023-09-14T16:39:52","modified_gmt":"2023-09-14T16:39:52","slug":"wgu-c952-computer-architecture-exam-study-bundle-pack-solution-verified","status":"publish","type":"post","link":"https:\/\/www.learnexams.com\/blog\/2023\/09\/14\/wgu-c952-computer-architecture-exam-study-bundle-pack-solution-verified\/","title":{"rendered":"WGU C952 Computer Architecture EXAM STUDY BUNDLE PACK SOLUTION () (Verified)"},"content":{"rendered":"\n<p>1 \/ 4<br>WGU C952 Computer Architecture<br>Objective Assessment Exam 2023<br>1.What is the binary representation of instructions?: machine language<br>2.Which key design element changed in 2005 to drive continued<br>improve- ments in computing capability?: Multiprocessor architecture<br>3.Which term refers to the same instruction applied to multiple<br>data streams?: SIMD<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>What makes vector-based code more efficient than conventional code?:-<br>frequency of pipeline hazards is lower<\/li>\n<\/ol>\n\n\n\n<p>2 \/ 4<br>5.Which two elements are required to implement R-format arithmetic<br>logic unit (ALU) operations?: ALU and register file<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>Given the following 8-bit integer binary variables:<br>X1 = 11000110<br>X2 = 11110111<br>What is the value in X3 after the following<br>command? ADD X3, X2, X1: overflow<br>7.What does extending to 16 bits yield given -5 in 8-bit 2&#8217;s<br>complement 11111011?: 11111111 11111011<\/li>\n\n\n\n<li>How many minutes does it take to wash, dry, and fold four loads of<br>laundry using a pipelining approach, given the following information?<br>One washer takes 30 minutes<\/li>\n<\/ol>\n\n\n\n<p>1 \/ 6<br>WGU C952 Computer Architecture EXAM 2023<br>1.Which access does a register file rely on to properly function ANS Read<br>and write access<br>2.What is the binary representation of instructions ANS Machine language3.Which feature of the IBM 360\/91 was incorporated into the majority of<br>mi- croprocessors developed in the 21st century ANS Algorithm<br>innovations allowed the improved parallel execution of instructions.<br>4.Which key design element changed in 2005 to drive continued<br>improve- ments in computing capability ANS Multiprocessor<br>architecture<br>5.Which term refers to the same instruction applied to multiple<br>data streams ANS SIMD<\/p>\n\n\n\n<p>2 \/ 6<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>What makes vector-based code more efficient than conventional codeANS &#8211;<br>Frequency of pipeline hazards is lower<br>7.Which two elements are required to implement R-format arithmetic<br>logic unit (ALU) operations ANS ALU and register file<br>8.Which component of a computer moderates the action of its other<br>compo- nents ANS Control<\/li>\n\n\n\n<li>Given the following 8-bit integer binary variables:<br>X1 = 11000110<br>X2 = 11110111<br>What is the value in X3 after the following<br>command? ADD X3, X2, X1: Overflow<br>10.What is the approximate range of a 64-bit unsigned integer ANS<br>0 to 18,446,744,073,709,551,615<br>11.How is the integer 255 represented in memory ANS 0000 0000<br>0000 0000 0000 0000 1111 1111<br><\/li>\n\n\n\n<li>1 \/ 21<\/li>\n\n\n\n<li>WGU C952 Computer Architecture Study Guide<\/li>\n\n\n\n<li>1.Register File: A state element that consists of a set of registers that<\/li>\n\n\n\n<li>can be read and written by supplying a register number to be<\/li>\n\n\n\n<li>accessed.<\/li>\n\n\n\n<li>provides 1024 scalar 32-bit registers for up to 64 threads.<\/li>\n\n\n\n<li>2.machine language: The language made up of binary-coded<\/li>\n\n\n\n<li>instructions that is used directly by the computer<\/li>\n\n\n\n<li>3.system software: The set of programs that enables a computer&#8217;s<\/li>\n\n\n\n<li>hardware devices and application software to work together; it<\/li>\n\n\n\n<li>includes the operating system and utility programs.<\/li>\n\n\n\n<li>4.operating system: (computer science) software that controls the<\/li>\n\n\n\n<li>execution of computer programs and may provide various services<\/li>\n\n\n\n<li>5.Assembly Language: Programming language that has the same<\/li>\n\n\n\n<li>structure and set of commands as machine languages but allows<\/li>\n\n\n\n<li>programmers to use symbolic representations of numeric machine<\/li>\n\n\n\n<li>code.<\/li>\n\n\n\n<li>6.IBM 360\/91: Introduced many new concepts, including dynamic<\/li>\n\n\n\n<li>detection of memory hazards, generalized forwarding, and<\/li>\n\n\n\n<li>reservation stations. Tomasulo&#8217;s algorithm<\/li>\n\n\n\n<li>2 \/ 21<\/li>\n\n\n\n<li>The internal organization of the 360\/91 shares many features with<\/li>\n\n\n\n<li>the Pentium III and Pentium 4, as well as with several other<\/li>\n\n\n\n<li>microprocessors. One major difference was that there was no<\/li>\n\n\n\n<li>branch prediction in the 360\/91 and hence no<\/li>\n\n\n\n<li>speculation. Another major difference was that there was no commit<\/li>\n\n\n\n<li>unit, so once the instructions finished execution, they updated the<\/li>\n\n\n\n<li>registers.<\/li>\n\n\n\n<li>7.Dynamic Random Access Memory (DRAM): Memory built as an<\/li>\n\n\n\n<li>integrated circuit; it provides random access to any location. Access<\/li>\n\n\n\n<li>times are 50 nanosec- onds and cost per gigabyte in 2012 was $5 to<\/li>\n\n\n\n<li>$10.<\/li>\n\n\n\n<li>Multiple DRAMs are used together to contain the instructions and data<\/li>\n\n\n\n<li>of a program. In contrast to sequential access memories, such as<\/li>\n\n\n\n<li>magnetic tapes, the RAM portion of the term DRAM means that<\/li>\n\n\n\n<li>memory accesses take basically the same amount of time no matter<\/li>\n\n\n\n<li>what portion of the memory is read.<\/li>\n\n\n\n<li>Modern DRAMS consist of rows in each bank<\/li>\n\n\n\n<li>8.frame buffering: A portion of RAM containing a bitmap that drives<\/li>\n\n\n\n<li>a video display. It is a memory buffer containing a complete frame<\/li>\n\n\n\n<li>of data.<\/li>\n\n\n\n<li>The image to be represented onscreen is stored in the frame buffer,<\/li>\n\n\n\n<li>3 \/ 21<\/li>\n\n\n\n<li>and the<\/li>\n\n\n\n<li>4 \/ 21<\/li>\n\n\n\n<li>bit pattern per pixel is read out to the graphics display at the refresh<\/li>\n\n\n\n<li>rate. The animation below shows a frame buffer with a simplified<\/li>\n\n\n\n<li>design of just 4 bits per pixel.<\/li>\n\n\n\n<li>9.Datapath: The component of the processor that performs arithmetic<\/li>\n\n\n\n<li>operations<\/li>\n\n\n\n<li>10.Control: The component of the processor that commands the<\/li>\n\n\n\n<li>datapath, mem- ory, and I\/O devices according to the instructions of<\/li>\n\n\n\n<li>the program.<\/li>\n\n\n\n<li>11.Integrated circuit: Also called a chip. A device combining dozens to<\/li>\n\n\n\n<li>millions of transistors.<\/li>\n\n\n\n<li>12.Central processor unit (CPU): Also called processor. The active part<\/li>\n\n\n\n<li>of the computer, which contains the datapath and control and which<\/li>\n\n\n\n<li>adds numbers, tests numbers, signals I\/O devices to activate, and so<\/li>\n\n\n\n<li>on.<\/li>\n\n\n\n<li>13.Static random access memory (SRAM): Also memory built as an<\/li>\n\n\n\n<li>integrated circuit, but faster and less dense than DRAM.<\/li>\n\n\n\n<li>14.Instruction set architecture: Also called architecture. An abstract<\/li>\n\n\n\n<li>interface between the hardware and the lowest-level software that<\/li>\n\n\n\n<li>encompasses all the information necessary to write a machine<\/li>\n\n\n\n<li>language program that will run correctly, including instructions,<\/li>\n\n\n\n<li>registers, memory access, I\/O, and so on.<\/li>\n\n\n\n<li>15.Application binary interface (ABI): The user portion of the instruction<\/li>\n\n\n\n<li>set plus the operating system interfaces used by application<\/li>\n<\/ol>\n\n\n\n<p>1 \/ 14<br>WGU C952 Computer Architecture Pre-Assessment 2023<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Which access does a register file rely on to properly function?<br>a) Read and write access<br>b) Write only access<br>c) Read only access<br>d) No access ANS: A<\/li>\n\n\n\n<li>What is the binary representation of instructions?<br>a) Machine language<br>b) Assembly language<br>c) Operating system<br>d) Systems software ANS: A<\/li>\n\n\n\n<li>Which feature of the IBM 360\/91 was incorporated into the majority<br>of microprocessors developed in the 21st century?<br>a) Branch prediction allowed the processor to proceed with the next<br>instruc- tion.<br>b) Algorithm innovations allowed the improved parallel execution of<br>instruc- tions.<\/li>\n<\/ol>\n\n\n\n<p>2 \/ 14<br>c) Pipeline innovations allowed for reservation stations and the commit<br>unit.<br>d) Pipeline innovations allowed for dynamically scheduled pipelined<br>proces- sors. ANS: B<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Which key design element changed in 2005 to drive continued<br>improve- ments in computing capability?<br>a) Multiprocessor architecture<br>b) Transistor architecture<br>c) DRAM technology<br>d) Frame buffering ANS: A<\/li>\n\n\n\n<li>Which term refers to the same instruction applied to multiple<br>data streams?<br>a) SIMD<br>b) MIMD<\/li>\n<\/ol>\n\n\n\n<p>3 \/ 14<br>c) SPMD<br>d) SISD ANS: A<\/p>\n\n\n\n<ol class=\"wp-block-list\" start=\"6\">\n<li>What makes vector-based code more efficient than conventional code?<br>a) Usage of LEGv8 architecture code<br>b) Usage of Multimedia extensions (MMX)<br>c) Frequency of pipeline hazards is higher<br>d) Frequency of pipeline hazards is lower ANS: D<\/li>\n\n\n\n<li>Which two elements are required to implement R-format arithmetic<br>logic unit (ALU) operations?<br>a) ALU and register file<br>b) ALU and GPU<br>c) GPU and register file<br>d) Datapath and COD ANS: A<\/li>\n\n\n\n<li>Which component of a computer moderates the action of its other<br>compo- nents?<br>a) Control<br>b) Datapath<br>c) Memory<br>d) Output ANS: A<\/li>\n\n\n\n<li>Given the following 8-bit integer binary variables:<br>X1 = 11000110<\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>1 \/ 4WGU C952 Computer ArchitectureObjective Assessment Exam 20231.What is the binary representation of instructions?: machine language2.Which key design element changed in 2005 to drive continuedimprove- ments in computing capability?: Multiprocessor architecture3.Which term refers to the same instruction applied to multipledata streams?: SIMD 2 \/ 45.Which two elements are required to implement R-format arithmeticlogic unit [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[25],"tags":[],"class_list":["post-119773","post","type-post","status-publish","format-standard","hentry","category-exams-certification"],"_links":{"self":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/119773","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/comments?post=119773"}],"version-history":[{"count":0,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/posts\/119773\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/media?parent=119773"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/categories?post=119773"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.learnexams.com\/blog\/wp-json\/wp\/v2\/tags?post=119773"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}