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

jennifer f.

Divider

Questions asked

BEST MATCH

f 4 bags of flower can make 16 cakes how many cakes will 3 bags of flower make

View Answer
divider
BEST MATCH

QUESTION 1 Convert this C++ program (and accompanying function) into x86 assembly language Make sure to use the proper best practices taught in Chapter 8 regarding parameter passing and local variables #include <iostream> using namespace std; // Use registers instead of variables listed here int eax, ebx, ecx, edx, esi, edi, ebp, esp; // Simply return the appropriate value based on the input shown on the chart below // 8+ means a value from 8 on up as positive as unsigned int can hold int Transformation (unsigned int input) { INPUT RETURN 0 3 1 2 2 2 3 1 4 2 5 1 6 1 7 0 8+ -1 } void main()

View Answer
divider
BEST MATCH

It may be necessary to exponentially increase __________ if humans are able to exponentially increase overall processing capacity. Group of answer choices cognitive control ability attention capacity working memory capacity all of the other options are correct

View Answer
divider
BEST MATCH

8. (3 points) Use the intermediate value theorem to show that there is at least one real root of the given equation in the interval (1,2). \(4x^3 + 3x = 6x^2 + 2\)

View Answer
divider
BEST MATCH

Question 2.1 How many oxygen atoms are present in 1.00 mol of ozone, $O_3$? A. $1.81 \times 10^{21}$ B. $2.01 \times 10^{23}$ C. $6.02 \times 10^{23}$ D. $1.81 \times 10^{24}$ E. 3

View Answer
divider
BEST MATCH

Calculate the pH of a buffer solution consisting of 0.5M ammonia, NH$_3$, and 0.5M NH$_4$CI, and compare it to the pH of the solution after adding 0.01 mol of the strong base NaOH to 1L of Solution $(0.72 = 5.3 \log 5.5 = 0.74, 10g)$ (ignore the change in volume).

View Answer
divider
BEST MATCH

QUESTION 3 A graph G(V, E) is a relation between V (the set of vertices) and E (the set of edges). Therefore, G can be implemented as a dictionary object in Python. O True O False QUESTION 4 A main reason for using adjacency list rather than matrix to represent a graph G(V, E) is for time efficiency. O True O False QUESTION 5 Given the same starting and ending nodes on a graph G, one always get the same path with DFS. O True O False QUESTION 6 Let G be a graph with $n$ nodes and $m$ edges. Then, the asymptotic time complexity for DFS is $O(n+m)$ O True O False QUESTION 7 Let G be a graph with $n$ nodes and $m$ edges. If there is a constant $c>0$ such that $m<c\cdot n$, then the asymptotic time complexity for DFS is $O(n)$ O True O False

View Answer
divider
BEST MATCH

27. (10 points) Use the following data to determine the following: Working capital Current ratio Debt to assets ratio Eddy Auto Supplies Balance Sheet December 31, 2017 Cash $ 126,000 Accounts payable $ 165,000 Accounts receivable 120,000 Salaries and wages payable 30,000 Inventory 210,000 Mortgage payable 270,000 Prepaid insurance 90,000 Total liabilities $465,000 Stock investments 255,000 Land 285,000 Buildings $339,000 Common stock Less: Accumulated Retained earnings $360,000 750,000 depreciation (60,000) 279,000 Total stockholders' equity $1,110,000 Trademarks 210,000 Total liabilities and Total assets $1.575.000 stockholders' equity $1.575.000

View Answer
divider
BEST MATCH

7.20 Consider the investment projects given in Table P7.20. Assume that MARR = 12% for the following questions. (a) Identify the pure investment(s). (b) Identify the mixed investment(s). (c) Determine the IRR for each investment. (d) Which project would be acceptable? TABLE P7.20 Net Cash Flow Project A Project B Project C 0 -$1,000 -$1,250 $300 1 4,000 500 1,230 2 0 500 -1,674 3 -2,000 500 756 4 - 500 - IRR (-21.07%, 286.62%) (21.86%) (20%, 40%, 50%)

View Answer
divider
BEST MATCH

0 0 1 [13 Marks]: The differential equation appearing below represents the mathematical dynamic model of an unknown system. Answer the following questions: $0 \frac{d^2y(t)}{dt^2} + 56 \frac{dy(t)}{dt} + 132y(t) = -16 \frac{dx(t)}{dt} + 12x(t)$ (a) Derive the transfer function of this system (3 marks). (b) Find the poles and zeros, and state whether the system is stable or not (2 marks). (c) Obtain the time-response of this system to the input $x(t) = 3te^{-4t}$, $t \ge 0$ (5 marks). (d) Calculate the minimum undershoot amount assuming that the response settles down within a 3% deviation band in 1.12 seconds (2 marks). (e) What happens to the system's response if the poles are moved further to the left? (1 mark). OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

View Answer
divider