Computer Systems Overview and Peripherals
40 Questions
0 Views

Computer Systems Overview and Peripherals

Created by
@LovedPraseodymium

Questions and Answers

What constitutes the core architecture of a computing unit?

  • Monitor, keyboard, and mouse
  • RAM, DVD-ROM, and software
  • CPU, motherboard, and power supply (correct)
  • CPU, motherboards, and peripheral devices
  • Which of the following is NOT classified as a computer peripheral?

  • RAM (correct)
  • Webcam
  • Printer
  • Microphone
  • What is the primary function of RAM in a computer system?

  • To store software permanently
  • To manage power supply to the CPU
  • To connect peripheral devices
  • To provide temporary data storage for quick access (correct)
  • Which of the following are examples of computer peripherals?

    <p>Mouse, keyboard, printer, webcam</p> Signup and view all the answers

    Which component is considered part of the core computing unit?

    <p>Power supply</p> Signup and view all the answers

    How does the addition of peripherals affect a computer's capabilities?

    <p>Peripherals provide additional functions and tasks</p> Signup and view all the answers

    Which of the following is categorized as a secondary memory device?

    <p>DVD-ROM</p> Signup and view all the answers

    What role does the GPU play in a computer system?

    <p>It enhances the computer's graphical output</p> Signup and view all the answers

    What type of memory is RAM classified as?

    <p>Volatile memory</p> Signup and view all the answers

    Which of the following is a type of RAM?

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

    What is a key characteristic of Read-Only Memory (ROM)?

    <p>It retains data even when the power is off.</p> Signup and view all the answers

    Which type of memory is generally used to boot a computer?

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

    What is the main purpose of Random Access Memory (RAM) in a computer system?

    <p>To run applications and processes temporarily</p> Signup and view all the answers

    Which of the following best describes secondary storage devices?

    <p>They provide permanent data storage.</p> Signup and view all the answers

    Which classification of memory is primarily used in embedded systems?

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

    What type of memory is known as 'read-write memory'?

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

    What is a primary characteristic of secondary storage devices?

    <p>They allow permanent data storage and consist of non-volatile memory.</p> Signup and view all the answers

    Which of the following is NOT a use case of secondary storage devices?

    <p>Temporary storage of running applications.</p> Signup and view all the answers

    Which secondary storage device is typically used for cloud-based data storage?

    <p>Dropbox and Google Drive</p> Signup and view all the answers

    What distinguishes solid-state drives from hard disk drives?

    <p>SSDs have faster read and write speeds due to lack of moving parts.</p> Signup and view all the answers

    Which of the following storage devices is an example of a removable secondary storage solution?

    <p>USB flash drive</p> Signup and view all the answers

    What type of storage device is considered obsolete for backup purposes?

    <p>Floppy diskette</p> Signup and view all the answers

    How do modern operating systems typically assign letters to secondary storage drives?

    <p>From D: onwards</p> Signup and view all the answers

    Which of the following is NOT a type of secondary storage device mentioned?

    <p>MicroSD card</p> Signup and view all the answers

    What is the primary drive letter typically reserved for in old DOS and Windows operating systems?

    <p>C:</p> Signup and view all the answers

    Which of the following does system configuration NOT refer to?

    <p>The software installed on a mobile device</p> Signup and view all the answers

    Where can you find the system configuration information for your PC?

    <p>In the Windows Start menu under Settings</p> Signup and view all the answers

    What types of information can you find when reviewing your system configuration?

    <p>Processor, Memory (RAM), and Windows version</p> Signup and view all the answers

    Which letters were traditionally reserved for floppy drives in DOS and Windows?

    <p>A: and B:</p> Signup and view all the answers

    What best describes system configuration?

    <p>The arrangement of hardware and software within a system</p> Signup and view all the answers

    Which component is NOT part of the system configuration?

    <p>Graphic designs on the screen</p> Signup and view all the answers

    What function does the Settings menu serve in determining system configuration?

    <p>It provides specifications about hardware and system info.</p> Signup and view all the answers

    What is the primary characteristic of machine language?

    <p>It corresponds directly to a computer's own architecture.</p> Signup and view all the answers

    How is assembly language converted into machine code?

    <p>By an assembler during a process called assembly.</p> Signup and view all the answers

    What major advantage do high-level languages have over machine languages?

    <p>They can be used on different types of computers.</p> Signup and view all the answers

    What role does a compiler play in programming?

    <p>It translates high-level code into assembly language.</p> Signup and view all the answers

    What is one drawback of machine language programming?

    <p>It is prone to errors and is tedious for programmers.</p> Signup and view all the answers

    What defines a high-level programming language?

    <p>It is closer to human languages than to machine languages.</p> Signup and view all the answers

    What is typically the first step in the program development workflow?

    <p>Writing a program in a high-level language.</p> Signup and view all the answers

    What is the function of the assembler in the programming workflow?

    <p>To translate assembly language into machine code.</p> Signup and view all the answers

    Study Notes

    Computer Systems Overview

    • Basic Structure: Consists of core components including CPU, motherboard, and power supply within a protective case.
    • Peripherals: Devices connecting to the core unit, enhancing functionality, such as monitors, keyboards, and storage devices.

    Computer Associated Peripherals

    • Definition: Any device not integral to the core architecture but connects to it, enabling additional tasks.
    • Examples:
      • Mouse and Keyboard: Input devices for user interaction.
      • Monitor: Displays visual output.
      • Printer: Produces hard copies of digital documents.
      • RAM and DVD-ROM: Storage devices aiding in memory and data retrieval.

    Memory Classification

    • Primary Memory:
      • Random Access Memory (RAM): Volatile memory used for temporary data storage; categorized into SRAM and DRAM. Data is lost when power is off.
      • Read-Only Memory (ROM): Non-volatile memory that retains data; used for essential programs like system boot processes. Types include MROM, PROM, EPROM, EEPROM.

    Secondary Storage Devices

    • Definition: Non-volatile storage enabling permanent data retention beyond primary storage (RAM).
    • Examples:
      • Solid-State Drives (SSDs), Hard Disk Drives (HDDs), CD/DVD/Blu-ray drives, USB flash drives, and cloud services (e.g., Google Drive, AWS).
    • Purpose: Used for backups, archiving long-term data, and storing non-critical information.

    System Configuration

    • Definition: Describes the hardware, software, and processes comprising a computer system, along with their interactions.
    • Components: Includes specific devices, operating system settings, and software in use.

    Programming Languages

    • Machine Language: The fundamental language understood by computers; offers direct control but is tedious for humans.
    • Assembly Language: Low-level programming language closely aligned with machine code, requiring an assembler to translate into executable code.
    • High-Level Languages (HLL): Such as C, FORTRAN, and Pascal, which are more accessible for programmers and abstract away hardware specifics.

    Development Workflow

    • Users write programs in high-level languages.
    • Compilers convert these programs into assembly language.
    • Assemblers translate assembly language into machine code, completing the programming cycle.

    Studying That Suits You

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

    Quiz Team

    Related Documents

    Unit_1_CSE111.ppt

    Description

    This quiz covers the fundamental structure of computer systems, including core components like the CPU and peripherals such as input and output devices. Additionally, it delves into memory classification, focusing on primary memory types like RAM and ROM. Test your knowledge of these essential concepts in computer architecture!

    More Quizzes Like This

    Computer Architecture Quiz
    28 questions
    Computer Architecture Quiz
    7 questions

    Computer Architecture Quiz

    InvulnerableGold2463 avatar
    InvulnerableGold2463
    Computer Architecture Quiz
    15 questions
    Use Quizgecko on...
    Browser
    Browser