CIS 120 - Introduction to Databases » Summer 2021 » Quiz 4
Need help with your exam preparation?
Get Answers to this exam for $6 USD.
Get Answers to all exams in [ CIS 120 - Introduction to Databases ] course for $25 USD.
Existing Quiz Clients Login here
Question #1
In designing relational databases, there are five normal forms: 1NF, 2NF, 3NF, 4NF, and 5NF.
A.
FALSE
B.
TRUE
Question #2
Normalization is a method to correct potential problems or anomalies in relational databases.
A.
FALSE
B.
TRUE
Question #3
The FD: A -> B implies the FD: B -> A
A.
FALSE
B.
TRUE
Question #4
( A -> B and A -> C ) implies B -> C
A.
FALSE
B.
TRUE
Question #5
The FD: A -> B means that each value for A is associated with exactly one value of B.
A.
TRUE
B.
FALSE
Question #6
The FD: SID -> ( L , F , GPA ) is in the Student table as defined below: Student ( SID , L , F , GPA )
A.
TRUE
B.
FALSE
Question #7
We can always determine a FD by just carefully examining the contents/records of a table or relation.
A.
FALSE
B.
TRUE
Question #8
A , which is a column or a set of columns, is a candidate key for table R if all columns in R are functionally dependent on A, and no subset of A can functionally determine all columns in R.
A.
FALSE
B.
TRUE
Question #9
A table can have many primary keys since a table may have many candidate keys.
A.
FALSE
B.
TRUE
Question #10
An un-normalized table is not in 1NF.
A.
FALSE
B.
TRUE
Question #11
In a relational DBMS, we can create a table that is not in 1NF.
A.
FALSE
B.
TRUE
Question #12
Table W ( ON, D , TD, C , S , Q ) is not in 2NF if it has the following 3 FDs: FD1: ON -> D FD2: TD -> C FD3: ON, TD -> ( D , C , S , Q )
A.
FALSE
B.
TRUE
Question #13
Given table R ( A , B , D , E ) with the following FDs: FD1: A -> B , D , E FD2: D -> E R is not in 3NF.
A.
FALSE
B.
TRUE
Question #14
Given table R (SID,CID) , there are always 2 trivial FDs: SID -> CID and CID -> SID
A.
TRUE
B.
FALSE
Question #15
Table W ( N, D , T , C , S ) is in 2NF if it has the following 2 FDs: FD1: N -> D FD2: N, T -> ( D , C , S )
A.
TRUE
B.
FALSE
Question #16
A table T is in 4NF iff T is in 3NF and each determinant is a candidate key.
A.
FALSE
B.
TRUE
Question #17
Valid multi-valued dependencies must NOT come in pairs.
A.
TRUE
B.
FALSE
Question #18
The table Take ( SID , CID, grade) is in 4NF even though there are 2 trivial MDs and one FD (in the Take table) as follows: MD1: SID ->-> CID MD2: CID ->-> SID FD1: SID, CID -> grade
A.
TRUE
B.
FALSE
Question #19
Table W ( N, D , T, S, Q ) is not in 2NF if it only has the following FD: FD1: N, T -> ( D, S , Q )
A.
FALSE
B.
TRUE
Question #20
The Professor table (as defined below) is in 1NF, 2NF, and 3NF, but not in 4NF. Professor ( ProfID , StudentID , ClubID )
A.
FALSE
B.
TRUE
Question #21
Given table R ( A , D , E ) with the following FDs: FD1: A -> D , E FD2: D -> E R is in 3NF.
A.
TRUE
B.
FALSE
Question #22
A table should have a primary key, but a table may have many candidate keys.
A.
FALSE
B.
TRUE
Question #23
A , which is a column or a set of columns, is a candidate key for table R if and only if all columns in R are functionally dependent on A.
A.
TRUE
B.
FALSE
Question #24
The FD: SID -> GPA is in the Student table as defined below: Student ( SID , L , F , GPA )
A.
FALSE
B.
TRUE
Question #25
A table T is in 3NF iff T is in 2NF and each determinant is a candidate key.
A.
FALSE
B.
TRUE
Question #26
X -> -> Y if and only if Y -> -> X
A.
FALSE
B.
TRUE
Question #27
Table W ( ON, D, TD, DC, SD, Q ) does not have any problems at all if it has only the following 3 FDs: FD1: ON -> D FD2: TD -> DC FD3: ON, TD -> ( D, DC , SD , Q )
A.
TRUE
B.
FALSE
Question #28
A table that contains a repeating group (or multiple entries for a column in a single record) is not in 1NF.
A.
FALSE
B.
TRUE
Question #29
Normally, a DBA would design a database with tables whose FDs are documented clearly in users’ manuals/policies.
A.
TRUE
B.
FALSE
Question #30
We can create an un-normalized table in Access or any relational DBMS.
A.
FALSE
B.
TRUE
Question #31
An un-normalized table can be in 1NF sometimes.
A.
TRUE
B.
FALSE
Question #32
The FD: ( L , F ) -> SID is NOT in the Student table as defined below: Student ( SID , L , F , GPA )
A.
TRUE
B.
FALSE
Question #33
The FD: F -> SID is in the Student table as defined below: Student ( SID , L , F , G )
A.
TRUE
B.
FALSE
Question #34
( A -> B and B -> C ) implies A -> C
A.
TRUE
B.
FALSE
Question #35
Normalization process may not guarantee to make all tables free of all anomalies or problems.
A.
FALSE
B.
TRUE
Question #36
Table in 1NF is better than the table in 2NF, which is better than the table in 3NF or 4NF.
A.
FALSE
B.
TRUE
Need help with your exam preparation?
Get Answers to this exam for $6 USD.
Get Answers to all exams in [ CIS 120 - Introduction to Databases ] course for $25 USD.
Existing Quiz Clients Login here