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

caroline w.

Divider

Questions asked

BEST MATCH

which perspective would analyze how the media reflects and contributes to the larger problem of gender-based violence.

View Answer
divider
BEST MATCH

Question 6 What will be the output of below statements? String s1 = "Cat"; String s2 = "Cat"; String s3 = new String("Cat"); System.out.print(s1 == s2); System.out.print(s1 == s3); truetrue truefalse falsetrue None of the above falsefalse

View Answer
divider
BEST MATCH

Can store fractions and numbers with decimal positions (such as dollar values like $10.95 ) counting numbers 1,2,3, 1. number A sequence of letters, 2. boolean numbers and punctuation that forms a 3. string message. Is limited to values that are either True or False. Can store fractions and numbers with decimal positions (such as dollar values like $10.95) counting numbers 1, 2, 3, 1.number 2. boolean A sequence of letters numbers and punctuation that forms a message. 3. string Is limited to values that are either True or False

View Answer
divider
BEST MATCH

This is a Matlab based assignment, your assignment will require the use of Simulink. Your task is as follows: For this system, you control the water that flows into the tank using a valve. The outflow rate depends on the diameter of the output pipe, which is constant, and the pressure in the tank, which varies with water level. Therefore, the system has nonlinear characteristics. This must be considered and implemented in your system model. • You are to develop a system model using Simulink which controls the water level in the tank. • The level is the tank is to be controlled firstly by a Fuzzy Logic based controlled which you will develop in Simulink and; • Secondly with a PID Simulink based controller. • You must describe in detail the design and system model you use. • You must analyse the system behaviour using the Fuzzy Logic Controller. • You must analyse the system behaviour using the PID Controller. • You must compare the two behaviours of the two controllers: Fuzzy based and PID. Please note that the tank model is a challenge in this assignment, as stated the flow out depends on water level as the pressure will change with level, the flow out will not be constant as the pres sure will decrease with reduced level. Develop the tank model first.

View Answer
divider
BEST MATCH

Complete the following tasks and assign the matrices as specified: 1. Use the zeros command to create a 3x3 matrix or zeroes named z1. 2. Use the ones command to create a 3x6 matrix of ones named O1 (the letter capital O, not zero). 3. Use the eye command to create a 6x6 identity matrix named E1. 4. Use the results from parts 1-3 (combine/concatenate using z1, O1, and E1) to create the following matrix in a single line of Matlab code and name it ZOE1 (do not manually enter every number):

View Answer
divider
BEST MATCH

1- Let x[n] = ?[n] + 2?[n ? 1] ? ?[n ? 3] and h[n] = 2?[n + 1] + 2?[n ? 1]. Compute and plot each of the following convolutions: (a) y?[n] = x[n] * h[n] (b) y?[n] = x[n + 2] * h[n] 2- Compute and plot y[n] = x[n] * h[n], where \(x[n] = \begin{cases} 1, & 3 \le n \le 8\\ 0, & \text{otherwise} \end{cases}\) \(h[n] = \begin{cases} 1, & 4 \le n \le 15\\ 0, & \text{otherwise} \end{cases}\) 3- Consider the cascade of the following two systems S? and S?, as depicted in Figure P2.19: S?: causal LTI, \(w[n] = \frac{1}{2}w[n ? 1] + x[n];\ S?: causal LTI, y[n] = ?y[n ? 1] + ?w[n]. The difference equation relating x[n] and y[n] is: \(y[n] = \frac{1}{8}y[n ? 2] + \frac{3}{4}y[n ? 1] + x[n].\ (a) Determine ? and ?. (b) Show the impulse response of the cascade connection of S? and S?.

View Answer
divider
BEST MATCH

Suppose an economy where there is the following relationship between investment and interest rate: $I = 500 - 300r$ and saving is $S = 2000$. If the equilibrium international interest rate is 5% 1. What are the net capital outflows from the country? 2. What would the net exports be? 3. If the rate changes to be 10%, how does net exports change? 4. Currently, the international interest rate is rising. Given this model, what would be expected? and for Mexico's net exports?

View Answer
divider
BEST MATCH

(20 points) You want to design a circuit that filters out frequencies below 100 Hz and amplifies the remaining frequencies by a factor of 10. The input signal has a peak amplitude of 5 V and a frequency range of 10 Hz to 1 kHz. The output impedance of the circuit should be 50 $\Omega$. Design the circuit using an appropriate filter and amplifier.

View Answer
divider
BEST MATCH

A 34.4-13.2kV 12/16/20MVA transformer with Z=7% on a 12MVA base with Load Loss of 200kW is supplying a load of 20MVA at 0.98 power factor lagging. The 34.4kV supply has an equivalent impedance of Z=0.05+j0.5 per unit on a 100MVA 34.4kV base and is regulated at 1.03 per unit voltage. a) What is the per unit transformer through impedance on a 100MVA base? b) Find the voltage at the transformer low-side terminals in per unit and kV Line-Line. Use the PR+QX per unit approximation. c) Find the three-phase fault current on the low-side of the transformer. Answer in per unit and physical amps. d) For the low-side fault in c, what is the magnitude of fault current seen on the high-side of the transformer in per unit and physical amps? 4-13.2KV = 12MVA = 0.07 Load Loss = 200KW Load = 20MVA at 0.98 power factor lagging Z = 7% on a 12MVA base Z = 0.05+j0.5 per unit on a 100MVA 34.4kV base Regulated voltage = 1.03 per unit

View Answer
divider
BEST MATCH

a) What are the advantages of HTTP/2.0 over HTTP/1.0 in terms of TCP connection management? b) Explain what the local DNS server does and why it improves performance for the name resolution protocol. c) How is caching used for name resolution by DNS servers? Why is cache eviction important? d) How does BitTorrent encourage good behavior between peers?

View Answer
divider