NEW
Font size
WorksheetsITS 200 A Pre-Mid Term Exam
Total questions: 75
Worksheet time: 1hrs 15mins
Any facts, figures, statistics and etc. that having no particular meaning.
Data
Record
Relation
Database
It is a collection of related records.
Data
Record
Relation
Database
It is a collection of related relation.
Data
Record
Relation
Database
The following are the other terms of column in the relation, except?
Fields
Attribute
Domains
Name
The following are the other terms of row in the relation, except?
Tuple
Records
Data
Database Instances
It is collection of interrelated data and a set of programs to access those data.
Database
Database Management System
Database System
Management System
Base on the image, can you consider that as a database?
YES
NO
Base on the image, can you consider that as a database?
YES
NO
The following are synonymous words in Database Management System, except?
Data or Record
Table or Relation
Fields, Attributes or Domains
Tuples or Records
It is to provide a way to store and retrieve database information that is both convenient and efficient.
Database Management Systems
File-Processing System
Relation
Database
It is a collection of interrelated data and a set of programs to access those data. This is a collection of related data with an implicit meaning and hence is a database.
Database Management Systems
File-Processing System
Relation
Database
A kind of system that stores permanent records in various files, and it needs different application programs to extract records from.
Database Management Systems
File-Processing System
Relation
Database
TRUE or FALSE.
Difficulty in accessing data because of Database Management Systems.
TRUE
FALSE
TRUE or FALSE.
Data are scattered in various files, and files may be in different formats, writing new application programs to retrieve the appropriate data is difficult in Database Management System.
TRUE
FALSE
TRUE or FALSE.
Data are not secured in Database Management Systems.
TRUE
FALSE
TRUE or FALSE.
In a file-processing system, by having a centralized database and centralized control of data by the DBA the unnecessary duplication of data is avoided.
TRUE
FALSE
TRUE or FALSE.
Database Management System eliminates the extra time for processing the large volume of data.
TRUE
FALSE
TRUE or FALSE.
In Database Management System data are accurate.
TRUE
FALSE
TRUE or FALSE.
In Database management system provides the interface between the application programs and the data.
TRUE
FALSE
It is the simplest architecture of Database in which the client, server, and Database all reside on the same machine.
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
4-Tier Architecture
In this architecture, the database is directly available to the user. It means the user can directly sit on the DBMS and uses it
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
4-Tier Architecture
It is a Database architecture where the presentation layer runs on a client (PC, Mobile, Tablet, etc.), and data is stored on a server.
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
4-Tier Architecture
It is the most popular client server architecture in DBMS in which the development and maintenance of functional processes, logic, data access, data storage, and user interface is done independently as separate modules.
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
4-Tier Architecture
This architecture contains a presentation layer, an application layer, and a database server
1-Tier Architecture
2-Tier Architecture
3-Tier Architecture
4-Tier Architecture
Following are the goals of 3-Tier architecture, except?
To separate the user applications and physical database
To support DBMS characteristics
Program-data independence
Supporting single view of the data
TRUE or FALSE.
An Architecture of DBMS helps in design, development, implementation, and maintenance of a database.
TRUE
FALSE
TRUE or FALSE.
The simplest database system architecture is 3 tier where the Client, Server, and Database all reside on the same machine.
TRUE
FALSE
TRUE or FALSE.
A two-tier architecture is a database architecture in DBMS where presentation layer runs on a client and data is stored on a server.
TRUE
FALSE
TRUE or FALSE.
Three-tier client-server architecture consists of the Presentation layer (PC, Tablet, Mobile, etc.), Application layer (server) and Database Server.
TRUE
FALSE
It is facts, figures, statistics, etc. having no particular meaning.
Record
Data
Data Model
Record Model
It is the modeling of the data description.
Record
Data
Data Model
Record Model
It is the modeling of the data semantics.
Record
Data
Data Model
Record Model
It provides the conceptual tools for describing the design of a database.
Record
Data
Data Model
Record Model
The following are the data models, except?
Relational Data Model
Entity-Relationship Data Model
Structured Data Model
Object-Based Data Model
This is a type of model that design the data in the form of relation?
Relational Data Model
Entity-Relationship Data Model
Semistructured Data Model
Object-Based Data Model
This model is the logical representation of data as objects and relationships.
Relational Data Model
Entity-Relationship Data Model
Semistructured Data Model
Object-Based Data Model
A type of model with notions of functions, encapsulation, and object identity.
Relational Data Model
Entity-Relationship Data Model
Semistructured Data Model
Object-Based Data Model
This model allows the data specification at places.
Relational Data Model
Entity-Relationship Data Model
Semistructured Data Model
Object-Based Data Model
This model is widely used in database designing.
Relational Data Model
Entity-Relationship Data Model
Semistructured Data Model
Object-Based Data Model
What is another term for instance of the database?
Domain
Data
Tuple
Field
Following are the same term of instance of the database, except?
Record
Data
Tuple
Rows
What is the name of the data which is stored in the database?
instance of the database
tuple of the database
record of the database
row of the database
It is the skeleton structure of the database?
Data Model
Data Model Schema
Database Model
Database Schema
It represents the logical view of the entire database?
Data Model
Data Model Schema
Database Model
Database Schema
It contains schema objects like table, keys, columns and data types, and stored procedure.
Data Model
Data Model Schema
Database Model
Database Schema
It can be represented by using the visual diagram.
Data Model
Data Model Schema
Database Model
Database Schema
In the database schema describe in the image, how STUDENT and GRADE_REPORT relations has relationship?
Through Name attribute
Through Student_number attribute
Through Class attribute
Through Major attribute
In the database schema describe in the image, how COURSE and PREREQUISITE relations has relationship?
Through Course_name attribute
Through Course_number attribute
Through Credit_hours attribute
Through Department attribute
In the database schema describe in the image, how SECTION and PREREQUISITE relations has relationship?
Through Section_identier attribute
Through Course_number attribute
Through Semester attribute
Through Instructor attribute
In the database schema describe in the image, how STUDENT and SECTION relations has relationship?
Through Section_identier attribute from the GRADE_REPORT relation
Through Course_number attribute from the PREREQUISITE relation
Through Semester attribute from the SECTION relation
Through Instructor attribute from the SECTION relation
It is a data independence that refers characteristic of being able to change the conceptual schema without having to change the external schema.
Logical Data Independence
Data Independence
Physical Data Independence
External Level Independence
It used to separate the external level from the conceptual view.
Logical Data Independence
Data Independence
Physical Data Independence
External Level Independence
It is a data independence can be defined as the capacity to change the internal schema without having to change the conceptual schema.
Logical Data Independence
Data Independence
Physical Data Independence
External Level Independence
It is used to separate conceptual levels from the internal levels.
Logical Data Independence
Data Independence
Physical Data Independence
External Level Independence
Where in the diagram is the occurrence of the logical data independence?
1
2
3
4
Where in the diagram is the occurrence of the physical data independence?
1
2
3
4
It is used to define database structure.
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
It is used to create schema, tables, indexes, constraints, etc. in the database.
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
It is used for accessing and manipulating data in a database.
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
It is used for accessing and manipulating data in a database.
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
It is used to retrieve the stored or save data.
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
Create: It is used to create objects in the database. In what DBMS Language that task belong?
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
Alter: It is used to alter the structure of the database. In what DBMS Language that task belong?
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
Drop: It is used to delete objects from the database. In what DBMS Language that task belong?
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
Delete: It is used to delete all records from a table. In what DBMS Language that task belong?
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
Insert: It is used to insert data into a table. In what DBMS Language that task belong?
Data Definition Language
Data Manipulation Language
Data Control Language
Transaction Control Language
An ACID property that defines data remains atomic.
Atomicity
Consistency
Isolation
Durability
An ACID property that means the value should remain preserved always.
Atomicity
Consistency
Isolation
Durability
An ACID property that the integrity of the data should be maintained.
Atomicity
Consistency
Isolation
Durability
An ACID property that means separation.
Atomicity
Consistency
Isolation
Durability
An ACID property that ensures the permanency of something.
Atomicity
Consistency
Isolation
Durability
An ACID property that means if a change in the database is made, it should remain preserved always.
Atomicity
Consistency
Isolation
Durability
An ACID property that no data should affect the other one.
Atomicity
Consistency
Isolation
Durability
An ACID property that ensures the data after successful execution of the operation becomes permanent in the database.
Atomicity
Consistency
Isolation
Durability
It is a collection of related data.
Data
Record
Relation
Database
