Deck 11: Building Solutions: Database, System, and Application Development Tools

Full screen (f)
exit full mode
Question
 <div style=padding-top: 35px>
Use Space or
up arrow
down arrow
to flip the card.
Question
_____ check tests data in two or more associated fields to ensure that the relationship is logical and their data is in the correct format.

A) completeness c. range
B) consistency d. alphabetic
Question
What is function creep? If you use a browser, what are some techniques you can use to protect your data?
Question
Define these terms: database, data, and database software.
Question
The more errors data contains, the higher its integrity.
Question
Which of the following is not an advantage of a database approach?

A) improved data integrity
B) reduced data redundancy
C) shared data
D) requires less memory, storage, and processing power than file processing systems
Question
List reasons for backing up a database. List some ways to back up a database.
Question
Explain the importance of data integrity. GIGO stands for ______.
Question
In a data hierarchy, each higher level of data contains one or more items from the lower level.
Question
A _____ contains data about each file in the database and each field in those files.

A) query c. data dictionary
B) form d. data mart
Question
What are the responsibilities of database analysts and administrators? How do their jobs differ?
Question
List steps that you should take if you experience identity theft.
Question
A field size determines the maximum number of characters a field can contain.
Question
A developer of a relational database refers to a file as a _____.

A) dictionary c. tuple
B) relation d. record
Question
What is database design? In designing a database, what must the database analyst or administrator identify?
Question
Identify characteristics of data that contribute to its value.
Question
Validity checks reduce data entry errors and thus enhance the data's integrity.
Question
_____ database stores data in objects.

A) object-oriented c. relational
B) multidimensional d. distributed
Question
What is a decision support system? What is an expert system?
Question
Identify the role of a file, record, and field in the hierarchy of data in a database.
Question
A check digit often confirms the accuracy of a primary key value.
Question
With _____, the computer processes each transaction as it is entered.

A) batch processing
B) online transaction processing
C) data mining
D) query by example
Question
In the ASCII coding scheme, each byte represents a single ______.
Question
File processing systems require more memory, storage, and processing power than a database.
Question
A(n) _____ report usually lists just transactions.

A) detailed
B) summary
C) exception
D) criteria
Question
Define these terms: field, field name, and data type. List common data types.
Question
In a rollforward, the DBMS uses the log to undo any changes made to the database during a certain period.
Question
In an expert system, the _____ is the combined subject knowledge and experiences of the human experts.

