Computer Awareness for Exams like IBPS PO, SO, Clerical, SBI, RBI and others.
DBMS – Basic concepts for Bank Exams:
- What is DBMS?
- DBMS means a collection of inter-related data and a set of programs to access that data. The primary goal of a DBMS is to provide a way to store and retrieve data in an efficient manner.
- What is a Database?
- Database is a collection of inter-related data items.
- Why one should use DBMS?
- DBMS should be used to :
- Prevent Data Redundancy and Inconsistency.
- keep the Data Secure.
- easily access the Data.
- Access data concurrently while maintaining Atomicity and Integrity of Data.
- DBMS should be used to :
- What is Data Redundancy?
- Duplication of Data is called as Data Redundancy
- What do you mean by Atomicity of Data?
- Atomicity of Data means that either all the required operations take place on the data item or none of them takes place. There is no scope for ‘Some’ operations taking place.
- What are the different Levels of Data Abstraction?
- Data Abstraction means hiding the complexities from users. Three levels of Abstraction in DBMS:
- Physical Abstraction – At Physical Level.
- Logical Abstraction- At Logical Level.Hiding the details about data and the relation between data.
- View Level- Showing only part of the database to the users.
- Data Abstraction means hiding the complexities from users. Three levels of Abstraction in DBMS:
- What is Database Schema?
- The overall design of the Database is known as Database Schema.
- What is Instance of a Database?
- The collection of information stored in a database at any point of time is the Instance of a Database.
- What is a Data Model?
- Data Model is a way to describe the design of a Database. It is a tool for describing data, data relationship, data semantics and the constraints.
- What is the Relational Data Model?
- The Relational Data model uses a collection of tables to represent both data and the relationship among those data. Each table has a unique name and multiple columns. Each column also has a unique name in a table.
- What is E-R Model?
- E-R Data Model is based on the perception of real world that consists of basic objects called entities and the relationships among those objects.
- What is Object-based Data Model?
- It can be called as an extending E-R Model with Object oriented features like Encapsulation, Methods etc.
- What is DML?
- It stands for Data Manipulation Language. It lets users to access or manipulate data by using database queries.
- 2 types – Procedural DMLs and Declarative DMLs.
- Procedural DMLs- Tells what data is needed and how to get that data.
- Declarative DMLs – only tells what data is needed.
- What is a DDL?
- It stands for Data Definition Language. It is used to specify the database schema.
- What do you mean by DATA DICTIONARY?
- Data Dictionary is a special type of Data Structure used by DBMS which contains METADATA i.e. Data about Data.
- The output of DDLs are stored in the Data Dictionary.
- Data Dictionary can be accessed only by the DBMS and not the regular user.
- What is a Transaction?
- A Transaction is a set of operations that performs a single logical function in a database application.
- What is Normalization?
- It is an approach to store information without unnecessary redundancy and yet allows us to retrieve the information efficiently.
- What is Data Mining?
- Data Mining is the process of analyzing the large databases to find useful patterns. It attempts to discover rules and patterns from data.
Download the above Computer Awareness questions in PDF.
DOWNLOAD Android App for IBPS PO exam preparation