CBSE Class 10 Computer Science Database Management System

Read and download free pdf of CBSE Class 10 Computer Science Database Management System. Download printable Computers Class 10 Worksheets in pdf format, CBSE Class 10 Computers Database Management System Worksheet has been prepared as per the latest syllabus and exam pattern issued by CBSE, NCERT and KVS. Also download free pdf Computers Class 10 Assignments and practice them daily to get better marks in tests and exams for Class 10. Free chapter wise worksheets with answers have been designed by Class 10 teachers as per latest examination pattern

Database Management System Computers Worksheet for Class 10

Class 10 Computers students should refer to the following printable worksheet in Pdf in Class 10. This test paper with questions and solutions for Class 10 Computers will be very useful for tests and exams and help you to score better marks

Class 10 Computers Database Management System Worksheet Pdf

Question. A _________ is an organized collection of data.
a. Database
b. Digital Document
c. Spreadsheet
d. None of the above
Answer : A

Question. A database is an integrated collection of ___________.
a. Data records
b. Files
c. Objects
d. All of the above
Answer : D

Question. Example of the database ________.
a. Microsoft Access
b. OpenOffice Base
c. MySQL
d. All of the above
Answer : D

Question. DBMS Stands for __________.
a. Database Management System
b. Database Manage System
c. Data Manage System
d. None of the above
Answer : A

Question. Data can be organized into __________.
a. Flat File
b. Relational
c. Both a) and b)
d. None of the above
Answer : C

Question. When the same piece of data is stored in two or more locations, it is called ______________.
a. Data Redundancy
b. Data Integrity
c. Data Consistency
d. None of the above
Answer : A

Question. __________ are dedicated computers that hold the actual databases and run only the DBMS and related software.
a. Database Server
b. Decided Server
c. Web Server
d. None of the above
Answer : A

Question. When the primary key is applied on multiple columns is known as __________.
a. Primary Key
b. Composite Primary Key
c. Foreign Key
d. None of the above
Answer : B

Question. A ____________ is a collection of data components organized in the form of vertical columns and horizontal rows.
a. Table
b. Fields
c. Attributes
d. None of the above
Answer : A

Question. _________ prevents creating multiple copies in the database.
a. Data Redundancy
b. Data Integrity
c. Data Consistency
d. None of the above
Answer : A

Question. Data stored in a single table is known as __________.
a. Flat File
b. Relational
c. Both a) and b)
d. None of the above
Answer : A

Question. __________ in a table represents a set of information with the same structure in every row.
a. Tuples
b. Record
c. Both a) and b)
d. None of the above
Answer : C 

Question. What are the advantages of database __________.
a. Reduces Data Redundancy
b. Sharing of Data
c. Data Integrity
d. All of the above
Answer : D

Question.  __________ means that the data is accurate and consistent in the database.
a. Data Redundancy
b. Data Integrity
c. Data Consistency
d. None of the above
Answer : B

Question. A __________ is the actual text, number, or date that you enter when adding data to your database.
a. Values
b. Table
c. Boolean
d. None of the above
Answer : A

Question.  ________ is a software package that can be used for creating and managing databases.
a. Database Management System
b. Basedata Management System
c. Database Manage System
d. None of the above
Answer : A 

Question. Database Management System automatically takes care of ____________.
a. Data Redundancy
b. Backup and Recovery
c. Data Security
d. None of the above
Answer : B

Question. What are the different numerical data types?
a. Boolean
b. Tinyint & Smallint
c. Integer & Bigint
d. All of the above
Answer : D

Question. The unique field present in the table is called __________.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer : A

Question. Only authorized users should be allowed to access the database and their identity should be authenticated using a username and password known as ________.
a. Data Redundancy
b. Data Consistency
c. Data Security
d. None of the above
Answer : C

Question. A database management system is a software package with computer programs that controls the___________.
a. Creation
b. Maintenance
c. Use of Database
d. All of the above
Answer : D

Question. _____________ are used to define the type of data that will be stored in the database.
a. Data Types
b. Data field
c. Key Data
d. None of the above
Answer : A

Question. ___________ prevent multiple mismatching copies of the same data in the database and only valid data will be added in the database.
a. Data Redundancy
b. Backup and Recovery
c. Data Consistency
d. None of the above
Answer : C

Question. The database concept has evolved since the _______.
a. 1980
b. 1960
c. 1955
d. 1950
Answer : B

Question. By default if the primary key is not defined that column is known as __________.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer : C

Question. __________ types are used for describing numeric values for the field used in the table of a database.
a. Numeric Type
b. Alphanumeric Type
c. Boolean Type
d. Date & Time
Answer : A

Question. Shortcut key for executing query in OpenOffice base.
a. F2
b. F3
c. F4
d. F5
Answer : D

Question. If the user does not specify a value for a field while putting values into the table, a _____________ value can be assigned to it.
a. Default Value
b. Length
c. Format
d. None of the above
Answer : A

Question. A ________ is a collection of data values of a specific type, one for each row of a table.
a. Column
b. Row
c. Cell
d. None of the above
Answer : A

Question. ____________ data type can store UTF 8 Characters in the database.
a. Longvarchar
b. Char
c. Both a) and b)
d. None of the above
Answer : C

Question. A DBMS enables several user application programs to access the ________ database.
a. Other Database
b. Same Database
c. Both a) and b)
d. None of the above
Answer : B

Question. A row also called a Record or _________ represents a single, data item in a table.
a. Column
b. Tuples
c. Fields
d. None of the above
Answer : B

Question. Data is stored in multiple tables, which are connected together via a common field.
a. Flat File
b. Relational
c. Both a) and b)
d. None of the above
Answer : B

Question. A_________________ database management system is referred to as a relational model.
a. DBMS
b. RDBMS
c. DB
d. None of the above
Answer : B

Question. ____________ are the basic building blocks of a database.
a. Table
b. Query
c. Database
d. None of the above
Answer : A

Question. What are the different types of data type available in OpenOffice base?
a. Numeric Types
b. Alphanumeric Types
c. Binary Types & Date time
d. All of the above
Answer : D

Question. __________ is case sensitive data type in the database.
a. Longvarchar
b. Varchar_Ignorecase
c. Varchar
d. All of the above
Answer : B

Question. In a table, a __________ represents a single data item.
a. Row
b. Truple
c. Both a) and b)
d. None of the above
Answer : C

Question. SQL stands for _____________.
a. Single Query Language
b. Structured Query Language
c. Semantic Query Language
d. None of the above
Answer : B

Question. __________ key can store multiple same records in the table.
a. Primary Key
b. Candidate Key
c. Foreign Key
d. None of the above
Answer : C

Question. A table is a collection of data elements that are organized using a vertical __________ and horizontal ___________ model.
a. Column & Row
b. Row & Column
c. Column & Column
d. Row & Row
Answer : A

Question. A __________ statement used to display the zero record or multiple record from the database.
a. Select
b. Order By
c. Where
d. None of the above
Answer : A

Question. ___________ is the relationship, where both the tables must have primary key columns.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Answer : A

Question. You can create tables in the database using _________.
a. Wizard
b. SQL
c. Both a) and b)
d. None of the above
Answer : C

Question. A popular data manipulation language is _________________.
a. Structured Query Language
b. Machine Level language
c. Low level language
d. None of the above
Answer : A

Question. To retrieve all the columns in a table the syntax is ___________.
a. Select $ from <tablename>;
b. Select * <tablename>;
c. Select * from <tablename>;
d. Select % <tablename>;
Answer : C

Question. There are ________ ways to create a table.
a. 1
b. 2
c. 3
d. 4
Answer : B

Question. The connection or association between two or more table is known as ____________
a. Connection
b. Relationship
c. Connector
d. None of the above
Answer : B

Question. A ____________________ is a standard for commands that define the different structures in a database.
a. Data Manipulation Language (DML)
b. Data Definition Language (DDL)
c. Both a) and b)
d. None of the above
Answer : B

Question. Relationships between tables help to __________.
a. Save time
b. Reduce data-entry errors
c. Summarize data from related tables
d. All of the above
Answer : D

Question. Field properties can be set in both the ________ and _________ .
a. Length & Default Value
b. Length & Entry
c. Both a) and b)
d. All of the above
Answer : C

Question. By default the length of the numerical data type is _______.
a. 05
b. 10
c. 20
d. 30
Answer : B

Question. ____________ is used to maintain accuracy and consistency of data in a relationship.
a. Referential data
b. Referential Integrity
c. Referential Value
d. None of the above
Answer : B

Question. ___________ data type can store 0 or 1 in the database.
a. Boolean
b. TinyInt
c. Smalint
d. BigInt
Answer : A

Question. In base, data can be linked between two or more tables with the help of ____________.
a. Primary Key
b. Foreign Key
c. Both a) and b)
d. None of the above
Answer : C

Question. ____________ in this relationship, one of them must have a primary key column.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Answer : B 

Question. To display the records containing the same type of values _________ clause can be used with the Select SQL Command.
a. Where
b. More
c. Order
d. None of the above
Answer : A

Question. ________ means to arrange the data in either ascending order or descending order.
a. Filter
b. Sorting
c. Arrangement
d. None of the above
Answer : B

Question. _____________ are used to identify which type of data we are going to store in the database.
a. Datatype
b. DataItem
c. DataValue
d. DataCat
Answer : A

Question. A ______________ is a language that enables users to access and manipulate data in a database.
a. Data Manipulation Language (DML)
b. Data Definition Language (DDL)
c. Both a) and b)
d. None of the above
Answer : A

Question. Referential Integrity helps to avoid ____________.
a. If you want to add a record in the related table and if there is no associated record available in the primary key table.
b. Changing values in a primary if there are any dependent records in the related table.
c. Deleting records from a primary key table if there are any matching related records available in the associated table.
d. All of the above
Answer : D

Question. What are the different types of relationships which can be created in table___________.
a. One to One
b. One to Many or Many to One
c. Many to Many
d. All of the above
Answer : D

Question. A ____________ is a subset of DML that just deals with information retrieval.
a. Query Language
b. Structure Language
c. Both a) and b)
d. None of the above
Answer : A

