четверг, 22 октября 2015 г.

SCI 228 Week 4 Midterm New


1. (TCO 1) Jose's lunch contains 121 grams of carbohydrate, 40 grams of protein, and 25 grams of fat. What percent of kilocalories in this meal come from fat?
2. (TCO 1) ________ are examples of inorganic nutrients
3. (TCO 1) Which statement is FALSE concerning the field of nutrition?
4. (TCO 1) The ________ are a diverse group of organic substances including triglycerides, phospholipids, and the sterols.
5. (TCO 1) Which of the following nutrients contains the element nitrogen?
6. (TCO 1) Which of the following is a micronutrient?
7. (TCO 2) Your grandmother has recently been diagnosed with type 2 diabetes. Which of the following professionals is most likely to be qualified to offer your grandmother assistance in planning her diabetic diet?
8. (TCO 2) The foods that are found at the very top of the Food Guide Pyramid include:
9. (TCO 2) The ________ is most responsible for prompting individuals to seek food.
10. (TCO 2) The Dietary Reference Intakes (DRIs) were established to refocus nutrient recommendations toward preventing:
11. (TCO 2) ________ refers to eating the right proportion of foods
12. (TCO 2) The diet planning tool developed by the USDA and the USDHHS to help reduce the risk of developing chronic disease is the:
13. (TCO 3) Collectively, the nerves of the gastrointestinal tract are referred to as:
14. (TCO 3) What are probiotics?
15. (TCO 3) Which best explains why carbohydrate digestion ceases when food reaches the stomach?
16. (TCO 3) Which is NOT a symptom of dehydration in infants?
17. (TCO 3) Immediately after absorption, what circulatory system carries most of the fat-soluble nutrients?
1. (TCO 4) Which of the following is NOT characteristic of type 2 diabetes?
2. (TCO 4) Which of the following is associated with the development of ketosis?
3. (TCO 4) Which artificial sweetener was almost banned because of a proposed relationship with bladder cancer in experimental animals?
4. (TCO 4) Which of the following is associated with type 2 diabetes?
5. (TCO 4) A disaccharide is formed by the chemical bonding of:
6. (TCO 4) Peggy Sue's doctor wants to screen her for reactive hypoglycemia. If her doctor's suspicions are correct and Peggy Sue does have reactive hypoglycemia, what would you expect her blood glucose concentration to be at approximately TWO HOURS after she had begun her glucose tolerance test?
7. (TCO 4) Insulin is synthesized and released by the:
8. (TCO 4) Yogurt is tolerated better than milk by many lactase-deficient people because:
9. (TCO 1-6) Which agency monitors all confirmed cases of food-borne illness?
10. (TCO 1-6) All of the following are protective responses to encountering food-borne microbes EXCEPT:
11. (TCO 1-6) Which of the following describes lipids?
12. (TCO 1-6) Which of the following is an example of food intoxication?
13. (TCO 1-6) In the United States, the most common food-borne illnesses result from which of the following bacteria?
14. (TCO 1-6) Which of the following is NOT a recommended method for preventing cross-contamination?
15. (TCO 1-6) Which of the following is an example of a persistent organic pollutant?
16. (TCO 1-6) Foods most commonly associated with Salmonellaintoxication are:
17. (TCO 1-6) A cyclic food allergy is one that:
1. (TCO 5) Which of the following statements is TRUE about transfatty acids?
2. (TCO 5) Which of the following fatty acids is generally solid at room temperature?
3. (TCO 5) Sex hormones and adrenal hormones are substances derived from which class of lipid?
4. (TCO 5) A fatty acid that contains a chain of 10 carbons and one double bond is termed a:
5. (TCO 5) Which of the following is a fat replacer?
6. (TCO 5) What is the leading cause of death in the United States?
7. (TCO 5) As of January 1, 2006, the U.S. Food and Drug Administration will require food manufacturers to list ________ content on the Nutrition Facts Panel of their products.
8. (TCO 5) Diets high in ________ have been shown to increase blood levels of high-density lipoproteins (HDL).
9. (TCO 6) Which of the following health problems has been associated with high protein intakes?
10. (TCO 6) Brenda is a reasonably healthy 19-year-old college student who is sedentary. She is 5'8" tall and weighs 145 pounds. How many grams of protein would you recommend she consume each day?
11. (TCO 6) Of the 20 amino acids relevant to the human body, how many are considered essential?
12. (TCO 6) All of the following are examples of protein hormones EXCEPT
13. (TCO 6) Per gram, which of the following foods would contain the highest protein content?
14. (TCO 6) Vegetarian diets are associated with increased consumption of ________.
15. (TCO 6) Conduction of nerve signals and contraction of muscles depends on the proper balance of:
16. (TCO 6) Milk curdles when lemon juice is added to it. The change that occurs in the protein is called:

