Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/25
Score 0
(Database) is the software or application that manages databases.
30
TRUE
FALSE, Relational Database
FALSE, Database Management System
FALSE, Structured Query Language
Q 2/25
Score 0
(Database Management System) stores data in a table format.
30
FALSE, Relational Database Management System
TRUE
FALSE, Structured Query Language
FALSE, Relation
25 questions
Q.
(Database) is the software or application that manages databases.
1
30 sec
Q.
(Database Management System) stores data in a table format.
2
30 sec
Q.
The (input) in a form of data is processed in an information system to produce information used for decision making of an organization.
3
30 sec
Q.
During the processing of data, (information) can be passed back to enhance or modify the type of data that is collected and how it is collected.
4
30 sec
Q.
A DBMS cannot handle many users with good performance.
5
30 sec
Q.
(Information) is the repository of data.
6
30 sec
Q.
A DBMS characteristic which makes it realistic and uses real-world entities in designing its architecture is (Relation-based tables).
7
30 sec
Q.
Multiuser and concurrent access is NOT a DBMS characteristic as it does not support multi-user environment and allows users to manipulate data in parallel.
8
30 sec
Q.
A RDBMS is equiped with query language which makes more efficient to retrieve and manipulate data.
9
30 sec
Q.
Database Management System does not offer security to the users or data and does not impose constratints while entering data into the database.
10
30 sec
Q.
A (Database Designer) is the user who provides user authentication and access in the database in an organization.
11
30 sec
Q.
The mediator tier which acts as a mediator between the end-user and the database and uses an application or program to access the database is (User) Tier.
12
30 sec
Q.
A (Entity-Relationship) model defines how the logical structure of a database is modeled. It is the fundamental entities to introduce abstraction in a DBMS.
13
30 sec
Q.
An entity is an object that has some properties which these properties are also called (relationship).
14
30 sec
Q.
(Domain) is the logical association among the entities of a database and has three types.
15
30 sec
Q.
A book description can be considered as an (entity).
16
30 sec
Q.
A building block of relationship that indicates the type of relationship of entities either it's one or many is (relationship set)
17
30 sec
Q.
A relationship type which an entity is connected to more than ONE entity set is (one-to-one) relationship.
18
30 sec
Q.
An attribute in a ERM or ERD when mapped in a relation, it becomes the (tuples).
19
30 sec
Q.
A type of DBMS which employs parent-child relationship of storing data and its structure is like a tree is (network) dbms.
20
30 sec
Q.
In relationship building blocks, the (crows foot notation) is represented by a diamond with lines connecting associated entities.
21
30 sec
Q.
In a relation, a (domain) is/are the possible values for a specific attribute.
22
30 sec
Q.
A product can be an example of an (attribute).
23
30 sec
Q.
An intended user of DBMS which its role is to create relations, entities, attributes, and constraints of a database.
24
30 sec
Q.
A DBMS can be less redundant in data and avoid anomalies because of (SQL)