Database Structure
Database Structure
Name:
Roll no:
2. What is DBMS?
a) DBMS is a collection of queries
b) DBMS is a high-level language
c) DBMS is a programming language
d) DBMS stores, modifies and retrieves data
9. In a traditional file system, what is the purpose of a file extension like ".txt" or ".jpg"?
a. File manager
b. File allocation table
c. Kernel
d. User interface
11. What is the maximum number of files that can be stored in a single directory in most
traditional file systems?
a. Unlimited
b. 256
c. 65,536
d. 10,000
12. In a traditional file system, what happens when two users simultaneously attempt to
write to the same file?
a. The system locks the file, preventing both users from writing.
b. The system merges their changes automatically.
c. The changes made by one user overwrite the changes made by the other.
d. The system creates a new copy of the file for each user.
13. Which traditional file system limitation is overcome by the use of hierarchical
directory structures?
15. Which traditional file system feature allows a user to control who can access and
modify their files?
a. Encryption
b. Permissions and access control lists
c. File compression
d. Disk defragmentation
17. Which term is used to describe a collection of files and directories on a computer's
storage device?
a. Archive
b. Library
c. File system
d. Database
18. In a traditional file system, which of the following is used to navigate through the
directory structure?
a. Browser
b. File explorer
c. Task manager
d. Calculator
19. What does the term "file path" refer to in the context of traditional file systems?
a. The path followed by a cursor on the screen
b. The physical location of a file on a storage device
c. The speed at which files are accessed
d. The number of files in a directory
20. Which of the following is a common file system error message in Windows indicating
that a file or directory cannot be found?
a. "File not supported"
b. "Out of memory"
c. "File not found"
d. "Access denied"
23. Which database model organizes data into a tree-like structure with parent and child
relationships?
a. Hierarchical model
b. Relational model
c. Network model
d. Object-oriented model
25. Which term is used to describe a unique identifier for each record in a database table?
a. Attribute
b. Key
c. Index
d. Entity
26. What does SQL stand for in the context of databases?
a. Structured Query Language
b. System Query Language
c. Software Query Logic
d. Structured Query Logic
27. Which SQL command is used to retrieve data from a database table?
a. INSERT
b. DELETE
c. SELECT
d. UPDATE