Computer Storage and Memory Quiz
45 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

Which statement accurately describes floppy disks?

  • Floppy disks are no longer in use and can store up to 1.44MB. (correct)
  • Floppy disks have a rigid structure and are used in modern PCs.
  • Floppy disks are made of flexible Mylar and suitable for high-capacity storage.
  • Floppy disks are primarily used for streaming data in real-time.

What is a characteristic of hard disks?

  • They have a single rigid platter coated with magnetic material.
  • They are mainly used for temporary data storage only.
  • They can hold hundreds of gigabytes and consist of multiple platters. (correct)
  • Data is read and written by a laser without physical contact.

What could happen if the read/write head of a disk drive touches the disk surface?

  • The read/write head adjusts for better alignment.
  • The disk drive automatically ejects the disk.
  • Data transfer speeds increase significantly.
  • Data becomes corrupted, a situation known as head crash. (correct)

In the context of hard disks, what does the term 'cluster' refer to?

<p>A specified number of adjacent sectors treated as one unit by the operating system. (D)</p> Signup and view all the answers

Which of the following is a feature of magnetic disk storage?

<p>It utilizes magnetized spots on tracks on its surface for data storage. (C)</p> Signup and view all the answers

What is the purpose of registers in a CPU?

<p>To hold temporary data for arithmetic operations. (A)</p> Signup and view all the answers

Which of the following is NOT a Boolean operation?

<p>NAND (B)</p> Signup and view all the answers

What type of memory retains its data only while power is supplied?

<p>Main memory (B)</p> Signup and view all the answers

Which describes a gate in computing?

<p>A circuit that performs a Boolean operation. (A)</p> Signup and view all the answers

What binary notation represents numeric values?

<p>Using only the digits 0 and 1. (D)</p> Signup and view all the answers

The term 'mass storage' is best described as:

<p>Storage that retains data even when the power is off. (C)</p> Signup and view all the answers

Which operation represents a logical negation?

<p>NOT (D)</p> Signup and view all the answers

Auxiliary memory is primarily used for:

<p>Keeping data and programs for future use. (B)</p> Signup and view all the answers

What is the primary role of the Control Unit (CU) in relation to memory?

<p>To refer to addresses for storing and retrieving data (A)</p> Signup and view all the answers

Which of the following correctly describes a byte?

<p>A group of 8 bits combined (D)</p> Signup and view all the answers

What distinguishes SRAM from DRAM?

<p>SRAM is static and does not need refreshing while powered (B)</p> Signup and view all the answers

How are main memory addresses organized?

<p>Consecutively starting from zero to identify each memory cell (C)</p> Signup and view all the answers

In which scenario would a computer have insufficient memory space?

<p>When it is running multiple low-memory applications simultaneously (A), When the operating system demands more space than is available (C)</p> Signup and view all the answers

What is the least significant bit in a memory cell?

<p>The bit that holds the lowest value in binary numbers (B)</p> Signup and view all the answers

Which of the following statements regarding ROM is true?

<p>Data in ROM remains unchanged even when power is off (C)</p> Signup and view all the answers

Which memory type is typically used in most PCs due to its cost advantage?

<p>DRAM, as it is more cost-effective (D)</p> Signup and view all the answers

What is the primary purpose of storing related data on the same cylinder in a hard disk?

<p>To reduce access time (C)</p> Signup and view all the answers

Which statement best defines a sector in the context of hard disks?

<p>Small arcs into which each track is divided, recording bits (B)</p> Signup and view all the answers

What is a primary characteristic that distinguishes tapes from disks?

<p>Tapes are sequential access devices. (B)</p> Signup and view all the answers

What does the term 'cluster' refer to in the organization of data on hard disks?

<p>A fixed number of adjacent sectors treated as a unit (C)</p> Signup and view all the answers

What is the maximum storage capacity of a standard CD-ROM?

<p>700 MB (C)</p> Signup and view all the answers

What are the components of disk access time?

