Secondary storage, compression and cloud services
Computer performance emerges from the interaction of processing, memory, storage and specialized hardware.
What you need to be able to do
- DescribeInternal and external types of secondary memory storage
- DescribeThe concept of compression
- DescribeThe different types of services in cloud computing
Rapid Recall Deck
Say the answer aloud before flipping. Mark secure knowledge quickly and spend time on the gaps.
- How do SSDs and HDDs differ in basic operation?: SSDs use solid-state flash memory with no moving parts; HDDs store data magnetically on spinning platters.
- What are common examples of internal and external secondary storage?: Internal: SSD, HDD, eMMC. External: SSD, HDD, optical drive, flash drive, memory card, and NAS.
- What is the difference between lossless and lossy compression?: Lossless compression allows exact reconstruction of the original data; lossy compression permanently removes some information to achieve greater reduction.
- What kind of data suits run-length encoding (RLE)?: Data containing long repeated runs of the same value, because RLE stores the value and run length instead of each repeated item.
- What is transform coding in compression?: It converts data into a different representation so it can be compressed more effectively, commonly in image or audio compression.
- What do SaaS, PaaS, and IaaS provide?: SaaS provides complete applications; PaaS provides a managed development/deployment platform; IaaS provides virtualized computing infrastructure.
- How does control generally change from SaaS to PaaS to IaaS?: User control and configuration flexibility generally increase toward IaaS, while the provider manages more of the stack in SaaS.
Core knowledge and application
Internal and external types of secondary memory storage
Computer performance emerges from the interaction of processing, memory, storage and specialized hardware.
Explain it without notes
Describe: Internal and external types of secondary memory storage in the context of a school upgrading computers for graphics, coding and machine learning.
- Internal hard drives: solid state drive (SSD), hard disk drive (HDD), embedded multimedia cards (eMMCs)
- External hard drives: SSD, HDD, optical drives, flash drives, memory cards, network attached storage (NAS)
- The scenarios in which the various types of drive are used
The concept of compression
Computer performance emerges from the interaction of processing, memory, storage and specialized hardware.
Explain it without notes
Describe: The concept of compression in the context of a school upgrading computers for graphics, coding and machine learning.
- Compare lossy compression methods and lossless compression methods
- Run-length encoding and transform coding
Core knowledge and application
The different types of services in cloud computing
Computer performance emerges from the interaction of processing, memory, storage and specialized hardware.
Explain it without notes
Describe: The different types of services in cloud computing in the context of a school upgrading computers for graphics, coding and machine learning.
- Services: software as a service (SaaS), platform as a service (PaaS), infrastructure as a service (IaaS)
- Compare the approaches of SaaS, PaaS, and IaaS in various real-world scenarios, recognizing that different degrees of control and flexibility influence resource management and resource availability
Transfer to a new scenario
- Internal hard drives: solid state drive (SSD), hard disk drive (HDD), embedded multimedia cards (eMMCs)
- External hard drives: SSD, HDD, optical drives, flash drives, memory cards, network attached storage (NAS)
- Compare lossy compression methods and lossless compression methods
- Run-length encoding and transform coding
- Services: software as a service (SaaS), platform as a service (PaaS), infrastructure as a service (IaaS)
- Compare the approaches of SaaS, PaaS, and IaaS in various real-world scenarios, recognizing that different degrees of control and flexibility influence resource management and resource availability
Paper 1 practice
- Describe: Internal and external types of secondary memory storage in the context of a school upgrading computers for graphics, coding and machine learning.
- Describe: The concept of compression in the context of a school upgrading computers for graphics, coding and machine learning.
- Describe: The different types of services in cloud computing in the context of a school upgrading computers for graphics, coding and machine learning.
Finish the learning cycle
IA — main task
Continue Criterion D development. Keep code readable, record meaningful implementation decisions, and maintain testing/evidence notes as you work.
Syllabus — short
Complete one targeted Paper 2/Paper 1 retrieval task from today’s lesson.