Answer:
Transistors are comparatively cheaper and consume less power as compared to vacuum tubes.
Explanation:
Transistor when compared to vacuum tubes perform much faster processing, are small and lightweight which enables it to integrate them into circuits.
They also show a high amplification factor than vacuum tubes.
Were are the choices or do you want us to answer it on our own?
Answer:
A. an individual, Mr. Rupert, who has a lot of experience in handling taxes, but is not affiliated to any big firm
Explanation:
Xenon does not have experience in tax-related queries. Hence, it's not a good choice. Radon also has only some experience in handling taxes, though it has discouraging references. Hence, he is also not a choice. Argon is from another state, though it has a good website. But the website cannot be an option, And hence, Mr. Rupert which has a lot of experience in handling taxes is the right option for you. However, Experience is more important than the firm.
Answer:
Answered below.
Explanation:
//Program in Python
login_name = "Admin"
password = "PASS"
display = " "
user_login_name = input ("Enter username: ")
user_password = input("Enter your Password: ")
if user_login_name == login_name and user_password == password:
display = "Correct Login"
elif user_login_name != login_name:
display = "wrong username"
elif user_password != password:
display = "wrong password"
print(display)
A type of situation in which it would make sense to use edge computing is: b. where critical decisions must be made on a split-second basis.
<h3>What is edge computing?</h3>
Edge computing can be defined as a distributed computing system that involves the deployment of computing and storage resources closer to the sources of data, so as to save time and enhance the decision-making process.
This ultimately implies that, a type of situation in which it would make sense to use edge computing is a scenario where critical decisions must be made on a split-second basis.
Read more on edge computing here: brainly.com/question/23858023
#SPJ1
<u>Complete Question:</u>
In which type of situation would it make sense to use edge computing?
a. where data is uploaded to a server at a scheduled time each week
b. where critical decisions must be made on a split-second basis
c. where users are in close proximity to the central data server
d. where there are few or no digital devices to capture
e. i don't know this yet