Question

In: Computer Science

1- True/False _______ All access. such as requests to read records, updates, deletions and additions, for...

1- True/False _______ All access. such as requests to read records, updates, deletions and additions, for data from application programs (apps) related to data residing on a centralized database goes through the DBMS in order to be performed.

2-True/False   ____ When a database is designed, the Database Administrator designates the organization’s single, allowable and standard programming language, such as Java, that must be used by the apps whenever accessing the database.

3- True/False ___ When preparing to design a new database it is generally not worth the time and effort to interview the users, examine existing files, reports and forms because they most likely will be flawed or of little value and can distract the designer from her important tasks related to the new DB.

4-True/False _____ Designing Databases is optimally accomplished by closely following strict database guidelines in order to complete the task by a single focused effort.

Solutions

Expert Solution

Question 1)
Answer: True

Information is transferred between the DataBase Management System (DBMS) and application programs (apps) such as spreadsheets, Word processor, Graphics, or web application program. As the name suggests DBMS creates and manages, application programs perform the processing functions such as reading records, updates, deletions, and additions for data. DBMS is a set of programs that handles a company's database responsibilities. Using DBMS end-users using application programs (apps) can create, read, update, and delete data in a database.

Question: 2)
Answer: False

A Database Administrator (DBA) using specialized software stores and organizes data in a Database. He "may" also involve in Capacity Planning, installation, database designing, configuration, performance monitoring, migration, troubleshooting, security, and backup and data recovery. A DBA would also have database design and implementation and programming skills. However, he/she may design a database, however, may not be the person to decide on which programming language the apps should use to access the database. DBA only manages, administers the database, and may even design the database, when app developers have decided and designated which programming language should be used to access the database.

Hence, it is the app developers who choose the programming language for app development to access databases. Where database designers only determine what data has to be stored and how the data elements interrelate.

Question 3)
Answer: False

The database design team interviews several people to learn who will use it, the purpose of the database, how they are going to use it, they analyze business forms, such as invoices, surveys, timesheets, and comb through any existing or previous data systems that include physical and digital files. They gather existing data to be included in the database. Doing this is a professional best practice as this is very important and crucial.

Question 4)
Answer: True

The database designer's or professional's guide is to exploit indexes, views, storage, etc, while designing the database. Yes, it requires a single focused effort with all the team members in the database designing team to work on the same page following a single focused effort, standardizing the naming conventions, collaborating with one another, etc.

One such guideline is the database naming guidelines. Also, to further help database designers there are good database design guidelines, bad practices, best practices, and things to avoid, all available for database designing.


Related Solutions

TRUE OR FALSE for 1-10 1. Circumstances may require additions to audit documentation after the report...
TRUE OR FALSE for 1-10 1. Circumstances may require additions to audit documentation after the report release date.  Audit documentation must not be deleted or discarded after the documentation completion date, however, information may be added. 2.Any documentation added must indicate the date the information was added, the name of the person who prepared the additional documentation, and the reason for adding it. 3. Audit documentation is the written record of the basis for the auditor's conclusions that provides the support...
1- perpetual inventory system continually updates inventory records True Fales? 2- A company can change from...
1- perpetual inventory system continually updates inventory records True Fales? 2- A company can change from lifo to fifo without notifying the internal revenue service False True?
1.Read the statement below carefully, and decide whether it is true or false. And then EXPLAIN...
1.Read the statement below carefully, and decide whether it is true or false. And then EXPLAIN your answer (whether “true “ or “false”). Regarding interest rates, actual (or realized) real rates can be negative but nominal rates cannot be negative. 2.The net-export effect suggests that if an economy’s price level decreases, then the economy’s net exports will decrease. - True/False explain 3. Cost-push inflation can also be described as stagflation. - True/False explain 4.Automatic fiscal stabilizers tend to turn the...
Chapter 1 through 10 TRUE/FALSE Write T for true or F for false. Communication across all...
Chapter 1 through 10 TRUE/FALSE Write T for true or F for false. Communication across all sectors of the health arena is critical to quality care. Communication between provider and consumers affects every facet on the health continuum from health promotion and disease prevention to assessment, diagnosis, and treatment. Treatment adherence leads to better health out- comes and no adherence places the patient at risk for poor recovery and dis- ease progression. Treatment adherence refers to not only medication adherence...
Question 1 The name of S3 access point cannot start with a dash. True False Question...
Question 1 The name of S3 access point cannot start with a dash. True False Question 2 Which of the following is an incorrect statement about IAM (Identity and Access Management)? IAM’s goal is to secure the system. IAM grants or denies access to the system. IAM only grants access to the system and does not deny access to the system. IAM is linked to the business policies and procedures. Question 3 AWS services cannot be accessed/managed by using Software...
True or False 71.       Circumstances may require additions to audit documentation after the report release date....
True or False 71.       Circumstances may require additions to audit documentation after the report release date. Audit documentation must not be deleted or discarded after the documentation completion date, however, information may be added. 72.       Any documentation added must indicate the date the information was added, the name of the person who prepared the additional documentation, and the reason for adding it. 73.       Audit documentation is the written record of the basis for the auditor's conclusions that provides the support...
True/False Directions: Read the following sentences. If the statement is true, place a “T” in the...
True/False Directions: Read the following sentences. If the statement is true, place a “T” in the blank preceding the number. If it is false, place an “F” in the blank and then rewrite the sentence in the space provided beneath so that it is true. The first one is done for you as an example. 1. Roster billing of Medicare-covered vaccinations for multiple beneficiaries must be submitted electronically. 2. If a claim requires an attachment to provide additional medical information...
True/False Directions: Read the following sentences. If the statement is true, place a “T” in the...
True/False Directions: Read the following sentences. If the statement is true, place a “T” in the blank preceding the number. If it is false, place an “F” in the blank and then rewrite the sentence in the space provided beneath so that it is true. The first one is done for you as an example. ___F__ 1. The American Medical Association is responsible for creating the universal claim form known as the CMS-1500. The Health Care Financing Administration is responsible...
1. All mutations are harmful. a) True b) False 2. Which of the following is TRUE...
1. All mutations are harmful. a) True b) False 2. Which of the following is TRUE about mutations? a) Mutations are more likely to occur if they result in a useful trait b) Mutations can be inherited. c) Mutations only occur during DNA replication d) Mutations do not occur in organisms that reproduce asexually 3. Which of the following would increase the chances of getting a mutation? a) Wearing a hat outside b) Putting sunscreen on your face and arms...
C++ Questions: 1. True/False: an int uses 4 bytes in memory on all systems. 2. True/False:...
C++ Questions: 1. True/False: an int uses 4 bytes in memory on all systems. 2. True/False: a double typically offers better precision than a float. 3. True/False: The following two statements are equivalent assuming isPair is a variable of type bool: if (isPair) if (isPair == true) 4. Provide a value we could put in the blank so that the value of x will be 20 after the code snippet. int x = _____; x *= 4; 5. Provide a...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT