Answer:
The last one
Explanation:
I hope this is correct and have a great day
I included a picture of my code below. Best of luck with your assignment.
Using the computer language in python to write a function code that personalized house signs
<h3>Writting the code in python:</h3>
<em>#Assign varibles</em>
<em>charge = 0.00</em>
<em>numChars = 8</em>
<em>color = "gold"</em>
<em>woodType = "oak"</em>
<em />
<em>#Checking for number of characters</em>
<em>if numChars > 5:</em>
<em>charge = 35 + (numChars-5)*4</em>
<em>elif numChars > 0:</em>
<em>charge = 35</em>
<em />
<em>#Checking wood type</em>
<em>if woodType == "oak":</em>
<em>charge += 20</em>
<em />
<em>#Checking for color</em>
<em>if color == "gold":</em>
<em>charge += 15</em>
<em />
<em>#Print output</em>
<em>print("The charge for this sign is $"+str(charge)+".")</em>
See more about python at brainly.com/question/13437928
#SPJ1
Answer:
True but it might be false but i think is true
Answer:
macro virus
Explanation:
Macro virus -
A micro virus is written in a micro language , where the programming language is present in the application of software like the powerpoint , excel , microsoft office , word processor , etc.
These virus gets activated as soon as the file is opened and then the virus starts to spread all over the system .
The virus may be send via email , and as soon as the file is opened , the macro virus gets activated.
Hence, from the given information of the question,
The correct term is macro virus.