WGU C952 Computer Architecture
Western Governors University
Page 4 out of 49 results
Sort by
-
WGU C952 Comp. Architecture, Exam Questions & Answers, Rated A+
- Exam (elaborations) • 19 pages • 2023
-
Available in package deal
-
- $10.49
- + learn more
WGU C952 Comp. Architecture, Exam Questions & Answers, Rated A+ 
 
 
Information Revolution - -third revolution for civilization after agricultural and industrial 
 
classes of computing - -personal computers, servers, embedded computers 
 
personal computers - -this class drove evolution 
only 35 years old 
good performance at low cost 
third party software 
 
servers - -modern form of large computers 
carries sizable workloads 
greater computing, storage, I/O capacity 
typically accessed via n...
-
C952 - Chapter 2 Exam Questions review, 100% Approved.
- Exam (elaborations) • 6 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
C952 - Chapter 2 Exam Questions review, 100% Approved. 
 
 
Personal Computer (PC) - -A computer designed for use by an individual, usually incorporating a graphics display, a keyboard, and a mouse. 
 
Server - -A computer used for running larger programs for multiple users, often simultaneously, and typically accessed only via a network 
 
Supercomputer - -A class of computers with the highest performance and cost; they are configured as servers and typically cost tens to hundreds of millions o...
-
C952 Review Questions and answers. Graded A+. VERIFIED.
- Exam (elaborations) • 13 pages • 2023
-
Available in package deal
-
- $9.49
- + learn more
C952 Review Questions and answers. Graded A+. VERIFIED. 
 
 
ADD X1, X2, X3 - -add 
 
X1 = X2 + X3 
 
SUB X1, X2, X3 - -subtract 
 
X1 = X2 - X3 
 
ADDI X1, X2, 20 - -add intermediate 
 
X1 = X2 + 20 
 
SUBI X1, X2, 20 - -subtract intermediate 
 
X1 = X2 - 20 
 
ADDS X1, X2, X3 - -add, set flags 
 
X1 = X2 + X3 
 
SUBS X1, X2, X3 - -subtract, set flags 
 
X1 = X2 - X3 
 
ADDIS X1, X2, 20 - -add intermediate, set flags 
 
X1 = X2 + 20 
 
SUBIS X1, X2, 20 - -subtract intermediate, set flags 
 
X1 ...
-
C952 CH2 WGU, Computer architecture. Exam Review. Rated A+
- Exam (elaborations) • 10 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
C952 CH2 WGU, Computer architecture. Exam Review. Rated A+ 
 
 
information revolution - -computers have led to a third revolution for civilization 
 
processor cores - -many embedded processors are designed using these 
 
version of these written in HDLs: Verilog or VHDL 
 
Personal Mobile Device - -PMD 
 
Warehouse Scale Computers - -used for cloud computing 
 
giant data centers 
 
Terabyte - -2^40 bytes 
1,009,511,627,776 
secondary storage systems developers used to mean 
10^12 
1,000,000,...
-
WGU C952 Ch2, Exam Review. Full coverage. Latest update.
- Exam (elaborations) • 5 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
WGU C952 Ch2, Exam Review. Full coverage. Latest update. 
 
 
kilobyte - -10^3 bytes 
 
megabyte - -10^6 bytes 
 
gigabyte - -10^9 bytes 
 
terabyte - -10^12 bytes 
 
petabyte - -10^15 bytes 
 
exabyte - -10^18 bytes 
 
zettabyte - -10^21 bytes 
 
yottabyte - -10^24 bytes 
 
Moore's law - -The law that states that integrated circuit resources double every 18-24 months 
 
predictions 
 
abstractions - -characterize the design at different levels of representation 
 
lower level details are hidde...
Too much month left at the end of the money?
-
WGU C952 – Instructions, Exam review Questions and answers, ACCURATE.
- Exam (elaborations) • 4 pages • 2023
-
Available in package deal
-
- $7.99
- + learn more
WGU C952 – Instructions, Exam review Questions and answers, ACCURATE. 
 
 
Instruction Set - -The vocabulary of commands understood by a given architecture. 
 
Stored-program Concept - -The idea that instructions and data of many types can be stored in memory as numbers and thus be easy to change, leading to the stored-program concept. 
 
Word - -A natural unit of access in a computer, usually a group of 32 bits. 
 
Doubleword - -Another natural unit of access in a computer, usually a group of...
-
C952 Final Set. Computer Architecture. Exam Review. Rated A+. VERIFIED.
- Exam (elaborations) • 13 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
C952 Final Set. Computer Architecture. Exam Review. Rated A+. VERIFIED. 
 
 
Instruction - -command that computer hardware understands and obeys 
 
Input - -writes data to memory 
 
output - -reads data from memory 
 
datapath - -performs arithmetic computations 
 
where data is transformed via computations like addition or subtraction 
 
processor - -control + datapath 
 
DRAM - -access time 50ns 
 
most expensive / GB @ $5 
 
capacity quadrupled / year until 1990s 
 
2 chips - -iPad2 consists ...
-
WGU C952 - Chapter 2. Rated A+. latest Updates, VERIFIED.
- Exam (elaborations) • 6 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
WGU C952 - Chapter 2. Rated A+. latest Updates, VERIFIED. 
 
 
Personal Computer (PC) - -A computer designed for use by an individual, usually incorporating a graphics display, a keyboard, and a mouse. 
 
Server - -A computer used for running larger programs for multiple users, often simultaneously, and typically accessed only via a network 
 
Supercomputer - -A class of computers with the highest performance and cost; they are configured as servers and typically cost tens to hundreds of million...
-
C952 Review Questions and answers, rated A+. VERIFIED.
- Exam (elaborations) • 13 pages • 2023
-
Available in package deal
-
- $9.49
- + learn more
C952 Review Questions and answers, rated A+. VERIFIED. 
 
 
ADD X1, X2, X3 - -add 
 
X1 = X2 + X3 
 
SUB X1, X2, X3 - -subtract 
 
X1 = X2 - X3 
 
ADDI X1, X2, 20 - -add intermediate 
 
X1 = X2 + 20 
 
SUBI X1, X2, 20 - -subtract intermediate 
 
X1 = X2 - 20 
 
ADDS X1, X2, X3 - -add, set flags 
 
X1 = X2 + X3 
 
SUBS X1, X2, X3 - -subtract, set flags 
 
X1 = X2 - X3 
 
ADDIS X1, X2, 20 - -add intermediate, set flags 
 
X1 = X2 + 20 
 
SUBIS X1, X2, 20 - -subtract intermediate, set flags 
 
X1 =...
-
C952 CH2 WGU. Exam Questions and answers, VERIFIED. Rated A+
- Exam (elaborations) • 10 pages • 2023
-
Available in package deal
-
- $8.49
- + learn more
C952 CH2 WGU. Exam Questions and answers, VERIFIED. Rated A+ 
 
 
information revolution - -computers have led to a third revolution for civilization 
 
processor cores - -many embedded processors are designed using these 
 
version of these written in HDLs: Verilog or VHDL 
 
Personal Mobile Device - -PMD 
 
Warehouse Scale Computers - -used for cloud computing 
 
giant data centers 
 
Terabyte - -2^40 bytes 
1,009,511,627,776 
secondary storage systems developers used to mean 
10^12 
1,000,00...
$6.50 for your textbook summary multiplied by 100 fellow students... Do the math: that's a lot of money! Don't be a thief of your own wallet and start uploading yours now. Discover all about earning on Stuvia