Computer Science Chapter 3  Computers and Their Components

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

Which type of memory is directly accessed by the processor and stores data that the processor will likely need again?

  • Read-Only Memory (ROM)
  • Hard Disk Drive (HDD)
  • Memory cache (correct)
  • Random Access Memory (RAM)

Which of the following memory types is characterized by the ability to be both written to and read from?

  • Read-Only Memory (ROM)
  • Random Access Memory (RAM) (correct)
  • Flash memory
  • Erasable Programmable ROM (EPROM)

What distinguishes Static RAM (SRAM) from Dynamic RAM (DRAM)?

  • DRAM is faster than SRAM.
  • DRAM is used primarily in cache memory, while SRAM is used in main memory.
  • SRAM requires constant refreshing, while DRAM does not.
  • SRAM uses flip-flops and does not need refreshing, while DRAM requires it. (correct)

Which of the following requires a component to be charged to maintain its electronic state?

<p>Refreshed component (A)</p> Signup and view all the answers

Which type of ROM can only be programmed once?

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

What method is used to program Erasable Programmable ROM (EPROM) more than once?

<p>Ultraviolet (UV) light (B)</p> Signup and view all the answers

What is the primary characteristic of a hard disk drive (HDD)?

<p>It is a magnetic storage device that uses spinning disks. (D)</p> Signup and view all the answers

What does 'latency' refer to in the context of hard disk drives?

<p>The time it takes for the disk to rotate to the correct sector under the read-write head. (B)</p> Signup and view all the answers

What is the term for the storage of data in non-consecutive sectors on a storage medium?

<p>Fragmentation (A)</p> Signup and view all the answers

A removable hard disk drive is typically connected to a computer via what type of port?

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

Which storage medium does not have moving parts and relies on the movement of electrons?

<p>Solid state drive (SSD) (C)</p> Signup and view all the answers

What is the key characteristic of Electronically Erasable Programmable Read-Only Memory (EEPROM)?

<p>It can be erased and rewritten repeatedly using electrical signals. (B)</p> Signup and view all the answers

In what type of devices is flash memory commonly used?

<p>Solid state drives (SSDs) (A)</p> Signup and view all the answers

What technology is used by optical storage devices like CDs, DVDs, and Blu-rayâ„¢ discs to read and write data?

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

What is 'dual layering' in the context of DVD technology?

<p>Using two recording layers on the same side of the disc. (C)</p> Signup and view all the answers

What phenomenon causes a reading problem in DVDs due to the refraction of laser light?

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

What are the two stages involved in Binder 3D printing?

<p>Powder application and binding (B)</p> Signup and view all the answers

Which method is employed in Direct 3D printing?

<p>Melting material and building layers with nozzles (D)</p> Signup and view all the answers

What is the purpose of a Digital to Analogue Converter (DAC)?

<p>To convert digital data into electric currents to drive analogue devices. (D)</p> Signup and view all the answers

What is the function of an Analogue to Digital Converter (ADC)?

<p>To convert analogue data from sensors into a digital form understood by a computer. (A)</p> Signup and view all the answers

What is the primary characteristic of an Organic LED (OLED) screen?

<p>It uses movement of electrons between cathode and anode to generate its own light. (A)</p> Signup and view all the answers

What does 'screen resolution' refer to?

<p>The number of pixels in the horizontal and vertical directions. (A)</p> Signup and view all the answers

What input methods are commonly associated with touch screens?

<p>Finger or stylus (D)</p> Signup and view all the answers

Which touch screen technology relies on glass layers forming a capacitor?

<p>Capacitive (A)</p> Signup and view all the answers

How does a resistive touch screen detect touch?

<p>By detecting the pressure of a finger completing an electrical circuit. (B)</p> Signup and view all the answers

What is the primary function of a virtual reality headset?

<p>To immerse the user in a simulated environment. (B)</p> Signup and view all the answers

What is the main function of a sensor?

<p>To read physical data from its surroundings. (C)</p> Signup and view all the answers

Which type of memory is most suitable for embedded systems requiring infrequent updates and long-term storage?

<p>Read-Only Memory (ROM) (A)</p> Signup and view all the answers

A technician is troubleshooting a computer that frequently loses its system time and BIOS settings. Which component is most likely failing?

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

Which of the following storage solutions is most susceptible to mechanical failure due to its moving parts?

