0% found this document useful (0 votes)
11 views10 pages

Quizz 4

- The document is a review of an attempt on Quiz4 that took place on November 3, 2023 from 8:56-8:56 PM and lasted 28 seconds. The participant scored 4/15 points (27%) on the quiz. - It provides the questions asked on the quiz, the answer options given, and identifies the correct answer for each question. - The review allows the participant to see which questions they got right and wrong on the attempt.

Uploaded by

Duyệt Nguyễn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views10 pages

Quizz 4

- The document is a review of an attempt on Quiz4 that took place on November 3, 2023 from 8:56-8:56 PM and lasted 28 seconds. The participant scored 4/15 points (27%) on the quiz. - It provides the questions asked on the quiz, the answer options given, and identifies the correct answer for each question. - The review allows the participant to see which questions they got right and wrong on the attempt.

Uploaded by

Duyệt Nguyễn
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

20:56 03/11/2023 Quiz4: Attempt review

Started on Friday, 3 November 2023, 8:56 PM


State Finished
Completed on Friday, 3 November 2023, 8:56 PM
Time taken 28 secs
Marks 4.00/15.00
Grade 2.67 out of 10.00 (27%)

Question 1 An ________ is a set of entities of the same type that share the same properties, or attributes.
Complete
Mark 0.00 out Select one:
of 1.00 a. Entity model
b. Relation set

c. None of the above

d. Attribute set

The correct answer is: None of the above

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 1/10
20:56 03/11/2023 Quiz4: Attempt review

Question 2 Which-one ofthe following statements about normal forms is FALSE?


Complete
Mark 0.00 out Select one:
of 1.00 a. BCNF is stricter than 3 NF

b. All of the above


c. Lossless, dependency -preserving decomposition into 3 NF is always possible
d. Any relation with two attributes is BCNF

The correct answer is: All of the above

Question 3 Database __________ which is the logical design of the database, and the database _______ which is a snapshot of
Complete the data in the database at a given instant in time.
Mark 0.00 out
of 1.00 Select one:
a. Relation, Schema

b. Instance, Schema

c. Relation, Domain
d. Schema, Instance

The correct answer is: Schema, Instance

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 2/10
20:56 03/11/2023 Quiz4: Attempt review

Question 4 Which is a bottom-up approach to database design that design by examining the relationship between attributes:
Complete
Mark 0.00 out Select one:
of 1.00 a. Database modeling

b. Normalization

c. Decomposition
d. Functional dependency

The correct answer is: Normalization

Question 5 Department (dept name, building, budget) and Employee (employee_id, name, dept name, salary)
Complete Here the dept_name attribute appears in both the relations. Here using common attributes in relation schema is
Mark 0.00 out one way of relating ___________ relations.
of 1.00
Select one:
a. Tuple of distinct

b. Tuple of common

c. Attributes of distinct
d. Attributes of common

The correct answer is: Tuple of distinct

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 3/10
20:56 03/11/2023 Quiz4: Attempt review

Question 6 An entity in A is associated with at most one entity in B, and an entity in B is associated with at most one entity in
Complete A.This is called as
Mark 0.00 out
of 1.00 Select one:
a. One-to-one

b. Many-to-many
c. One-to-many
d. All of the mentioned

The correct answer is: One-to-one

Question 7 Data integrity constraints are used to:


Complete
Mark 1.00 out Select one:
of 1.00 a. Control who is allowed access to the data

b. Improve the quality of data entered for a specific property

c. Ensure that duplicate records are not entered into the table
d. Prevent users from changing the values stored in the table

The correct answer is: Improve the quality of data entered for a specific property

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 4/10
20:56 03/11/2023 Quiz4: Attempt review

Question 8 Which of the following statements is true for data management using a file-based system?
Complete
Mark 0.00 out Select one:
of 1.00 a. Avoid data redundancy
b. Data is shared between applications
c. Security is well guaranteed
d. Non of the above

The correct answer is: Non of the above

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 5/10
20:56 03/11/2023 Quiz4: Attempt review

Question 9
Each row in a relation is called _______.
Complete
Mark 0.00 out
of 1.00
Select one:
a. an attitude

b.
a union

c. an attribute

d. a tuple

The correct answer is:


a tuple

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 6/10
20:56 03/11/2023 Quiz4: Attempt review

Question 10 The attribute name could be structured as an attribute consisting of first name, middle initial, and last name. This
Complete type of attribute is called
Mark 0.00 out
of 1.00 Select one:
a. Multivalued attribute

b. Derived
c. Composite attribute
d. Single valued

The correct answer is: Composite attribute

Question 11 If every FD in set G is also in the closure of F then this is classified as


Complete
Mark 1.00 out Select one:
of 1.00 a. Both of a and b are correct
b. G is covered by F
c. a, b is not correct

d. F is covered by G

The correct answer is: G is covered by F

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 7/10
20:56 03/11/2023 Quiz4: Attempt review

Question 12 In the __________ normal form, a composite attribute is converted to individual attributes.
Complete
Mark 0.00 out Select one:
of 1.00 a. Third

b. Fourth

c. None of the above


d. Second

The correct answer is: None of the above

Question 13 Every weak entity set can be converted into a strong entity set by:
Complete
Mark 0.00 out Select one:
of 1.00 a. Adding appropriate attributes
b. Using generalization
c. Using aggregation
d. None of the above

The correct answer is: Adding appropriate attributes

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 8/10
20:56 03/11/2023 Quiz4: Attempt review

Question 14 Tables in second normal form (2NF):


Complete
Mark 1.00 out Select one:
of 1.00 a. Eliminate all hidden dependencies

b. Eliminate the possibility of a insertion anomalies

c. Have a composite key


d. Have all non key fields depend on the whole primary key

The correct answer is: Eliminate all hidden dependencies

Question 15 In an Entity-Relationship Diagram “Diamonds” represents


Complete
Mark 1.00 out Select one:
of 1.00 a. Not all of the above
b. Attributes
c. Multi-valued attributes
d. Weak entity set

The correct answer is: Not all of the above

PREVIOUS ACTIVITY
 Quiz3

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 9/10
20:56 03/11/2023 Quiz4: Attempt review

https://lms-hcmuni.fpt.edu.vn/mod/quiz/review.php?attempt=660719&cmid=9816 10/10

You might also like