<p>Seek time, head switching, and rotational delay (A)</p> Signup and view all the answers

Which of the following statements about cylinders on hard disks is true?

<p>They consist of the same tracks across different surfaces at the same position (D)</p> Signup and view all the answers

Which optical disk type allows for data to be erased and re-recorded multiple times?

<p>CD-RW (A)</p> Signup and view all the answers

What distinguishes a DVD from a standard CD?

<p>DVDs offer higher storage capacity. (C)</p> Signup and view all the answers

What does zone recording in hard disks accomplish?

<p>Assigns more sectors to tracks in outer zones than those in inner zones (B)</p> Signup and view all the answers

What is the function of the erase-head found in magnetic tape storage?

<p>To erase previously stored data (D)</p> Signup and view all the answers

Which of the following is a feature of flash memory?

<p>It is smaller and requires less power than disk drives. (D)</p> Signup and view all the answers

In file storage terminology, what best defines a 'field'?

<p>A group of characters. (D)</p> Signup and view all the answers

How is data typically organized in sectors on a hard disk?

<p>Sectors typically hold a fixed number of bytes, often 512 (A)</p> Signup and view all the answers

In a database structure, which of the following entities contains a group of records?

<p>File (C)</p> Signup and view all the answers

What is a common issue with CD-RW disks when used with CD-ROM drives?

<p>CD-RW disks often face compatibility problems. (B)</p> Signup and view all the answers

What is the main purpose of ASCII in representing text?

<p>To encode text in 7-bit patterns primarily for Western European languages. (D)</p> Signup and view all the answers

What is the primary limitation of numeric value representation in computers?

<p>Overflow and truncation errors due to limited bit patterns. (C)</p> Signup and view all the answers

How does Unicode differ from ASCII in representing text?

<p>Unicode uses a larger bit pattern to accommodate more symbols. (D)</p> Signup and view all the answers

In bitmap image representation, what does the term 'pixel' refer to?

<p>The smallest unit of an image that can be displayed. (D)</p> Signup and view all the answers

What is the typical bit representation for a color pixel in RGB format?

<p>3 bytes, one for each color component. (C)</p> Signup and view all the answers

Which of the following describes the process used to represent sound in digital formats?

<p>Sampling the amplitude at specific intervals. (A)</p> Signup and view all the answers

What is the role of bit patterns in representing numeric values?

<p>They translate decimal values into binary notation. (C)</p> Signup and view all the answers

Which technique is used in representing grayscale images more elaborately?

<p>Employing 8 bits to represent various shades of gray. (A)</p> Signup and view all the answers

Flashcards

Bit

The fundamental unit of digital information. It can be either 0 or 1.

Bit Pattern

A group of bits used to represent information, such as numbers, text, images, or sound.

Boolean Operation

An operation that works with true/false values (0s and 1s) and produces a true/false result.

Gate

An electronic circuit that performs a specific Boolean operation (like AND, OR, or NOT).

Signup and view all the flashcards

Registers

Temporary storage areas within the CPU used to hold instructions, data, and addresses. They are extremely fast.

Signup and view all the flashcards

Main Memory

The main memory where the programs being executed and their data are stored. It's often called primary, main, or internal storage.

Signup and view all the flashcards

Binary Notation

It's a way to represent numeric values using just 0 and 1 instead of digits 0-9.

Signup and view all the flashcards

Primary Memory

A type of data storage that holds the instructions and data of the program currently being executed by the CPU. It's typically volatile, meaning the data is lost when the computer is turned off.

Signup and view all the flashcards

Hard Disk

A type of secondary storage where data is stored on a rigid platter coated with magnetic oxide and arranged in tracks and sectors. Its fast access time and large storage capacity make it suitable for storing operating systems and large data sets.

Signup and view all the flashcards

Cluster

A unit of storage on a hard disk that groups multiple adjacent sectors together. Think of them as a small 'package' of data managed by the operating system (OS).

Signup and view all the flashcards

Read/Write Head

