Data Bases

Data Bases

University

9 Qs

quiz-placeholder

Similar activities

Pre Test

Pre Test

12th Grade - University

10 Qs

Database Management System

Database Management System

University - Professional Development

10 Qs

Pop Quiz!

Pop Quiz!

University

10 Qs

Final Exam Review

Final Exam Review

University

13 Qs

Discipline meeting

Discipline meeting

University

10 Qs

Introduction to database systems

Introduction to database systems

University

10 Qs

Normalization

Normalization

University

12 Qs

A4 IB - Introducción a Listas de Python

A4 IB - Introducción a Listas de Python

University

10 Qs

Data Bases

Data Bases

Assessment

Quiz

Computers

University

Medium

Created by

ALBERTO HILARIO

Used 71+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

A database is a tool whose purpose is to collect and organize information.

False

True

Using Excel is preferred

Text files are also worth for this

2.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

In the 60's and 70's one of the most important technological improvements of the time was:

Online database

Distributed systems

Emergence of centralized DBs

NoSQL DataBases

3.

MULTIPLE SELECT QUESTION

20 sec • 5 pts

These two concepts define the main properties that a database must have

Concurrrency

Integrity

Access in real time

File set

4.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which of these characteristics is NOT among the main characteristics of Databases?

Consistency

Centralization

Physical independence of data

Data redundancy

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

Which of the following software is a database management system

Access

Excel

Powerpoint

Adobe

6.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

The entity-relationship model, also called conceptual data model, is a special graphical representation technique.

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Select the one that is not a type of cardinality in E/R model

1:1

1:*

1:N

N:M

8.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

How can we define a Table in a DataBase?

A column set

A row set

A set of keys

A set of registers

9.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Media Image

Regarding the players table (id, name, number, position) what would be a record?

(id, name, number, position)

(29018280, Leo Messi, 30, Striker)

(Leo Messi, Striker)

(Leo Messi, 29018280, Striker, 30)