Basic Concepts and Terminology of Database |
MCQs - Quiz . Find the most
important and more conceptual multiple-choice questions (MCQs) with answers of
Computer, ICS Part-II on the database management system (DBMS) for the
interview and final examinations of intermediate for all boards of Pakistan and
entry test for admission in universities i.e., ECAT.
We tried our best to provide the most important and best
multiple-choice questions (MCQs) from this chapter named Basic Concepts and
Terminology of Database. This post covers the topics i.e., database, field,
record, file, data handling in file management systems, attributes, rows,
tables, data element, tuples, relations, entity, properties of relation, views,
indexes, keys (i.e., primary key, secondary key, candidate key / alternate key,
composite key, concatenate key, sort/control key, and foreign key), the end
user, the data administrator, and the database administrator.
➤ Basic Concepts & Terminology of Databases - Short Questions ➤ Data Basics - MCQs ➤ Data Basics - Short Questions ➤ Getting Started with C - MCQs ➤ Getting Started with C - Short Questions ➤ Elements of C - MCQs ➤ Elements of C - Short Questions ➤ Input/Output - MCQs ➤ Input/Output - Short Questions ➤ Input/Output - Exercise Programs ➤ Decision Constructs - MCQs ➤ Decision Constructs - Short Questions ➤ Decision Constructs - Exercise Programs ➤ Loop Constructs - MCQs ➤ Loop Constructs - Exercise Solution ➤ Loop Constructs - Short Questions ➤ Functions in C - MCQs ➤ Functions in C - Short Questions ➤ Functions in C - Exercise Programs ➤ File Handling - Short Questions ➤ File Handling - Short Questions
Chapter No.2:
Basic Concepts & Terminology of Database
Database MCQs | Online Quiz
Show all questions
Back
Next
By default which of the followings value is stored in a cell?
? random ? null ? zero ? no value is entered
Followings is true about a relation except?
? all records must be unique ? the order of rows must be insignificant ? each cell must contain atomic value ? the order of columns must be significant
Followings is true about primary key except?
? it can have identical values ? these uniquely identify the records of database ? these must be unique ? it must be one in a table
In database, teacher is an example of?
? record ? primary key ? object ? entity
On hard disk, data is stored in the form of?
? high level language ? machine language ? assembly language ? structured query language
Storage of same data at more than one places results in?
? data integrity ? data integration ? data redundancy ? all of these
The ascending order of data hierarchy in a database is?
? bit-byte-field-record-file-database ? byte-bit-field-record-file-database ? bit-byte-record-field-file-database ? bit-byte-field-record-database-file
The collection of one or more __ results in a record?
? characters ? fields ? files ? none of these
The concatenate key is also called?
? primary key ? composite key ? candidate key ? foreign key
The control key is used to?
? sort data ? store data ? define data ? all of these
The fields of a relation are stored in?
? rows ? columns ? records ? none of these
The INSERT command is used to insert?
? new table ? view ? new record ? none of these
The key create links between?
? reports ? records ? relations ? none of these
The key which can represent uniqueness of a row but is not acting as primary key?
? secondary key ? rare key ? candidate key ? none of these
The person who shares development of logical design and establishes data standards?
? end user ? database admin ? data admin ? none of these
The SELECT command is used to select?
? record from a table ? report from a table ? field from table ? none of these
The table containing the foreign key refers to?
? parent table ? primary table ? dependant table ? none of these
The table pointing to foreign key is called?
? parent table ? grand table ? child table ? none of these
The value of foreign key must match with ___ value?
? primary key ? candidate key ? composite key ? none of these
Which of the followings can be used to create a view?
? report generator ? DBMS ? SQL ? none of these
Which of the followings can be used to improve data retrieval operations?
? query ? index ? view ? none of these
Which of the followings can be used to secure data from unauthorized access?
? query ? view ? DBMS ? none of these
Which of the followings is an advantage of variable length field?
? fast access ? good response time ? no memory wastage ? all of these
Which of the followings is most appropriate for primary key?
? teacher name ? physician address ? student id ? none of these
Which of the followings person must be technically expert in DBMS?
? data admin ? end user ? database admin ? all of these
Post a Comment
Your feedback is highly appreciated and will help us to improve. So, please give your good suggestions.