Year 11 Assessment Homework
18 Questions
1 Views

Year 11 Assessment Homework

Created by
@ClearedBambooFlute

Questions and Answers

What is the primary function of primary storage in a computer?

  • Acts as a backup for secondary storage
  • Provides power to the computer
  • Permanently stores data
  • Temporarily holds data for quick access (correct)
  • Secondary storage devices allow for the permanent storage of data.

    True

    Name one example of a secondary storage device and one type of data that can be stored on it.

    External hard drive; digital images

    Virtual Memory allows a computer to use __________ as additional memory beyond its physical RAM.

    <p>disk space</p> Signup and view all the answers

    Match the following storage types with their characteristics:

    <p>Primary Storage = Fast access but temporary Secondary Storage = Slower access but permanent Virtual Memory = Simulated memory from disk space RAM = Volatile memory</p> Signup and view all the answers

    What is the primary purpose of virtual memory?

    <p>To provide additional memory when RAM is full</p> Signup and view all the answers

    Data from ROM is transferred into virtual memory.

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

    What happens to data in virtual memory when it is needed again?

    <p>It is transferred back to RAM.</p> Signup and view all the answers

    A section of primary storage is partitioned to act as _______.

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

    Match the following types of storage with their characteristics:

    <p>RAM = Temporary and volatile storage ROM = Permanent and non-volatile storage Virtual Memory = Memory management technique using disk storage Secondary Storage = Long-term data storage</p> Signup and view all the answers

    What does the 'MAR' register primarily do?

    <p>Stores a single address from memory</p> Signup and view all the answers

    The cache memory is used to store data and instructions that are not frequently accessed.

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

    What is one purpose of using virtual memory in a computer?

    <p>To extend the available memory by using disk space.</p> Signup and view all the answers

    The _____ register temporarily holds the data that is being transferred to or from memory.

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

    Which of the following best describes the primary function of the Program Counter?

    <p>Tracks the current instruction being executed</p> Signup and view all the answers

    Match the following computer components with their descriptions:

    <p>RAM = Used for temporary storage of currently running data and instructions Cache = Stores frequently used instructions for quick access MAR = Holds the address of the memory location to access MDR = Holds the data that is being transferred to/from memory</p> Signup and view all the answers

    In pseudocode, to output the result of 12 to the power of 2, you should use the operator _____ between 12 and 2.

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

    What is one advantage of using layers in network protocols?

    <p>It simplifies troubleshooting and allows for modularization of functionalities.</p> Signup and view all the answers

    Study Notes

    Computer Storage

    • Primary Storage: Temporary storage for data currently in use; allows quick access to the CPU.
    • Secondary Storage: Permanent storage that retains data even when the computer is off; slower access compared to primary storage but essential for large data storage.

    Virtual Memory (VM)

    • Definition of VM: Uses a portion of secondary storage to extend the available memory when RAM is full.
    • Purpose: Provides the illusion of additional RAM, enabling more applications to run simultaneously.

    Local Area Network (LAN)

    • LAN Characteristics: Covers a small geographical area, typically within a single building, using a star topology for easy management and failure isolation.
    • Network Protocol: TCP/IP operates using a layered architecture, improving organization and standardization.

    Pseudocode Algorithms

    • Exponential Output: To output 12 squared, use print(12 ** 2).
    • Odd or Even Check: Use modulo operator to check parity; if number % 2 == 0 then.
    • Measurement Difference: Use subtraction to find difference; difference = measurement1 - measurement2.

    Computer Components

    • Memory Address Register (MAR): Stores a single address of data to be accessed from memory.
    • Memory Data Register (MDR): Stores data that is currently being transferred to or from the memory.
    • Cache: Holds frequently used instructions and data for quick access by the CPU.
    • Program Counter: Keeps track of the address of the next instruction to be executed.
    • Random Access Memory (RAM): Stores all currently running data and instructions for the CPU.

    Registers

    • Example of Additional Register: Program Status Register (PSR); it indicates the status of the program or the operation being performed.

    True/False Statements about VM

    • True Statements:
      • A section of primary storage can be partitioned to act as virtual memory.
      • Virtual Memory is needed when RAM is full or nearly full.
    • False Statements:
      • Data from ROM is not transferred into VM (rather, VM acts as an extension of RAM).
      • Data from VM is transferred back to RAM or accessed directly, not back to secondary storage when needed.

    Studying That Suits You

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

    Quiz Team

    Description

    This quiz explores the purpose and necessity of both primary and secondary storage in a computer system. Understand how hardware and software work together in the realm of digital art creation. Dive into the significance of different types of storage for artists and their creative processes.

    More Quizzes Like This

    Use Quizgecko on...
    Browser
    Browser