WEB 460 Week 1 Quiz


1. (TCO 2) The Panel server control encapsulates a set of controls. Which of the following is true about the Panel control?
2. (TCO 2) Which of the following is not true about client-side callback and page postback?
3. (TCO 2) ASP.NET tracing can be disabled on a page-by-page basis by adding:
4. (TCO 2) Which of the following does the requestLimit attribute of the trace element in the web.config file specify?
5. (TCO 2) To view tracing for multiple pages within ASP.Net application, you do which of the following?
6. (TCO 2) Which of the following can be viewed as part of a page or application trace information?
7. (TCO 2) Which of the following is done to handle exception at a page level?
8. (TCO 2) Which of the following is done to capture exception in a centralized location at the application level?
9. (TCO 2) Which of the following is not correct about HTTPStatus code?
10. (TCO 2) What is the configuration statement added to the web.config file of a Web application to disable custom error messages and display detailed information about any runtime error that is thrown by the application? When deploying applications with this option, everyone will be able to view error messages. This statement is not recommended, as it can expose application-specific information
11. (TCO 2) What is the configuration statement added to the web.config file of a Web application to allow all users to receive a filtered exception message, and have users redirected to myError.aspx file whenever a status code = 450 results when processing a request?
12. (TCO 2) What is the configuration statement added to the web.config file to turn tracing feature on, have trace information viewed in the trace.axd file, and collect trace information for the last 20 requests processed?

WEB 460 Week 2 Quiz


1. (TCO 3) All of the following are reasons to use Master Pagesexcept:
2. (TCO 3) Which statement of the following specifies the master page to be used on the application level?
3. (TCO 3) Which stream object is used to read characters from a byte stream?
4. (TCO 3) Which statement of the following is not correct about Themes in ASP.NET?
5. (TCO 3) Which of the following is not correct about the Directory and DirectoryInfo classes?
6. (TCO 3) It is necessary that you ensure closing all stream objects when you are done using them. Which of the following can ensure that your streams will always be closed when you are done using them?
7. (TCO 3) Whenever you set the theme for an entire application in the Web.config file, sometimes you want to have a single ASP.NET page use a different theme. What is the statement to do that assuming that the name of the theme you want to use or apply at the concerned page is “BlueTheme?”

WEB 460 Week 3 Quiz


1. (TCO 4) Which of the following is not correct when considering state management in ASP.NET Web applications?
2. (TCO 4) Which of the following is correct with regard to the Cookie object?
3. (TCO 4) Which of the following session configurations is more scalable and reliable?
4. (TCO 4) Which of the following is not correct with regard to
5. (TCO 4) Both of the Directory and File classes are static classes. What does this imply?
6. (TCO 4) Which of the following stream objects is used to read characters from a Byte stream?
7. (TCO 4) Write the statement (C# or VB.NET) to assign the value 100 to the session object "HourCost."
8. (TCO 4) Write the statement(s) to set the session state of your application to In-Process.

BIAM 510 Week 8 Final Exam


Using Figure 2-1 in Your Text (25 points)
  1. Discuss the role of BI in each of the four stages of the customer life cycle.
  2. Describe the specific tools that might be appropriate for each and what questions or issues they would address. Make at least one of them a directed data mining approach.
Using the Directed Data Mining Figure Listed Below (45 points) (Lecture 3)
  1. Select one of the specific tools you described in your answer to the previous question.
  2. Describe for each of the 11 components what you would do to appropriately manage the process. This should include issues such as
    • resources required;
    • possible problems encountered and appropriate responses;
    • measures of project success or failure; and
    • descriptions of target and input variables.
Methods Section (70 points) TCOs E, F, G, and H
Decision Trees (10 points)
Survival Analysis (20 points)
  1. Discuss the role hazards play in survival analysis.
  2. Describe how survival analysis would be used when trying to identify the behavior of multiple groups of customers
  3. Discuss the role of censoring in survival analysis
  4. Provide specific examples of how survival analysis might be used to derive customer value
Market Basket Analysis (20 points)
Describe the insights a market basket analysis might provide an organization
Text Analytics (20 points)
Compare and contrast the two major approaches to text analytics: bag of words and natural language processing.
Describe the steps in a corpus
How is a term document matrix used?
Analysis Section (90 points) TCOs C and D
Select an iLab from one of the following weeks: 4,5,6,or 7.
Note: Week 5 was chosen for possible recommendations.

Write a review of your efforts (20 points)
  1. Describe what you consider to be the strengths of the analysis approach you used in this iLab.
  2. Describe what you consider to be the weaknesses of the analysis approach you used in this iLab
  3. Develop a set of recommendations of what might be done to improve the analysis you did in this iLab. You should have at least three recommendations
Demonstrate how you would implement as many of your recommendations as you are able by redoing some of your analysis from the iLab and/or performing additional analysis. (70 points)

COMP 274 Week 8 Final Exam


1. (TCO 1) The javac command produces a file which(Points : 6)
2. (TCO 1) The JVM executes a Java application by(Points : 6)
3. (TCO 1) Which method call converts the value in variable stringVariable to a double?(Points : 6)
4. (TCO 1) What output does the following code generate?
int a = 10;
double d = 123.456;
String s = “Hi there!”;
System.out.printf(“%s %d %.2f”, s, a, d);(Points : 6)
5. (TCO 1) Which of the following gets a double value from the user?(Points : 6)
6. (TCO 1) When a Java method is passed an array as a parameter, how does the method know how many elements the array has?(Points : 6)
7. (TCO 2) Non-static methods of a class(Points : 6)
8. (TCO 2) What is a primary difference between inheritance in Java and inheritance in C++?(Points : 6)
9. (TCO 3) How would you set the layout of a JFrame to create 64 equal sized areas arranged like a chess board?(Points : 6)
10. (TCO 3) One way to display a set of three JButtons horizontally arranged on the top of the display is to add the buttons to a JPanel with(Points : 6)
11. (TCO 3) Given a JFrame object named frame with a default layout manager, what would the display look like given the following code?
frame.add(button1, BorderLayout.NORTH);
frame.add(button2, BorderLayout.NORTH);(Points : 6)
12. (TCO 4) To handle the event generated by typing the enter key in a JTextField, you would need to (Points : 6)
13. (TCO 4) What can you say about the following Java class definition?

public class MyClass extends JFrame
{
…….
private class RadioButtonHandler implements ItemListener { … }
}(Points : 6)
14. (TCO 3) Which of the following is true for a JLabel?(Points : 6)
15. (TCO 3) A JTextArea(Points : 6)
1. (TCO 4) In order to handle an event from a JLabel object label1, what does a programmer need to do?(Points : 6)
2. (TCO 5) To draw a single line from (0, 15) to (20, 25), call the method _________ of the Graphics class in the paintComponent method or in the paint method.(Points : 6)
3. (TCO 5) In Java graphics, the coordinates 20, 40 are located(Points : 6)
4. (TCO 5) Which of the following sets the Font to SanSerif, size 14, and bold? Assume g is an object of the Graphics class.(Points : 6)
5. (TCO 5) A Java Timer object generates events which are handled by an object which implements(Points : 6)
6. (TCO 5) If you are just interested in handling events when a key is typed, the easiest implementation is to(Points : 6)
7. (TCO 6) Where does code need to be to handle a specific exception type?(Points : 6)
8. (TCO 6) Which of the following statements is false?(Points : 6)
9. (TCO 6) The purpose of the try block is to(Points : 6)
10. (TCO 7) Which of the following creates a data stream for reading bytes from a file?(Points : 6)
11. (TCO 7) What is the purpose of a BufferedOutputStream?(Points : 6)
12. (TCO 7) Which of the following classes are serializable?(Points : 6)
13. (TCO 8) Javadoc comments are(Points : 6)
14. (TCO 8) The @param and @return tags are commonly used at what Javadoc documentation level?(Points : 6)
15. (TCO 8) What command is used to bundle a group of related class files and other resources together into a single file?(Points : 6)
Question 16)(TCO 1) Write a simple Java application which calculates the RC time constant in a simple RC circuit. Your application should ask the user to enter the capacitor and resistor values of the circuit. You must use the JOptionPane class to collect the user's input. The capacitor and resistor values should be treated as floating point values. Calculate the time constant in seconds: tc = capacitor (in farads) * resistor (in ohms). You must use the JOptionPane class to output the result. Your output must show four digits after the decimal point and contain explanatory text. Make sure you remember to import what your program will use.(Points : 40)
Question 17 .(TCO 3, 4) Assume the existence of the following Java GUI application. There are two text fields for user input. The first JTextField variable is named res1 and is used to input a resistance value in ohms. The second JTextField variable named tol is used to input a tolerance percentage. All input values and calculations use integer values. The tolerance value is entered as an integer percentage between 1 and 100. The user clicks a JButton to perform a calculation. One JButton called min causes the program to calculate and display the minimum value of the resistor, Rmin = R - R * tolerance. Another JButton called max causes the program to calculate the maximum value of the resistor, Rmax = R + R * tolerance. The result of the selected calculation is displayed in an output text area variable named output. The output string should say something like this: "The max resistance value of a 100 ohm resistor with a 10 percent tolerance is 110 ohms". Clicking one of the buttons generates the event which causes the program to do the selected calculation and update the output area. Assume the user interface has already been implemented and the member variables listed above exist. Your job is to write the ButtonHandler inner class which handles the events from the two buttons, does the requested calculation and displays the appropriate result.(Points : 60)

ECON 312 Week 4 Midterm Test


1. (TCO 1) As a student of economics, when you speak of scarcity, you are referring to the ability of society to
2. (TCO 1) Henry wants to buy a book. The economic perspective suggests that Henry will buy the book if
3. (TCO 1) The law of increasing opportunity costs indicates that
4. (TCO 1) Which expression is another way of saying "marginal benefit"?
5. (TCO 1) Which is not a factor of production?
6. (TCO 1) The Soviet Union economy of the 1980s would best be classified as
7. (TCO 1) Markets in which firms sell their output of goods and services are called
8. (TCO 1) Laissez-faire capitalism is characterized by
9. (TCO 1) Consumer sovereignty and "dollar votes" guide the market system in dealing with which fundamental question?
10. (TCO 1) A major problem with state ownership of resources is that it does not
11. (TCO 2) The quantity demanded of a product increases as its price declines because the
12. (TCO 2) A surplus of a product will arise when price is
13. (TCO 2) If an effective price ceiling is placed on hamburgers then
14. (TCO 2) An increase in demand for oil along with a simultaneous increase in supply of oil will
15. (TCO 2) For most products, purchases tend to fall with decreases in buyers' incomes. Such products are known as
16. (TCO 2) If the price elasticity of demand for a product is equal to 0.5, then a 10 percent decrease in price will increase quantity demanded by
17. (TCO 2) When the price of movie tickets in a certain town was reduced, the movie-theaters' revenues did not change. This suggests that the demand for movie tickets in that town has a price-elasticity coefficient of
18. (TCO 2) The demand for Cheerios cereal is more price-elastic than the demand for cereals as a whole. This is best explained by the fact that
19. (TCO 2) If the demand for a product is elastic, then
20. (TCO 2) Airlines charge business travelers more than leisure travelers because there is a more
21. (TCO 3) Cash expenditures a firm makes to pay for resources are called
22. (TCO 3) Economic profits are equal to
23. (TCO 3) The main difference between the short run and the long run is that
24. (TCO 3) Variable costs are
25. (TCO 3) The phrase "don't cry over spilt milk" could be rephrased in economic terms by saying
26. (TCO 3) If you know that total fixed cost is $200, total variable cost is $600, and total product is four units, then average total cost must be:
1. (TCO 3) Mutual interdependence would tend to limit control over price in which market model?
2. (TCO 3) Local electric or gas utility companies mostly operate in which market model?
3. (TCO 3) The production of agricultural products such as wheat or corn would best be described by which market model?
4. (TCO 3) Sam owns a firm that produces tomatoes in a purely competitive market. The firm's demand curve is
5. (TCO 3) T-Shirt Enterprises is selling in a purely competitive market. It is producing 3,000 units, selling them for $2 each. At this level of output, the average total cost is $2.50 and the average variable cost is
6. (TCO 3) If a purely competitive firm is producing at an output where marginal revenue exceeds marginal cost, the firm will increase its profit by
7. (TCO 3) In pure competition, each extra unit of output that a firm sells will yield a marginal revenue that is
8. (TCO 3) One feature of pure monopoly is that the monopolist is
9. (TCO 3) Which of the following is a barrier to entry?
10. (TCO 3) The demand curve confronting a nondiscriminating, pure monopolist is
11. (TCO 3) Which would definitely not be an example of price discrimination?
12. (TCO 3) Which of the following is a characteristic of monopolistic competition?
13. (TCO 3) If monopolistically competitive firms in an industry are making an economic profit, then new firms will enter the industry and the product demand facing existing firms will
14. (TCO 3) The characteristic most closely associated with oligopoly is
15. (TCO 3) A low concentration ratio means that
16. (TCO 3) A major reason that firms form a cartel is to
17. (TCO 1) Which of the following is a land resource?
18. (TCO 1) Refer to the diagram below which is based on the Circular Flow Model in Chapter 2. Arrows (1) and (2) represent
19. (TCO 2) Refer to the diagram. A decrease in demand is depicted by a
20. (TCO 2) Refer to the information and assume the stadium capacity is 5,000. The supply of seats for the game
21. (TCO 2) Which of the following goods (with their respective income-elasticity coefficients in parentheses) will most likely suffer a decline in demand during a recession?
22. (TCO 3) In the diagram Curves 1, 2, and 3 represent
23. (TCO 1) Refer to the diagram. If society is producing nine units of bicycles and four units of computers and it now decides to increase computer output to six, the cost
24. (TCO 3) Assume that the owners of the only gambling casino in Wisconsin spend large sums of money lobbying state government officials to protect their gambling monopoly. Economists refer to these expenditures as
25. (TCO 3) a.) Do you agree or disagree with the statement that: "A monopolist always charges the highest possible price."? Explain. b.) Why can't an individual firm raise its price by reducing output or lower its price to increase sales volume in a purely competitive market?
26. (TCO 2) What effect should each of the following have upon the demand for portable music players in a competitive market? Explain your reasoning in each case