Trial, buy to get premium features

Previous Buy now to get complete version Next
  • Home
uCertify Logo
    • Your cart is empty
    • Continue Shopping
    • View Cart
  • login
  • Signup
    • Help & Support
    • Accessibility
    • Testimonials
  • Powered by uCertify
  • Request Demo
  • Cart 0
    • Your cart is empty
    • Continue Shopping
    • View Cart
  • Hello GuestLogin or Signup
  • Feedback & Support
    • Support
    • Keyboard Shortcuts
    • Send Feedback
Scroll to top button

Computer Organization and Architecture

(COMP-ORG-ARC.AB1) / ISBN: 978-1-61691-838-5
This course includes
Lessons
TestPrep
Lab
Mentoring (Add-on)
COMP-ORG-ARC.AB1 : Computer Organization and Architecture
$140
Buy Now
Try this course Pre-Assessment and first two Lessons free No credit card required
Are you an instructor? Teach using uCertify products
Request a free evaluation copy

Computer Organization and Architecture

The Computer Organization and Architecture course and lab cover the entire field of computer design updated with the most recent research and innovations in computer structure and function. The lab is cloud-based, device-enabled, and can easily be integrated with an LMS. The computer architecture course and lab also provides knowledge on the areas such as I/O functions and structures, RISC, and parallel processors with real-world examples enhancing the text for reader interest.
Here's what you will get

Lessons
  • 29+ Lessons
  • 200+ Quizzes
  • 176+ Flashcards
  • 176+ Glossary of terms
TestPrep
  • 50+ Pre Assessment Questions
  • 50+ Post Assessment Questions
Lab
  • 34+ Performance lab
Here's what you will learn
Download Course Outline
Lesson 1: Introduction
  • What’s New in the Eleventh Edition
  • Support of ACM/IEEE Computer Science and Computer Engineering Curricula
  • Objectives
  • Example Systems
  • Plan of the Text
Lesson 2: Basic Concepts and Computer Evolution
  • Organization and Architecture
  • Structure and Function
  • The IAS Computer
  • Gates, Memory Cells, Chips, and Multichip Modules
  • The Evolution of the Intel x86 Architecture
  • Embedded Systems
  • ARM Architecture
Lesson 3: Performance Concepts
  • Designing for Performance
  • Multicore, Mics, and GPGPUs
  • Two Laws that Provide Insight: Amdahl's Law and Little’s Law
  • Basic Measures of Computer Performance
  • Calculating the Mean
  • Benchmarks and Spec
Lesson 4: A Top-Level View of Computer Function and Interconnection
  • Computer Components
  • Computer Function
  • Interconnection Structures
  • Bus Interconnection
  • Point-to-Point Interconnect
  • PCI Express
Lesson 5: The Memory Hierarchy: Locality and Performance
  • Principle of Locality
  • Characteristics of Memory Systems
  • The Memory Hierarchy
  • Performance Modeling Of A Multilevel Memory Hierarchy
Lesson 6: Cache Memory
  • Cache Memory Principles
  • Elements of Cache Design
  • Intel x86 Cache Organization
  • The IBM z13 Cache Organization
  • Cache Performance Models
Lesson 7: Internal Memory
  • Semiconductor Main Memory
  • Error Correction
  • DDR DRAM
  • eDRAM
  • Flash Memory
  • Newer Nonvolatile Solid-State Memory Technologies
Lesson 8: External Memory
  • Magnetic Disk
  • RAID
  • Solid State Drives
  • Optical Memory
  • Magnetic Tape
Lesson 9: Input/Output
  • External Devices
  • I/O Modules
  • Programmed I/O
  • Interrupt-Driven I/O
  • Direct Memory Access
  • Direct Cache Access
  • I/O Channels and Processors
  • External Interconnection Standards
  • IBM z13 I/O Structure
Lesson 10: Operating System Support
  • Operating System Overview
  • Scheduling
  • Memory Management
  • Intel x86 Memory Management
  • ARM Memory Management
Lesson 11: Number Systems
  • The Decimal System
  • Positional Number Systems
  • The Binary System
  • Converting Between Binary and Decimal
  • Hexadecimal Notation
Lesson 12: Computer Arithmetic
  • The Arithmetic and Logic Unit
  • Integer Representation
  • Integer Arithmetic
  • Floating-Point Representation
  • Floating-Point Arithmetic
Lesson 13: Digital Logic
  • Boolean Algebra
  • Gates
  • Combinational Circuits
  • Sequential Circuits
  • Programmable Logic Devices
Lesson 14: Instruction Sets: Characteristics and Functions
  • Machine Instruction Characteristics
  • Types of Operands
  • Intel x86 and ARM Data Types
  • Types of Operations
  • Intel x86 and ARM Operation Types
  • Appendix 13A Little-, Big-, and Bi-Endian
Lesson 15: Instruction Sets: Addressing Modes and Formats
  • Addressing Modes
  • x86 and ARM Addressing Modes
  • Instruction Formats
  • x86 and ARM Instruction Formats
Lesson 16: Assembly Language and Related Topics
  • Assembly Language Concepts
  • Motivation For Assembly Language Programming
  • Assembly Language Elements
  • EXAMPLES
  • Types of assemblers
  • Assemblers
  • Loading and Linking
Lesson 17: Processor Structure and Function
  • Processor Organization
  • Register Organization
  • Instruction Cycle
  • Instruction Pipelining
  • Processor Organization for Pipelining
  • The x86 Processor Family
  • The ARM Processor
Lesson 18: Reduced Instruction Set Computers
  • Instruction Execution Characteristics
  • The Use of a Large Register File
  • Compiler-Based Register Optimization
  • Reduced Instruction Set Architecture
  • RISC Pipelining
  • MIPS R4000
  • SPARC
  • Processor Organization For Pipelining
  • CISC, RISC, And Contemporary Systems
Lesson 19: Instruction-Level Parallelism and Superscalar Processors
  • Overview
  • Design Issues
  • Intel Core Microarchitecture
  • ARM Cortex-A8
  • ARM Cortex-M3
Lesson 20: Control Unit Operation and Microprogrammed Control
  • Micro-Operations
  • Control of the Processor
  • Hardwired Implementation
  • Microprogrammed Control
Lesson 21: Parallel Processing
  • Multiple Processor Organizations
  • Symmetric Multiprocessors
  • Cache Coherence and the MESI Protocol
  • Multithreading and Chip Multiprocessors
  • Clusters
  • Nonuniform Memory Access
Lesson 22: Multicore Computers
  • Hardware Performance Issues
  • Software Performance Issues
  • Multicore Organization
  • Heterogeneous Multicore Organization
  • INTEL Core i7-5960X
  • ARM Cortex-A15 MPCore
  • IBM z13 Mainframe
Appendix A: System Buses
  • A.1 Bus Structure
  • A.2 Multiple-Bus Hierarchies
  • A.3 Elements of Bus Design
Appendix B: Victim Cache Strategies
  • B.1 Victim Cache
  • B.2 Selective Victim Cache
Appendix C: Interleaved Memory
Appendix D: The International Reference Alphabet
Appendix E: Stacks
  • E.1 Stacks
  • E.2 Stack Implementation
  • E.3 Expression Evaluation
Appendix F: Recursive Procedures
  • F.1 Recursion
  • F.2 Activation Tree Representation
  • F.3 Stack Implementation
  • F.4 Recursion And Iteration
Appendix G: Additional Instruction Pipeline Topics
  • G.1 Pipeline Reservation Tables
  • G.2 Reorder Buffers
  • G.3 Tomasulo’s Algorithm
  • G.4 Scoreboarding

Hands on Activities (Performance Labs)

Basic Concepts and Computer Evolution

  • Installing Expansion Cards on a Motherboard
  • Supplying Power to a SATA Drive
  • Providing Cooling and Ventilation to a Motherboard
  • Installing Motherboard Components
  • Replacing the Battery of a Smartphone and Inserting a Memory Card

Performance Concepts

  • Calculating the Mean

A Top-Level View of Computer Function and Interconnection

  • Assembling Computer Components
  • Installing a USB 3.0 PCI Express Card (2.0 x4)

The Memory Hierarchy: Locality and Performance

  • Determining the Characteristics of Memory Devices in a Memory Architecture

Cache Memory

  • Determining L3 Cache Sizes for The Processors

Internal Memory

  • Determining Semiconductor Memory Types and Their Erasure Processes

External Memory

  • Connecting the Motherboard to the Internal Hard Drive
  • Inserting a CD on a Laptop

Input/Output

  • Connecting a Keyboard, Mouse, and Monitor to a Computer
  • Installing a NIC
  • Connecting a workstation to the Ethernet and to the Internet
  • Connecting the Hub with Different Devices Using USB Cables
  • Installing FireWire Cards

Operating System Support

  • Configuring a Wireless Client

Number Systems

  • Converting Fraction Decimal Number into Equivalent Binary Number

Computer Arithmetic

  • Converting Decimal Number into Two's Complement Binary Number

Digital Logic

  • Identifying Types of Logic Gates

Instruction Sets: Characteristics and Functions

  • Changing the Resolution Settings

Instruction Sets: Addressing Modes and Formats

  • Identify the Addressing Mode

Assembly Language and Related Topics

  • Using Greatest Common Divisor

Processor Structure and Function

  • Installing a Processor

Reduced Instruction Set Computers

  • Determining Characteristics of Processors

Instruction-Level Parallelism and Superscalar Processors

  • Understanding the Intel Core Microarchitecture

Control Unit Operation and Microprogrammed Control

  • Understanding The Functioning of Microprogrammed Control Unit

Parallel Processing

  • Determing the Types of Parallel Processor Systems
  • Installing Memory Modules

Multicore Computers

  • Identifying Chip Organizations
  • Identifying Levels of Cache
  • Determining ARM ACE Cache Line States
×
uc logo for app downloadDownload our uCertify App [lms_setting_placeholder: This filed is used to set the LMS settings.

Share with your friends and colleagues

We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies. More information
Accept