C952 - Computer Architecture
Latest uploads at C952 - Computer Architecture. Looking for notes at C952 - Computer Architecture? We have lots of notes, study guides and study notes available for your school.
-
3
- 0
-
2
All courses for C952 - Computer Architecture
-
C952 - Computer Architecture 3
-
C952 - Computer Architecture ( 1
-
C952 – COMPUTER ARCHITECTURE 1
-
C952 Computer Architecture 19
Latest content C952 - Computer Architecture
C952 Computer Architecture Extended with complete solutions 
Moore's Law 
states that integrated circuit resources double every 18-24 months 
 
 
Pipelining 
Moves multiple operations through hardware units that each do a piece of an operation. 
A means of introducing parallelism into the essentially sequential nature of a machine-instruction program. 
 
 
Systems software 
provides services that are commonly useful, including operating systems, compilers, loaders, and assemblers. 
 
 
Operatin...
- Exam (elaborations)
- • 25 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 3 out of 25 pages
Getting your document ready...
C952 Computer Architecture Extended with complete solutions 
Moore's Law 
states that integrated circuit resources double every 18-24 months 
 
 
Pipelining 
Moves multiple operations through hardware units that each do a piece of an operation. 
A means of introducing parallelism into the essentially sequential nature of a machine-instruction program. 
 
 
Systems software 
provides services that are commonly useful, including operating systems, compilers, loaders, and assemblers. 
 
 
Operatin...
C952 - Computer Architecture with 100% correct answers 
embedded computer 
a computer embedded inside a device, used for a specific purpose 
 
Ex: computer embedded in a Smart TV 
 
 
how is performance improved today? 
by utilizing parallel processing and hierarchical memory 
 
 
moore's law 
integrated circuit resources double every ~2 years 
 
 
abstraction 
simplify a model by hiding low-level details 
 
Ex: hiding memory management in Java 
 
 
common case 
common uses/needs 
 
 
make the ...
- Exam (elaborations)
- • 29 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 3 out of 29 pages
Getting your document ready...
C952 - Computer Architecture with 100% correct answers 
embedded computer 
a computer embedded inside a device, used for a specific purpose 
 
Ex: computer embedded in a Smart TV 
 
 
how is performance improved today? 
by utilizing parallel processing and hierarchical memory 
 
 
moore's law 
integrated circuit resources double every ~2 years 
 
 
abstraction 
simplify a model by hiding low-level details 
 
Ex: hiding memory management in Java 
 
 
common case 
common uses/needs 
 
 
make the ...
WGU C952 Computer Architecture Additional Resources correctly answered 
What is spatial locality? 
The principle stating that if a data location is referenced, data locations with nearby addresses will tend to be referenced soon. 
 
 
temporal locality 
The principle stating that if a data location is referenced then it will tend to be referenced again soon. 
 
 
aka spatial locality 
locality in space synonym 
 
 
aka temporal locality 
locality in time synonym 
 
 
Memory Hierarchy Levels Top-...
- Exam (elaborations)
- • 3 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 1 out of 3 pages
Getting your document ready...
WGU C952 Computer Architecture Additional Resources correctly answered 
What is spatial locality? 
The principle stating that if a data location is referenced, data locations with nearby addresses will tend to be referenced soon. 
 
 
temporal locality 
The principle stating that if a data location is referenced then it will tend to be referenced again soon. 
 
 
aka spatial locality 
locality in space synonym 
 
 
aka temporal locality 
locality in time synonym 
 
 
Memory Hierarchy Levels Top-...
WGU C952 questions with complete solutions 
Register File 
A state element that consists of a set of registers that can be read and written by supplying a register number to be accessed. 
 
provides 1024 scalar 32-bit registers for up to 64 threads. 
 
 
machine language 
The language made up of binary-coded instructions that is used directly by the computer 
 
 
system software 
The set of programs that enables a computer's hardware devices and application software to work together; it include...
- Exam (elaborations)
- • 22 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 3 out of 22 pages
Getting your document ready...
WGU C952 questions with complete solutions 
Register File 
A state element that consists of a set of registers that can be read and written by supplying a register number to be accessed. 
 
provides 1024 scalar 32-bit registers for up to 64 threads. 
 
 
machine language 
The language made up of binary-coded instructions that is used directly by the computer 
 
 
system software 
The set of programs that enables a computer's hardware devices and application software to work together; it include...
C952 - Computer Architecture questions well answered graded A+ 
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 ...
- Exam (elaborations)
- • 6 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 2 out of 6 pages
Getting your document ready...
C952 - Computer Architecture questions well answered graded A+ 
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 ...
C952 Computer Architecture PGKO Pre-Assessment Practice fully solved 
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 
a 
 
 
What is the binary representation of instructions? 
 
a) Machine language 
b) Assembly language 
c) Operating system 
d) Systems software 
a 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
 
a) Bran...
- Exam (elaborations)
- • 12 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 2 out of 12 pages
Getting your document ready...
C952 Computer Architecture PGKO Pre-Assessment Practice fully solved 
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 
a 
 
 
What is the binary representation of instructions? 
 
a) Machine language 
b) Assembly language 
c) Operating system 
d) Systems software 
a 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
 
a) Bran...
C952 - Computer Architecture fully solved 
Which access does a register file rely on to properly function? 
Read and Write access 
 
 
What is the binary representation of instructions? 
Machine Language 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
Algorithm innovations allowed the improved parallel execution of instructions 
 
 
Which Key design element changed in 2005 to drive continued improvements in computing capa...
- Exam (elaborations)
- • 7 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 2 out of 7 pages
Getting your document ready...
C952 - Computer Architecture fully solved 
Which access does a register file rely on to properly function? 
Read and Write access 
 
 
What is the binary representation of instructions? 
Machine Language 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
Algorithm innovations allowed the improved parallel execution of instructions 
 
 
Which Key design element changed in 2005 to drive continued improvements in computing capa...
Computer Architecture C952 correctly answered to pass 
information revolution 
Computers have led to a third revolution for civilization, with the information revolution taking its place alongside the agricultural and the industrial revolutions. 
 
 
Personal computer 
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 acce...
- Exam (elaborations)
- • 43 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 4 out of 43 pages
Getting your document ready...
Computer Architecture C952 correctly answered to pass 
information revolution 
Computers have led to a third revolution for civilization, with the information revolution taking its place alongside the agricultural and the industrial revolutions. 
 
 
Personal computer 
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 acce...
WGU Computer Architecture 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 millions of dollars 
 
 
Embedded comp...
- Exam (elaborations)
- • 27 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 3 out of 27 pages
Getting your document ready...
WGU Computer Architecture 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 millions of dollars 
 
 
Embedded comp...
C952 Computer Architecture with correct answers rated A+ 
Which access does a register file rely on to properly function? 
 
Read and write access 
Write only access 
Read only access 
No access 
Read and write access 
 
 
What is the binary representation of instructions? 
 
Machine language 
Operating system 
Assembly language 
Systems software 
Machine language 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
 
-Branch ...
- Exam (elaborations)
- • 12 pages's •
-
C952 Computer Architecture•C952 Computer Architecture
Preview 2 out of 12 pages
Getting your document ready...
C952 Computer Architecture with correct answers rated A+ 
Which access does a register file rely on to properly function? 
 
Read and write access 
Write only access 
Read only access 
No access 
Read and write access 
 
 
What is the binary representation of instructions? 
 
Machine language 
Operating system 
Assembly language 
Systems software 
Machine language 
 
 
Which feature of the IBM 360/91 was incorporated into the majority of microprocessors developed in the 21st century? 
 
-Branch ...