A) inference rule(s)
B) external source
C) internal source
D) knowledge base
Question
Identify what is stored in a record. Explain the importance of a primary key.
Question
In a file processing system, you can set up a relationship between tables at any time.
Question
Define the term, data file. Identify what is involved in file maintenance.
Question
A relational database processes and summarizes large number of records efficiently and can do so much faster than a multidimensional database.
Question
Explain the issues surrounding function creep.
Question
A database administrato? focuses on the meaning and usage of data.
Question
Explain how a user might add a record to a database or modify a record.
Question
An ERP allows for storage and management of a company's documents.
Question
Explain how a DBMS might manage deleted records.
Question
With batch processing, the computer collects data over time and processes all transactions later, as a group.
Question
Define the term, validation. Explain the role of a validity check.
Question
List types of validity checks and explain what occurs in each.
Question
Explain the disadvantages of typical file processing systems.
Question
Describe the database approach to storing data. Differentiate between a front-end and back-end program.
Question
Explain the innovations of forensic databases.
Question
Identify the uses of data and databases in the 1000 Genomes Project.
Question
Explain how the database approach affects data integrity.
Question
Explain the issues surrounding sharing of criminal databases.
Question
List common functions performed by most DBMSs.
Question
Define the term, data dictionary. Explain how a data dictionary uses default values.
Question
Define the terms, query and query language. Explain what SQL allows users to do with data.
Question
List steps to import data from a spreadsheet into a database.
Question
Explain the QBE feature of a DBMS. Explain how a database filters data.
Question
Define the terms, forms and report writer.
Question
Explain how access privileges contribute to data security. Identify differences between the security policies for a database administrator and a typical user.
Question
List methods to restore a database. Differentiate between rollforward and rollback recovery.
Question
List methods to back up a database. Explain why a business might choose continuous backup.
Question
______ defines how users view the organization of the data. List three popular data models.
Question
Define the term, relational database.
Question
Identify the contributions of Larry Ellison and E.F. Codd with respect to databases.
Question
Define the term, object-oriented database.
Question
Describe how multidimensional databases store data.
Question
Define the following terms: data warehouse, distributed database, data mining, and data mart.
Question
Explain how you access data in a web database.
Question
Identify steps to use a research database.
Question
Explain what is meant by the term, Big Data.
Question
Describe the roles of the database analyst and the database administrator.
Question
List guidelines for maintaining a database.
Question
Explain issues surrounding accidental access of confidential data.
Question
Identify how to determine the organization and structure of a database.
Question
Define the term, information system. List examples of information systems that support activities of several functional units.
Question
Explain whether a company is responsible for protecting customer data.
Question
Explain the role of a content management system.
Question
List activities associated with a transaction processing system.
Question
Define the terms: management information system, decision support system, expert system, and artificial intelligence.
Question
Explain how the sports industry uses technology.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/74
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 11: Building Solutions: Database, System, and Application Development Tools
1
There are the following matched definitions corresponding to the given terms:
1. Field is a smallest unit in database. It is a group of one or more characters. Each field has its unique name which uniquely identifies it from other fields. Each field has its associated data type which specifies the type of data it can store.
Therefore, the term " Field " matches with the definition (e).
2. Each field has its associated data type which specifies the type of data it can store. For example if any field has integer data type then it can only stores number.
Therefore, the term " Data Type " matches with the definition (h).
3. A primary key is defined in record which is nothing but a specific field in record which is used to identify any specific record. For example an Employee id is defined a primary key to uniquely identify any employee.
Therefore, the term " Primary Key " matches with the definition (c).
4. File maintenance include all the things which keeps the data up to date. The various task include in file maintenance are adding, modifying and deleting records.
Therefore, the term " File maintenance " matches with the definition (a).
5. Validation is a process to check value entered by user is correct or not with the help of predefined values or rules. Most of database management system (DBMS) has validation property to ensure that user entered value is correct or not.
Therefore, the term " Validation " matches with the definition (d).
6. Query is a request done by user for any particular data from database is called as query. A user is also allowed to instruct DBMS to print, display or store the query result. This is the most powerful feature of database which allow user for querying the database.
Therefore, the term " Query " matches with the definition (j).
7. A data model defines the set of rules which states how to maintain data in database. It states how organization of data is display to user. It does not state how actually the operating system stored data in storage medium.
Therefore, the term " data model " matches with the definition (b).
8. An object is used to store data in object oriented database. Each object has data and method which are used to process data. For example a student objects store student_ID, Name, Fee, address and many more things. It also store method which states how to display data on screen or to calculate grade of the students.
Therefore, the term " Object " matches with the definition (i).
9. Data warehouse is a large database which is used to store data which is required to examine the past as well as current transaction. With the help of data warehouse a user can summarize the transaction very efficiently and quickly. Many credit card organization uses data warehouse to manage the credit card details of customer.
Therefore, the term " Data warehouse " matches with the definition (g).
10. The big data states the incredible data growth, the various format in which data is available and processing this data to make it available in timely manner.
Therefore, the term " Big Data " matches with the definition (f).
The overall summary for the matching terms with their corresponding definitions is following: There are the following matched definitions corresponding to the given terms: 1. Field is a smallest unit in database. It is a group of one or more characters. Each field has its unique name which uniquely identifies it from other fields. Each field has its associated data type which specifies the type of data it can store. Therefore, the term  Field  matches with the definition (e). 2. Each field has its associated data type which specifies the type of data it can store. For example if any field has integer data type then it can only stores number. Therefore, the term  Data Type  matches with the definition (h). 3. A primary key is defined in record which is nothing but a specific field in record which is used to identify any specific record. For example an Employee id is defined a primary key to uniquely identify any employee. Therefore, the term  Primary Key  matches with the definition (c). 4. File maintenance include all the things which keeps the data up to date. The various task include in file maintenance are adding, modifying and deleting records. Therefore, the term  File maintenance  matches with the definition (a). 5. Validation is a process to check value entered by user is correct or not with the help of predefined values or rules. Most of database management system (DBMS) has validation property to ensure that user entered value is correct or not. Therefore, the term  Validation  matches with the definition (d). 6. Query is a request done by user for any particular data from database is called as query. A user is also allowed to instruct DBMS to print, display or store the query result. This is the most powerful feature of database which allow user for querying the database. Therefore, the term  Query  matches with the definition (j). 7. A data model defines the set of rules which states how to maintain data in database. It states how organization of data is display to user. It does not state how actually the operating system stored data in storage medium. Therefore, the term  data model  matches with the definition (b). 8. An object is used to store data in object oriented database. Each object has data and method which are used to process data. For example a student objects store student_ID, Name, Fee, address and many more things. It also store method which states how to display data on screen or to calculate grade of the students. Therefore, the term  Object  matches with the definition (i). 9. Data warehouse is a large database which is used to store data which is required to examine the past as well as current transaction. With the help of data warehouse a user can summarize the transaction very efficiently and quickly. Many credit card organization uses data warehouse to manage the credit card details of customer. Therefore, the term  Data warehouse  matches with the definition (g). 10. The big data states the incredible data growth, the various format in which data is available and processing this data to make it available in timely manner. Therefore, the term  Big Data  matches with the definition (f). The overall summary for the matching terms with their corresponding definitions is following:
2
_____ check tests data in two or more associated fields to ensure that the relationship is logical and their data is in the correct format.