<p>Hard Disk Drive (HDD) (C)</p> Signup and view all the answers

In the context of computer graphics, what is the primary benefit of using an OLED screen compared to an LCD screen?

<p>Better color accuracy and contrast (C)</p> Signup and view all the answers

A user reports that their touch screen occasionally registers touches in the wrong location. Which type of touch screen is MOST likely the cause?

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

Which of the following is a critical disadvantage of Dynamic RAM (DRAM) compared to Static RAM (SRAM) in high-performance computing applications?

<p>Slower access times due to the need for refreshing (B)</p> Signup and view all the answers

Given a scenario where data needs to be stored for a long duration without power, and the data may need to be updated occasionally but not frequently, which type of memory would be the MOST suitable?

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

An engineer is designing a system that requires high-speed data access and low latency. Which type of memory should they choose for the cache memory?

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

A computer system exhibits slower boot times and application loading speeds than expected, despite having sufficient RAM. Which of these storage devices would most likely improve the performance?

<p>Replacing the HDD with an SSD (D)</p> Signup and view all the answers

Imagine a scenario where a digital artist wants to create detailed 3D models with intricate internal structures. Considering the limitations of traditional manufacturing, which technology would offer the MOST flexibility in creating such complex geometries?

<p>Direct 3D Printing (C)</p> Signup and view all the answers

Consider a scenario in which a security system needs to reliably store surveillance footage. Which storage property would be MOST important in this context?

<p>Longevity and Error Correction (D)</p> Signup and view all the answers

A materials scientist is investigating the effect of polarized light on a new type of polymer film intended for use in high-density optical storage. They observe that the refractive index of the film varies depending on the polarization and propagation direction of the light. Which optical phenomenon are they MOST likely observing?

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

A specialized embedded system requires its program memory to retain data indefinitely without power and to be re-programmable in-system without external equipment, but can tolerate slower write speeds and limited rewrite cycles. Which of the following non-volatile memory technologies would BEST satisfy these design constraints?

<p>NOR Flash Memory (D)</p> Signup and view all the answers

Flashcards

Memory Cache

High-speed memory external to the processor, storing data the processor will need again.

Random Access Memory (RAM)

Primary memory unit that can be both written to and read from.

Read-Only Memory (ROM)

Primary memory unit that can only be read from.

Dynamic RAM (DRAM)

A type of RAM chip that needs to be constantly refreshed.

Signup and view all the flashcards

Static RAM (SRAM)

A type of RAM chip that uses flip-flops and does not need refreshing.

Signup and view all the flashcards

Refreshed

Requirement to charge a component to retain its electronic state.

Signup and view all the flashcards

Programmable ROM (PROM)

A type of ROM chip that can be programmed once.

Signup and view all the flashcards

Erasable PROM (EPROM)

Type of ROM that can be programmed more than once using ultraviolet (UV) light.

Signup and view all the flashcards

Hard Disk Drive (HDD)

Type of magnetic storage device that uses spinning disks.

Signup and view all the flashcards

Latency

The lag in a system; the time to find a track on a hard disk.

Signup and view all the flashcards

Fragmented

Storage of data in non-consecutive sectors.

Signup and view all the flashcards

Removable Hard Disk Drive

Portable hard disk drive external to the computer, connectable via USB.

Signup and view all the flashcards

Solid State Drive (SSD)

Storage media with no moving parts that relies on movement of electrons.

Signup and view all the flashcards

Electronically Erasable PROM (EEPROM)

Read-only chip modified by the user, erased and rewritten using pulsed voltages.

Signup and view all the flashcards

Flash Memory

Type of EEPROM suited for drives, memory cards, and memory sticks.

Signup and view all the flashcards

Optical Storage

CDs, DVDs and Blu-rayâ„¢ discs that use laser light to read and write data.

Signup and view all the flashcards

Dual Layering

Used in DVDs; uses two recording layers.

Signup and view all the flashcards

Birefringence

Reading problem with DVDs caused by refraction of laser light into two beams.

Signup and view all the flashcards

Binder 3D Printing

3D printing method using a two-stage pass: dry powder and a binding agent.

Signup and view all the flashcards

Direct 3D Printing

3D printing technique where print head moves in x, y, and z directions, builds layers with nozzles.

Signup and view all the flashcards

