Kyle Peterson
Quiz por , criado more than 1 year ago

Quiz 1 given during Fall 2020 at Minnesota State University, Mankato.

18
0
0
Kyle Peterson
Criado por Kyle Peterson mais de 3 anos atrás
Fechar

MNSU CIS 440 Fall 2020 Quiz 1

Questão 1 de 34

1

If a foreign key contains either matching values or nulls, the tables that make use of such a foreign key are said to exhibit ________ integrity.

Selecione uma das seguintes:

  • referential

  • entity

  • secondary

  • restrictive

Explicação

Questão 2 de 34

1

Nulls, if used improperly, can create problems because they can represent __________.

Selecione uma das seguintes:

  • a missing attribute value

  • a default value

  • an unsortable attribute value

  • a zero

Explicação

Questão 3 de 34

1

How is a strong relationship depicted in a Crow's Foot ERD?

Selecione uma das seguintes:

  • no line

  • solid line

  • dotted line

  • double line

Explicação

Questão 4 de 34

1

Relational Database model was proposed by?

Selecione uma das seguintes:

  • Larry Ellison

  • Bill Gates

  • P. Chan

  • E. F. Codd

Explicação

Questão 5 de 34

1

BCNF is an extension of 3NF.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 6 de 34

1

Repeating groups are eliminated in

Selecione uma das seguintes:

  • 1NF

  • 2NF

  • 3NF

  • BCNF

Explicação

Questão 7 de 34

1

Relational databases follow ACID transactions. They do not allow multiple transactions occuring at the same time to impact each others execution. This particular characteristic of ACID is called ________

Selecione uma das seguintes:

  • Atomicity

  • Consistency

  • Isolation

  • Durability

Explicação

Questão 8 de 34

1

In a relationship, when a primary key from one table is also defined in a second table, the field is referred to as a ______ in a second table.

Selecione uma das seguintes:

  • foreign key

  • composite key

  • super key

  • primary key

Explicação

Questão 9 de 34

1

Supertype can have many subtypes.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 10 de 34

1

Which one of the following is NOT part of ensuring 1NF?

Selecione uma das seguintes:

  • Remove repeating groups

  • Remove partial dependencies

  • Remove multi-valued attributes

  • Establish a primary key

Explicação

Questão 11 de 34

1

Which of the following type(s) of attributes need not be physically stored within the database?

Selecione uma das seguintes:

  • Multivalued

  • Composite

  • Derived

  • None of the above

Explicação

Questão 12 de 34

1

What is an advantage of a DBMS?

Selecione uma das seguintes:

  • Data security

  • Data sharing

  • Data access

  • Data backup

  • All of the above

  • None of the above

Explicação

Questão 13 de 34

1

Entity supertypes and subtypes are organized in a(n) ______.

Selecione uma das seguintes:

  • overlapping hierarchy

  • specialization hierarchy

  • linear hierarchy

  • generalization hierarchy

Explicação

Questão 14 de 34

1

Big data is a collection of datasets so large and complex that it becomes difficult to process using traditional database management tools or data processing applications.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 15 de 34

1

All databases must meet

Selecione uma das seguintes:

  • 1NF

  • 2NF

  • 3NF

  • 4NF

Explicação

Questão 16 de 34

1

Which one of the following is NOT true about a null value?

Selecione uma das seguintes:

  • An unknown attribute value

  • A known, but missing, attribute value

  • An inapplicable condition

  • A value equal to zero

Explicação

Questão 17 de 34

1

An Insert Anomaly occurs when certain attributes are inserted into the database without the presence of other attributes.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 18 de 34

1

Which one of the following is NOT mentioned in the Gartner's definition of big data?

Selecione uma das seguintes:

  • Volume

  • Variety

  • Veracity

  • Velocity

Explicação

Questão 19 de 34

1

The ______ adds support for entity supertypes, subtypes, and entity clustering.

Selecione uma das seguintes:

  • object-oriented model

  • extended entity-relationship model

  • relational model

  • hierarchical entity model

Explicação

Questão 20 de 34

1

Which of the following is NOT an example of a multivalued attribute?

Selecione uma das seguintes:

  • A person's social security number

  • Degree(s) held by a person

  • A car's color(s)

  • Phone number(s) in a household

Explicação

Questão 21 de 34

1

___________________ means that every supertype occurence must be a member of at least one subtype.

Selecione uma das seguintes:

  • Total subtypes

  • Partial completeness

  • Specialization subtypes

  • Total completeness

Explicação

Questão 22 de 34

1

An entity in the logical design becomes a ________ in the corresponding physical design.

Selecione uma das seguintes:

  • database

  • table

  • attribute

  • relationship

Explicação

Questão 23 de 34

1

Which one of the following is NOT a relational database?

Selecione uma das seguintes:

  • SQL Server

  • Oracle

  • MySQL

  • MongoDB

Explicação

Questão 24 de 34

1

____________________ is a field that can have many values for a single entity occurence.

Selecione uma das seguintes:

  • multivalued attribute

  • multivalued entity

  • null

  • repeating group

Explicação

Questão 25 de 34

1

Each table must have a ___________ key.

Selecione uma das seguintes:

  • primary

  • foreign

  • domain

  • composite

Explicação

Questão 26 de 34

1

An attribute or a combination of attributes that uniquely identifies any given row is called ____________.

Selecione uma das seguintes:

  • primary key

  • foreign key

  • composite key

  • All of the above

Explicação

Questão 27 de 34

1

Referential integrity means that, if the foreign key contains a value, that value refers to an existing valid tuple (row) in another relation.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 28 de 34

1

A surrogate primary key is an "artificial" primary key that is used to uniquely identify each entity occurrence when there is no good natural key available.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 29 de 34

1

How would you graphically identify an entity in a Crow's Foot model ERD?

Selecione uma das seguintes:

  • a line

  • a square

  • a rectange

  • a diamond

Explicação

Questão 30 de 34

1

About 80% of all data are believed to be in unstructured form.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 31 de 34

1

CAP Theorem allows multiple user views in relational databases.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 32 de 34

1

As a general rule, a ______________ in a business rule will translate into a(n) ___________ in the model, and a(n) ___________ associating nouns will translate into a(n) ___________ among the entities.

Selecione uma das seguintes:

  • verb, entity, noun, relationship

  • noun, entity, verb, relationship

  • noun, relationship, verb, entity

  • verb, relationship, noun, entity

Explicação

Questão 33 de 34

1

Which of the following is true of business rules?

Selecione uma das seguintes:

  • They allow the designer to set company policies with regard to data.

  • They allow the designer to develop business processes.

  • They can serve as a communication tool between the users and designers.

  • They provide a framework for the company's self-actualization.

Explicação

Questão 34 de 34

1

A(n) is a restriction placed on the data.

Selecione uma das seguintes:

  • attribute

  • entity

  • relationship

  • constraint

Explicação