Question. The relationship between two tables where one table has one record and another table has many records is known as ___________.
a. One-to-Many
b. Many-to-Many
c. Many-to-One
d. None of the above
Answer : A

Question. ___________ data types in a database can be used for storing photos, music, video or any file format.
a. Numerical Type
b. Alphanumeric Type
c. Binary Type
d. Date & Time
Answer : C

Question. _________ means that the query hides certain data and displays only what you want to see based on the criteria you provided.
a. Filtering
b. Sort
c. Query
d. All of the above
Answer : A

Question. Which datatype is used for storing date and time both in the database.
a. Date
b. Time
c. Timestamp
d. None of the above
Answer : C

Question. To view records in ascending order from a database.
a. Unorder by
b. Order by
c. Acc by
d. Decc by
Answer : B

Question. ___________ statement is used for modifying records in a database.
a. Modify
b. Update
c. Delete
d. Select
Answer : B

Question. There are __________ types of Relationships in a table.
a. 2
b. 3
c. 4
d. 5
Answer : B

More Study Material

CBSE Class 10 Computers Database Management System Worksheet

The above practice worksheet for Database Management System has been designed as per the current syllabus for Class 10 Computers released by CBSE. Students studying in Class 10 can easily download in Pdf format and practice the questions and answers given in the above practice worksheet for Class 10 Computers on a daily basis. All the latest practice worksheets with solutions have been developed for Computers by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their examinations. Studiestoday is the best portal for Printable Worksheets for Class 10 Computers students to get all the latest study material free of cost.

Worksheet for Computers CBSE Class 10 Database Management System

Teachers of studiestoday have referred to the NCERT book for Class 10 Computers to develop the Computers Class 10 worksheet. If you download the practice worksheet for the above chapter daily, you will get better scores in Class 10 exams this year as you will have stronger concepts. Daily questions practice of Computers printable worksheet and its study material will help students to have a stronger understanding of all concepts and also make them experts on all scoring topics. You can easily download and save all revision Worksheets for Class 10 Computers also from www.studiestoday.com without paying anything in Pdf format. After solving the questions given in the practice sheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 10 Computers designed by our teachers

Database Management System worksheet Computers CBSE Class 10

All practice paper sheet given above for Class 10 Computers have been made as per the latest syllabus and books issued for the current academic year. The students of Class 10 can be assured that the answers have been also provided by our teachers for all test paper of Computers so that you are able to solve the problems and then compare your answers with the solutions provided by us. We have also provided a lot of MCQ questions for Class 10 Computers in the worksheet so that you can solve questions relating to all topics given in each chapter. All study material for Class 10 Computers students have been given on studiestoday.

Database Management System CBSE Class 10 Computers Worksheet

Regular printable worksheet practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Database Management System concepts. Practice worksheets play an important role in developing an understanding of Database Management System in CBSE Class 10. Students can download and save or print all the printable worksheets, assignments, and practice sheets of the above chapter in Class 10 Computers in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter.

Worksheet for CBSE Computers Class 10 Database Management System

CBSE Class 10 Computers best textbooks have been used for writing the problems given in the above worksheet. If you have tests coming up then you should revise all concepts relating to Database Management System and then take out a print of the above practice sheet and attempt all problems. We have also provided a lot of other Worksheets for Class 10 Computers which you can use to further make yourself better in Computers

Where can I download latest CBSE Practice worksheets for Class 10 Computers Database Management System

You can download the CBSE Practice worksheets for Class 10 Computers Database Management System for the latest session from StudiesToday.com

Can I download the Practice worksheets of Class 10 Computers Database Management System in Pdf

Yes, you can click on the links above and download chapter-wise Practice worksheets in PDFs for Class 10 for Computers Database Management System

Are the Class 10 Computers Database Management System Practice worksheets available for the latest session

Yes, the Practice worksheets issued for Database Management System Class 10 Computers have been made available here for the latest academic session

How can I download the Database Management System Class 10 Computers Practice worksheets

You can easily access the links above and download the Class 10 Practice worksheets Computers for Database Management System

Is there any charge for the Practice worksheets for Class 10 Computers Database Management System

There is no charge for the Practice worksheets for Class 10 CBSE Computers Database Management System you can download everything free

How can I improve my scores by solving questions given in Practice worksheets in Database Management System Class 10 Computers

Regular revision of practice worksheets given on studiestoday for Class 10 subject Computers Database Management System can help you to score better marks in exams

Are there any websites that offer free Practice test papers for Class 10 Computers Database Management System

Yes, studiestoday.com provides all the latest Class 10 Computers Database Management System test practice sheets with answers based on the latest books for the current academic session

Can test sheet papers for Database Management System Class 10 Computers be accessed on mobile devices

Yes, studiestoday provides worksheets in Pdf for Database Management System Class 10 Computers in mobile-friendly format and can be accessed on smartphones and tablets.

Are practice worksheets for Class 10 Computers Database Management System available in multiple languages

Yes, practice worksheets for Class 10 Computers Database Management System are available in multiple languages, including English, Hindi