Midterm Quiz2 - Information Management

Midterm Quiz2 - Information Management

12th Grade

7 Qs

quiz-placeholder

Similar activities

Quiz on Database Normalization

Quiz on Database Normalization

12th Grade

10 Qs

Categories of computers

Categories of computers

4th Grade - University

12 Qs

DBMS-Open Office

DBMS-Open Office

9th - 12th Grade

10 Qs

Penormalan

Penormalan

1st - 12th Grade

12 Qs

Database Normalization and ER Modeling

Database Normalization and ER Modeling

12th Grade

10 Qs

HTML forms

HTML forms

11th Grade - University

10 Qs

Iterative Development Process

Iterative Development Process

9th - 12th Grade

10 Qs

F3 CL Python Ch01

F3 CL Python Ch01

1st - 12th Grade

10 Qs

Midterm Quiz2 - Information Management

Midterm Quiz2 - Information Management

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Marilou Bartolome

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an unnormalized data?

Data with redundant data

Data with only one table

Data with no anomalies

Data with no primary key

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the main objective of normalization?

To increase data redundancy

To eliminate data anomalies

To store data in multiple tables

To have nonprime attributes independent of the primary key

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which normal form ensures that each table represents a single subject?

Boyce-Codd normal form

First normal form

Second normal form

Third normal form

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the highest level of normalization considered necessary for most applications?

First normal form

Second normal form

Third normal form

Fourth normal form

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the example of an unnormalized table provided in the text?

STU_NUM STU_NAME

ADV_ID SUBJ_CODE STU_NUM

ADV_ID ADV_NAME

ADV_NAME SUBJ_CODE SUBJECT STU_NUM STU_NAME

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which normal form ensures that there are no non-key attributes determined by another non-key attribute?

Boyce-Codd normal form

Third normal form

Second normal form

First normal form

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the reference book mentioned in the text for database systems?

Introduction to Programming

Fundamentals of database systems

Database systems: design, implementation, and management

Data Structures and Algorithms