NCERT Solutions Class 10 Computers Database Concepts

NCERT Solutions Class 10 Computers Database Concepts have been provided below and is also available in Pdf for free download. The NCERT solutions for Class 10 Computers have been prepared as per the latest syllabus, NCERT books and examination pattern suggested in Class 10 by CBSE, NCERT and KVS. Questions given in NCERT book for Class 10 Computers are an important part of exams for Class 10 Computers and if answered properly can help you to get higher marks. Refer to more Chapter-wise answers for NCERT Class 10 Computers and also download more latest study material for all subjects. Database Concepts is an important topic in Class 10, please refer to answers provided below to help you score better in exams

Database Concepts Class 10 Computers NCERT Solutions

Class 10 Computers students should refer to the following NCERT questions with answers for Database Concepts in Class 10. These NCERT Solutions with answers for Class 10 Computers will come in exams and help you to score good marks

Database Concepts NCERT Solutions Class 10 Computers

Very Short Answer Type Questions 

Question. What is database? Give example.
Answer: A collection of related information organised as tables is known as database, e.g. INGRES, MySQL etc.

Question. Write the purpose of DBMS. 
Answer: DBMS is used to store logically related information at a centralised location. It facilitates data sharing among all the applications requiring it.

Question. Write the relationship between a database and a table. 
Answer: A database contains multiple tables whereas, a table cannot exist outside a database.

Question. Give any one use of database. 
Answer: A database is used to store logically related information in table.

Question. What is field in database? Give an example.
Answer: A field is an area, reserved for a specific piece of data. It is also known as attribute, e.g. Customer_Name.

Question. Define the term DBMS. 
Answer: The full form of DBMS is Database Management System. It is a computer based record keeping system.

Question. State the primary goal of a DBMS.
Answer: To provide a convenient and efficient environment in which we can store and retrieve information.

Question. Write any two uses of database management system. 
Answer:
1. DBMS is used to store data at a centralised location.
2. It is used to minimise data redundancy and data inconsistency.

Question. Give any two disadvantages of the database.
Answer:
1. High complexity
2. Database failure

Question. Write any two advantages of using database.
Answer:
1. Can ensure data security.
2. Reduces the data redundancy.

Question. What is a primary key?
                      Or
Define primary key with an example. 
                      Or
What is primary key? Give an example. 
                      Or
What is a primary key in database? Give an example. 
Answer: A field which uniquely identifies each record in a table is known as primary key. e.g. empld is the primary key of the Employee table.

Question. Give one advantage of using primary key.
Answer: A primary key uniquely identifies the record in the table.

Question. What is the significance of a primary key?
Answer: A primary key cannot allow null values and must have a unique index.

Question. Name two possible primary keys for an Employee table. 
Answer: Possible primary keys for an Employee table are empcode, empphonenumber.

Question. Write the significance of a foreign key.
Answer: A foreign key is used to Establish relationship between any two tables of RDBMS.

Question. What is the default extension of OO.o not zero BASE database? 
Answer: The default extension of OO.o BASE database is .odb.


Short Answer Type Questions 

Question. What are the main purposes of a database system?
Answer:
- Storage of information.
- Retrieval of information quickly.
- Sorting, selecting data that satisfies certain criteria (filtering).
- Produce the report in some standardised and readable format.

Question. How are fields, record and a table related to each other? Explain with the help of an example.
Answer: Fields are one type of information. A record contains logically related fields. A table
Emp name contains logically related records.
EmpNo   Name        Salary
1.          Shridhar     20000
2.          Raghav      40000

Here EmpNo, Name and Salary are three different fields. 1, Shridhar, 20000 represents one complete record.

Question. What is the difference between ‘Rows’ and ‘Columns’ in a table? 
Answer: In a table, rows are called records and columns are termed as fields. A row stores complete information of a record whereas column stores only similar data values for all records.

Question. Distinguish between data and information. 
Answer: Distinguish between data and information are as follows:
Data                                           Information
It is a raw facts.                          It is a process form of data.
It considers facts symbols,         It considers knowledge derived from
images for reference or              study, experience or instruction.
analysis.
e.g. 23 is a data.                        e.g. age = 23 is information.

Question. Define query in the context of database.
Answer: A query is an inquiry into the database using the SELECT statement. These statements give you filtered data according to your conditions and specifications indicating the fields, records and summaries which a user wants to fetch from a database.

