1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
cupoosta [38]
3 years ago
15

The goal of the following model is generate a clock waveform that has the clock high 4 time units and low 4 time units, with the

first rising edge at time 20. Submit a completed module which fills in the missing lines in q2 below:
module q2;
reg clock;
initial begin
clock=0
____
____
____
end
end
endmodule
Engineering
1 answer:
DedPeter [7]3 years ago
3 0

Answer:

module q2;

reg clock;

initial begin

clock = 0;

#20 clock = 1; // at 20 set high

always begin

#4 clock = ~clock; // then every four units change

end

end

endmodule

You might be interested in
Another focus of effective communication, according to Stephen Covey, is ensuring that:
svetoff [14.1K]

Answer:

Stephen Covey believes this principle is the key to effective interpersonal communication. Seek first to understand, then to be understood. This habit is about communicating with others. It's about developing the habit of listening carefully and really understanding the other person BEFORE giving your thoughts.

Explanation:

4 0
3 years ago
Read 2 more answers
Two engineers are to solve an actual heat transfer problem in a manufacturing facility. Engineer A makes the necessary simplifyi
deff fn [24]

Answer:

Engineer A results will be more accurate

Explanation:

Analytical method is better than numerical method. Engineer A has used analytical method and therefore his results will be more accurate because he used simplified method. Engineer B has used software to solve the problem related to heat transfer his results will be approximate.

5 0
3 years ago
determine the optimum compressor pressure ratio specific thrust fuel comsumption 2.1 220k 1700k 42000 1.004
Afina-wow [57]

Answer:

hello your question is incomplete attached below is the complete question

A) optimum compressor ratio = 9.144

B) specific thrust = 2.155 N.s /kg

C) Thrust specific fuel consumption = 1670.4 kg/N.h

Explanation:

Given data :

Mo = 2.1 ,  To = 220k , Tt4 = 1700 k, hpr = 42000 kj/kg, Cp = 1.004 kj/ kg.k

γ = 1.4

attached below is the detailed solution

6 0
3 years ago
A company purchases a certain kind of electronic device from a manufacturer. The manufacturer indicates that the defective rate
olga2289 [7]

Answer:

1) The probability of at least 1 defective is approximately 45.621%

2) The probability that there will be exactly 3 shipments each containing at least 1 defective device among the 20 devices that are tested from the shipment is approximately 16.0212%

Explanation:

The given parameters are;

The defective rate of the device = 3%

Therefore, the probability that a selected device will be defective, p = 3/100

The probability of at least one defective item in 20 items inspected is given by binomial theorem as follows;

The probability that a device is mot defective, q = 1 - p = 1 - 3/100 = 97/100 = 0.97

The probability of 0 defective in 20 = ₂₀C₀(0.03)⁰·(0.97)²⁰ ≈ 0.543794342927

The probability of at least 1 = 1 - The probability of 0 defective in 20

∴ The probability of at least 1 = 1 - 0.543794342927 = 0.45621

The probability of at least 1 defective ≈ 0.45621 = 45.621%

2) The probability of at least 1 defective in a shipment, p ≈ 0.45621

Therefore, the probability of not exactly 1 defective = q = 1 - p

∴ q ≈ 1 - 0.45621 = 0.54379

The probability of exactly 3 shipment with at least 1 defective, P(Exactly 3 with at least 1) is given as follows;

P(Exactly 3 with at least 1) = ₁₀C₃(0.45621)³(0.54379)⁷ ≈ 0.160212

Therefore, the probability that there will be exactly 3 shipments each containing at least 1 defective device among the 20 devices that are tested from the shipment is 16.0212%

4 0
3 years ago
What to you do if you have a flat tirer
Vika [28.1K]

Answer: change the tires

Explanation: you can’t drive on a flat tire

6 0
3 years ago
Other questions:
  • What is the rms current flowing through a light bulb that uses an average power of 60.0 60.0 W when it is plugged into a wall re
    12·1 answer
  • Write a function digits() that accepts a non-negative integer argument n and returns the number of digits in it’s decimal repres
    13·1 answer
  • Atmospheric pressure is measured to be 14.769 psia. a. What would be the equivalent reading of a water barometer (inches of H20)
    11·1 answer
  • In a production turning operation, the foreman has decreed that a single pass must be completed on the cylindrical workpiece in
    7·1 answer
  • The air velocity in the duct of a heating system is to be measured by a Pitot-static probe inserted into the duct parallel to th
    13·1 answer
  • PLS :(((( HELP HELPPPP
    13·1 answer
  • Lars is a medical coder. He works for a hospital in Wisconsin but currently lives in Georgia. Lars does his work online and over
    13·1 answer
  • A 1020 Cold-Drawn steel shaft is to transmit 20 hp while rotating at 1750 rpm. Calculate the transmitted torque in lbs. in. Igno
    6·1 answer
  • ) In a disk test performed on a specimen 32-mm in diameter and 7 mm thick, the specimen fractures at a stress of 680 MPa. What w
    15·1 answer
  • During delivery of a 2023 ariya equipped with propilot assist 2. 0, what should you point out to your customers about the turn s
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!