Digital to Analogue Converter (DAC)

Needed to convert digital data into electric currents for motors, actuators, etc.

Signup and view all the flashcards

Analogue to Digital Converter (ADC)

Needed to convert analogue data (from sensors) into a form understood by a computer.

Signup and view all the flashcards

Organic LED (OLED)

Uses movement of electrons between cathode and anode to produce an on-screen image.

Signup and view all the flashcards

Screen Resolution

Number of pixels in the horizontal and vertical directions on a television/computer screen.

Signup and view all the flashcards

Touch Screen

Screen allowing selection or manipulation of a screen image via touch.

Signup and view all the flashcards

Capacitive Touch Screen

Touch screen technology based on glass layers forming a capacitor.

Signup and view all the flashcards

Resistive Touch Screen

Touch screen technology. a finger touches the screen, the glass layer touches the plastic layer, completing the circuit.

Signup and view all the flashcards

Virtual Reality Headset

Apparatus worn covering the eyes like goggles that gives the 'feeling of being there'.

Signup and view all the flashcards

Sensor

Input device that reads physical data from its surroundings.

Signup and view all the flashcards

Study Notes

  • Memory cache is a high-speed memory external to a processor that stores data needed again.
  • Random access memory (RAM) is a primary memory unit that can be written to and read from.
  • Read-only memory (ROM) is a primary memory unit that can only be read from.
  • Dynamic RAM (DRAM) is a type of RAM chip that needs constant refreshing.
  • Static RAM (SRAM) is a type of RAM chip using flip-flops that doesn't need refreshing.
  • Refreshed refers to the requirement to charge a component to retain its electronic state.
  • Programmable ROM (PROM) is a type of ROM chip that can be programmed once.
  • Erasable PROM (EPROM) is a type of ROM that can be programmed more than once using ultraviolet (UV) light.
  • Hard disk drive (HDD) is a magnetic storage device using spinning disks.
  • Latency is the lag in a system, like the time to locate a track on a hard disk, depending on the time for the disk to rotate to its read-write head.
  • Fragmented refers to data storage in non-consecutive sectors, due to editing or deletion of old data.
  • Removable hard disk drive is a portable hard disk drive external to the computer, connectable via USB for backing up files and data.
  • Solid state drive (SSD) describes storage media with no moving parts, relying on electron movement.
  • Electronically erasable programmable read-only memory (EEPROM) is a read-only (ROM) chip modifiable by the user, erasable, and rewritten using pulsed voltages.
  • Flash memory is a type of EEPROM suited for SSDs, memory cards, and memory sticks.
  • Optical storage includes CDs, DVDs, and Blu-rayâ„¢ discs using laser light for reading and writing data.
  • Dual layering is used in DVDs involving two recording layers.
  • Birefringence is a DVD reading problem caused by laser light refraction into two beams.
  • Binder 3D printing is a 3D printing method using a two-stage pass: a dry powder stage and a binding agent stage.
  • Direct 3D printing is a 3D printing technique with print head movement in the x, y, and z directions, building layers of melted material with nozzles like an inkjet printer.
  • Digital to analogue converter (DAC) converts digital data into electric currents for driving motors, actuators, and relays.
  • Analogue to digital converter (ADC) converts analogue data (read from sensors) into a computer-understandable form.
  • Organic LED (OLED) uses electron movement between cathode and anode to produce an on-screen image, generating its own light and needing no back lighting.
  • Screen resolution is the number of pixels in the horizontal and vertical directions on a television/computer screen.
  • Touch screen is a screen allowing selection or manipulation via finger or stylus touch, typically using capacitive or resistive technology.
  • Capacitive touch screen technology is based on glass layers forming a capacitor; finger touches alter the electric field.
  • Resistive touch screen technology involves a glass layer touching a plastic layer upon finger contact, completing the circuit and causing current flow.
  • Virtual reality headset is head-worn apparatus covering the eyes like goggles, providing the user the sensation of "being there" via virtual reality immersion.
  • Sensor is an input device reading physical data from its surroundings.

Studying That Suits You

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

Quiz Team

More Like This

Types of Computer Memory
5 questions

Types of Computer Memory

ManeuverableLove6666 avatar
ManeuverableLove6666
Computer Memory Components Overview
10 questions
Use Quizgecko on...
Browser
Browser