Question. Define forms and what is the need of using them? 
Answer: In a database, a form is a window or a screen that contains numerous fields or spaces to enter data. Forms can be used to view and edit your data. It is an interface in user specified layout.e.g. a user can create a data entry form that looks exactly like a paper form. People generally prefer to enter data into a well-designed form, rather than a table.

Question. What do you understand by report?
Answer: When you want to print those records which are fetched from your database, design a report. It is an effective way to present data in a printed format. It allows you to represent data retrieved from one or more tables, so that it can be analysed.

Question. What do you mean by DBMS? 
Answer: It is a collection of programs that enables users to create, maintain database and control all the access to the database. It is a computer based record keeping system. DBMS is a software package that manages database, e.g. MySQL, INGRES, MS-ACCESS etc.DBMS is actually a tool that is used to perform any kind of operation on data in database.

Question. Define RDBMS.
Answer: RDBMS is a type of DataBase Management System that stores data in the form of relations (tables). Relational databases are powerful, so they require few assumptions about how data is related or how, it will be extracted from the database.

Question. A table named School (containing data of students of the whole school) is created, where each record consists of several fields including AdmissionNo (Admission
Number), RollNo (Roll Number), Name. Which field out of these three should be set as the primary key and why?
Answer: AdmissionNo should be set as primary key because admission numbers are unique for each and every students of the school, which is not possible in the case with RollNo and Name.

Question. What is the utility of primary key in database? Write distinct features of primary keys.
Answer: Primary key is used to uniquely identify the record in a database. It can be a column or a set of columns in the table. Main features of primary key are as follows:
1. It must contain a unique value for each record of table.
2. It does not contain null values.


Long Answer Type Questions 

Question. Discuss the components of a database.
Answer: A database consists of several components. Each component plays an important role in the database system environment.
The major components of database are as follows:
- Data
It is raw numbers, characters or facts represented by value. Most of the organisations generate, store and process large amount of data. The data acts as a bridge between the hardware and the software. Data may be of different types such as User data,Metadata and Application Metadata.
- Software
It is a set of programs that lies between the stored data and the users of database. It is used to control and manage the overall computerised database. It uses different types of software such as MySQL, Oracle etc.
- Hardware
It is the physical aspect of computer, telecommunication and database, which consists of the secondary storage devices such as magnetic disks, optical discs etc., on which data is stored.
- Users
It is the person, who needs information from the database to carry out its primary business responsibilities.
The various types of users which can access the database system are as follows:
- Database Administrator (DBA)
A person, who is responsible for managing or establishing policies for the maintenance and handling the overall database management system is called DBA.
- Application Programmers
The people, who write application programs in programming languages to interact and manipulate the database are called application programmers.
- End-user
A person, who interacts with the database system to perform different operations on the database like inserting, deleting etc., through menus or forms.

Question. Define database management system. Write two advantages of using database management system for school. CBSE 2007,05, 04
Answer: DataBase Management System (DBMS) is a collection of programs that enable users to create, maintain database and control all the access to the database. The primary
goal of the DBMS is to provide an environment that is both convenient and efficient for user to retrieve and store information.
The advantages of using DBMS for school are as follows:
1. In school, DBMS is used to store the data about students, teachers and any other
related thing at a centralised location.
2. It provides security to the personal information of the school, stored in it.

Question. Distinguish between a record and a field in a table, with an example.
Answer: Distinguish between a record and a field in a table are as follows:
NCERT-Solutions-Class-10-Foundation-of-Information-Technology-Database-Concepts-1

Question. Write the steps to design a database.
Answer: Steps to Design a Database
There are various steps to design a database which are as follows:
- Step 1 Determine the purpose of your database The first step of designing a database is to determine the purpose and mechanism to design and use it.
- Step 2 Determine the tables Tables are one of the most important elements of a database, consist of rows and columns. To create a well-defined database, you have to keep some conditions which are as follows:
- A table should not contain duplicate information.
- Each table should contain information about one subject.
e.g. One table is used to contain the personal information of the students and the other is used to contain the marks scored by the student.
- Step 3 Determine the fields After creating a table, you need to decide the type and number of fields required for the tables in your database. Each field in a table contains individual facts about the table’s subject.
e.g. A customer table may include company name, address, city, state and phone number fields.
- Step 4 Identify the primary key in a table From the fields of table, you need to identify a primary key which uniquely identifies each individual record of the table.
The primary key helps you to reduce data duplication in the table.
- Step 5 Determine the relationship between tables In this step, you need to determine relationship between two or more tables in your database. You can set-up a relationship between tables on the basis of common field between them.
Establishing a relationship allows you to fetch any information from both the tables.
- Step 6 Refine the design After you have designed the tables, fields and relationships, its time to study the design and detect any faults that might remain.
- Step 7 Enter data and create other database objects When you are satisfied that the database structure meets the goals you needed, add all your existing data to the tables.

Application Oriented Questions

Question. Consider the following table


NCERT-Solutions-Class-10-Foundation-of-Information-Technology-Database-Concepts-2

1. Which of the above field can be selected as a primary key?
2. EmpName field also has unique values for all the records. Can it be made primary key? Give answer with reason.
Answer:
1. EmpNo can be selected as a primary key.
2. EmpName is having unique values, but there is no guarantee that if more employees are included then there would not be multiple people with similar names.
So, in future its values may be duplicate. Thus, it cannot be made as a primary key.

Question. Sanchita is working for a nationalised bank and is in the process of creating 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? 
Account No, Customer Name, Date of Birth, PAN Number, Opening Balance
Answer:
Primary key AccountNo
Candidate key AccountNo and PAN Number
Alternate key PAN Number

Question. Consider the following database Student


NCERT-Solutions-Class-10-Foundation-of-Information-Technology-Database-Concepts-3

1. The marks obtained by the student with RollNo. 1101 is?
2. What is the name of the student, who has got the highest marks and what is the amount of scholarship awarded to him/her?
3. How many records are there in the table?
4. How many fields are there in the table?
Answer:
1. 95.4
2. Mohan Garg and scholarship awarded is 50000.
3. 5
4. 6

Question. The director of a company uses a database to store data about job title. This is a part of the database given below
NCERT-Solutions-Class-10-Foundation-of-Information-Technology-Database-Concepts-4

1. How many records are there in this part of the database?
2. How many fields are there in this part of the database?
3. What is the job title of the employee with Payroll Number M421?
4. Which department has maximum employees and what are their Payroll Numbers?
Answer:
1. 6
2. 6
3. Secretary
4. Finance department and their Payroll Numbers are A621 and M502.

Question. Identify the columns out of the given three, which should not be present in each of the following tables:
NCERT-Solutions-Class-10-Foundation-of-Information-Technology-Database-Concepts-5

Answer: (i) DateofBirth (ii) Admno (iii) Phonenumber

 

Multiple Choice Questions 

Question. Facilities offered by databases are
(a) The ability to store a large amount of data in a structured format, easy update, sort query, production of reports.
(b) Easy editing, spell check, perform calculations, library of mathematical functions, replication.
(c) The ability to rotate images, copy and paste, fill scale.
(d) None of the above
Answer: (a) Databases have ability to store a large amount of data in structured format,easy update, sort query, production of reports.

Question. Which of the following is not an example of database? 
(a) Cross knot game
(b) Employee payroll management
(c) Numeric calculator
(d) Customer management system
Answer: (c) Numeric calculator because it is used to calculate the numeric numbers only as it is unable to store data.

Question. Database is a combination of 
(a) hardware and software
(b) hardware and operating system
(c) software and operating system
(d) utility programs
Answer: (a) A database consists of several components. These are data, software, hardware and user.

Question. Operations performed on a database are controlled by
(a) user
(b) hardware
(c) DBMS
(d) RDBMS
Answer: (a) Users are those persons, who need the information from the database to perform operations.

Question. Database is made up of all the following components except
(a) tables
(b) queries
(c) forms
(d) formula bar
Answer: (d) Database is made up of tables, queries and forms.

Question. Data is stored in RDBMS in the form of
(a) table
(b) query
(c) report
(d) record
Answer: (a) Relational Database Management System stores data in the form of relation. As we know, relations are known as table.

Question. Out of the following, which one is the most appropriate data field in context of employee table, if only one of these is required?
(a) Age in years
(b) Date of birth
(c) Age in days
(d) Age in months
Answer: (b) Date of birth is the most appropriate data field in context of employee table.

Question. All the information about a thing or a person is known as a
(a) database
(b) file
(c) field
(d) record
Answer: (d) A record refers to a raw of data, which represents a complete set of information in a table.

Question. Which of the following is not the main building block of a database?
(a) Lists
(b) Queries
(c) Reports
(d) Forms
Answer: (a) The main building blocks of database are tables, queries, forms and reports.

Question. Which of the following best describes a form? 
(a) Form enables people to enter or view data in a database easily
(b) Form summarises and prints data
 (c) A form filters data from a database based on a criteria
(d) All of the above
Answer: (a) Form enables people to enter or view data in a database easily.

Question. DBMS is a program that controls the creation, maintenance and use of database.
Here, DBMS referred to
(a) Digital Base Management System
(b) Data Build Management System
(c) DataBase Management System
(d) DataBase Management Service
Answer: (c) Here, DBMS stands for Database Management System.

Question. Computer based record keeping system is known as
(a) Data Manipulation System
(b) Computerised Data System
(c) Computerised Record keeping system
(d) DBMS
Answer: (d) DBMS is a collection of programs that enable user to create and maintain database. Also, it is a computer based record keeping system.

Question. RDBMS provides relational operators to manipulate the data. Here, RDBMS refers to
(a) Record Database Management System
(b) Relational Database Management System
(c) Reference Database Management System
(d) None of the above
Answer: (b) RDBMS stands for Relational Database Management System, which provides operator to manipulate the data stored into the database table.

Question. A database that contains tables linked by common fields is called a
(a) Centralised database
(b) Flat file database
(c) Relational database
(d) None of these
Answer: (c) Relational database stores data in the form of tables which are linked by common fields.

Question. Duplication of data is known as 
(a) data security
(b) data incomplete
(c) data redundancy
(d) None of these
Answer: (c) Data redundancy means duplication of data. It eliminates replication of data item into different files from a large database.

Question. Which of the following fields will not make a suitable primary key? 
(a) A customer’s account number
(b) A date field
(c) An auto number field
(d) A student’s admission number
Answer: (b) From the given options, data field can not be set as a primary key because it can’t be fixed for an object.

Question. Key field is a unique identifier for each record. It is defined in the form of
(a) rows
(b) columns
(c) tree
(d) query
Answer: (b) Key is a data item that allows you to uniquely identify individual occurrences which is defined as the column or set of columns.

 

Fill in the Blanks

Question. ………….. is a collection of related information.
Answer: Database

Question. In database, all the data are stored at a ……………. location.
Answer: centralised

Question.Table is also known as ………… .
Answer: relation

Question. A field in a table is also called as ………………… .
Answer: column

Question. ………….. is the smallest part of a table in which one data item can be kept. 
Answer: Field

Question. A set of related data item is called as ……………. .
Answer: record

Question. The database is managed by a software package known as …………….. .
Answer: DBMS

Question. Primary key is used to …………….. identify the record
Answer: uniquely

Question. A foreign key is a reference of the ………….. key in another table.
Answer: primary

Question. The candidate key, which is not used as primary key is called ………….. key.
Answer: alternate

 

True or False 

Question. Database is the collection of logically non-related data.
Answer: False A database is the collection of integrated and logically related data.

Question. A relationship cannot be created with the help of a table.
Answer: False A relationship is a connection between two tables of data.

Question. Field contains set of characters.
Answer: True It is the individual sub-component of one record. It contains set of characters,which have a proper meaning.

Question. A report allows you to represent data retrieved from one or more tables so that, it can be analysed and printed if required.
Answer: True When you want to print those records which are fetched from your database then, reports are more useful for this purpose.

Question. If a piece of data (field value) is stored in two places in the database, then storage space is wasted and changing the data in one place will not cause data inconsistency. 
Answer: False If a piece of data is stored in two places in the database, then storage space is wasted and changing the data in one spot will cause data inconsistency.

Question. A database can have only one table. 
Answer: False No, database does not have a limit on number of tables. It depends on the disk space.

Question. Primary key field gives us permission to record duplicate entry.
Answer: False A primary key is a key which identifies records uniquely in a table so it does not give us permission to record duplicate entry.

Question. A primary key field does not allow numbers.
Answer: False Primary key has to identify a unique value which can be present in a table, in a number form also. It means, primary key field allow number too.

