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

destiny g.

Divider

Questions asked

BEST MATCH

Find the partial derivatives $\frac{\partial V}{\partial r}$ and $\frac{\partial V}{\partial h}$ if $V(h, r) = \frac{4}{3}r^8h$. $\frac{\partial V}{\partial r} = $ $\frac{\partial V}{\partial h} = $

View Answer
divider
BEST MATCH

What part of the brain is NOT included in the embryological forebrain? Select one: a. cerebellum b. cerebrum c. hypothalmus d. diencephalon

View Answer
divider
BEST MATCH

In a galvanic cell involving iron and zinc, which half reaction would occur at the cathode? a) Zn(s) \rightarrow Zn^{2+}(aq) + 2e^- b) Fe(s) + Zn^{2+}(aq) \rightarrow Zn(s) + Fe^{2+}(aq) c) Zn(s) + Fe^{2+}(aq) \rightarrow Fe(s) + Zn^{2+}(aq) d) Fe^{2+}(aq) + 2e^- \rightarrow Fe(s) e) Fe(s) \rightarrow Fe^{2+}(aq) + 2e^-

View Answer
divider
BEST MATCH

What is the benefit of passing a large object as a reference to a function? Changes to the object are not reflected outside the function. Increases the function's execution time. It is required by the C++ standard. Decreases memory usage by avoiding copy.

View Answer
divider
BEST MATCH

What is the total charge in a cylindrical volume defined by a uniform volumetric charge density, $\rho = 12r^2 mC/m^3$, and $r \leq 2 m$ and $0 \leq z \leq 3 m$ as shown in the figure? (A) $480\pi$ mC (B) $192\pi$ mC (C) $288\pi$ mC (D) $96\pi$ mC

View Answer
divider
BEST MATCH

Question # 1: a) Discuss how computers evolved since 1950's till nowadays. (3 marks) b) Assume you want to purchase a computer to be used during your study at ACK. Discuss what will be the essential components needed to be available in the computer to make it functional and optimal with the best cost. (3 marks) c) Priorities the components from the most important to the least important. (1 mark)

View Answer
divider
BEST MATCH

(b) (13 marks) Convolutional Neural Networks (1) (6 marks) In one convolution layer, we have 8 filters of 3x3x3 applied to input volume 64x64x3 with stride 1 and pad 1. What is the size of the output volume? Give details of how you calculate the size of the output volume. (2) (7 marks) Using this example, explain how to apply the convolution operation to the input volume to get the output volume.

View Answer
divider
BEST MATCH

1. Express the following function in terms of units step functions and find its Laplace transform: \begin{equation*} f(t) = \begin{cases} 0, & 0 < t < 2 \\ 3, & 2 < t < 5 \\ 0, & t > 5 \end{cases} \end{equation*} [3] 2. Find the inverse Laplace transform for $\frac{2s^2 - 3s + 5}{s^2(s^2 + 1)}$. [3] 3. Solve the given initial value problems using the Laplace transform: $y'' + y = \cos t$, $y(\pi) = 0$, $y'(\pi) = 0$. [4] *********************************************End*********************************************

View Answer
divider
BEST MATCH

3. Finish the binary exponentiaion algorithm's pseudocode, and analyze its running time and solve for T(n) using Master Theorem. //Return a^n // using divide-and-conquer strategy, and the following laws: // a^{2k} = (a^k) (a^k) = (a^k)^2 // a^{2k+1} = (a^k) (a^k)a = (a^k)^2 x a // a^0 = 1, a^1 = a // n >=0 double exponential (double a, int n)

View Answer
divider
BEST MATCH

c. It is desired to remove transitions of the output due to the noise. The output should look similar to part a. but the timing will be changed. In other words, there should only be one output pulse per cycle of the signal. Use the schematic below. This can be done using trial and error. i. Ra is set at 1k?. Determine a value for Rb which will have the desired effect. There is a range of possible value. (2pts) ii. For your value of Rb, determine the possible values for the voltage at the point labeled as Vc. (2pts) iii. Plot Vout and Vc on the plot below for your values of Rb. (4pts) W Ra W Rb any value if V4 +5V 2V Rb= 2k?R?15k? Vref Vc(max) = R(k?) Vc(max) Vc(min) 0 Vnoise Vc(min) = 2.5 2.86 3 2.25 0.15 V1 = -.5 V2 = 5 TR = 1u TF = 1u PW = 100u PER = 200u U17 3 Vc o 2 6 OUD Vout 5 UA741 V- 3 R1 1k Vsignal V5 0 -5V 0 Vout (max) = 5" V2 = 5 TR = .5m TF = .5m PW = 1u PER = 1m 0 depends on Rb 5 2.50 0.83 7.5 2.38 1.13 10 2.27 1.36 15 2.19 1.56 Plot Vc and Vout. Be sure to label significant voltages. (2.5k? R

View Answer
divider