Ace - AI Tutor
Ask Our Educators
Textbooks
My Library
Flashcards
Scribe - AI Notes
Notes & Exams
Download App
felipe ochoa

felipe o.

Divider

Questions asked

BEST MATCH

Use the graph of the rational function to complete the following statement. As $x \rightarrow -\infty$, $f(x) \rightarrow \_$ As $x \rightarrow -\infty$, $f(x) \rightarrow \_$

View Answer
divider
BEST MATCH

Well-planned meals are especially important for strict vegetarians to avoid _____ deficiency. Group of answer choices vitamin B12 folate vitamin B6 niacin

View Answer
divider
BEST MATCH

Man-made dams are not a successful way of reducing the damage due to floods. O True O False

View Answer
divider
BEST MATCH

4. Assume Program 1 and Program 2 running on the same computer to solve the same problem. The following table shows the CPI (clocks per instruction) and IC (instruction count) of Program 1 and Program 2 for four instruction types A, B, and C. Instruction Type Type A Type B Type C CPI for Instr. Type 3 4 5 IC in Program 1 10 20 20 IC in Program 2 5 X=30 15 (a) [8%] Calculate the average CPI for Program. Give your derivation. (b) [8%] Assume Program 2 has the same execution time as Program 1 What is X in the table? Give your calculation.

View Answer
divider
BEST MATCH

Texts: A typical picture of an ATM system is shown in the figure. You are given a task to develop software for such an ATM system. The manager of the bank explains the first requirements of the system: The user can open and close accounts. He or she withdraws and deposits cash. The user can view his/her accounts and can make cash transfers between his/her accounts. Welcome! Please enter your account number: 12345 Screen Enter your PIN: 54321 Take cash here Cash Dispenser Keypad Insert deposit envelope here Deposit Slot The following detailed requirements are given for the withdrawal transaction by the bank manager to you: After the user is authenticated with a card and password, he or she selects the withdrawal transaction. The ATM machine first displays a menu of withdrawal amounts and an option to cancel. Then it inputs the menu selection. If the user cancels the transaction, you exit. Otherwise (if the user selects an amount), it sets the amount attribute, gets the available balance of the user's account from the database. If the required amount is greater than the available balance, it displays an appropriate error message. Otherwise, it tests whether sufficient cash is available in the cash dispenser. If there is insufficient cash in the cash dispenser, it displays an appropriate error message. Otherwise, it interacts with the database to debit the amount from the user's account. Then it dispenses cash and instructs the user to take the cash. If the user does not take the cash within 60 seconds, it takes the cash back and updates the database accordingly. a) You are given the task of developing a module to be used in an ATM (Auto Teller Machine) of a Bank. What development methodology will be appropriate for this project? Why? b) Find objects and relations between objects, and draw a class diagram. Try to use inheritance and composition. c) What kind of software architecture will be appropriate for this system? Explain. d) Describe two OO design patterns that can be used to improve the quality of this software system. Explain how these are useful for this system.

View Answer
divider
BEST MATCH

Calculate the internal forces in section "D" 3k/ft B C A 60° 6' 6'

View Answer
divider
BEST MATCH

8. Explain how Siemens HMI input can be created.

View Answer
divider
BEST MATCH

20. Based on the Prolog program below, what goal should be used to find the siblings of sue? parent (jill, sue). parent (jill, sally). parent (john, sue). parent (john, sally). sibling (X, Y) :- parent (Z, X), parent (Z, Y). sue and sally 21. Briefly describe the task of each of the following. A. Lexical analyzer B. Parser C. Code Generator 22. Based on the grammar below, draw a parse tree showing that the string "drip drip drip" is a Leak. Leak: Leak drip 23. Show that the grammar below is ambiguous by drawing two distinct parse trees for the string "drip drip drip." Leak: Leak drip Leak

View Answer
divider
BEST MATCH

1) In Portfolio 1 we derived the following ODE for a parachutist: \frac{dv}{dt} + 0.625v^2 = 10. Solve (using the Separation Method) the ODE if the initial velocity of the parachutist was 10 m/s. [Hint: You will need to use \int \frac{1}{a^2 - x^2} dx = \frac{1}{a}tanh^{-1}(\frac{x}{a})] 2) An alternative ODE for a parachutist using air resistance (drag) proportional to the velocity of the parachutist (i.e. $F_a = -kv$) is \frac{dv}{dt} + 2.5v = 10. Solve (using any method) the ODE if the initial velocity of the parachutist was 10 m/s.

View Answer
divider
BEST MATCH

Question 1 According to Desjardins, how does free market activity fit the utilitarian framework? All of these answers are correct. People are only happy if they have access to free markets. Maximal happiness might seem to be what is brought about by the maximum satisfaction of consumer demand. The Tragedy of the Commons demonstrates how free market activity benefits all parties. Question 2 Which of the following is true of utilitarianism?

View Answer
divider