A) completeness c. range
B) consistency d. alphabetic
Validation
It is process to check value entered by user is correct or not with the help of predefined values or rules. Most of database management system (DBMS) has validation property to ensure that user entered value is correct or not.
A Consistency check is a type of validity check which is used to checks the value of any field related to another field. It is used to check that value in two associated field should be logically correct or not.
For example in employment registration form the date of completing the graduation must not be smaller than date of birth.
Hence, the correct option is b.
Completeness check ensures that there should be some value in field. This check is used when database administration wants do not left blank any specific field.
Hence option 'a' is not correct.
Range check ensures that value of field must be in range if user enters value outside the range then it shows error message.
Hence option 'c' is not correct.
Alphabetic check ensures that user can only insert alphabets in field, if user enters any other character rather than alphabets then it shows error message.
Hence option 'd' is not correct.
3
What is function creep? If you use a browser, what are some techniques you can use to protect your data?
Function creep
Function creep happens when technology used by company for another. Example when a company sells the customers data, which it is collected by sales of credit card to other company which makes survey and generates credit card report.
Techniques for protecting data
Techniques used to protect data are as follow:
• A browser gives flexibility to user to limit the data tracking from the browser setting.
• Read all the privacy policy before buying anything from online store.
• Before signup to any social networking sites read the privacy policy more carefully whether they sell data to any other company or not.
4
Define these terms: database, data, and database software.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
5
The more errors data contains, the higher its integrity.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
6
Which of the following is not an advantage of a database approach?

A) improved data integrity
B) reduced data redundancy
C) shared data
D) requires less memory, storage, and processing power than file processing systems
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
7
List reasons for backing up a database. List some ways to back up a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
8
Explain the importance of data integrity. GIGO stands for ______.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
9
In a data hierarchy, each higher level of data contains one or more items from the lower level.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
10
A _____ contains data about each file in the database and each field in those files.

A) query c. data dictionary
B) form d. data mart
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
11
What are the responsibilities of database analysts and administrators? How do their jobs differ?
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
12
List steps that you should take if you experience identity theft.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
13
A field size determines the maximum number of characters a field can contain.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
14
A developer of a relational database refers to a file as a _____.

