1.3

Data storage and compression

9 flashcards to master Data storage and compression

Smart Spaced Repetition

Rate each card Hard, Okay, or Easy after flipping. Your progress is saved and cards are scheduled for optimal review intervals.

Definition Flip

Define the term 'data storage' in the context of computer science.

Answer Flip

Data storage refers to the methods and technologies used to record and retain digital information for later retrieval. It involves using various storage mediums like hard drives, SSDs, or cloud services to preserve data.

Key Concept Flip

Arrange the following units of storage in ascending order: Terabyte (TB), Kilobyte (KB), Gigabyte (GB), Megabyte (MB).

Answer Flip

The correct order is: Kilobyte (KB), Megabyte (MB), Gigabyte (GB), Terabyte (TB). Remember that 1KB < 1MB < 1GB < 1TB.

Definition Flip

Explain the purpose of data compression.

Answer Flip

Data compression reduces the size of a file or data stream. This is done to save storage space and bandwidth during transmission, making it more efficient to store or send the data.

Definition Flip

What is 'lossy' compression and provide an example of a file format that uses it.

Answer Flip

Lossy compression reduces file size by permanently removing some data. An example is JPEG for images, where some image quality is sacrificed for a smaller file size.

Definition Flip

Explain 'lossless' compression and give an example of a file format that uses it.

Answer Flip

Lossless compression reduces file size without losing any data. The original data can be perfectly reconstructed. An example is ZIP or PNG for images.

Key Concept Flip

Describe how Run Length Encoding (RLE) works.

Answer Flip

RLE replaces consecutive repeating occurrences of a symbol with a count of the repetition followed by the symbol itself.

Example: 'AAABBBCC' becomes '3A3B2C'.
Key Concept Flip

Give an example scenario where RLE compression would be effective.

Answer Flip

RLE is effective for compressing images with large areas of the same color, such as simple graphics or black and white images with long runs of black or white pixels.

Key Concept Flip

Outline one advantage and one disadvantage of using lossy compression.

Answer Flip

Advantage: Significantly smaller file sizes compared to lossless. Disadvantage: Some data is permanently lost, reducing the quality of the reconstructed file.

Key Concept Flip

Explain why lossless compression is preferred for text documents and program code.

Answer Flip

Lossless compression is preferred because any data loss in text or code can corrupt the file, rendering it unusable or causing errors. Perfect reconstruction is necessary.

Review the material

Read revision notes with definitions, equations, and exam tips.

Read Notes

Test yourself

Practice with MCQ questions to check your understanding.

Take Quiz
1.2 Text, sound and images 2.1 Types and methods of data transmission

Key Questions: Data storage and compression

Define the term 'data storage' in the context of computer science.

Data storage refers to the methods and technologies used to record and retain digital information for later retrieval. It involves using various storage mediums like hard drives, SSDs, or cloud services to preserve data.

Explain the purpose of data compression.

Data compression reduces the size of a file or data stream. This is done to save storage space and bandwidth during transmission, making it more efficient to store or send the data.

What is 'lossy' compression and provide an example of a file format that uses it.

Lossy compression reduces file size by permanently removing some data. An example is JPEG for images, where some image quality is sacrificed for a smaller file size.

Explain 'lossless' compression and give an example of a file format that uses it.

Lossless compression reduces file size without losing any data. The original data can be perfectly reconstructed. An example is ZIP or PNG for images.

About Data storage and compression (1.3)

These 9 flashcards cover everything you need to know about Data storage and compression for your Cambridge IGCSE Computer Science (0478) exam. Each card is designed based on the official syllabus requirements.

What You'll Learn

How to Study Effectively

Use the Study Mode button above to test yourself one card at a time. Try to answer each question before flipping the card. Review cards you find difficult more frequently.

Continue Learning

After mastering Data storage and compression, explore these related topics: