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

joaquin l.

Divider

Questions asked

BEST MATCH

(a) For an element with the following stress values: $\sigma_x = 65 MPa$, $\sigma_y = 50 MPa$, and $\tau_{xy} = 80 MPa$ cw (i) Find all the principal normal stresses. (ii) Find the max shear stress and the associated normal stress. (iii) Draw on graph paper a fully labelled Mohr's circle diagram.

View Answer
divider
BEST MATCH

occurs prior to adolescence, it refers to one's Initial perception of being different from peers by the same sex.

View Answer
divider
BEST MATCH

Marriage is a status, the legal union of husband and wife that is governed by the law of the individual states, which typically requires what elements for a legal marriage? Only license A minimum age requirement and a license only A minimum age requirement, a license, and a solemnization ceremony A solemnization ceremony only

View Answer
divider
BEST MATCH

Q.1 We have the following program segment executed on a three stage (I, E, D) RISC pipeline. The pipeline allows two simultaneous memory accesses. [PLO 1] [CLO 5] [20] 100 LOAD R1, X 101 LOAD R2, Y 102 INC R1 103 DEC R2 104 BRANCH 107 105 ADD R1, 5 106 SUB R2, 2 107 STORE R2, Z #Load from Address X #Load from Address Y #Increment R1 #Decrement R2 #Branch to Address 107 # Add 5 to R1 #Subtract 2 from R2 #Store R2 at Address Z Using delayed branch in pipeline operation in the above program, draw the pipeline timing diagrams: i- using NOOPs ii- after rearranging the instructions (optimized delayed branch) Calculate the clock cycles required to execute the above program in each case. Assume the following d

View Answer
divider
BEST MATCH

determine the factors of a number and then return the nth element of the list sorted ascending

View Answer
divider
BEST MATCH

Texts: (just needed help for context) menu() will do three things, in this order: call the print_menu() function to print out the options. Ask the user to input an option. Attempt to convert the user input to an integer. If the user input cannot be converted, catch the error, ask the user to enter a number next time. Use an if/elif/else pattern to respond to the user. There should be a unique response for each valid choice. That means that the response to choice 4 must be different from the response to choice 5. If the user enters an integer but it is not a valid choice (not 1-7 or 9), then let the user know that they must choose from the list. It is important that try blocks contain as little code as possible, otherwise you risk covering up errors that you are not aware of. Your try block should contain only one line of code: You must have three functions: main(), menu() and print_menu() menu() should be called from within the main() function, right after the polite greeting is complete. You already coded the polite greeting in Assignment One. print_menu() should be called from within the menu() function. A common mistake is calling print_menu() directly from main(). You must use a try/except block. The try block should only contain one line of code. Bare exceptions are dangerous, so be sure to specify the exception you are expecting. If you are not sure what exception will be raised, then write your code without the try/except, run the program and enter a non-numeric character, and observe what exception is raised. Go back and add the try/except block using that exception. You must use an if/elif/else pattern.

View Answer
divider
BEST MATCH

Texts: Part A: Setting up the lab 1. Change the first network adapter of the Ubuntu VM to Internal Network with the name intnet. Then, power it on and set the IP address to 192.168.0.50/24 in the OS. Show "ifconfig enp0s8" and "ping -c 2 192.168.0.200" working. 2. From the Debian server, prove that Samba is running and determine the port and interface(s) it is listening on. Part B: Global configuration 3. Make the necessary changes in Samba's configuration file so that the smbd daemon listens only on the interface enp0s8. You could use the IP address as well, but using the interface avoids the administrative burden of keeping the configuration updated if the IP address changes for any reason. Reference: https://www.samba.org/samba/docs/server_security.html 4. Restart the Samba service and check again the port and interface in use by it. 5. Change Herzing's Samba password using the tool smbpasswd.

View Answer
divider
BEST MATCH

Calculate the current through $R_2$. $R_1 = 7.00 \Omega$, $R_2 = 15.0 \Omega$, $R_3 = 7.00 \Omega$, $V_1 = 38.0 \text{ V}$, $V_2 = 38.0 \text{ V}$, and $V_3 = 35.0 \text{ V}$. Current through $R_2$: -0.59 A Which way is the current flowing? Left to Right Right to Left

View Answer
divider
BEST MATCH

MISSED THIS? Watch IWE 8.13; Read Section 8.7. You can click on the Review link to access the section in your eText. A 32.00 mL sample of an unknown $H_3PO_4$ solution is titrated with a 0.130 M NaOH solution. The equivalence point is reached when 24.78 mL of NaOH solution is added. Part A What is the concentration of the unknown $H_3PO_4$ solution? The neutralization reaction is $H_3PO_4(aq) + 3NaOH(aq) \rightarrow 3H_2O(l) + Na_3PO_4(aq)$ concentration = M

View Answer
divider
BEST MATCH

2. Let X and Y be i.i.d. Expo(1), and $L = X - Y$. The Laplace distribution has PDF $f(x) = \frac{1}{2}e^{-|x|}$ for all real $x$. Use MGFs to show that the distribution of L is Laplace.

View Answer
divider