Answer:
Compiler, High level, Low level
Explanation:
I don't know about the last 2
Using 20 sentences, as a student, why is it important to identify risk and hazard inside kitchen and home and business properties?
Answer:
The answer is below
Explanation:
Hazard is something or condition that can cause injury to individuals. If properties are not managed appropriately, the hazard can be inevitable. Every hazard comes with its own risk. And Risk of hazard is the degree to which hazard can affect individuals when exposed to hazards.
Identifying hazards in the surrounding are essential. Also, identifying the risk associated with hazards can't be overemphasized. Hence, the need to identifying both the hazards and the risks associated with it.
There are various reasons it is important to identify risks and hazards inside kitchen and home and business properties. They include the following reasons:
1. It is important to identify hazards in the kitchen, home, and business properties because they may cause injury.
2. Identifying hazards will make us know how to eliminate the hazards
3. When we identify hazards we can easily prevent its future occurrence
4. Identifying hazards in the kitchen such as a bad electric cooker can prevent potential electrical shock
5. When a hazard such as leaking gas is identified, we prevent potential fire outbreak
6. Identifying hazard early is a preventive measure and it is cheaper.
7. Failure to identify hazards in business properties will lead to a great loss of profits.
8. To identify the risk of hazards is the best way to eliminate the hazards.
9. Identifying the risk of hazards can make us anticipate and quickly remove the hazards effectively.
10. It is cheaper to eliminate the risk of hazards when identified than performing repairs after hazards have caused damages.
11. Understanding and identifying the risk of hazard can help save lives, whether kitchen, home, or in business properties.
12. Identifying the risk of hazards, can lead us to have a solution in place against the hazard.
What does the "zoom tool" do in Photoshop?
O
A. All of the above
o
B. It gives the illustrator the ability to zoom in and out of the image
o
C. It gives the illustrator the ability to edit the image at a closer look
O D. It gives the illustrator the ability to erase the image better by having a closer look
Answer:
A. All of the above
Explanation:
Which part of project management considers if employees will work at home or in the office?
Analysis
Resources
Scope
Time
Answer:
i think its time
Explanation: you have to manage your time for the project and you wouldnt think of all the other things.
Answer: It might be resources because not everyone at home will have the same books, etc that is used in a project while making it.
Explanation:
what class are you in?
can you help me in connection?
Answer:personal computer:)
Explanation:
Write a program that prints the numbers 1 - 50. If the number is even print the word 'EVEN!' next to it. If the number is odd print the word 'ODD!' next to it.
In python 3.8:
for x in range(1,51):
print(str(x)+" EVEN!" if x %2==0 else str(x)+" ODD!")
This works for me. Best of luck.
What type of card contains an integrated circuit chip that can hold information, which then can be used as part of the authentication process
Answer:
C. Smart Card
Explanation:
I majored in Technology.
Answer:
A smart card, chip card, or integrated circuit card (ICC or IC card)
Explanation:
smart card
help pleaseee!!!!!!! will give brainliest !!!!!
How do you increase the number of CPUs in a virtual machine in order to optimize it?
Answer:
Not sure if this will help
Explanation:
increase the number of motherboards, and install compatible CPUs on each motherboard
Nick is moving from Alabama to Texas. A friend of his remarked that Nick may have to pay higher taxes there. What is the cheapest and quickest
way for Nick to find out if his friend is right?
А.
hire a lawyer
B.
speak to an accountant
C.
talk to other friends
D
look up the Texas state website
Answer:
d is look up the Texas state website
Explanation:
because tell u about texas and taxes
Some people worry that there won’t be enough jobs in the future because computers will be able to do everything better than people can. Do you think that will happen? Why or why not
Answer:
what they said
Explanation:
:)
plzz help me with this question.........
Write a program to input a number find the sum of digits and the number of digits. Display the output
sample input - 7359
sample digits - 24
number of digits - 4
Answer:
str = input("Enter a number: ")
sum = 0
for c in str:
sum = sum + int(c)
print("Sample input - {}".format(str))
print("Sum of digits - {}".format(sum))
print("Number of digits - {}".format(len(str)))
Explanation:
That's python. Was that what you were looking for?
import java.util.*;
public class Digit
{
public static void main(String args[ ] )
{
Scanner in=new Scanner (System.in)
System.out.print("Enter a number: ");
int n = in.nextInt();
int sum = 0, count = 0;
while (n!=0)
{
int d = n % 10;
sum + = d;
count++;
n /= 10;
}
System.out.println("Sum of digits=" +sum);
System.out.println("Number of digits=" +count);
}
}
Kris is the project manager for a large software company. Which part of project management describes the overall project in detail?
1) Analysis report
2) Resources document
3) Scope
4) Scope creep
Answer:
Scope or 3)
hope this helps
always love to be marked brainliest
When you open PowerPoint online, how many blank slides will appear on the screen? (5 points)
Four
One
Three
Two
Answer:
The correct answer is: One
Explanation:
PowerPoint is a software that is used to make presentations.
It is available in Microsoft office suite.
When we open PowerPoint first there are templates to choose from. After selecting blank presentation the editor window opens and it contains only one master slide/title slide
Rest slides can be added later.
Hence,
The correct answer is: One
Answer:
it isn't one it is three
Explanation:
cause i chose one and got it wrong
Which examples demonstrate common education and qualifications for Manufacturing Production Process Development careers? Check all that apply. Answer: A. Hugo uses CAD software to create a product design. D. Latisha is a Mechanical Engineer with a bachelor's degree. E. Oliver carefully calculates the dimensions of a product.
Answer:
A D E
Explanation:
I got it right on Edge.
Answer:
A D E
Explanation:
just did the work
:)))))
sales management at ursa major solar wants to allow users create new account records with pre populated values.which feature should administrator
Question: sales management at ursa major solar wants to allow users create new account records with pre populated values.which feature should administrator
Answer: Sales representatives at Universal containers often schedule in
person meetings at customer offices. Management wants to track activities for this meeting category to clearly display customer office meetings in the account , contact or opportunitity page layouts, as well as adding this data to reports.
Explanation: