Refer to CUET Computer Science MCQs Chapter 7 Database Concepts provided below available for download in Pdf. The MCQ Questions for UG Computer Science with answers are aligned as per the latest syllabus and exam pattern suggested by CUET, NCERT and KVS. Multiple Choice Questions for Chapter 7 Database Concepts are an important part of exams for UG Computer Science and if practiced properly can help you to improve your understanding and get higher marks. Refer to more Chapter-wise MCQs for CUET UG Computer Science and also download more latest study material for all subjects
MCQ for UG Computer Science Chapter 7 Database Concepts
UG Computer Science students should refer to the following multiple-choice questions with answers for Chapter 7 Database Concepts in UG.
Chapter 7 Database Concepts MCQ Questions UG Computer Science with Answers
Question. ___________________ maintains data about its students, along with their attendance record and guardian details.
a. Hostel
b. Hospital
c. Bank
d. School
Answer : D
Question. Finding information from a huge volume of papers or deleting/modifying an entry is a difficult task in ____
a. Manual Data Entry
b. Electronic Data Entry
c. Both of the above
d. None of the above
Answer : A
Question. Contents of a file can be ____________
a. Text
b. Computer Program Code
c. Comma Separated Value
d. All of the above
Answer : D
Question. Redundancy leads to excess storage use and may cause _____.
a. Data Consistency
b. Data Inconsistency
c. Data Filter
d. None of the above
Answer : B
Question. Limitations faced in file system can be overcome by storing the data in a ______ where data are logically related.
a. Microsoft Word
b. Microsoft Excel
c. DBMS
d. Microsoft PowerPoint
Answer : C
Question. We know that tables in a database are linked or related through one or more common columns or fields. This common field is called _______
a. Primary Key
b. Foreign Key
c. Alternate Key
d. Candidate Key
Answer : B
Question. Sometimes we put certain restrictions or limitations on the type of data that can be inserted in one or more columns of a table. These restriction is called ____________
a. Data Constraint
b. Data Dictionary
c. Database Schema
d. Database Instance
Answer : A
Question. Which of the following is not the data constraint in DBMS?
a. Not Null
b. Unique
c. Distinct
d. Primary Key
Answer : C
Question. Query is used to fetch data from __________
a. One table only
b. Two tables only
c. Three tables only
d. One or more tables
Answer : D
Question. The most commonly used data model is _______.
a. Relational Data Model
b. Object-Oriented Data Model
c. Entity-Relationship Data Model
d. Document Model
Answer : A
Question. A row in a table is also known as _________
a. Record
b. Tuple
c. Both of the above
d. None of the above
Answer : C
Question. ______ is a set of values from which an attribute can take a value in each row.
a. Degree
b. Cardinality
c. Domain
d. Attribute
Answer : C
Question. A special value ________ is used to represent values that are unknown to certain attributes.
a. None
b. Null
c. Unknown
d. No
Answer : B
Question. The class teacher marks daily attendance of the students in the attendance register. The teacher records ‘P’ for present or ‘A’ for absent. If class strength is 50 and total working days in a month are 26, the teacher needs to write _________ records manually in the register every month.
a. 50 + 26
b. 50 – 26
c. 50 * 26
d. 50 / 26
Answer : C
Question. Files are stored on the ______ of a computer system.
a. Hard Disk
b. Software
c. Desktop
d. Freeware
Answer : A
Question. When same data is maintained in different places and do not match. This is called ________
a. Data Consistency
b. Data Inconsistency
c. Data Filter
d. Data Isolation
Answer : B
Question. DBMS stands for _____________
a. Database Management System
b. Database Manager System
c. Database Management Software
d. Data Management System
Answer : A
Question. _________ maintains a single repository of data at a centralised location that can be used by multiple users at the same time.
a. DBMS
b. Microsoft Word
c. Microsoft Excel
d. Open Office Calc
Answer : A
Question. _______ are used to ensure accuracy and reliability of data in the database.
a. Data Constraint
b. Data Dictionary
c. Database Schema
d. Database Instance
Answer : A
Question. A _____ is a request to a database for obtaining information in a desired way.
a. Form
b. Query
c. Report
d. Table
Answer : B
Question. Identify the limitations of DBMS.
a. Increased Complexity
b. Increased data vulnerability
c. Both of the above
d. None of the above
Answer : A
Question. In relational data model, tables are called _______________
a. Relations
b. Related Data
c. Relational
d. Relation Model
Answer : A
Question. Number of rows in a table is known as ______
a. Cardinality
b. Degree
c. Attributes
d. Tuples
Answer : A
Question. “Loss of data, in case if attendance register is lost or damaged” This is limitation of _______
a. Manual Data Entry
b. Electronic Data Entry
c. Both of the above
d. None of the above
Answer : A
Question. _____ becomes difficult to handle when number of files increases and volume of data also grows.
a. File system
b. Folder System
c. Database
d. Data
Answer : A
Question. If the structure of a file is changed, all the existing application programs accessing that file also need to be change. Otherwise, the programs may not work correctly. This is called __________
a. Data Consistency
b. Data Inconsistency
c. Data Dependency
d. Data Isolation
Answer : C
Question. Real life application of DBMS is __________
a. Banking
b. Inventory Management
c. Online Shopping
d. All of the above
Answer : D
Question. A _____ is data about the data.
a. Data Constraint
b. Data Dictionary
c. Meta Data
d. Database Instance
Answer : C
Question. Suppose Atharv’s Guardian has changed his mobile number, his Guardian Phone number needs to be modified in GUARDIAN file. This is called _____ operation
a. Delete
b. Update
c. Insert
d. Display
Answer : B
Question. Number of columns in a table is known as ______
a. Cardinality
b. Degree
c. Attributes
d. Tuples
Answer : B
Question. Which of the following is an advantage of storing data in computerized systems?
a. Easy to find any data.
b. Adding more records to existing data
c. Deleting any record from existing data.
d. All of the above
Answer : D
Question. _______ means same data are duplicated in different places (files).
a. Redundancy
b. Consistency
c. Inconsistency
d. Foreign Key
Answer : A
Question. Name a software that can be used to create and manage databases.
a. DSBM
b. DMBS
c. DBMS
d. DBSM
Answer : C
Question. _______ is also called the visual or logical architecture as it tells us how the data are organised in a database.
a. Data Constraint
b. Data Dictionary
c. Database Schema
d. Database Instance
Answer : C
Question. After loading data, the state or snapshot of the database at any given time is the ___________.
a. Database Instance
b. Meta Data
c. Data Constraint
d. Database Schema
Answer : A
Question. ________ is the set of programs used by a DBMS to create database and handle various queries for data retrieval and manipulation.
a. Database constraint
b. Meta data
c. Database engine
d. Data dictionary
Answer : C
Question. In DBMS, we can retrieve and manipulate data through _______
a. Form
b. Query
c. Report
d. Table
Answer : B
Question. A relation has 3 rows and 5 columns. What is the degree and cardinality of this relation?
a. Degree – 5 and Cardinality – 3
b. Degree – 5 and Cardinality – 5
c. Degree – 3 and Cardinality – 3
d. Degree – 3 and Cardinality – 5
Answer : A
Question. A ___________ can be understood as a container to store data in a computer.
a. Operating System
b. Database
c. File
d. Software
Answer : C
Question. Which of the following is limitation of a File System?
a. Difficulty in Access
b. Data Redundancy
c. Data Inconsistency
d. All of the above
Answer : D
Question. Meta data is also known as ___________
a. Data Constraint
b. Data Dictionary
c. Database Schema
d. Database Instance
Answer : B
Question. Identify the odd one out.
a. Relational Data Model
b. Object-Oriented Data Model
c. Tree Data Model
d. Hierarchical Data Model
Answer : C
Question. Which of the following statement is wrong?
a. Each attribute in a relation has a unique name.
b. Sequence of attributes in a relation is immaterial
c. All data values in an attribute is not of same data type.
d. Sequence of tuples in a relation is immaterial.
Answer : C
Question. Data in a file system are accessed through ___________.
a. Antivirus
b. System Programs
c. Application Programs
d. Microsoft Word
Answer : C
Question. ______ represents the design or structure of a database.
a. Data Constraint
b. Data Dictionary
c. Database Schema
d. Database Instance
Answer : C
Question. A column in a table is also known as ___________
a. Attributes
b. Field
c. Both of the above
d. None of the above
Answer : C
Question. Example of open source DBMS is __________
a. Oracle
b. MySQL
c. Microsoft Access
d. MongoDB
Answer : B
Question. Which of the following operation is not the part of Manipulation of Database?
a. Insert new record
b. Delete an existing record
c. Modify/Update an existing record
d. Display specific records
Answer : D
CUET Computer Science MCQs Chapter 1 Database Query using SQL |
CUET Computer Science MCQs Chapter 1 Exception and File Handling in Python |
CUET Computer Science MCQs Chapter 2 Stack |
CUET Computer Science MCQs Chapter 3 Queue |
CUET Computer Science MCQs Chapter 4 Searching |
CUET Computer Science MCQs Chapter 5 Sorting |
CUET Computer Science MCQs Chapter 6 Understanding Data |
CUET Computer Science MCQs Chapter 7 Database Concepts |
CUET Computer Science MCQs Chapter 8 Structured Query Language |
CUET Computer Science MCQs Chapter 9 Computer Networks |
MCQs for Chapter 7 Database Concepts Computer Science UG
Expert teachers of studiestoday have referred to NCERT book for UG Computer Science to develop the Computer Science UG MCQs. If you download MCQs with answers for the above chapter you will get higher and better marks in UG test and exams in the current year as you will be able to have stronger understanding of all concepts. Daily Multiple Choice Questions practice of Computer Science will help students to have stronger understanding of all concepts and also make them expert on all critical topics. After solving the questions given in the MCQs which have been developed as per latest books also refer to the NCERT solutions for UG Computer Science. We have also provided lot of MCQ questions for UG Computer Science so that you can solve questions relating to all topics given in each chapter. After solving these you should also refer to UG Computer Science MCQ Test for the same chapter.
You can download the CUET MCQs for UG Computer Science Chapter 7 Database Concepts for latest session from StudiesToday.com
Yes, the MCQs issued by CUET for UG Computer Science Chapter 7 Database Concepts have been made available here for latest academic session
You can find CUET UG Computer Science Chapter 7 Database Concepts MCQs on educational websites like studiestoday.com, online tutoring platforms, and in sample question papers provided on this website.
To prepare for Chapter 7 Database Concepts MCQs, refer to the concepts links provided by our teachers and download sample papers for free.
Yes, there are many online resources that we have provided on studiestoday.com available such as practice worksheets, question papers, and online tests for learning MCQs for UG Computer Science Chapter 7 Database Concepts