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

pamela s.

Divider

Questions asked

BEST MATCH

The Blue and Black Task Consider the following two coordinate systems of R²: the black coordinate system and the blue coordinate system. 1. Write the coordinates of each of the above points relative to both the blue and the black coordinate systems.

View Answer
divider
BEST MATCH

After a neuron fires, the resting potential is re-established by the sodium-potassium pump. random movement of ions. refractory period. electrostatic gradient. EPSPs.

View Answer
divider
BEST MATCH

Part A In terms of \sigma and \(R\), what is the charge per unit length \(\lambda\) for the cylinder? Express your answer in terms of the variables \(\sigma\), \(R\).

View Answer
divider
BEST MATCH

a. Create a word problem with all of the provided info, that could be solved using the information shown on the TVM solver above. b. How much interest would be paid in total? c. What would happen to the term and total interest if the payments are increased to $500? Explain in terms of the question you created. N = 36, 1% = 8.5, PV = 12000, PMT = -378.81, FV = 0, P/Y = 12, C/Y = 12 TVM Calculator PV: $12000 Rate: 8.5% PMT: -$378.81 Periods: 36 FV: $0 Monthly PV PMT FV Rate Periods a. Create a word problem with all of the provided info, that could be solved using the information shown on the TVM solver above. b. How much interest would be paid in total? c. What would happen to the term and total interest if the payments are increased to $500? Explain in terms of the question you created.

View Answer
divider
BEST MATCH

1. Show that the directivity for a source with a unidirectional power pattern given by $U = U_m \cos^n \theta$ can be expressed as $D = 2(n+1)$. U has a value only for $0 \le \theta \le \frac{\pi}{2}$ and $0 \le \phi \le 2\pi$ and is zero elsewhere.

View Answer
divider
BEST MATCH

SECTION B: ENTITY RELATIONSHIP DIAGRAM (9 marks) Question 4: Consider the following and draw an ERD: • An application is providing a service to book seats of buses and private cars online. • Each user is given an option to view the status/details of available buses and cars, fairs, their source/ destination, and desired and actual departure/arrival times. They can also view the details of the drivers their customer reviews rating and comments. • On the other side, drivers can see the customers' details and their travel history. • To use this application the users and drivers must create/use their password-protected accounts.

View Answer
divider
BEST MATCH

Term Project Create a Tic Tac Toe game. Here are the requirements: * 2 players should be able to play the game (both sitting at the same computer) * The board should be printed out every time a player makes a move * You should be able to accept input of the player position and then place a symbol on the board Feel free to use Google to help you figure anything out (but don't just Google "Tic Tac Toe in Python" otherwise you won't learn anything!) Keep in mind that this project can take anywhere between several hours to several days. There are parts of this that will be a struggle...and that is good! I have complete faith that if you have made it this far through the course you have all the tools and knowledge to tackle this project. Remember, it's totally open book, so take your time, do a little research, and remember: YOU MUST COMMENT AND DOCUMENT EVERY STEP OF THE WAY AS THE GRADE DEPENDS ON HOW YOUR PROGRAM WORKS AND HOW YOU EXPLAIN IT

View Answer
divider
BEST MATCH

1. Describe the basic principle behind induction machine open loop V/f control

View Answer
divider
BEST MATCH

Array Algorithms 11. Assume you have an existing array of boolean values named flags. Also assume you have two variables posA and posB. Write a few lines of code that will swap the contents of the array at position A and position B (positions posA and posB). Note: Technically, flags is a variable holding a reference to the array, but for these problems, this detail doesn't matter. Also, I chose boolean values to make sure students could ignore this (not be confused by boolean). Swapping values in an array works the same way with integers, booleans, or even object references. 12. Assume you have an existing array of strings (but with no nulls) named names. Write a few lines of code that will figure out the length of the longest string in the array. When your code is done, place the length of the longest string in a variable named longest. Declare any variables you use (including longest), but assume names has already been declared and populated. Caution: A deduction will be made if your optimization loop does not use the correct first guess (Never initialize the optimization guess with a constant, even in a situation like this.) 13. Challenge: Repeat the previous problem, but assume there are a few null values in the array (and at least one non-null String). This would be too tough for the exam, but is good practice. 14. Assume you have an existing array of doubles named weightEstimates. The task is to copy the array, but make the copy an array of integers (truncate the values). Write a few lines of code that will copy the double array weightEstimates into a new array named weights. (As with the previous problem, declare any variables you use except weightEstimates.) 15. Assume you have an existing array of integers named temperatures. Some locations in the array have a positive number followed by a negative number: ..., 12, -4, -... Write a few lines of code that counts how many times in temperatures a positive number is followed by a negative number. Put the result in a variable named coldFrontCount. (Again, declare any variables you use.) 16. Write a small bit of code that counts how many nulls are in an array. (Choose your own names/types, but assume your array is already set up.)

View Answer
divider
BEST MATCH

For the following 4 bar linkage. For the above links, determine first a) Can the link be assembled? b) Is it Grashof? c) Can crank rotate one full revolution d) Find the position of the points A, B, and C of the link using geometry. The origin (0,0) is at point A. e) Using geometry find the transmission angle y and discuss meaning. f) Find the angle $\theta_3$ and $\theta_4$ for open position and $\theta_3$ and $\theta_4$ for crossed position. Use the Vector Loop. $L_1 = 6$ $L_2 = 2$ $L_3 = 7$ $L_4 = 9$ $\theta_2 = 30$ Write a formal report on this lab. Use the same format as for previous labs. Calculations must be neatly shown and report must look professional. Make sure your final answer for each question is enclosed in a box.

View Answer
divider