MCQ Bank
A __________ is a storage area that contains such an encoded address.
- A) pointer
- B) tree
- C) graph
- D) array
How are positions in a one-dimensional array identified?
- A) By an index numbers
- B) Field names
- C) Pairs of indices
- D) Rows and columns
What is an aggregate type in programming?
- A) An integer variable
- B) 2-dimensional array
- C) Block of data items with different data types
- D) Rectangular array of numbers
If we seek the JobTitle column within a relation named NEW1, the expression would be: SELECT _____ FROM NEW1;
- A) Department
- B) EmployeeID
- C) Salary
- D) JobTitle
Operations that are only partially completed in commercial systems might lead to ___________ information in the database.
- A) Accurate
- B) Verified
- C) Valid
- D) Incomplete
In a two-dimensional array, what does the second index in a pair identify?
- A) Field name
- B) Row associated with the position
- C) Column associated with the position
- D) Numerical index number
In the case of ________that are subject to heavy transaction loads, it is highly likely that a random snapshot will find the database in the middle of some transaction.
- A) web development
- B) small database
- C) object oriented programming
- D) large databases
This conceptual view of the database is called a ________ model.
- A) Database
- B)
- C)
- D)
In case of an equipment malfunction, the DBMS uses the log to reconstruct ______.
- A) the entire database from scratch
- B) only incomplete transactions
- C) completed transactions since the last backup
- D) non-committed transactions
Shortcut key of paste is:
- A) Ctrl+V
- B)
- C)
- D)
A transaction requiring exclusive access will ___________.
- A) Automatically gain access without checks
- B) Grant shared access to other transactions
- C) Be forced to wait if the item is already exclusively locked
- D) Share the access with other transactions
The format in which information is displayed by spreadsheet programs is similar to the format used in the ________.
- A) Hierarchical model
- B) Network model
- C) Object-oriented model
- D) Relational model
The PROJECT operation allows extraction of columns and places the result in a __________.
- A) Matrix
- B) New row
- C) New relation
- D) Existing column
Today, database technology, combined with _________ techniques,
- A) data mining
- B) Sentiment analysis
- C) text mining
- D) opening mining
What could best describe the application of a one-dimensional array with 26 elements?
- A) Tracking alphabet letter occurrences
- B) Representing monthly sales and profit
- C) Managing skill ratings and reviews of employee data
- D) Storing student data
The following statement extracts __________ from the EMPLOYEE relation. MAIL <- PROJECT Name, Address from EMPLOYEE
- A) Names and Addresses
- B) Addresses only
- C) Names only
- D) Phone numbers
To retrieve information about an employee, we perform ______ operation on the EMPLOYEE relation.
- A) SELECT
- B) UPDATE
- C) INSERT
- D) DELETE
In the context of data structures, what is the primary use of pointers?
- A) To serve as a counter in loops
- B) To record the location of data items
- C) To delete instructions
- D) To store string data type
A typical database application involves two major layers: the application layer and the __________ management layer.
- A) user
- B) database
- C) data
- D) schema
What does a tree structure's hierarchical organization resemble?
- A) Array
- B) Graph
- C) Organization chart
- D) Stack