إدارة نظم قواعد البيانات

اختبار الفصل ١

اختبار محاكي

Introduction to Database Systems

٢٥ أسئلة · اختيار من متعدد، صح/خطأ، وتوصيل. أجب ثم اضغط «تسليم الاختبار».

  1. ١

    A DBMS is best described as:

  2. ٢

    Which is a drawback of storing data directly in file systems?

  3. ٣

    Which level of abstraction describes how a record is actually stored on the device?

  4. ٤

    The actual content of the database at a particular point in time is called:

  5. ٥

    `create table instructor (...)` is an example of which language?

  6. ٦

    The data dictionary stores:

  7. ٧

    Which is the most widely used commercial DML / query language?

  8. ٨

    What is the correct order of query processing steps?

  9. ٩

    Which ACID property guarantees a committed transaction survives system failures?

  10. ١٠

    Which is NOT one of the listed database architectures?

  11. ١١

    Database systems solve the redundancy, atomicity, concurrency, and security problems of file systems.

  12. ١٢

    Atomicity means a transaction may be left partially completed after a failure.

  13. ١٣

    The logical level describes what data is stored and the relationships among the data.

  14. ١٤

    Physical data independence is the ability to modify the physical schema without changing the logical schema.

  15. ١٥

    DML is used to define the database schema.

  16. ١٦

    In the relational model, all data is stored in tables of rows and columns.

  17. ١٧

    ODBC/JDBC are APIs that allow SQL queries to be sent to a database.

  18. ١٨

    XML was originally designed as a database query language.

  19. ١٩

    The storage manager handles indexing, hashing, and file organization.

  20. ٢٠

    The goal of query optimization is to maximize execution time.

  21. ٢١

    Match each level of abstraction with what it describes.

    • Physical level
    • Logical level
    • View level
    • Instance

    الإجابات

  22. ٢٢

    Match each ACID property with its guarantee.

    • Atomicity
    • Isolation
    • Durability
    • Transaction

    الإجابات

  23. ٢٣

    Match each language/term with its role.

    • DDL
    • DML
    • SQL
    • Data dictionary

    الإجابات

  24. ٢٤

    Match each query processing step with its action.

    • Parsing and translation
    • Optimization
    • Evaluation
    • Result presentation

    الإجابات

  25. ٢٥

    Match each data model with its description.

    • Relational model
    • Entity-Relationship model
    • Semi-structured model
    • Older models

    الإجابات

أجبت ٠ من ٢٥