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

william b.

Divider

Questions asked

BEST MATCH

Giuseppe has been told by his family physician that his changes in behavior are caused by "hypomanic episodes" and that he has also been experiencing "major depressive episodes." At the physician's urging, Giuseppe visits a clinical psychologist who confirms the pattern: "At least one hypomanic episode and one major depressive episode." What diagnosis will the clinician apply to Giuseppe's condition?

View Answer
divider
BEST MATCH

Use the algebraic definition to find $\vec{v} \times \vec{w}$. $\vec{v} = -\vec{i} + 7\vec{j} - 3\vec{k}$, $\vec{w} = -4\vec{i} - 5\vec{j} + 6\vec{k}$ Use the drop-down menus to indicate if the second and third terms are negative and enter a positive number in both answer areas. In the case of a zero coefficient, select "+" and enter 0. Enter a numeric value in each answer area. $\vec{v} \times \vec{w} = $

View Answer
divider
BEST MATCH

Which is better, zero economic profit or zero accounting profit and WHY?

View Answer
divider
BEST MATCH

Using EES, solve problem 2 in HW 3 and study the effect of the compressor isentropic efficiency, the turbine isentropic efficiency, and the regenerator effectiveness on the total irreversibility of the cycle and the regenerator. Choose a reasonable range for each effect. Express each effect on an individual diagram (ex. Diagram of the compressor isentropic efficiency values versus the thermal efficiency and back work ratio). HW3 (Problem 2): A gas-turbine engine with regeneration operates with two stages of compression and two stages of expansion. The pressure ratio across each stage of the compressor and turbine is 3.5. The air enters each stage of the compressor at 300 K and each stage of the turbine at 1200 K. Determine the back work ratio and the thermal efficiency of the cycle, assuming variable specific heats for air with temperature. Also, assuming reasonable temperatures for the source and sink reservoirs, determine the total irreversibility of the cycle and the irreversibility of the regenerator.

View Answer
divider
BEST MATCH

Regarding the following graph, Y- and X-axes respectively are? 0 ? Bond Energy -436 Bond Length 74 pm a. Energy (cal/mol); Internuclear distance (pm) b. Energy (atm/mol); Bond length (pm) c. Energy (cal/mol); Bond length (pm) d. Energy (atm/mol); Internuclear distance (pm) e. None of the above

View Answer
divider
BEST MATCH

Score on last try: 0.5 of 1 pts. See Details for more. > Next question Get a similar question You can retry this question below Find the point on the line $3x + 2y - 1 = 0$ which is closest to the point $(-1, 3)$. ( $- rac{57}{39}$, $ rac{22}{13}$ ) Question Help: Message instructor Submit Question

View Answer
divider
BEST MATCH

PAR Company purchased 70% of the voting common stock of SUB Company for $2,200,000. The following book and fair values are available: Book Value Fair Value Current assets $150,000 $300,000 Land and building 280,000 280,000 Machinery 400,000 700,000 Bonds payable (300,000) (330,000) Goodwill 150,000 The bonds payable will appear on the consolidated balance sheet: Select one: a. at $300,000 less a discount of $30,000. b. at $300,000 plus a premium of $30,000. c. at an amount more than $330,000 since it is a bargain purchase. d. at $300,000 (with no premium or discount shown).

View Answer
divider
BEST MATCH

2 File Descriptors. Use the following code snippet to answer the following questions: //Assume the STDIN contains Anteaters 3 char* buf = calloc(18, sizeof(char)); //Remember that calloc initializes all bytes to 0 3 int x = open("1.txt", O_RDONLY); //Assume 1.txt contains ics53@! int y = open("2.txt", O_RDONLY); //Assume 2.txt contains peter int z = open("1.txt", O_RDONLY); //Assume 1.txt contains ics53@! 8 dup2(y, 0); 9 read(0, buf, 2); 10 read(y, buf+2, 2); 11 //Answer first question 12 dup2(x, y); 13 read(y, buf+4, 4); 14 // Answer second question 15 read(x, buf+8, 8); 16 dup2(x, z); 17 read(z, buf+16, 2), [2 pts] How many characters have been read from the standard input buffer at line 11? [2 pts] At line 14, what is the file offset (cursor position) of file descriptor y? (Answer with the specific character in the file which would be read next) [1 pt] At the end of execution, which file (1.txt or 2.txt) is stored in the file descriptor table entry for y? [4 pts] At the end of execution, what is stored in buf? (Select 1) (Apeteics53!

View Answer
divider
BEST MATCH

Problem 5. Determine if the CTFTs exist for the following functions: (a) $f(t) = e^{-at}u(t)$ (b) $g(t) = e^{-at}$ (c) $h(t) = cos(\omega_0t)$

View Answer
divider
BEST MATCH

For the following code segment, apply the loop optimization techniques to improve the code quality: 1) code motion, 2) loop unrolling, 3) loop fusion for (i = 0; i < N * 2; i++) a[i] = b[i] * c[i]; for (j = 0; j < N * 2; j++) m[j] = m[j] + 5;

View Answer
divider