DBMS Session1
DBMS Session1
(Check Point
P 1. Computer based record keeping system is known as
A
(a)CRKS -Computerized Record Keeping Systen
R )DBMS - Data Base Management System
T (c) DMS - Data Management System
B (d) All of these
2. Duplication of data is known as
(a) Data Redundancy (6) Data Repentance
(c) Data Inconsistency (d) None of these
3. Multiple copies of same data that mismatch, are known as
(a) Data Redundancy (b) Data Repentance
(c) Data Inconsistency (d) None of these
4. A storage container storing data pertaining to simple object, subject or purpose is known as
(4) Table (b) Query (c) Report (d) Form
5. A field that uniquely identifies records in the table is known as
(g) Primary key (b) Candidate key (c) Unique key (d) Special key
6. A statement that gives you filtered data according to your conditions and specifications, is
called
(a) Table (6) Query (c) Report (d) Form
7. An interface in user-defined layout that lets users view, enter or
change data in tables, known as
(a) Table (b) Query (c) Report (a Form
8. A formal, presentable printed document that lists daa in
formatted way is known as
(a) Table (b) Query (9Report (d) Form
9 Named collection of fields which represent acomplete unit of
information is called
(a) Field Record (c) Table (d) None of these
Session l:
INTRODUCING DAATABASES
10. Arqw in a table is
( A record
also known as :
(b) A field
1 Which of the following holds a (c) A data type (d) A tuple
(b) Record single piece of data ?
(a) Table
12. What is the Field
correct (d) Form
(a) The first field indefinition
a
table.
of primary key ?
Kh A field that
() The field contains unique data in each
which we will use to record.
(¦) A field search with.
which contains numbers
13. What is the only.
correct
(a) The common definition of foreign key ?
field of two tables.
(h) A field that
contains
(c) The field same as unique data in each record.
(Ð Afield that stores primary key.
values coming from primary key of
14 When aprimary key contains more another table.
(a) Alternate key
than one field, it is known as
(c) Foreigrn key (b) Candidate key
15 What is used to er Composite key
uniquely identify each record in atable ?
(a) Foreign key
(b) Field
(c) Datatype
16. Which is not true for a database file ?
Primary key
(a) Each record may contain
several fields
(b) Fields are organized in columns
(c) Data types have to be declared in
a) Each field nay contain
advance
several records
17. While designing a database, we
should keep in mind
(a) Purpose of database
(c) Field needed (6) Tables required
bayAll of them
18. What are the main building
blocks of a database ?
(a) Lists
( Tables
Queries
GYReports
19. Which of the following describes a
relational database ?
(a) t provides a relationship
between integers.
y)lt consists of separate tables of
(C) It retrieves data
related data.
related to its queries.
(a) It can print
reports.
Data should be organized into tables based on:
(4) Field properties
y) Subjects associated with
() Character lengths the real-data
(d) All of
these
UNIT III: DATA BASE MANAGEMENT SYSTEM
INFORMATION TECHNOLOGrX
140
query ?
21. Which of the following best describes a easily.
people to enter or view data in your database
(2) A query enables
prints data.
(0) A query summarizes and database based on a criteria.
from a
(9) A query filters data
(d) All of these
describes a form ?
22. Which of the following best database easily.
form enables people to enter or view data in a
(9) A
(b) A form summarizes and prints data.
database based on a criteria.
(c) A form filters data from a
(d) All of these
23. Which of the following best describes a report ?
view data in a database easily.
(a) A report enables people to enter or
(b A report summarizes and prints data.
database based on a criteria.
(c) A report filters data from a
(d) All of these
24. A database table should always contain
(a) images (b) lotsof records
(c) lots of ready made queries \ a key field
P
A 25. Datᥠin adatabase is stored in a
Ka) table (b) query (c) report (d) search
26. A collection of data which is stored in a logical structure is known as a
(a) field (b) database (c) record a) table
27. One piece of data about a single person or thing is known as a
(a) record (b) file Yield (d) database
28. All of the information about one person or one thing is known as a
(a) database (b) field (c) file record
Kalai
based record keeping system.
system is basically a computer
databaserefers
ADatabase to the collection of interrelated data and Database Management Systems (DBMS) is a computer
effectively and efficiently.
program that manages a database
known as data redundancy.
O Duplication of data is
features like tables, forms, queries and reports to manage data.
OBASE offers many
astorage container storing data pertaining to single object, subject or purpose.
Atable refers to
uniquely identifes the records in a table.
O Aprimary key is afield that
statement that gives you filtered data according to your conditions and specifications.
O Aquery is a
tohle
Aform is an interface in user specified layout that lets users view, enter, or change data directly in the
O eks
format. It is a formal presentable document about
O Areport is an effective way to present date in a printed
Jolution Time
P
1. What is database ? What is its significance ?
Ans.A database is a collection of logically related data.
The database systems store data centrally at one place wherefrom all applications can get the dath
A
Both these tables reside in single database as both of them are related to single object called
employee. Twotables are maintained to minimize redundancy.
Therefore, tables provide a way to store related data together under one roof, taking care of things
like reduced redundancy, standardization and data integrity.
4. Whatis the difterence betveen aflat database and relational database ?
Ans. In a flat database, all the data is stored in a single file e.g., a spreadsheet.
abional database, data is stored in multiple tables linked via common fields e.g.,
BASE of
OpenOffice.org is a relational database.
5. The managerofacarsioowroon1 uses adatabase to store data about cars he sells. This is part of the database.
(a) How many records are there in this part of the database ?
(b) How many fields are there in this part of the database ?
Ans. (a) 7 (seven) (b) 5 (five)
(a) The Job Title of the employee with Payroll Number M421 is ?
(0) Which Department has maximum employees and what are their Payroll Numbers ?
Ans.
(a) Secretary.
(6) Finance department their Payroll Numbers are: A621, M502.
0112 Clarinet
Jugal
(a) The MemberNumber 0112 is used twice. Explain why this must be a mistake.
(b) Write down a valid MemberNumber for Jugal.
(c) Name field also has unique values for all the records. Can it be made primary kers
Why/why not?
Ans.
(a) MemberNumber uniquely identifies the members. It is most likely to be the primaru key nu
keyfield. Hence, one value cannot be used more than once in this column. Hence use of 011
twice is wrong as it is the primary key field.
(b) 0113 (or any other number which is different from earlier entered member numbers.)
() Though Name is having unique values as of now, there is no guarantee that the band
grows there would not be multiple people with similar names. Hence, as of now it can he
made primary key but should not be made as in future its values may be duplicate.
8. Which of the following is not an example of database ?
B (a) Cross n Know Game (b) Employee Payroll Management
(c) Numeric Calculator (d) Customer Management System
Ans. Numeric Calculator.
9. What is Primary Key ? (CBSE 2020)
Ans. A Primary Key is a field that uniquely identifies the records in a table.
10. Sanchita is working for a nationalized bank and is in the process of creation a table to store the
details of
Customers of the bank. Find out, which of the following Fields of table Bank can be selected as Primary Key,
Candidate Key and Alternate Key.
AccountNo CustomerName Dateofbirth PANNumber OpeningBalance
GLOSSARY
Composite Primary key Aprimary key having a combination of more than one field.
Collection of interrelated data.
Data Base
Management System DBMS.
Data Base
DBMS A computer program that manages a database effectively.
of data
DataRedundancy Duplication
ataInconsistency Multiple mismatching copies of same data.
n Key Anon-keyfield of a table that refers to the primary key of another table.
An interface in user-specified layout that allows users to view, enter or change data directly in table.
wwdry key Afield that uniquely identifies records in atable.
Query Astatement that
gives filtered data according to specified
conditions.
Relational Database IManagement System RDBMs
DRset Aformal, presentable printed document that lists data in a formatted manner.
Lk Astorage container storing data pertaining to a single
object, subject or purpose.
Assignment
1. What is Database ?