IS475

  1. Data integrity is composed of rules and mechanisms for ensuring data accuracy and consistency. TF
    True
  2. The first step of transforming an entity set is transforming each entity into a relation. TF
    True
  3. An attribute is a property or characteristic of an entity set of interest to the organization. TF
    True
  4. DDL can be explained as “data defined language”. TF
    True
  5. One of the purposes of encryption is to ensure that data cannot be understood if intercepted. TF
    True
  6. The effectiveness of BI depends on quality of data gathered at operational level. TF
    True
  7. File-processing systems is data that is stored, retrieved, and manipulated by computer (application) programs. TF
    True
  8. A database enhances data quality and improves decision making. TF
    True
  9. A client is any process that requests specific services from server process. TF
    True
  10. Business Intelligence is to generate and present information to support business decision making. TF
    True
  11. NoSQL is regularly faster than SQL. TF
    True
  12. One advantage of a Distributed Database is its increased reliability/availability. TF
    True
  13. One advantage of a Distributed Database is its increased reliability/availability. True Data model is concern with understanding the data and it describes the business process model. TF
    True
  14. The attributes in a foreign key have the same domains as the primary key? TF
    True
  15. Projects where NoSQL is ideal include simpler or looser project objectives. TF
    True
  16. A web server is the main hub through which internet services are accessed? TF
    True
  17. Database design process captures and represents key data requirements of a database system. TF
    True
  18. A Class is a collection of similar objects with shared structure (attributes) and behavior (methods). TF
    True
  19. The having clause is used to restrict the output of a GROUP BY query by applying conditional criteria to the grouped rows. TF
    True
  20. Data Manipulation Language (DML) is the commands that maintain and query a database. TF
    True
  21. Data management includes the generation, storage, and retrieval of data. TF
    True
  22. Advantages of a distributed database are increased reliability/availability, modular growth, and faster response for certain queries. TF
    True
  23. ER model is a natural and intuitive way to model the focal business application or phenomenon. TF
    True
  24. Client and server processes can reside in different computers connected by a network. TF
    True
  25. An entity is a person, place, object, event, or concept in the user environment about which we wish to maintain data. TF
    True
  26. SQL has become the de facto standard language for creating and querying relational databases. TF
    True
  27. Encapsulation is the ability to hide an object’s internal details. TF
    True
  28. One many-to-many relationship will consist of 3 tables on an entity relationship diagram. TF
    True
  29. An attribute is a property or characteristic of an entity set of interest to the organization. TF
    True
  30. NoSQL is another alternative to SQL. TF
    True
  31. Data control language is considered the core of SQL and has a fixed format? TF
    False
  32. An advantage of e commerce is no hidden costs. TF
    False
  33. In SQL, whenever there is potential unambiguity, an attribute must be qualified by prefixing the relation name and a dot (.) to the attribute name when performing a JOIN operation. TF
    False
  34. The advantages to e-commerce are lack of hidden costs, invulnerability to technical failure, reduced costs of staying business, increased security and privacy, higher service levels, and reduced legal issues. TF
    False
  35. Data integration does not create a unified view of business data. TF
    False
  36. Metadata is data that is gathered to solve specific business problems? TF
    False
  37. Cloud computing protects Intellectual Property Rights, is highly secure and easy to integrate with IT systems. T
    False
  38. Data Queries are used for the discovery of hidden patterns and predictive models. TF
    False
  39. NoSQL is a lot slower than SQL. TF
    False
  40. In a relational data model, an attribute has multiple domains; in addition, multiple attributes may share the same domain. TF
    False
  41. A Composite key is an attribute in a relation in a database that serves as the primary key of another (referenced) relation in the same database. TF
    False
  42. The Internet was designed to provide redundancy and is designed to be secure. TF
    False
  43. A poorly designed database does NOT cause difficult to trace errors. TF
    False
  44. NoSQL databases are standardized. TF
    False
  45. Data describes important properties, characteristics, and structures of relationships. TF
    False
  46. To change an object's state, you must send a signal to the object. This signal will invoke a method. TF
    False
  47. Metadata describes data that is processed. TF
    False
  48. In a data warehouse only correct complete information will be stored. TF
    False
  49. To find information about a product you must enter in the exact writing. For example to find information specifically about the product named Cat Food you must enter “product.product_name = ‘Cat Food’" ? TF
    False
  50. Browsing options on the Zappos website is an example of E-Commerce. TF
    False
  51. Data mining process consists of the following four steps (order): (1) selection, (2) cleaning, (3) data mining, and (4) interpretation and evaluation. TF
    False
  52. NoSQL is ideal for project with high data integration? TF
    False
  53. How do you handle a multi-valued attribute?





    C. Create a new table with the multi valued attribute, and include the primary key from the same table
  54. What Data Type should be used for the following example?-

    The serial number of a lego set.




    E. Char
  55. _______is the process of inputting data in “plain text” to yield an “encoded” output of the data, making the data unintelligible to unauthorized users.
    Encryption
  56. Choose the contents of object oriented programming language in order of importance.





    C. Class, Object, Method
  57. ________________ are the glue that holds together various components of the ER data.





    C. Relationship sets
  58. The (________) clause only appears in conjunction with the GROUP BY clause, for retrieving groups that satisfy certain conditions.




    D. HAVING clause
  59. What serves as the communication tool between the designers and the users?





    B. ERD models
  60. How do you select all of the information from a specific table in SQL?
    Use SELECT * From specific table
  61. List the two types of information systems.
    • Operational
    • Strategic
  62. What is the second layer of the e commerce architecture
    Business Enabling Services
  63. A Good Business Rule is which of the following? 




    E.    All the above
  64. Which of the following about an entity set is NOT true?




    C. an entity can have only one attribute
  65. ____________Commands that control a database, including administering privileges and committing data
    Data Control Language (DCL)
  66. What does ETL stand for?





    C. Extract Transform Load
  67. In a Logical schema, the arrow is drawn for a One to Many relationship between entities?



    C. From the many, Back to the One
  68. The 2 types of information systems are:
    • OPERATION
    • STRATEGIC
  69. An entity has data components and relationships,but lacks manipulative ability. TF
    True
  70. Please list at least 2 Costs/Risks associated Database Systems.
    • New and specialized staff
    • Organizational conflicts
    • Data and Systems conversion costs
    • Need for routine backup and error recovery.
  71. Which of the following is NOT a challenge of Data Mining?





    A. Lack of qualified vendors
  72. What is the proper format for Dates in SQL? 





    A. Yyyy-mm-dd
  73. The purpose of a _____ operation is to retrieve data from more than one relation.
    JOIN
  74. 2. Advantages of a distributed database include all of the following except?





    E. None of the above
    B. Additional transaction control mechanism
  75. The three V’s that define big data are?
    VOLUME, VELOCITY, VARIETY
  76. In a relation, each ________ is described by its name and domain.




    C. Attribute
  77. Disadvantages in E-Commerce including all of the following EXCEPT:




    C. Lower Entry Barriers
  78. Which of the following is the correct syntax order for a SQL statement:





    E. SELECT, FROM, WHERE, GROUP BY, HAVING
  79. A major concern of operations information systems?
     




    A. Flexibility in report generation
  80. Increased customer knowledge can be used to:





    E. All of the above
  81. List order numbers of the orders which contain products supplied by vendor V003.
    SELECT Order_Detail.O_NoFROM Order_Detail, ProductWHERE Product.VID='V003'AND Order_Detail.Product_ID=Product.Product_Id
  82. Clustering is the process of breaking a large group into _______ sub-groups.

    A. smaller
    B. medium
    C. random
    D. custom
    E. None of the above
    • A. smaller
    • B. medium
  83. A common problem of file system data processing (i.e. non integrated database processing systems) is:




    D. Data quality issues such as data redundancy, inconsistency, and lack of data sharing/integration
  84. An attribute which can be broken into several components parts is called a:




    A. Composite Attribute
  85. One way of NOT improving data capture processes would be to:




    C. Disregard simple user interface principles in lieu of a complex/holistic interface which has many options
  86. Which of the following roles would be the most likely to focus on daily operations of the database?




    D. DBA (Database Administrator)
  87. What is the purpose of an operational database?




    C. To support a company's day-to-day operations.
  88. Which of these is not an aggregate function?




    E. All of these are aggregate functions
  89. In data mining, what is classification analysis?
    Classifying all objects into predefined classes.
  90. Which of these is not a tier in three-tier architecture?




    D. ODBC
  91. What is an entity set?





    A. A collection of entities that share common properties
  92. Which is NOT a common pitfall of data mining?





    B. Data discovery
  93. What is a "tuple" in a formal relation?





    B. Row or record
  94. Which is a correct join statement?





    A. product.product_ID = promotion.product_ID
  95. Which of the following is NOT an advantages of NoSQL?





    B. standardization
  96. During the translation of business rules to data model components, you identify entities, attributes, relationships, and _____





    A. Constraints
  97. Data can become dirty for what reason?





    C. Use of synonyms and homonyms across the system
  98. Which of the following is a characteristic of an Object-Oriented system?





    E. All of the above
  99. _________ refers to data that have been presented or processed in a way that they become meaningful or can increase the knowledge of users.
    INFORMATION
  100. What are some disadvantages of distributed database?
    • Network dependency
    • Software cost and complexity
    • Slower response for certain queries
    • Network security concerns
  101. Data profiling needs to be done?
    PERIODICALLY
  102. ______is the ability to change the product to better fit the needs of the customer
    CUSTOMIZATION
  103. What are the steps of Data Mining Process?





    B. Selection-Cleaning-Transformation-Data Mining- Interpretation and Evaluation
  104. Data mining extracts:





    A. previously unknown, interesting, valid, and actionable data patterns
  105. Based on the subscription model, you would: 





    C. make fixed payments on specific time frames
  106. Which data mining tool is used mostly for “prediction”?\





    C. Classification
  107. Which option lists the steps of database design ?





    A. Conceptual, Logical, and Physical
  108. What is not a basic procedure for an ER Model




    C. Identifying major setbacks in the data system
  109. What is the difference between explanatory analytics and predictive analytics. Give an example for when each would be used.
    Part A.) explanatory analytics focuses on the discovering and explaining data characteristics and relationships based on existing data. Predictive analytics focuses on predicting future outcomes with a high degree of accuracy. Part B.) Explanatory analytics would be used when a person is identifying the actual demographics of their product. For example, when you begin to sell a product you have a demographic in mind. Sometimes, products turn out to be purchased by a different demographic than intended.
  110. The three major functions for an Internet environment are:





    A. Presentation, Application Logic, and data management
  111. WHAT DOES ERD STAND FOR
    ENTITY RELATIONSHIP DIAGRAM
  112. What are the 3 techniques for data integration?
    • Consolidation
    • Federation
    • Propagation
  113. What does SQL stand for?
    Structure Query Language
  114. What are the key characteristics of a database?
    • Self-describing collection of data: A database contains a description of the overall database design and essential data structure and interrelationships.
    • Related data: A logically coherent collection of data with some inherent meaning.
    • Integrated data: A unification of data files, reducing or eliminating unplanned data redundancy.
    • Shared data: A database provides a central information repository which can be accessed by different application programs and users.
  115. What is Varchar and when do you use it?
    Variable Character Field is a set of character data of indeterminate length.

    I would use this if the user were to use it to enter emails.
  116. Give an example of a threat to internet.
    A Trojan horse program hides within the database system and reveals information and remove all access controls within database.
  117. List two characteristics of Quality data:
    • Accuracy
    • Uniqueness
    • Completeness
    • Consistency
    • Timeliness
    • Conformance
Author
wrexshop
ID
326861
Card Set
IS475
Description
test
Updated