Answer:
hello your question is incomplete attached below is the missing part of the question
Consider an inverter operating a power supply voltage VDD. Assume that matched condition for this inverter. Make the necessary assumptions to get to an answer for the following questions.
answer : Nd ∝ rt
Explanation:
Determine how the delay and active power per device will change as the doping density of N- and P-MOSFET increases
Pactive ( active power ) = Efs * F
Pactive =
also note that ; Pactive ∝ Nd2 (
tD = K .
since K = constant
Hence : Nd ∝ rt
Answer:
(d) Spheroidizing
Explanation:
Spheroidizing
This is the heat treatment process for steel which having carbon percentage more than 0.8 %.As we know that a hard and brittle material is having carbon percentage more than 0.8 %.That is why this process is suitable for the hard materials.
In this process a hard and brittle materials convert into soft and ductile after this it improve the machine ability as well as improve the tool life.
In this process grain become spheroidal and these grains are ductile.
You can get hurt if u don’t use it properly.
Answer:
# Initialize a dictionary with the keys
contestants = {"Darci Lynne":0, "Angelica Hale":0, "Angelina Green":0};
# Repeatedly prompt the user for a contestant name to vote for
while True:
# Prompting user for contestant name
cName = input("Enter contestant name to vote: ");
# Checking for Done
if cName.lower() == "done":
break;
# Checking in dictionary
if cName in contestants.keys():
# Updating vote value
contestants[cName] += 1
# New entry
else:
contestants[cName] = 1
# Printing header
print("\n%-20s %-15s\n" %("Contestant Name", "Votes Casted"))
# Printing results
for contestant in contestants:
print("%-23s %-15d" %(contestant, contestants[contestant]))
The correct answer to this open question is the following.
The text structure of an article that discusses pharaohs and gives examples and explains how they look is a description.
The text structure called description allows the reader to fully know the characteristics of the people it is referring to, including some important details. That is why the author of a description text adds words like "such as" and "for example."
When describing something, the write is giving structure to the text and sequence. What comes first., what is followed, and so on.
That is why The text structure of an article that discusses pharaohs and gives examples and explains how they look is a description. It includes cause and effect sentences, and some comparisons in order to contrast an idea.