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

deborah w.

Divider

Questions asked

BEST MATCH

Number of protons:8 Isotope symbol ^15 O How many neutrons Whats the mass number Whats the isotope name

View Answer
divider
BEST MATCH

Question Completion Status: Table 1: Serum Levels of thigh-Density Lipoprotein (HDL) Cholesterol in 26 Participants a) Name, define and calculate the three measures of central tendency (round-off to 2 decimal points). (9) b) Calculate the Standard Deviation (SD) (8) and Standard Error (SE). (4) c) Calculate and interpret the \( 95 \% \) Confidence Interval \( (95 \% \mathrm{Cl}) \). ( 7 )

View Answer
divider
BEST MATCH

What happens when a triglyceride result is greater than 400 mg/dL? What test is ordered next?

View Answer
divider
BEST MATCH

12.(5 pts) Provide 5 different ways to transform an ROH to RX. You must provide specific reagents and reaction conditions for each chemical transformation. 13.(5 pts) What is the relationship between the two molecules shown below? How many chiral sites does each molecule have? (2R, 3S)-2,3-Dichlorobutane and (2S, 3R)-2,3-Dichlorobutane Cl Cl Cl Cl

View Answer
divider
BEST MATCH

A quarry wishes to evaluate two similar pieces of equipment by which the company can meet new environmental requirements for dust emissions. The MARR is 12% per year. Determine which alternative is better using future worth analysis. First cost Annual maintenance cost (AOC) Salvage value Life in years $381,808.5 $476,196.5 $-647,196.5 $-808,381.5 A B 40,000 75,000 25,000 15,000 10,000 7,000 6 12

View Answer
divider
BEST MATCH

Description of Planned Activity: Program Design Exercise: Imagine we are using a two-dimensional array as the basis for creating a one-player game of battleship. (The computer generates the board and places the ships, and then the player has to guess the ship positions.) In the game a'' character represents ocean, a '#' character represents a part of a ship, an 'H' character represents a place where a part of a ship has been hit, and a '.' character represents a miss. This may be a simple program, i.e., you do not need to design the program to build a board with different ship types containing different numbers of '#' to represent a ship. The program must be solved using functional decomposition. Main should contain only function calls and return value evaluations from function calls. You must include the capability to end the play by entering some sentinel value. You must display the board at the end of the play. You must include error checks to ensure the chosen play positions do not go outside the bounds of the playing surface. You must include a value to indicate the number of ships you wish to place on the board. The board may be a 10 x 10 board. Test and evaluate code for accuracy. Points will be taken for inaccurate code, improper formatting, directions not followed. Turn in file code *.cpp; README file. You DO NOT need to submit the executable (*.exe). You MAY zip all the files and submit if you choose. You MUST include all the files included or points will be deducted. Also, submit the working test program to your GitHub repository.

View Answer
divider
BEST MATCH

Problem 3 - Consider the following assembly code: Y1: addi x1, x0, 12 addi x2, x0, 15 sub x2, x2, x1 blt x2, x0, X1 beq x0, x0, Y1 X1: add x3, x2, x1 lui x4, 12 ori x4, x4, 10 What are the values of registers x1, x2, x3, and x4 after the program ends its execution? If a register value did not change in the code above, write "NO CHANGE". Please indicate what base you are using to display the values. x1: x3: x2: x4:

View Answer
divider
BEST MATCH

Consider the following algorithm pseudocode: Algorithm Mistery (A[0..n-1,0..n-1]) Input: an n x n array A of integer numbers Output: a boolean value 1. for (i=0; i<n-1; i++) 2. for (j=i+1; j < n; j++) 3. if (A[i,j] != A[j,i]) 4. return false; 5. return true; Note: dans votre estimation Grand O, donner la meilleure valeur possible. Par exemple, si vous prouvez que f(n) est O(n) et aussi que f(n) est O(n$^2$), alors la meilleure complexité est O(n). Note: when giving the big-Oh, give the tightest upper bound possible. For example, if you can prove that f(n) is O(n) and that f(n) is O(n$^2$), choose the tighter upper bound, ie f(n) is O(n). (a) (2 pts) Donner la complexité en temps d'exécution T(n) au pire cas de cet algorithme pour une matrice de dimension n x n. Justifier votre réponse. Give a big-Oh for T(n) the worst-case running time of this algorithm for an input matrix of size n x n. Explain how you obtained this worst case. (b) (2 pts) Donner la complexité en temps d'exécution B(n) au meilleur cas de cet algorithme pour une matrice de dimension n x n. Justifier votre réponse. Give a big-Oh for B(n) the best-case running time of this algorithm for an input matrix of size n x n. Explain the type of inputs (sample inputs) that will give this best case.

View Answer
divider
BEST MATCH

Mike's Inc. has Total Estimated MOH for Assembly and Testing Departments of $560,000 and $340,000, respectively, Mike Company uses departmental predetermined overhead rates based on machine-hours. Estimated machine hours for Assembly and Testing Departments are 20,000 and 30,000 hours respectively. During the year, the company had no beginning or ending inventories and it started, completed, and sold only two jobs-Job A-20 and Job D-150. It provided the following information related to those two jobs: Job A-20 Assembly Testing Total Direct Material Cost $380,000 $330,000 $710,000 Direct Labor Cost $240,000 $160,000 $400,000 Actual Machine-Hours 16,000 6,000 22,000 Job D-150 Assembly Testing Total Direct Material Cost $260,000 $300,000 $560,000 Direct Labor Cost $140,000 $280,000 $420,000 Actual Machine-Hours 6,000 24,000 30,000 Compute the total manufacturing cost assigned to Job A-20. $2,685,320 $1,600,000 $1,625,980 $2,419,320

View Answer
divider
BEST MATCH

Question 20 The concept of ______ implies that a dollar paid to you in the future is NECESSARILY more valuable to you than a dollar today? A. Deflation. B. Interest. C. Future value. D. Present value.

View Answer
divider