Answer:
is harmful to humans when inhaled and can lead to asbestosis
Explanation:
Asbestosis is the long-term scarring and inflammation of the lungs due to asbestos fibers.
7.5 code practice edhesive plssss
Answer:
def GPAcalc(user_grade, w):
if(user_grade == "A" or user_grade == "a"):
return 4 + w
elif(user_grade == "B" or user_grade == "b"):
return 3 + w
elif(user_grade == "C" or user_grade == "c"):
return 2 + w
elif(user_grade == "D" or user_grade == "d"):
return 1 + w
elif(user_grade == "F" or user_grade == "f"):
return 0 + w
else:
return "Invalid"
if(weighted == 1):
print(g + 1)
def calculateAverage(n):
sum = 0
for x in range (n):
print()
letterGrade = input("Enter your Letter Grade: ")
weight = int(input("Is it weighted? (1 = yes)(0 = no) "))
grade = GPAcalc(letterGrade, weight)
print("Your GPA score is: " + str(grade))
sum += grade
average = sum/numClasses
return average
#Main
numClasses = int(input("How many Classes are you taking? "))
sum = 0
average = sum/numClasses
print()
print("Your weighted GPA is a " + str(calculateAverage(numClasses)) + ".")
Explanation:
yes
In this exercise, using the knowledge of computational language in python, we have that this code will be written as:
The code is in the attached image.
We can write the python as:
def GPAcalc(user_grade, w):
if(user_grade == "A" or user_grade == "a"):
return 4 + w
elif(user_grade == "B" or user_grade == "b"):
return 3 + w
elif(user_grade == "C" or user_grade == "c"):
return 2 + w
elif(user_grade == "D" or user_grade == "d"):
return 1 + w
elif(user_grade == "F" or user_grade == "f"):
return 0 + w
else:
return "Invalid"
if(weighted == 1):
print(g + 1)
def calculateAverage(n):
sum = 0
for x in range (n):
print()
letterGrade = input("Enter your Letter Grade: ")
weight = int(input("Is it weighted? (1 = yes)(0 = no) "))
grade = GPAcalc(letterGrade, weight)
print("Your GPA score is: " + str(grade))
sum += grade
average = sum/numClasses
return average
numClasses = int(input("How many Classes are you taking? "))
sum = 0
average = sum/numClasses
print()
print("Your weighted GPA is a " + str(calculateAverage(numClasses)) + ".")
See more about python at brainly.com/question/13437928?
Data from RAM may be placed where to free up space? Log file Swap file Word file Print spool file
Answer:
Swap file
Explanation:
You used this code to give the user hints.
else:
if guess
print("Guess higher.")
else:
print("Guess lower.")
Complete the code below, which is an alternative way to give the user the same hints.
if guess = correct:
# Tell the user the guess was correct.
print("You were correct!")
keepGoing = False
_________
print("Guess higher.")
_________
print("Guess lower.")
•Else
•Elif guess > correct
•Elif guess < correct
Answer:
Elif guess < correct
Else
Explanation:
So, you need to insert right condition that compatible with given code, so firstly you need to print that guess was higher and then if it is not correct and it is not higher print that it was actually lower.
Why is it important to do research prior to making a purchase? What types of sources can be helpful (or not helpful!)
when making a spending decision?
Answer:
It is important to do research before making a purchase to avoid buyers remorse. It can be expensive to return an item as you can be charged shipping and restocking fees. Before jumping in and trying to find an item it is useful to stop and ask yourself "what do I want this item for?" this gives you a list of requirements to look for. Manufacturer's specifications are useful for finding out hard facts like how wide a fridge is or what colour ink a pen has. Subjective opinions on a product are also important as they can highlight common issues people are having with an item and if you are likely to encounter the same problems if you purchase the same item. The most unhelpful sources of information about an item are sponsored placements since most of the opinions presented will be a list of the manufacturer's talking points which are going to be biased towards showing the product in a positive light.
It is important to do research earlier to make a purchase as needed for making a spending plan, and prioritize what needs to purchased first.
What is the spending decision?A spending decision is one that is need to be made before making or going out for any purchases and it's important to plan in advance to avoid any problems in buying.
The quality, quantity of the item to purchase, manufacturing defects, and other fees that are applicable on the purchase need to be evaluated properly in advance in order to make a purchase. A comparison is also needed to make before buying.
Find out more infimaion about the purchase.
brainly.com/question/5168855
Can someone give me a song I can make a dance too not a school related question
try an anime song and move around like a noodle, no im just kidding try shawn mendes he has rlly good songs
Answer:
The 7 Seas
by F-777
Explanation:
this song is pirate themed, its hyped, its electro, lil-medium bass beats, full length song, no lyrics and is one of mah FAVS ofc it might be hard to dance too, im not sure what your tastes are so its hard for me to make a good suggestion, either way the song is still good to listen to OwO
what's the best console do you guys think
Answer:
PS5
Explanation:
becuase its not hard to use
why is it necessary to use standard furniture in a computer lab
One reason it is important to write code that is readable is that
A it makes the code execute faster, which makes the code run better.
B it saves space on the page for important comments.
C it makes it easier to copy when you want to send the code to others.
D it makes it easier to follow when revisions or updates are called for.
Hurry plz
Answer:
The answer is D:)
Explanation:
D) it makes it easier to follow when revisions or updates are called for.
Answer:
It is most likely:
D. It makes it easier to follow when revisions or updates are called for.Explanation:
state three advantage and disadvantages of Laser printer
Explanation:
advantages
Fast printouts - faster than ink-jet or dot-matrix
disadvantage
Toner is more expensive than ink-jet cartridges
¡Hola! He visto en muchos comentarios de Twitter "svd" cuando alguien dice "dale fav a este Tweet y siganse entre ustedes" y en los comentarios ponen "svd". ¿Qué significa?
Answer:Valor singular de descomposición
Explanation:
Describe the translation that maps ABCD onto A'B'C'D' A. Left 6, up 5 B. Left 6 down 5 C. Right 6, up 5 D. Right 6, down 5 Pls don't do this just for the points.
Answer:
D. Right 6, down 5
Explanation:
Given
See attachment for plot
Required
Determine the translation from ABCD to A'B'C'D'
Using point A and A' as points of reference, we have:
[tex]A = (-1,1)[/tex]
[tex]A' = (5,-4)[/tex]
First, A was translated right by 6 point.
The translation rule is:
[tex](x,y) \to (x+6,y)[/tex]
So:
[tex]A=(-1,1)[/tex] becomes [tex]A=(-1+6,1)[/tex]
[tex]A=(-1+6,1)[/tex]
[tex]A=(5,1)[/tex]
Next, the plot was translated downward by 5 points.
The translation rule is:
[tex](x,y) \to (x,y-5)[/tex]
[tex]A=(5,1)[/tex] becomes: [tex]A' = (5,1-5)[/tex]
[tex]A' = (5,-4)[/tex]
Hence, D is correct
I'm feeling really generous.
Answer:
tysm
Explanation:
hiiii
Today, scientists agree that good research is ethical in nature and is guided by basic respect for human dignity and safety. However, as you read in the Tuskegee Syphilis Study, this was not the case. Discuss any THREE (3) the ethical violations in the study
Answer:
Ethical violations in the Tuskegee Syphilis Study
1) Discrimination. Syphilis was recognized as a disease with a major impact on the afro-descendant and in poor conditions population. The studied population was not treated fairly, they were selected from a vulnerable group. Against the bioethical principles of justice.
2) The ethical principle of beneficence was violated since the participants did not have a real benefit from their participation and in the case of the sick people, they had no option to be treated (in 1947 penicillin was already used as a treatment).
Due to the ignorance of the study, the general population was affected by the transmission of the infectious disease.
3) There was no informed consent against the autonomy principle of clinical Ethic. People were studied for about 40 years (1932 - 1972) with no information about it.
Explanation:
It was a study conducted by the Public Health Service in the city of Tuskegee (Alabama). The objective was the study of the natural progression of syphilis.
The controversies regarding this study were related to the fact that it was conducted in an African American and literate population that was not informed and did not have access to treatment.
1
Type the correct answer in the box. Spell all words correctly.
Which software can managers use to discuss financial performance with the help of slides and charts?
Managers can use a ____
software to discuss financial performance with the help of slides and charts.
Reset
Next
Answer:
Microsoft PowerPoint software
Explanation:
PowerPoint is the worlds mosth popular program to create slides and charts for the office stuffs .
Adding a form into an App maybe a good idea, however, you must consider how you design it. Why do you think there is a good and bad form design below?
Answer:
To inform you (the reader) of what to do and what not to do.
Explanation:
By starting it off by saying "..you must consider how you design it" and then following it up with an image of a good and bad form for an App, it gives a visual idea of the Do's and Don'ts, which can help you out much more than explaining it in text.
Hope this helped!
Source(s): None, except my mind. Hope this helped!
What Is entered into the system as input?
Answer:
Input is something put into a system or expended in its operation to achieve output or a result. The information entered into a computer system, examples include: typed text, mouse clicks, etc. Output is the information produced by a system or process from a specific input.
Explanation:
Please select the word from the list that best fits the definition
"Never"
Absolute or Qualified
Answer:
absolute
Explanation:
never implies well... never which is pretty darn absolute
A word from the list that best fits the definition "Never" is absolute.
What is a word?In English language, a word can be defined as a unit of language which comprises one or more spoken sounds and alphabets.
Basically, never is a word that simply means not at all and as such, it connotes absolute.
In conclusion, we can infer and logically deduce that a word from the list that best fits the definition "never" is absolute.
Read more on words here: https://brainly.com/question/17493537
#SPJ2
2. Daduan is explaining to a colleague the various arithmetic operators that Python has available. Which of the following symbols should he use to explain what a modulus operation is?
Answer:
The symbol that represents the modulus operator is %
Explanation:
In Python programming language, the % sign is used to perform modulus operation.
Take for instance:
2 modulus 3 will be written as: 2%3.
The result of the operation is to return the remainder of the division.
So, the above expression will return 2 because 2 divided by 3 is 0 remainder is 2
Complete the sentence.
refers to the process of sending the completed software to whomever is in charge of mass-producing the media on which will be distributed, such as CDs Or DVD
Answer:
The answer is Release-to-Manufacturing
Explanation:
Answer:
the answer is release to manufacturing
Explanation:
I took the test too
The basic functions of Brake Control Valves is?
Answer:
This valve is necessary for optimizing front-to-rear bias, also referred to as brake balance. It is a spring-loaded component that activates when fluid pressure builds when you step on the brake pedal. Then, the valve's plunger unseats and fluid rushes into the calibrated range.
Network forensics might deal with what? Retrieving photos from a PC Analyzing text messages Investigating a data breach Defragmenting a hard drive
Answer:
Investigating a data breach
Explanation:
A data breach usually involves data exfiltration over a computer network. the other options involve data being stored on a device locally which isn't volatile data like text messages, photos or rearranging data in defragmentation all of which does not require a network.
Which are examples of types of audio media that can support a presentation? Check all that apply.
music
recordings
movies
photographs
podcasts
sound bites
Answer:
music: A
recordings: B
movies: C
sound bites: E
Explanation:
ong
Putus (105)
5. Andre cleans the deluxe rooms for about 3,345 minutes in his entire
shifts. In how many days does he clean the deluxe rooms of his entire shifts?
Answer:
A.55.75 hours and 2.3 days
Explanation:
Andre cleans the deluxe rooms for about 3345 minutes in his entire shifts. In how
many days does he clean the deluxe rooms of his entire shifts?
Compute the number of hours and days
A.55.75 hours and 2.3 days
c. 46.85 hours and 3 days
b. 65.25 hours and 4 days
d. none of the above
Number of minutes = 3,345
Compute the number of hours and days
60 minutes = 1 hour
Number of hours = Number of minutes / 60
= 3,345 / 60
= 55.75 hours
Number of days = number of hours / 24
1 day = 24 hours
Number of days = number of hours / 24
= 55.75 / 24
= 2.3 days
The answer is
A.55.75 hours and 2.3 days
List three ICT tools that are commonly used in the education system
Answer:
Social Media
Computer
Whiteboard
Explanation:
What are some ways tables can be inserted into a document? Check all that apply
•drawing table
•using a dialog box
•using quick tables
•using the save options
•converting an image to a table
•adding an excel spreadsheet
Answer:
drawing tableusing quick tablesconverting an image to a table.Answer:
its 1. 2. 3. 6.
Explanation:
What early innovation brought about better three dimensional perceptions in animation? The camera was an early innovation by the Disney studio that enabled better perception of three dimensional images.
Answer: The Multiplane Camera
Explanation: The Multiplane Camera would breathe life into static animated features by adding the illusion of depth and realistic three-dimensional visuals to animated films. Invented by special effects and sound technician Bill Garity at The Walt Disney Studios, the camera was a game-changer for the animation industry.
convert one billion byte into one gigabyte
Answer:
One gigabyte (GB) is about 1 billion bytes, or 1 thousand megabytes. A computer might have 4 GB of RAM. A flash memory card used in a camera might store 16 GB.
The ideal body position for your legs after you've adjusted your seat is with your knee ___.
Answer:
is slightly crooked when pressing the pedals. This answer has been confirmed as correct and helpful
Explanation:
Hope it helps
The ideal body position while driving for the legs have adjusted from the seat with the knee slightly crooked when pressing the pedals. Thus, option B is correct.
What is the importance of correct body posture?The body posture is important for the proper blood flow, maintaining and supporting the health of the muscles, tendons, and ligaments.
The complete question is given in the image attached.
The correct body posture to opt while driving helps in the formation of correct control over the vehicle. The correct posture is maintained with the bottom touching the back of the seat and legs adjusted with the seat and the knee slightly crooked when pressing the pedals. Thus, option B is correct.
Learn more about body posture, here:
https://brainly.com/question/12975862
#SPJ2
The _____________ loop executes a process statement before a decision.
Answer:
The Iteration
Explanation:
Iteration is also known as repetition. It is used to execute a process (or statement) multiple times. Repetition statements are sometimes referred to as loops.
Hope this helped :) :3
Liza is setting up a new Wi-Fi router to use Wi-Fi 5. What is the standard the router I using?
The router is using____, one of the new features added to this standard is___.
Blank 1: 802.11n, 802.11g, 802.11ac
Blank 2: MU-MIMO, MIMO, Mixed-MIMO
Answer: i have no idea
Explanation:
Im not smart