AP CS Principles · Big Idea 2: Data40 flashcards

AP CSP Data Storage and Limitations

40 flashcards covering AP CSP Data Storage and Limitations for the AP-CS-PRINCIPLES Big Idea 2 section.

Data storage and its limitations are critical concepts in the AP Computer Science Principles curriculum, specifically under Big Idea 2. This topic encompasses how data is represented, stored, and managed in computer systems, as well as the implications of data storage choices on efficiency, accessibility, and security. Understanding these principles is essential for making informed decisions about technology use in various applications.

In practice exams and competency assessments, questions on data storage often involve scenarios requiring students to evaluate different storage methods, compare their effectiveness, and identify potential limitations. Common traps include confusing the characteristics of various storage types (e.g., RAM vs. hard drives) and overlooking the impact of data storage choices on system performance and user experience. A frequent oversight in real-world applications is underestimating the importance of data backup strategies, which can lead to significant data loss and operational disruptions.

Terms (40)

  1. 01

    What is the primary purpose of data storage in computing?

    The primary purpose of data storage in computing is to retain and manage data for future access and processing, enabling programs to retrieve and manipulate information as needed (College Board AP CED).

  2. 02

    Which of the following is a limitation of using cloud storage?

    A limitation of using cloud storage is the dependency on internet connectivity, as access to data is compromised if the internet is unavailable (College Board AP CED).

  3. 03

    What is a characteristic of volatile memory?

    Volatile memory requires power to maintain the stored information; once the power is lost, the data is erased (College Board AP CED).

  4. 04

    How often should data backups be performed to ensure data safety?

    Data backups should be performed regularly, with frequency depending on the importance and volatility of the data; daily backups are common for critical data (College Board AP CED).

  5. 05

    What is the difference between primary and secondary storage?

    Primary storage is directly accessible by the CPU and is typically faster, while secondary storage refers to devices like hard drives that store data persistently but are slower to access (College Board AP CED).

  6. 06

    What happens to data in RAM when the computer is turned off?

    Data in RAM is lost when the computer is turned off, as it is a type of volatile memory (College Board AP CED).

  7. 07

    Under what condition is data compression beneficial?

    Data compression is beneficial when reducing the size of files for storage efficiency or faster transmission over networks (College Board AP CED).

  8. 08

    What is the maximum size of a single file that can be stored on a FAT32 file system?

    The maximum size of a single file that can be stored on a FAT32 file system is 4 GB (College Board AP CED).

  9. 09

    What is an example of non-volatile storage?

    An example of non-volatile storage is a solid-state drive (SSD), which retains data even when powered off (College Board AP CED).

  10. 10

    What is the role of a database management system (DBMS)?

    A database management system (DBMS) is used to create, manage, and manipulate databases, allowing for efficient data retrieval and storage (College Board AP CED).

  11. 11

    What is a potential risk of inadequate data storage security?

    A potential risk of inadequate data storage security is unauthorized access, which can lead to data breaches and loss of sensitive information (College Board AP CED).

  12. 12

    What is the purpose of data redundancy?

    The purpose of data redundancy is to ensure data availability and reliability by storing duplicate copies of data in multiple locations (College Board AP CED).

  13. 13

    When should data be archived?

    Data should be archived when it is no longer actively used but must be retained for future reference or compliance purposes (College Board AP CED).

  14. 14

    What is the impact of data loss on businesses?

    Data loss can lead to significant operational disruptions, financial loss, and damage to reputation for businesses (College Board AP CED).

  15. 15

    Which storage method is typically the fastest for data retrieval?

    Solid-state drives (SSDs) are typically the fastest method for data retrieval compared to traditional hard disk drives (HDDs) (College Board AP CED).

  16. 16

    What is the function of a file system?

    The function of a file system is to manage how data is stored and organized on storage devices, allowing for efficient data access and retrieval (College Board AP CED).

  17. 17

    What is one advantage of using cloud storage?

    One advantage of using cloud storage is the ability to access data from any device with internet connectivity, promoting flexibility and collaboration (College Board AP CED).

  18. 18

    What is a common method for ensuring data integrity?

    A common method for ensuring data integrity is using checksums or hashes to verify that data has not been altered during storage or transmission (College Board AP CED).

  19. 19

    What is the role of caching in data storage?

    Caching improves data retrieval speed by storing frequently accessed data in a faster storage medium (like RAM) for quick access (College Board AP CED).

  20. 20

    What is the maximum amount of data that can be stored on a single DVD?

    A single-layer DVD can store up to 4.7 GB of data, while a dual-layer DVD can hold up to 8.5 GB (College Board AP CED).

  21. 21

    What is the significance of data normalization in databases?

    Data normalization is significant as it reduces data redundancy and improves data integrity by organizing data into related tables (College Board AP CED).

  22. 22

    What is the purpose of a backup strategy?

    The purpose of a backup strategy is to ensure data can be recovered in case of loss or corruption, minimizing downtime and data loss (College Board AP CED).

  23. 23

    What is a disadvantage of using magnetic tape for data storage?

    A disadvantage of using magnetic tape for data storage is the slower access time compared to other storage methods, making it less suitable for frequent data retrieval (College Board AP CED).

  24. 24

    What is the maximum storage capacity of a Blu-ray disc?

    A single-layer Blu-ray disc can hold up to 25 GB of data, while a dual-layer disc can store up to 50 GB (College Board AP CED).

  25. 25

    What is the importance of data encryption?

    Data encryption is important as it protects sensitive information from unauthorized access and ensures data privacy during storage and transmission (College Board AP CED).

  26. 26

    What is a cloud storage service?

    A cloud storage service allows users to store data on remote servers accessed via the internet, providing scalability and flexibility (College Board AP CED).

  27. 27

    What is the purpose of using RAID in data storage?

    The purpose of using RAID (Redundant Array of Independent Disks) is to improve data redundancy and performance by combining multiple disk drives into a single unit (College Board AP CED).

  28. 28

    What is a key limitation of using flash memory?

    A key limitation of using flash memory is its limited write and erase cycles, which can lead to wear over time (College Board AP CED).

  29. 29

    What is the role of metadata in data storage?

    Metadata provides information about other data, such as its format, size, and creation date, facilitating data management and retrieval (College Board AP CED).

  30. 30

    What is the typical use case for external hard drives?

    External hard drives are typically used for additional storage, backups, and transferring data between computers (College Board AP CED).

  31. 31

    What is the purpose of a data retention policy?

    The purpose of a data retention policy is to define how long data should be kept and when it should be deleted, ensuring compliance and efficient data management (College Board AP CED).

  32. 32

    What is the impact of data fragmentation on performance?

    Data fragmentation can lead to decreased performance as the system takes longer to access scattered pieces of data across the storage medium (College Board AP CED).

  33. 33

    What is a characteristic of SSDs compared to HDDs?

    SSDs have no moving parts, making them faster and more durable compared to traditional HDDs, which rely on spinning disks (College Board AP CED).

  34. 34

    What is the benefit of using a distributed file system?

    A distributed file system allows data to be stored across multiple locations, improving access speed and redundancy (College Board AP CED).

  35. 35

    What is the purpose of a version control system in data management?

    A version control system tracks changes to files over time, allowing for collaboration and recovery of previous versions (College Board AP CED).

  36. 36

    What is a potential drawback of using cloud storage for sensitive data?

    A potential drawback of using cloud storage for sensitive data is the risk of data breaches and unauthorized access if proper security measures are not in place (College Board AP CED).

  37. 37

    What is the difference between structured and unstructured data?

    Structured data is organized in a predefined manner, such as databases, while unstructured data lacks a specific format, like emails or videos (College Board AP CED).

  38. 38

    What is a common use of data deduplication?

    Data deduplication is commonly used to eliminate duplicate copies of data, optimizing storage space and improving efficiency (College Board AP CED).

  39. 39

    What is the significance of data governance?

    Data governance is significant as it establishes policies and standards for data management, ensuring data quality and compliance (College Board AP CED).

  40. 40

    What is a characteristic of hybrid cloud storage?

    Hybrid cloud storage combines on-premises infrastructure with cloud storage, providing flexibility and scalability while maintaining control over sensitive data (College Board AP CED).