Computer Architecture Quiz
39 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What does computer architecture primarily refer to?

  • The operating system features
  • Physical layout of the computer
  • Attributes visible to the programmer (correct)
  • The organization of the computer's hardware
  • Computer organization deals with the logical execution of programs.

    False

    What is the role of a computer architect?

    To build new systems that meet cost, performance, power, and function goals.

    Computer _____ refers to the operational units and their interconnections that realize architectural specifications.

    <p>organization</p> Signup and view all the answers

    Match the following terms with their definitions:

    <p>Computer Architecture = Attributes visible to the programmer Instruction Set Architecture = Set of instructions that a CPU can execute Computer Organization = Operational units and their interconnections Computer Performance = The efficiency with which a computer executes instructions</p> Signup and view all the answers

    What is the approximate yearly improvement rate for processor logic capacity according to Moore's Law?

    <p>30%</p> Signup and view all the answers

    According to Moore's Law, memory speed improves by about 10% per year.

    <p>True</p> Signup and view all the answers

    What has been the trend in disk capacity density improvement per year?

    <p>about 60%</p> Signup and view all the answers

    According to Moore's Law, the cost per bit improves about ___ per year.

    <p>25%</p> Signup and view all the answers

    Match the following technology trends with their respective improvement rates:

    <p>Processor logic capacity = 30% per year Memory speed = 10% per year Disk capacity = 60% per year Cost per bit = 25% per year</p> Signup and view all the answers

    What was the DRAM size in 1986?

    <p>1 Mb</p> Signup and view all the answers

    The DRAM chip capacity increased from 64 Kb in 1980 to 16 Gb in 2010.

    <p>True</p> Signup and view all the answers

    What is the general trend observed with microprocessor logic density?

    <p>Density increases faster than speed</p> Signup and view all the answers

    The DRAM size in 1999 was _____ Mb.

    <p>256</p> Signup and view all the answers

    What component is responsible for control within a CPU?

    <p>Control Unit</p> Signup and view all the answers

    The Main Memory is part of the Peripheral devices.

    <p>False</p> Signup and view all the answers

    Match the following DRAM sizes with their corresponding years.

    <p>64 Kb = 1980 256 Kb = 1983 1 Mb = 1986 4 Mb = 1989</p> Signup and view all the answers

    Name the facility that handles data processing.

    <p>Data Processing Facility</p> Signup and view all the answers

    Which microprocessor was introduced in 1992?

    <p>R4400</p> Signup and view all the answers

    The __________ Unit processes arithmetic operations in a CPU.

    <p>Arithmetic</p> Signup and view all the answers

    Smaller feature sizes lead to lower speed and density.

    <p>False</p> Signup and view all the answers

    Which of the following is NOT a function of a computer?

    <p>Data coloring</p> Signup and view all the answers

    What is the approximate DRAM chip capacity in the year 2002?

    <p>1 Gb</p> Signup and view all the answers

    Match the following components to their functions:

    <p>Registers = Temporary storage for CPU operations I/O Unit = Interface for input and output devices CPU Bus = Data transfer between components Control Unit = Directs operations of the processor</p> Signup and view all the answers

    Data movement refers to the interaction between input and output devices.

    <p>True</p> Signup and view all the answers

    Name the four main functions of a computer.

    <p>Data processing, Data storage, Data movement, Control</p> Signup and view all the answers

    The process of transferring data from an Internet download to your disk is called _____ storage.

    <p>data</p> Signup and view all the answers

    Match the following operations with their examples:

    <p>Data movement = Keyboard to screen Data storage = Internet download to disk Data processing = Updating bank statement Data retrieval = Accessing stored files</p> Signup and view all the answers

    In the functional view of a computer, which component is responsible for control?

    <p>Control Mechanism</p> Signup and view all the answers

    All computers perform the same functions regardless of their structure.

    <p>True</p> Signup and view all the answers

    What is the primary role of the data processing facility?

    <p>To process data as part of the computer's function.</p> Signup and view all the answers

    What is a key requirement for optimizing computer design according to marketplace demands?

    <p>Minimize time to market and complexity</p> Signup and view all the answers

    A workstation is typically less powerful than a personal computer.

    <p>False</p> Signup and view all the answers

    Name one category that computers can be classified by.

    <p>Size or power</p> Signup and view all the answers

    A small, single-user computer based on a microprocessor is known as a __________.

    <p>personal computer</p> Signup and view all the answers

    Match the following computer classifications with their descriptions:

    <p>Personal computer = Single-user, small size Workstation = Powerful single-user computer Mainframe = Large and powerful for bulk data processing Supercomputer = Used for complex simulations and calculations</p> Signup and view all the answers

    Which of the following is a trend that designers must track?

    <p>Usage patterns and technology changes</p> Signup and view all the answers

    Optimizing design always involves increasing complexity.

    <p>False</p> Signup and view all the answers

    What is one factor that influences the architecture of computers in the 21st century?

    <p>Technology factors or market demands</p> Signup and view all the answers

    Study Notes

    Ghana Communication Technology University (GCTU) Presentation

    • Presenter: Isaac Hanson (Ing.)
    • Faculty: Engineering

    Computer Architecture

    • Computer Architecture is the attributes visible to the programmer, affecting program execution directly.
    • Instruction Set Architecture (ISA) is often used interchangeably.
    • Includes instruction set, data representation bit size, I/O (input/output) mechanisms, and addressing techniques (e.g., multiply instruction).

    Computer Organization

    • Refers to the functional units and connections realizing architectural specifications.
    • Includes control signals, interfaces, and memory technology (e.g., hardware multiply unit or repeated addition).

    Family of Computers

    • Manufacturers often offer computer families with same architecture but different organization.
    • Different models in a family have varying prices and performance characteristics.
    • Architecture can span multiple years and include numerous models, evolving with technology.
    • Examples: IBM System/370 architecture and x86 architecture

    Who is a Computer Architect?

    • A computer architect assembles components to meet cost, performance, power, and function goals.
    • They research, design, develop, and test computers and related equipment.
    • Moore's Law: Ongoing transistor miniaturization.
    • Implications for processor logic capacity (about 30% per year), clock rate (about 20% per year), memory (e.g., density/speed improvements), disk capacity, and network bandwidth (increasing more than 100% per year).

    DRAM Chip Capacity

    • DRAM chip capacity has increased significantly over time, from kilobytes to gigabytes. This growth is faster than the increase in speed.
    • Rapid changes in technology necessitate re-evaluation and re-design.
    • Examples are density increase faster than speed and trade-offs that need to be considered.

    Structure and Function

    • Structure: the way components relate to each other.
    • Function: the operation of individual components within the structure.

    Computer Functions

    • All computer functions center around data processing, storage, movement, and control.

    Functional View of a Computer

    • Three key components: data movement apparatus, control mechanism, and data storage/processing facilities.

    Computer Operations (1-3)

    • Data movement, e.g., from keyboard to screen, storage, and processing functions like updating bank statements.

    Computer Operations (4)

    • Processing from storage to I/O: e.g., printing the bank statement.

    Computer Structure - Top Level

    • Top level structure includes components like peripherals, Central Processing Unit (CPU), main memory, systems interconnection.

    Computer Structure - CPU

    • Microprocessor structure with components like registers, arithmetic and logic unit (ALU), and control unit and internal CPU interconnections.

    Computing Devices (Now)

    • Examples include laptops, mobile phones, cameras, external hard drives, robots, game consoles, servers, and vehicles (e.g., a race car).

    Where Do We Find Computers/Processors?

    • Instances of computer technology in daily use across many domains, such as ATMs, traffic controllers, watches, cars, music devices, microwaves, and medical equipment.

    Computer Architecture Focus

    • Focuses on design strategies, machine designs, technological factors, and assessment methods that define computer forms in the 21st century.
    • Includes instructional set design, organization, hardware, and relevant concepts like parallelism and programming languages like ISA.

    Optimizing the Design

    • Often driven by market/business constraints, such as minimizing cost or time to market.
    • Success requires balancing many factors such as simulation and quantitative analysis.
    • Success requires designing for future technologies, using predictions for trends on usage patterns, technology cost, and performance.

    Classification of computers

    • Categorization based on size, power, and architectural philosophy including general-purpose and special purpose types; and IBM, Apple, Von Neumann, Harvard architectures.

    Number of Devices per Chip

    • Integration levels (SSI, MSI, LSI, VLSI, WSI) and correlating them with typical number of devices per chip and typical functions.

    Computer Generations

    • Several generations of computers are noted with associated dates, technologies used, and operations per second.

    Computer Generations - Processor Series

    • Different generations of computer processors from early models to advanced and specialized processors.

    Thank you

    • Standard closing remark for presentations.

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    Test your understanding of computer architecture concepts with this quiz. Explore topics such as processor logic capacity, memory trends, and the role of computer architects. Perfect for students studying computer science or related fields.

    More Like This

    Use Quizgecko on...
    Browser
    Browser