Question. A primary key value can be NULL.
Answer: False The primary key of table is used to uniquely identify each and every row in the table. So, its all keys and columns must be defined as NOT NULL.

Question. A table can have multiple primary keys. 
Answer: False If we create multiple primary keys in a table, then primary key will be unable to find the unique key value.

Question. A foreign key is a primary key in another table.
Answer: True When a table’s primary key field is added to a related table in order to create the common field which relates two tables, it is called a foreign key in the related table.

More Study Material

NCERT Solutions Class 10 Computers Database Concepts

NCERT Solutions Class 10 Computers Database Concepts is available on our website www.studiestoday.com for free download in Pdf. You can read the solutions to all questions given in your Class 10 Computers textbook online or you can easily download them in pdf.

Database Concepts Class 10 Computers NCERT Solutions

The Class 10 Computers NCERT Solutions Database Concepts are designed in a way that will help to improve the overall understanding of students. The answers to each question in Database Concepts of Computers Class 10 has been designed based on the latest syllabus released for the current year. We have also provided detailed explanations for all difficult topics in Database Concepts Class 10 chapter of Computers so that it can be easier for students to understand all answers.

NCERT Solutions Database Concepts Class 10 Computers

Class 10 Computers NCERT Solutions Database Concepts is a really good source using which the students can get more marks in exams. The same questions will be coming in your Class 10 Computers exam. Learn the Database Concepts questions and answers daily to get a higher score. Database Concepts of your Computers textbook has a lot of questions at the end of chapter to test the students understanding of the concepts taught in the chapter. Students have to solve the questions and refer to the step-by-step solutions provided by Computers teachers on studiestoday to get better problem-solving skills.

Database Concepts Class 10 NCERT Solution Computers

These solutions of Database Concepts NCERT Questions given in your textbook for Class 10 Computers have been designed to help students understand the difficult topics of Computers in an easy manner. These will also help to build a strong foundation in the Computers. There is a combination of theoretical and practical questions relating to all chapters in Computers to check the overall learning of the students of Class 10.

Class 10 NCERT Solution Computers Database Concepts

NCERT Solutions Class 10 Computers Database Concepts detailed answers are given with the objective of helping students compare their answers with the example. NCERT solutions for Class 10 Computers provide a strong foundation for every chapter. They ensure a smooth and easy knowledge of Revision notes for Class 10 Computers. As suggested by the HRD ministry, they will perform a major role in JEE. Students can easily download these solutions and use them to prepare for upcoming exams and also go through the Question Papers for Class 10 Computers to clarify all doubts

Where can I download latest NCERT Solutions for Class 10 Computers Database Concepts

You can download the NCERT Solutions for Class 10 Computers Database Concepts for latest session from StudiesToday.com

Can I download the NCERT Solutions of Class 10 Computers Database Concepts in Pdf

Yes, you can click on the link above and download NCERT Solutions in PDFs for Class 10 for Computers Database Concepts

Are the Class 10 Computers Database Concepts NCERT Solutions available for the latest session

Yes, the NCERT Solutions issued for Class 10 Computers Database Concepts have been made available here for latest academic session

How can I download the Database Concepts Class 10 Computers NCERT Solutions

You can easily access the links above and download the Database Concepts Class 10 NCERT Solutions Computers for each chapter

Is there any charge for the NCERT Solutions for Class 10 Computers Database Concepts

There is no charge for the NCERT Solutions for Class 10 Computers Database Concepts you can download everything free

How can I improve my scores by reading NCERT Solutions in Class 10 Computers Database Concepts

Regular revision of NCERT Solutions given on studiestoday for Class 10 subject Computers Database Concepts can help you to score better marks in exams

Are there any websites that offer free NCERT solutions for Database Concepts Class 10 Computers

Yes, studiestoday.com provides all latest NCERT Database Concepts Class 10 Computers solutions based on the latest books for the current academic session

Can NCERT solutions for Class 10 Computers Database Concepts be accessed on mobile devices

Yes, studiestoday provides NCERT solutions for Database Concepts Class 10 Computers in mobile-friendly format and can be accessed on smartphones and tablets.

Are NCERT solutions for Class 10 Database Concepts Computers available in multiple languages

Yes, NCERT solutions for Class 10 Database Concepts Computers are available in multiple languages, including English, Hindi