A specialized part of a hard drive that reads and writes data to the disk. It floats above the magnetic platter to avoid damaging the data.

Signup and view all the flashcards

Removable Hard Drive

A hard drive that can be easily removed from a computer without needing any special tools. Also known as an external hard drive.

Signup and view all the flashcards

Head Crash

A situation where a hard drive's read/write head accidentally touches the disk's surface, damaging it and potentially losing data.

Signup and view all the flashcards

Track

The circular portion of the disk surface that passes under the read/write head.

Signup and view all the flashcards

Sector

Each track is divided into small arcs called sectors on which information is recordedas a continuous string of bits. Each track is divided into sectors that hold a fixed number of bytes.

Signup and view all the flashcards

Cylinder

The track on each surface that is beneath the read/write head at a given position of the read/write heads. When a file is larger than the capacity of a single track, the operating system will store it in tracks within the same cylinder.

Signup and view all the flashcards

Seek Time

The time it takes the access arm to get into position over a particular track. The access arm physically moves to find the right track.

Signup and view all the flashcards

Rotational Delay

The time for the desired data to rotate under the head.

Signup and view all the flashcards

Head Switching

The time it takes to activate a particular head over a particular track on a particular surface.

Signup and view all the flashcards

Data Transfer

The time taken to transfer data from disk to memory.

Signup and view all the flashcards

Memory Cell

A unit of main memory, typically consisting of 8 bits. It's the smallest addressable unit in memory.

Signup and view all the flashcards

Memory Address

A unique number that identifies a specific memory cell. It's used by the CPU to find and retrieve data.

Signup and view all the flashcards

RAM (Random Access Memory)

A type of memory where data can be both read and written. It's often referred to as volatile memory because data is lost when the power is turned off.

Signup and view all the flashcards

SRAM (Static RAM)

A type of RAM that doesn't need constant refreshing. It's faster than DRAM but more expensive.

Signup and view all the flashcards

DRAM (Dynamic RAM)

A type of RAM that needs constant refreshing to maintain data. It's commonly used for PC memory because it's less expensive.

Signup and view all the flashcards

ROM (Read-Only Memory)

A type of memory where data can only be read. It's often used to store the computer's basic instructions.

Signup and view all the flashcards

How the CPU Finds Data

The central processing unit (CPU) requires a way to locate specific data and instructions in memory. An address is assigned to each location, and the CPU uses these addresses to retrieve information.

Signup and view all the flashcards

Optical Disk

A type of secondary storage that uses a laser to read and write data on a disk.

Signup and view all the flashcards

CD-ROM

A type of optical disk drive that can only read data from CDs.

Signup and view all the flashcards

CD-R

A type of optical disk drive that can write data to a CD once.

Signup and view all the flashcards

CD-RW

A type of optical disk drive that can write and erase data on a CD multiple times.

Signup and view all the flashcards

Digital Versatile Disk (DVD)

A type of optical disk that can store significantly more data compared to CDs.

Signup and view all the flashcards

Flash Memory

A type of non-volatile memory that uses flash chips for data storage. It's often used in devices like phones and cameras.

Signup and view all the flashcards

Buffer

A storage area that holds data temporarily during data transfer between devices.

Signup and view all the flashcards

Character Representation

A unique bit pattern assigned to each character (like letters and punctuation) to represent it in a computer.

Signup and view all the flashcards

ASCII

A standard that uses 7-bit patterns to represent characters in written English. It's the basis for most computer text.

Signup and view all the flashcards

Unicode

A broader standard using 16-bit patterns to represent characters from various languages worldwide, including Asian and Eastern European scripts.

Signup and view all the flashcards

Overflow

When a value is too large to be stored in a particular storage space, causing data loss.

Signup and view all the flashcards

Pixel Representation (Bitmap)

A picture is broken down into small, individual units of color called pixels. Each pixel can be black, white, or a shade of gray.

Signup and view all the flashcards

RGB Color Model

A system for storing color information in a digital image, using the combination of red, green, and blue to represent the color of each pixel.

Signup and view all the flashcards

Sound Sampling

A technique to capture and store sound by recording amplitude values at regular intervals. It's like taking snapshots of a sound wave.

Signup and view all the flashcards

Study Notes

Data Storage Overview

  • Data storage encompasses the various methods of storing information, including bits, main memory, and mass storage.

Bits and Their Storage

  • A CPU comprises a control unit and an arithmetic logic unit (ALU).
  • The control unit manages the computer's operations.
  • The ALU performs arithmetic and logical operations (e.g., +, -, ×, ÷, AND, OR, XOR, NOT).
  • Registers are high-speed storage locations within the CPU.
  • Registers store data or instructions required during current processing.
  • Registers are faster than main memory.
  • Registers transfer data to/from memory and store/accept data.

Main Memory

  • Main memory, also known as primary memory and internal storage, stores instructions and data actively used by the program.
  • Main memory loses its content when the computer is turned off.
  • Memory uses addresses to locate data.
  • The CPU references memory addresses to retrieve stored information.
  • Memory cells, sometimes called bytes, provide storage for data and programs.
  • Each memory cell has a unique address.
  • Each location in main memory has an address.
  • Main memory cells are usually organized as bytes (8 bits).
  • Most significant bit is on the left, least on the right.

Boolean Operations

  • Boolean operations work with true/false values (often represented as 0/1).
  • Common Boolean operations include AND, OR, XOR (exclusive or), NOT.
  • Tables display how Boolean operations operate on 0 and 1 input values.

Gates

  • Logic gates are fundamental components of computer hardware.
  • Logic gates implement Boolean operations electronically.
  • Very Large Scale Integration (VLSI) allows for millions of gates on a single chip.

Memory Use in Operations

  • Registers hold data directly related to the current process.
  • Main memory holds data and instructions needed soon.
  • Auxiliary memory holds data/programs for later use.

Binary Notation

  • Binary notation represents numerical values using only 0 and 1.
  • Computer systems primarily use binary.

Mass Storage

  • Mass storage includes various persistent storage formats used to store information when the computer is turned off.
    • Magnetic disk drives (floppy disks, hard disks): data stored magnetically on platters or disks (used in computers).

      • Floppy disks are a type of removable disk (outdated) and usually smaller capacity
      • Hard disks are rigid (non-removable) drives in contemporary use with a substantially larger capacity.
    • Magnetic tape storage: sequential data access, typically low cost and high capacity - primarily used for large archive storage or back-up systems.

      • Data stored in sequential format (must be accessed sequentially/one by one).
    • Optical disk storage (CDs, DVDs, Blu-ray): data stored using laser technology to create physical patterns.

      • CDs (Compact Disks) store only up to 700MB (low capacity)
      • DVDs have a higher storage capacity.
      • Blu-ray disks have even higher storage capacity.
    • Flash memory (USB drives, SD cards): data stored electrically on flash chips, portable, relatively high speed but lower storage capacity in comparison to magnetic/optical disks.

File Storage and Retrieval

  • Files are organized collections of data in mass storage.
  • Files consist of records, each of which contain fields of data and a unique key or sequence.
  • Data structure includes characters, fields, records, files and databases.
  • Buffers are temporary storage locations used for transferring data between devices.

Representing Information as Bit Patterns

  • All kinds of computer information are stored as bits and bit patterns.
  • Characters: encoded using ASCII or Unicode.
  • Numbers: represented using binary notation.
  • Images: used raster techniques or bitmaps.
  • Sound: stored using sampling techniques.

Studying That Suits You

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

Quiz Team

Related Documents

Data Storage Module 3.2 PDF

Description

Test your knowledge on computer storage mediums, including floppy and hard disks, as well as various memory types and CPU functions. This quiz covers key concepts like binary notation, clusters, and the characteristics of different memory types. Ideal for students learning about computer architecture and data storage.

More Like This

Use Quizgecko on...
Browser
Browser