Computer science

profile3619a34ye
cis235final.docx

QUESTION 1

1. Answer the following questions based on the 'customer' table below. Remember to observe proper formatting practice if asked to write queries . And remember, if asked to show actual query output, to include all elements that would be shown.

2. Assume that the queries should be written for SQLite:

3.

4. Write a query to display the name of the company, the city, and postal code for our customers in Spain and the UK that do not operate in London or in Madrid.

5. For the toolbar, press ALT+F10 (PC) or ALT+FN+F10 (Mac).

6.

7.

8.

9.

10.

11.

12. -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings

13.

14. -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt)

15.

16.

17.

18.

19.

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46. -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code

47.

48. -- Font family --

49.

50. -- Font size --

51.

52.

53.

54.

55.

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

71.

72.

73.

74.

75.

76.

77.

78.

79.

80.

81.

82.

83.

84.

85.

86.

87.

88.

89.

90.

91.

92.

93.

94.

95.

96.

97.

98.

99.

100.

101.

102.

103.

104.

105.

106.

107.

108.

109.

110.

111.

112.

113.

114.

115.

116.

117.

118.

119.

120.

121.

122.

123.

124.

125.

126.

127.

128.

129.

130.

131.

132.

133.

134.

135.

136.

137.

138.

139.

140. Path:

141. Words:0

142.

2 points

QUESTION 2

1. Answer the following questions based on the 'customer' table below. Remember to observe proper formatting practice if asked to write queries . And remember, if asked to show actual query output, to include all elements that would be shown.

2. Assume that the queries should be written for SQLite:

3.

4. Please create the output table for the following query*:

5. SELECT DISTINCT Country FROM customer;

6.

7. *If you do not see the option to create a table, click on the double arrows on the corner of the text field to expand the text options.

8.

9.

10.

11.

12.

13.

14.

15. -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings

16.

17. -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt)

18.

19.

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46.

47.

48.

49. -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code

50.

51. -- Font family --

52.

53. -- Font size --

54.

55.

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

71.

72.

73.

74.

75.

76.

77.

78.

79.

80.

81.

82.

83.

84.

85.

86.

87.

88.

89.

90.

91.

92.

93.

94.

95.

96.

97.

98.

99.

100.

101.

102.

103.

104.

105.

106.

107.

108.

109.

110.

111.

112.

113.

114.

115.

116.

117.

118.

119.

120.

121.

122.

123.

124.

125.

126.

127.

128.

129.

130.

131.

132.

133.

134.

135.

136.

137.

138.

139.

140.

141.

142.

143. Path: p

144. Words:0

145.

2 points

QUESTION 3

1. Answer the following questions based on the 'customer' table below. Remember to observe proper formatting practice if asked to write queries . And remember, if asked to show actual query output, to include all elements that would be shown.

2. Assume that the queries should be written for SQLite:

3.

4. Write a query to display the contact name, company name, and cities for customers in Denmark, Sweden, Germany, France, and Poland.

5.

6.

7.

8.

9.

10.

11.

12. -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings

13.

14. -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt)

15.

16.

17.

18.

19.

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46. -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code

47.

48. -- Font family --

49.

50. -- Font size --

51.

52.

53.

54.

55.

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

71.

72.

73.

74.

75.

76.

77.

78.

79.

80.

81.

82.

83.

84.

85.

86.

87.

88.

89.

90.

91.

92.

93.

94.

95.

96.

97.

98.

99.

100.

101.

102.

103.

104.

105.

106.

107.

108.

109.

110.

111.

112.

113.

114.

115.

116.

117.

118.

119.

120.

121.

122.

123.

124.

125.

126.

127.

128.

129.

130.

131.

132.

133.

134.

135.

136.

137.

138.

139.

140. Path: p

141. Words:0

142.

2 points

QUESTION 4

1. Answer the following questions based on the 'customer' table below. Remember to observe proper formatting practice if asked to write queries . And remember, if asked to show actual query output, to include all elements that would be shown.

2. Assume that the queries should be written for SQLite:

3.

4. Write a query to display the total number of customers that we have in each country. Make sure to rename the output column names to enhance readibility.

5.

6.

7.

8.

9.

10.

11.

12. -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings

13.

14. -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt)

15.

16.

17.

18.

19.

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46. -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code

47.

48. -- Font family --

49.

50. -- Font size --

51.

52.

53.

54.

55.

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

71.

72.

73.

74.

75.

76.

77.

78.

79.

80.

81.

82.

83.

84.

85.

86.

87.

88.

89.

90.

91.

92.

93.

94.

95.

96.

97.

98.

99.

100.

101.

102.

103.

104.

105.

106.

107.

108.

109.

110.

111.

112.

113.

114.

115.

116.

117.

118.

119.

120.

121.

122.

123.

124.

125.

126.

127.

128.

129.

130.

131.

132.

133.

134.

135.

136.

137.

138.

139.

140. Path: p

141. Words:0

142.

2 points

QUESTION 5

1. Answer the following questions based on the 'customer' table below. Remember to observe proper formatting practice if asked to write queries . And remember, if asked to show actual query output, to include all elements that would be shown.

2. Assume that the queries should be written for SQLite:

3.

4. Please describe the output from the following query*:

5. SELECT CustomerID, ContactName, City, Country

6. FROM customer

7. WHERE Country = 'UK' AND City = 'Cardiff';

8.

9. *There is no need to create a table. Just offer a description of the output.

10.

11.

12.

13.

14.

15.

16.

17. -- Font family --Andale MonoArialArial BlackBook AntiquaComic Sans MSCourier NewGeorgiaHelveticaImpactSymbolTahomaTerminalTimes New RomanTrebuchet MSVerdanaWebdingsWingdings

18.

19. -- Font size --1 (8pt)2 (10pt)3 (12pt)4 (14pt)5 (18pt)6 (24pt)7 (36pt)

20.

21.

22.

23.

24.

25.

26.

27.

28.

29.

30.

31.

32.

33.

34.

35.

36.

37.

38.

39.

40.

41.

42.

43.

44.

45.

46.

47.

48.

49.

50.

51. -- Format --HeadingSub Heading 1Sub Heading 2ParagraphFormatted Code

52.

53. -- Font family --

54.

55. -- Font size --

56.

57.

58.

59.

60.

61.

62.

63.

64.

65.

66.

67.

68.

69.

70.

71.

72.

73.

74.

75.

76.

77.

78.

79.

80.

81.

82.

83.

84.

85.

86.

87.

88.

89.

90.

91.

92.

93.

94.

95.

96.

97.

98.

99.

100.

101.

102.

103.

104.

105.

106.

107.

108.

109.

110.

111.

112.

113.

114.

115.

116.

117.

118.

119.

120.

121.

122.

123.

124.

125.

126.

127.

128.

129.

130.

131.

132.

133.

134.

135.

136.

137.

138.

139.

140.

141.

142.

143.

144.

145. Path: p

146. Words:0

147.

2 points

QUESTION 6

1. Which of the following items are foundational concepts of Information Security?

2.

3.

4. Cap'n Crunch, Frankenberry, and Apple Jacks

5.

6.

7. Confidentiality, Innovation, and Accessibility

8.

9.

10. Integrity, Confidentiality, and Availability

11.

12.

13. Timeliness, Integrity, and Accuracy

14.

15.

16. Availability, Fidelity, and Reliability

2 points

QUESTION 7

1. A firm shuts down its old COBOL legacy system and immediately starts up its new PeopleSoft ERP system. This process is called __________ conversion.

2.

3.

4. Parallel

5.

6.

7. Direct

8.

9.

10. Pilot

11.

12.

13. Phased

2 points

QUESTION 8

1. Which of the following systems acquisition methods saves the company’s time and enables the company to own software that has been used for similar problems in other organizations?

2.

3.

4. "Build" option

5.

6.

7. Prototyping

8.

9.

10. "Buy" option

11.

12.

13. "Lease"

2 points

QUESTION 9

1. Business processes define:

2.

3.

4. What we do and how we do it

5.

6.

7. Detailed components of enterprise architecture

8.

9.

10. How technology supports the business

11.

12.

13. Business performance capabilities

2 points

QUESTION 10

1. A Denial of Service (DoS) and/or Distributed Denial of Service (DDos) attack ____________

2.

3.

4. floods a network or server with enough simultaneous requests that the service slows or crashes entirely

5.

6.

7. occurs when your MacBook crashes and the Genuis Bar refuses to schedule an appointment for you to get it fixed

8.

9.

10. occurs when a site refuses to offer you service based on race, religion, gender, etc.

11.

12.

13. provides a link, under false pretenses, to a malicious site posing as a legitimate site

2 points

QUESTION 11

1. Match the phase of the Systems Development Life Cycle with the correct phase number, according to the textbook and class discussion.

2.

3. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

4.

5. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

6. Phase 2

7. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

8. Phase 3

9. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

10. Phase 4

11. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

12. Phase 5

13. - 1. 2. 3. 4. 5. 6. 7. 8. 9. 10.

14. Phase 6

15.

16.

17. 1.

18. Analysis

19. 2.

20. Planning/Investigation

21. 3.

22. Operations

23. 4.

24. Implementation

25. 5.

26. Maintenance

27. 6.

28. Inbound Logistics

29. 7.

30. Development and Testing

31. 8.

32. Sales

33. 9.

34. Marketing

35. 10.

36. Design

37.

2 points

QUESTION 12

1. What are the official "Three V's" of Big Data?

2.

3.

4. Velocity

5.

6.

7. Verisimilitude

8.

9.

10. Veracity

11.

12.

13. Variety

14.

15.

16. Volume

17.

18.

19. Value

2 points

QUESTION 13

1. The waterfall methodology is:

2.

3.

4. an assessment methodology that ensures quality applications.

5.

6.

7. a sequential, activity-based process in which one phase of the SDLC is followed by another.

8.

9.

10. a process management technique that identifies and includes end users and management in the SDLC.

11.

12.

13. an outsource development methodology to information systems.

2 points

QUESTION 14

1. A firm implements a new information system in one of its plants, assesses the new system’s performance, and then implements the new system in its other plants. This is an example of __________ conversion.

2.

3.

4. Direct/Plunge

5.

6.

7. Pilot

8.

9.

10. Parallel

11.

12.

13. Phased

2 points

QUESTION 15

1. To increase throughput or improve service levels it is often desirable to replace ___________ process(es) with ___________ process(es).

2.

3.

4. digital; analogue

5.

6.

7. serial; parallel

8.

9.

10. tangible; intangible

11.

12.

13. group; organizational

2 points

QUESTION 16

1. ______ determine(s) whether to pass each part of a message by examining its source address, destination address, and other related data.

2.

3.

4. Anti-malware scanning software

5.

6.

7. Application firewall

8.

9.

10. Packet-filtering firewall

11.

12.

13. Security procedures

14.

15.

16. Dr. Sopha

2 points

QUESTION 17

1. _____ feasibility analysis addresses the human issues of an information systems project.

2.

3.

4. Organizational

5.

6.

7. Economic

8.

9.

10. Behavioral

11.

12.

13. Technical

2 points

QUESTION 18

1. A small business receives travel reimbursements from their employees. The process starts when the travel manager receives a reimbursement request via email. Then, she checks to see if all the required information has been entered. If it has not, she contacts the employee to receive missing information to complete the process. Next, she allocates funds from and transfers them to the employee’s payroll account. Finally, she sends an email to the employee stating that their reimbursement has been processed.

2. In the business process described above how many activities are there?

3.

4.

5. 3

6.

7.

8. 6

9.

10.

11. 7

12.

13.

14. 5

15.

16.

17. 4

2 points

QUESTION 19

1. A small business receives travel reimbursements from their employees. The process starts when the travel manager receives a reimbursement request via email. Then, she checks to see if all the required information has been entered. If it has not, she contacts the employee to receive missing information to complete the process. Next, she allocates funds from and transfers them to the employee’s payroll account. Finally, she sends an email to the employee stating that their reimbursement has been processed.

2. In the business process described above how many decisions/gateways are there?

3.

4.

5. 0

6.

7.

8. 3

9.

10.

11. 1

12.

13.

14. 5

15.

16.

17. 2

2 points

QUESTION 20

1. A small business receives travel reimbursements from their employees. The process starts when the travel manager receives a reimbursement request via email. Then, she checks to see if all the required information has been entered. If it has not, she contacts the employee to receive missing information to complete the process. Next, she allocates funds from and transfers them to the employee’s payroll account. Finally, she sends an email to the employee stating that their reimbursement has been processed.

2. Which of the diagrams below accurately represent this business process?

3.

4.

5. This Process

6.

7.

8. BP1.PNG

9.

10.

11. This Process

12.

13. BP3.PNG

14.

15.

16. This Process

17.

18. BP4.PNG

19.

20.

21. This Process

22.

23. BP2.PNG

2 points

QUESTION 21

1. Just-in-time (JIT) is:

2.

3.

4. a method that requires 1.21 gigawatts of power to travel back to 1985.

5.

6.

7. a method for continuously improving the quality of products and processes.

8.

9.

10. a method of manufacturing where large inventories need to be maintained.

11.

12.

13. a method for producing or delivering a product or service precisely when the customer wants it.

14.

15.

16. a method that considers the expenditure of resources for any goal other than the creation of value for the end customer to be wasteful.

2 points

QUESTION 22

1. In the _________, the production process begins with a customer order.

2.

3.

4. pull model

5.

6.

7. push model

8.

9.

10. supply chain model

11.

12.

13. inventory model

2 points

QUESTION 23

1. Which of the following is an information systems application used in sales and marketing?

2.

3.

4. Lead Tracking

5.

6.

7. Capital management

8.

9.

10. Assessment

11.

12.

13. Cost accounting

14.

15.

16. Supplier asset management

2 points

QUESTION 24

1. Given this Python script:

2.

3. What is the result in the Python Interpreter (IDLE) when this is run?

4.

5.

6. The result is 28

7.

8.

9. The result is 18

10.

11.

12. The result is 21

13.

14.

15. The result is 42

16.

17.

18. The result is 25

2 points

QUESTION 25

1. The scope of a supply chain management (SCM) project/system is _________.

2.

3.

4. Inter-organizational

5.

6.

7. Departmental

8.

9.

10. Cross-functional

11.

12.

13. Cool mint

14.

15.

16. Functional

2 points

QUESTION 26

1. The following statement has already been executed:

2.

3.

4. Given this, what is the output from this statement:

5.

6.

7.

8. 8

9.

10.

11. 7

12.

13.

14. IndexError: list index out of range

15.

16.

17. 6

2 points

QUESTION 27

1. What is the difference between SCM and CRM?

2.

3.

4. SCM records information about customers; CRM records information about products and services.

5.

6.

7. CRM stores and processes transactional information; SCM stores and processes business intelligence.

8.

9.

10. CRM records and processes operational data; SCM records and processes tactical information.

11.

12.

13. SCM manages production and delivery information; CRM manages customer information.

2 points

QUESTION 28

1. E-commerce businesses dealing with sales between a supplier and a retail consumer are:

2.

3.

4. B2G

5.

6.

7. B2B

8.

9.

10. B2C

11.

12.

13. C2C

14.

15.

16. C2B

2 points

QUESTION 29

1. Which of the following arithmetic operators in Python performs division on two operands where the result is a quotient that has had the floating point numbers removed?

2.

3.

4. //

5.

6.

7. *

8.

9.

10. **

11.

12.

13. not in

14.

15.

16. /

2 points

QUESTION 30

1. Given this Python script:

2.

3. How many times does this loop execute when this is run?

4.

5.

6. 0

7.

8.

9. This results in an error

10.

11.

12. 1

13.

14.

15. 4

2 points

QUESTION 31

1. The single largest form of E-commerce, in terms of capital, is _________?

2.

3.

4. B2C

5.

6.

7. B2G

8.

9.

10. G2C

11.

12.

13. B2B

14.

15.

16. C2C

2 points

QUESTION 32

1. The elimation of the middle layers of the supply chain is called _________.

2.

3.

4. price elasticity

5.

6.

7. disintermediation

8.

9.

10. price conflict

11.

12.

13. channeling

14.

15.

16. layer caking

2 points

QUESTION 33

1. The phenomenon in which the variability in the size and timing of orders increases at each stage of the supply chain is known as the _________ effect.

2.

3.

4. accelerator

5.

6.

7. butterfly

8.

9.

10. bullwhip

11.

12.

13. rainbow

14.

15.

16. Turing

2 points

QUESTION 34

1. _________ read data from a variety of sources, process that data, and produce and deliver formatted reports to users.

2.

3.

4. Data mining systems

5.

6.

7. OLTP

8.

9.

10. RFP

11.

12.

13. Reporting systems

14.

15.

16. OLAP

2 points

QUESTION 35

1. Because of a phenomenon called (the) _________, the more attributes there are, the easier it is the build a model that fits the sample data. However, this model is generally worthless as an actual predictor.

2.

3.

4. Attribute Paradox

5.

6.

7. Curse of Dimensionality

8.

9.

10. Brooks' Law

11.

12.

13. Moore's Law

14.

15.

16. Godwin's Law

17.

18.

19. Uncertainty Principle

2 points

QUESTION 36

1. Sometimes, large organizations break out _________ from their data warehouses so they can be used for a specific functional area of the organization (like marketing or finance).

2.

3.

4. data mines

5.

6.

7. data warehouses

8.

9.

10. database servers

11.

12.

13. data marts

14.

15.

16. data lakes

2 points

QUESTION 37

1. Business transactions that are processed as they occur is an example of

2.

3.

4. service oriented architecture

5.

6.

7. OLTP

8.

9.

10. OLAP

11.

12.

13. source data automation

14.

15.

16. batch processing

2 points

QUESTION 38

1. All of the following observations concerning a data mart are true except:

2.

3.

4. It is a data collection

5.

6.

7. Its users don't need the same data management expertise as data wearehouse users

8.

9.

10. It is generally larger than a data warehouse

11.

12.

13. It is built using dimensional data models

14.

15.

16. It addresses a specific functional area of the business

2 points

QUESTION 39

1. Which of the following is an example of a question that data mining will help address?

2.

3.

4. What has happened with projects in the last two years?

5.

6.

7. Is Star Wars Episode I: The Phantom Menace a good movie?*

8.

9. *no

10.

11.

12. How does the current IT operating budget compare to the IT operating budget one year ago?

13.

14.

15. Will a customer default on a loan based on their purchase and credit history?

16.

17.

18. What is the current IT operating budget?

2 points

QUESTION 40

1. Which of the following knowledge management systems is designed to store human knowledge in the form of IF-THEN rules?

2.

3.

4. Content Management Systems

5.

6.

7. Social Media Information Systems

8.

9.

10. Neural Networks

11.

12.

13. Complex Adaptive Systems

14.

15.

16. Expert Systems

2 points

QUESTION 41

1. One common unsupervised data mining technique is:

2.

3.

4. neural networking

5.

6.

7. market basket analysis

8.

9.

10. cluster analysis

11.

12.

13. eenie, meeny, miny, moe

14.

15.

16. regression analysis

2 points

QUESTION 42

1. Regression analysis is an example of _________.

2.

3.

4. expert systems

5.

6.

7. cluster analysis

8.

9.

10. unsupervised data mining

11.

12.

13. neural networks

14.

15.

16. supervised data mining

2 points

QUESTION 43

1. A(n) _________ provides rapid access to timely information and direct access to management reports.

2.

3.

4. neural network

5.

6.

7. digital dashboard

8.

9.

10. decision support system

11.

12.

13. expert system

2 points

QUESTION 44

1. _________ is the process of creating value from organizational intellectual capital and sharing this knowledge with employees, managers, suppliers, customers, and others who may need it.

2.

3.

4. Competitive Intelligence

5.

6.

7. Repository Management

8.

9.

10. Knowledge Management

11.

12.

13. Social Media Information Systems

14.

15.

16. Data Mining

2 points

QUESTION 45

1. In the case of online analytical processing, the presentation of a measure with associated dimensions is referred to as an ________.

2.

3.

4. OLAP LMNOP

5.

6.

7. OLAP cube

8.

9.

10. OLAP server

11.

12.

13. OLAP database

14.

15.

16. OLAP service

2 points

QUESTION 46

1. Your manager stopped by your cube today and said the following:

2. "I know we do most all of our business in the US and Germany, but we need to extend our reach. Can you put together a few reports for me?

3. I need to plan trips to the stores in the countries where we do the most business outside of the US and Germany.

4. Can you put together a report for me that shows the countries where we do business in terms of both quantity of orders and dollars sold? From that list, make a recommendation on which country you think I should visit.

5. Once you've done that, put together another report showing the stores that buy from us in that country, the top product types sold in those stores, and revenues from those product types over the last few years. From that report, make a recommendation on who I should visit and why."

6. Download the attached file (BI_Raw_Data_Final.xlsx) to create the reports for your manager. Create the two requested reports using PivotTables. In a cell off to the side of each of your PivotTables, write the requested recommendations to your manager. There should be two (2) tabs in your sheet, in addition to the raw data. Save your work in Excel and upload your file as your solution to this exam question.

7. BI_Raw_Data_Final.xlsx

8. You are not required to create any charts in this exercise. It is recommended that you do not use Excel for MacOS for this exercise.

9. BI_Raw_Data_Final_2.xlsx

1. Attach File

10 points

Click Save and Submit to save and submit. Click Save All Answers to save all answers.