Computers & Components (Cambridge (CIE) A Level Computer Science): Flashcards

Exam code: 9618

1/84

0Still learning

Know0

  • Define input device.

Cards in this collection (84)

  • Define input device.

    An input device is a hardware component that allows users to interact with a computer system, enabling them to input data or commands which the computer processes to produce output.

  • Define output device.

    An output device is a hardware component that receives information from a computer system and presents it to the user in a comprehensible form.

  • What does a scanner do?

    It digitises physical documents or images, converting them into a format the computer can process.

  • What is a Braille display used for?

    It outputs information in Braille, allowing visually impaired users to read text from the computer.

  • Name four factors to consider when recommending a device.

    User needs, user skills, the environment it will be used in, and cost.

  • Define primary memory.

    Primary memory is memory directly accessible by the CPU, with much faster access times than secondary storage, acting as short-term working memory.

  • Which cycle does the speed of primary memory speed up?

    The Fetch-Execute Cycle.

  • Name three components that hold primary memory.

    RAM, which is directly connected to the CPU, and cache and registers, which are built into the CPU for even faster access.

  • Because primary memory is fast it is also more                     , so we use less of it.

    Because primary memory is fast it is also more expensive, so we use less of it.

  • Define secondary storage.

    Secondary storage provides permanent data storage — hardware components that retain digital data and provide a means of storing, accessing and retrieving it.

  • Name the three types of secondary storage and how each stores data.

    Magnetic, which magnetises particles on a disk or tape; optical, which uses a laser to burn pits into a disc surface; and solid state, which stores data in flash memory cells.

  • Give two benefits and two drawbacks of magnetic storage.

    It offers high capacity and a relatively low cost per gigabyte, but has slower read/write speeds, is susceptible to physical damage, and its moving parts wear out.

  • Give two benefits and two drawbacks of solid state storage.

    It offers fast read/write speeds, no moving parts so less failure from physical shock, and silent operation, but has a higher cost per gigabyte and its cells wear out after a number of write cycles.

  • True or False?

    Optical storage has a higher capacity than magnetic and solid state storage.

    False.

    Optical storage has a lower storage capacity than the other types and slower read/write speeds; its strengths are durability against environmental conditions and being easy to transport.

  • Define embedded system.

    An embedded system is a computer system used to perform a dedicated function inside a larger mechanical unit.

  • Give four examples of an embedded system.

    Heating thermostats, hospital equipment, washing machines, dishwashers, coffee machines, satellite navigation systems, factory equipment, security systems and traffic lights.

  • Give three benefits of an embedded system.

    It is small and compact, has low power consumption, is fast and reliable for repetitive tasks, is cheaper to produce using minimal hardware, and works in real-time.

  • Give three drawbacks of an embedded system.

    It has limited functionality, is hard to upgrade or repair since it is built into the device, has limited memory and processing power, is not flexible, and may be less secure.

  • An embedded system performs a                      function inside a larger mechanical unit.

    An embedded system performs a dedicated function inside a larger mechanical unit.

  • Why is an embedded system well suited to time-sensitive operations such as alarms?

    Because it works in real-time, and is fast and reliable for quick, repetitive tasks.

  • Why is an embedded system cheaper to produce?

    Because it uses minimal hardware.

  • Why is an embedded system hard for a user to upgrade?

    It is often built into the device, and it is not flexible so cannot easily be reprogrammed for other tasks.

  • Give three reasons a car's lane detection system is an embedded system.

    It is built into the car, it only performs one task, and it is not easily changed or updated by the car owner.

  • Why might an embedded system be less secure than a general purpose computer?

    It has limited protection if connected to other systems.

  • True or False?

    An embedded system can easily be reprogrammed to perform a different task.

    False.

    An embedded system is not flexible and cannot easily be reprogrammed for other tasks.

  • What is the principal operation of a microphone?

    It converts sound waves into electrical signals.

  • What is the difference between a dynamic and a condenser microphone?

    Dynamic microphones are good for loud environments, while condenser microphones are more sensitive and accurate and are used in studios.

  • How do capacitive and resistive touchscreens differ?

    Capacitive responds to the electrical charge from your finger, while resistive responds to pressure.

  • Describe the principal operation of a laser printer.

    A laser beam draws the image of the page onto a photosensitive drum, changing its electric charge, and toner is transferred from the drum to the paper.

  • What is fusing in a laser printer?

    The paper passes through hot rollers, which melt the toner onto the paper so it does not smudge.

  • How does a 3D printer build an object?

    It builds objects layer by layer from the bottom up, using materials such as thermoplastics, resins and metals.

  • What is the difference between FDM and SLA 3D printing?

    FDM melts plastic and builds in layers, while SLA uses light to harden liquid resin.

  • What is the principal operation of a speaker?

    It converts electrical signals into sound waves.

  • What three technologies does a virtual reality headset use?

    Head tracking, motion sensors and stereoscopic displays for 3D vision.

  • Give three challenges of virtual reality headsets.

    Expensive hardware, possible eye strain or motion sickness, and time-intensive content creation.

  • Describe the principal operations of a magnetic hard disk.

    It has one or more platters whose surfaces can be magnetised, divided into concentric tracks; the disks rotate at high speed, and each surface has a read/write head mounted on an arm just above it.

  • The read/write arm of a hard disk is controlled by an                     , which positions the head over the correct track sector.

    The read/write arm of a hard disk is controlled by an actuator, which positions the head over the correct track sector.

  • How is a hard disk platter divided up?

    Into concentric tracks and wedge-shaped sectors, which together form track sectors.

  • How does solid state memory store data?

    It stores data in cells using transistors that act as switches, using NAND or NOR gates to control the flow of electrons.

  • How is data written to and erased from a flash memory cell?

    Writing uses a high voltage to push electrons onto the floating gate; erasing reverses the high voltage to pull electrons off it.

  • True or False?

    An optical disc reader detects data by measuring the temperature of the disc surface.

    False.

    A laser scans the surface, and changes in reflection from the pits and lands indicate 0s and 1s.

  • Define buffer.

    A buffer is a temporary storage area that holds data while it is being transferred between two devices or processes.

  • What problem do buffers solve?

    They help manage speed differences between components, ensuring smooth data flow.

  • Describe how a buffer works.

    Data is collected in the buffer before being processed or output, and when the receiving device is ready it takes data from the buffer.

  • What does a keyboard buffer store?

    It stores keystrokes until the processor is ready to handle them.

  • What does a print buffer allow the processor to do?

    It holds print jobs so the processor can move on while the printer outputs the data at its own speed.

  • What does a video buffer prevent?

    It stores a portion of data before playback to prevent pauses caused by network delays.

  • Buffers are used to                      data transfer between fast and slow devices.

    Buffers are used to synchronise data transfer between fast and slow devices.

  • What would happen without buffers?

    Data could be lost or delayed if one device is not ready to process information.

  • What two things do buffers improve in a system?

    They improve efficiency and avoid bottlenecks.

  • True or False?

    A buffer stores data permanently once it has been transferred.

    False.

    A buffer is a temporary storage area that holds data only while it is being transferred.

  • Define RAM.

    RAM is primary storage directly connected to the CPU that holds the data and instructions currently in use.

  • Define ROM.

    ROM is primary storage that holds the first instructions a computer needs to start up, known as the bootstrap, and contains the BIOS.

  • Give three differences between RAM and ROM.

    RAM is very fast while ROM is slower than RAM; RAM holds gigabytes while ROM holds megabytes; RAM is read and write while ROM is read only; RAM is volatile while ROM is non-volatile.

  • What category of memory are RAM and ROM both examples of?

    They are both examples of primary memory.

  • Define SRAM.

    Static RAM is a form of RAM that keeps data as long as power is on, made from flip-flops so there is no need for constant refreshing.

  • Define DRAM.

    Dynamic RAM is a form of RAM that stores each bit in a tiny capacitor and needs constant refreshing to keep the data.

  • SRAM uses transistors arranged as                     , while DRAM uses transistors and capacitors.

    SRAM uses transistors arranged as flip-flops, while DRAM uses transistors and capacitors.

  • Where is SRAM typically used, and why?

    In cache memory, where quick access to data is most important, because SRAM is very fast — faster than DRAM.

  • Where is DRAM typically used, and why?

    As main memory, where larger amounts of cheaper storage are required.

  • Give two drawbacks of SRAM.

    It is expensive to make and takes up more space, giving a lower storage capacity than DRAM.

  • Give two drawbacks of DRAM.

    It is slower than SRAM because it needs time to refresh data, and it uses more power, especially during refreshing cycles.

  • What are PROM, EPROM and EEPROM?

    They are all types of ROM that are programmed and reprogrammed in different ways, each with a specific application.

  • Can a PROM be reprogrammed?

    No — it is programmed once only and cannot be erased.

  • How is an EPROM erased?

    Using UV light, and the chip must be removed from the device, with the entire chip erased at once.

  • How is an EEPROM erased?

    Using electric voltage, and it can be erased in place without removing it from the device, with specific parts erased rather than the whole chip.

  • Give two common uses of EEPROM.

    Flash memory and BIOS chips, including smart cards, remote key fobs, USB sticks and SSDs.

  • True or False?

    An EPROM can have specific parts erased without affecting the rest of the chip.

    False.

    An EPROM has its entire chip erased at once; it is the EEPROM whose specific parts can be erased.

  • Define monitoring system.

    A monitoring system collects data continuously through observation, passively gathering data without interacting with or changing the environment.

  • Define control system.

    A control system automatically manages or adjusts a process based on data collected from sensors, taking action if certain conditions are met.

  • What is the key difference between a monitoring and a control system?

    A monitoring system does not take action based on the data collected, while a control system does interact with the environment.

  • Give two examples of a monitoring system.

    Weather stations and patient monitoring in hospitals.

  • Why is a weather station a monitoring rather than a control system?

    It collects data 24/7 on temperature, wind speed, humidity and rainfall, but the system does not react or change anything.

  • Why is patient monitoring a monitoring rather than a control system?

    It records and displays data and alerts medical staff if readings go outside safe ranges, but it does not directly treat the patient.

  • How does a central heating system work as a control system?

    It monitors room temperature using a thermostat, switches the boiler on if temperature drops below the set level, and turns the heating off once the target is reached.

  • How does an automatic irrigation system work as a control system?

    It monitors soil moisture levels, activates sprinklers if moisture drops too low, and turns off the water supply once the soil reaches the correct level.

  • Define sensor.

    A sensor is an input device that measures a physical property of its environment, such as light levels, temperature or movement.

  • What are actuators in a control system?

    Output devices that carry out actions based on data from sensors, such as motors, heaters, valves and pumps.

  • What does an accelerometer measure, and give one use.

    It measures acceleration rate, tilt and vibration, and is used to detect sudden changes in vehicle movement or the orientation of a mobile phone.

  • What does a proximity sensor measure, and give one use.

    It measures distance, and is used to monitor the position of objects in robotics and in safety systems to prevent collisions.

  • What does a pH sensor measure, and give one use.

    It measures acidity or alkalinity, and is used to monitor soil for optimum growing conditions and pH levels in chemical processes.

  • Define feedback loop.

    A feedback loop is when a control system uses its output to influence its next input, allowing it to automatically adjust and stay within set conditions.

  • In a feedback loop the output affects the next             , helping the system make adjustments.

    In a feedback loop the output affects the next input, helping the system make adjustments.

  • True or False?

    A feedback loop needs a human operator to make the adjustment.

    False.

    Feedback makes the system more accurate and efficient without needing human control — it self-corrects.

Sign up to unlock flashcards

or