A) dictionary c. tuple
B) relation d. record
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
15
What is database design? In designing a database, what must the database analyst or administrator identify?
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
16
Identify characteristics of data that contribute to its value.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
17
Validity checks reduce data entry errors and thus enhance the data's integrity.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
18
_____ database stores data in objects.

A) object-oriented c. relational
B) multidimensional d. distributed
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
19
What is a decision support system? What is an expert system?
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
20
Identify the role of a file, record, and field in the hierarchy of data in a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
21
A check digit often confirms the accuracy of a primary key value.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
22
With _____, the computer processes each transaction as it is entered.

A) batch processing
B) online transaction processing
C) data mining
D) query by example
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
23
In the ASCII coding scheme, each byte represents a single ______.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
24
File processing systems require more memory, storage, and processing power than a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
25
A(n) _____ report usually lists just transactions.

A) detailed
B) summary
C) exception
D) criteria
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
26
Define these terms: field, field name, and data type. List common data types.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
27
In a rollforward, the DBMS uses the log to undo any changes made to the database during a certain period.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
28
In an expert system, the _____ is the combined subject knowledge and experiences of the human experts.

A) inference rule(s)
B) external source
C) internal source
D) knowledge base
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
29
Identify what is stored in a record. Explain the importance of a primary key.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
30
In a file processing system, you can set up a relationship between tables at any time.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
31
Define the term, data file. Identify what is involved in file maintenance.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
32
A relational database processes and summarizes large number of records efficiently and can do so much faster than a multidimensional database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
33
Explain the issues surrounding function creep.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
34
A database administrato? focuses on the meaning and usage of data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
35
Explain how a user might add a record to a database or modify a record.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
36
An ERP allows for storage and management of a company's documents.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
37
Explain how a DBMS might manage deleted records.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
38
With batch processing, the computer collects data over time and processes all transactions later, as a group.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
39
Define the term, validation. Explain the role of a validity check.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
40
List types of validity checks and explain what occurs in each.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
41
Explain the disadvantages of typical file processing systems.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
42
Describe the database approach to storing data. Differentiate between a front-end and back-end program.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
43
Explain the innovations of forensic databases.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
44
Identify the uses of data and databases in the 1000 Genomes Project.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
45
Explain how the database approach affects data integrity.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
46
Explain the issues surrounding sharing of criminal databases.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
47
List common functions performed by most DBMSs.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
48
Define the term, data dictionary. Explain how a data dictionary uses default values.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
49
Define the terms, query and query language. Explain what SQL allows users to do with data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
50
List steps to import data from a spreadsheet into a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
51
Explain the QBE feature of a DBMS. Explain how a database filters data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
52
Define the terms, forms and report writer.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
53
Explain how access privileges contribute to data security. Identify differences between the security policies for a database administrator and a typical user.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
54
List methods to restore a database. Differentiate between rollforward and rollback recovery.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
55
List methods to back up a database. Explain why a business might choose continuous backup.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
56
______ defines how users view the organization of the data. List three popular data models.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
57
Define the term, relational database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
58
Identify the contributions of Larry Ellison and E.F. Codd with respect to databases.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
59
Define the term, object-oriented database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
60
Describe how multidimensional databases store data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
61
Define the following terms: data warehouse, distributed database, data mining, and data mart.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
62
Explain how you access data in a web database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
63
Identify steps to use a research database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
64
Explain what is meant by the term, Big Data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
65
Describe the roles of the database analyst and the database administrator.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
66
List guidelines for maintaining a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
67
Explain issues surrounding accidental access of confidential data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
68
Identify how to determine the organization and structure of a database.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
69
Define the term, information system. List examples of information systems that support activities of several functional units.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
70
Explain whether a company is responsible for protecting customer data.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
71
Explain the role of a content management system.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
72
List activities associated with a transaction processing system.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
73
Define the terms: management information system, decision support system, expert system, and artificial intelligence.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
74
Explain how the sports industry uses technology.
Unlock Deck
Unlock for access to all 74 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 74 flashcards in this deck.