Which construction sites are more likely to be affected by biological hazards?
Select the 3 answer options that apply.

Those where groundwork is taking place


Those where refurbishment is taking place


Those where framing is taking place


Those where demolition work is taking place

Answers

Answer 1

Biological hazards are more likely to affect areas where demolition is going place.

What biological risks are there in construction?

When working on air handling systems, repairing sewers, demolishing buildings, or other construction projects, workers may come into touch with contaminated or disease-carrying soil. water. bird or bat droppings, insects (such as mosquitoes and ticks),

What are the top 4 dangers, as identified by OSHA?

The Big Four Construction Hazards—falls, electrocution, caught-in, and struck-by—are the main topics of these talks. The four risks that are frequently present on construction sites will be included in all training materials, with an emphasis on how to identify and prevent them.

To know more about biological hazards visit:

https://brainly.com/question/29602984

#SPJ1


Related Questions

how to crop unnessary items on photoshop?

Answers

answer

Maya 2 questions phone holder 2 questions

the roles of I c t play in banking​

Answers

Answer: Information and communications technology

Explanation: Information and communications technology has played a significant role in banking over the years. In fact ICT has made the banking industry more competitive. ICT allows the banks to cater to the needs of customers by strengthening their internal control systems which are then backed by effective communications mechanisms.

Suppose I want to query for all column content in the Accounts table (i.e. first name, last name and password). What would be typed into the input field?

Answers

Suppose one needs to query for all column content in the Accounts table (i.e. first name, last name and password), What should be typed into the input field is:

SELECT first_name, last_name, password FROM Accounts;

What is the rationale for the above answer?

It is to be noted that the above query retrieves the values for the columns "first_name", "last_name", and "password" from the table named "Accounts". The "SELECT" keyword is used to specify the columns that you want to retrieve, and the "FROM" clause specifies the table from which you want to retrieve the data.

The semicolon at the end of the query is used to terminate the statement.

Learn more about Queries:
https://brainly.com/question/29841441
#SPJ1

10+2 is 12 but it said 13 im very confused can u please help mee

Answers

Mathematically, 10+2 is 12. So your answer is correct. However, if you are trying to write a code that adds 10 + 2, you may need to troubleshoot the code to find where the bug is.

What is troubleshooting?

Troubleshooting is described as the process through which programmers detect problems that arise inside a specific system. It exists at a higher level than debugging since it applies to many more aspects of the system.

As previously stated, debugging is a subset of troubleshooting. While debugging focuses on small, local instances that can be identified and fixed in a single session, troubleshooting is a holistic process that considers all of the components in a system, including team processes, and how they interact with one another.

Learn more about Math operations:
https://brainly.com/question/199119
#SPJ1

a. In cell C15, create a formula without using a function that subtracts the vendor cost (cell C7) and the shipping cost (cell C9) from the sales price (cell C8), and then multiplies the result by the projected number of units for sale in 2021 (cell C10).

Answers

Excel formulas are used to illustrate functions.

The formula to enter in cell 15 is = (C8 - C7 - C9) * C10

The given parameters are:

C7 = Vendor costC9 = Shipping costC8 = Sales priceC10 = Projected number of test

So, the required formula is:

(C8 - C7 - C9) * C10

Excel formulas begin with the = sign

So, we have:

= (C8 - C7 - C9) * C10

Hence, the formula to enter in cell 15 is = (C8 - C7 - C9) * C10

Read more about Excel formulas at:

https://brainly.com/question/1285762

Which company is producing laptops nowadays? *
Cute
Aspire
Dell
Innovative

Answers

Answer:

dell

thanks for points

Implement the function get_stats The function get_stats calculates statistics on a sample of values. It does the following: its input parameter is a csv string a csv (comma separated values) string contains a list of numbers (the sample) return a tuple that has 3 values: (n, stdev, mean) tuple[0] is the number of items in the sample tuple[1] is the standard deviation of the sample tuple[2] is the mean of the sample

Answers

Answer:

Check the explanation

Explanation:

PYTHON CODE: (lesson.py)

import statistics

# function to find standard deviation, mean

def get_stats(csv_string):

   # calling the function to clean the data

   sample=clean(csv_string)

   # finding deviation, mean

   std_dev=statistics.stdev(sample)

   mean=statistics.mean(sample)

   # counting the element in sample

   count=len(sample)

   # return the results in a tuple

   return (count, std_dev, mean)

# function to clean the csv string

def clean(csv_string):

   # temporary list

   t=[]

   # splitting the string by comma

   data=csv_string.split(',')

 

   # looping item in data list

   for item in data:

       # removing space,single quote, double quote

       item=item.strip()

       item= item.replace("'",'')

       item= item.replace('"','')

       # if the item is valid      

       if item:

           # converting into float

           try:

             

               t.append(float(item))

           except:

               continue

   # returning the list of float

   return t

if __name__=='__main__':

   csv = "a, 1, '-2', 2.35, None,, 4, True"

   print(clean(csv))

   print(get_stats('1.0,2.0,3.0'))

Ned has presented you with the following table. The table is for a project that wants to compare nicknames people use in videogames (“handles”) with the ages of the player. There are hundreds of rows in the table, and the table will be widely shared. Propose three distinct changes Ned could make to improve the quality of the table’s presentation and make it more useful, and explain how or why the changes would improve the table.

An Excel spreadsheet is displayed. The column A represents name values (ex: A1 value is "name", A2 value is "Stan", A3 value is "Peggy", A4 value is "Dan".). The column B represents age values (B1 value is "age", B2 value is "15", B3 value is "18", B4 value is "12".). The column C represents years playing value (C1 value is "years playing", C2 value is "5", C3 value is "1", C4 value is "2".). The column D represents handle value (D1 value is "handle", D2 value is "IStanforJustice", D3 value is "Ace4Life", D4 value is "LiketobuytheWorld".). E is represented as an empty column with some of D's handle values overflowing over E's cells.

Answers

The distinct changes that Ned could make to improve the quality of the table’s presentation and make it more useful are:

The values (figure) should be place in the rows.The names (all) should be place in the column.Like terms should follow each other in the column so that there will be no mix up.

Where can I use Excel?

Excel is most frequently utilized in professional contexts. It is utilized, for instance, in operations management, performance reporting, human resource management, and business analysis. Excel uses a sizable group of prepared cells to arrange and edit data as well as perform mathematical operations.

Note that Microsoft created the spreadsheet application. Excel allows you to perform mathematical operations and arranges data in columns and rows. Windows, macOS, Android, and iOS are all supported. The first version was released in 1985 and has undergone numerous alterations since then.

Hence, starting Excel Presentation made easy includes:

Getting online template to use. Give your worksheets proper names.Clarify your header and title.Font dos and don'ts. ...Make room so you have breathing room, etc.

Learn more about excel presentation from

https://brainly.com/question/24749457
#SPJ1

how can the various templates that are available for new word documents to be accessed?
A opening up an instance of word
B pressing CTRL+N with word open
C clicking file to enter backstage view
D all of the above​

Answers

Answer:

ITS D ALL OF THE ABOVE.

Explanation:

HOPE THIS HELPS?

The various templates that are available for new word documents can be accessed by opening up an instance of word, pressing CTRL+N with word open and clicking file to enter backstage view. The correct option is D.

What is template?

Pre-made designs and documents that can be customized are referred to as design templates.

Templates are frequently designed to meet specific standards or specifications in order to be consistent across users and mediums.

A template is a document format that you can use to create your own. The templates available for new Word documents can be accessed by clicking File and then New.

Here you will find all of the templates available for use as well as the option to search for templates online that can be downloaded.

To access the various templates available for new Word documents, open a new instance of Word, press CTRL+N with Word open, and then click file to enter backstage view.

Thus, the correct option is D.

For more details regarding templates, visit:

https://brainly.com/question/13566912

#SPJ5

WHICH OF THE FOLLOWING TASKS ARE PART OF THE SOFTWARE EVALUATION PROCESS?
TESTERS...

Answers

With regard to software evaulation, note that the correct options are -

Testers check that the code is implemented according to the specification document.A specification document is created.Any issues with the software are logged as bugs.Bugs are resolved by developers.

How is this so?

The tasks that are part of the software evaluation process include  -

Testers check that the code is implemented according to the specification document.A specification document is created.Any issues with the software are logged as bugs.Bugs are resolved by developers.

Tasks not directly related to the software evaluation process are  -

Software developers writing code line by line.Creating a design for the software program.

Learn more about software evaluation at:

https://brainly.com/question/28271917

#SPJ1

Full Question:

Although part of your question is missing, you might be referring to this full question:

Choose all that apply: Which of the following tasks are part of the software evaluation process?

testers check that the code is implemented according to the specification document

an specification document is created

software developers write code line by line

any issues with the software are logged as bugs

bugs are resolved by developers

a design for the software program is created

turns on her laptop and gets the error message "OS NOT FOUND." She checks the hard disk for damage or loose cable, but that is not the case. What could be a possible cause?

Answers

It needs an Operating System like a cable or something that will help it operate look for more and double check

How did early computing device such as Charles Babbage's analytical engine and Ada Lovelace's contributions set the foundation for modern computing

Answers

Early computing devices, such as Charles Babbage's Analytical Engine and Ada Lovelace's contributions, played a crucial role in setting the foundation for modern computing. Here's how their work contributed to computing development:

1. Charles Babbage's Analytical Engine: Babbage designed the Analytical Engine, a mechanical general-purpose computer concept, in the 19th century. Although the Analytical Engine was never fully built, its design and principles laid the groundwork for modern computers. Key features of the analytical engine include:

a. Stored Program: Babbage's Analytical Engine introduced the concept of storing instructions and data in memory, allowing complex calculations and tasks.

b.  Control Flow: The Analytical Engine could make decisions and perform conditional operations based on previous computations, resembling the modern concept of control flow in programming.

c. Loops: Babbage's design incorporated looping mechanisms, enabling repetitive instruction execution, similar to modern programming languages.

2. Ada Lovelace's Contributions: Ada Lovelace, an English mathematician, collaborated with Charles Babbage and made significant contributions to computing. Her work on Babbage's Analytical Engine included writing the first algorithm intended for machine implementation. Lovelace realized the potential of the analytical engine beyond numerical calculations and recognized its capability for processing symbols and creating complex algorithms. Her insights laid the foundation for computer programming and algorithms.

Lovelace's ideas about the analytical engine extended beyond what was initially envisioned. He stressed the importance of machines handling more than just numbers. Her contributions demonstrated computers' potential to perform tasks beyond basic calculations and numerical processing.

Collectively, Babbage's analytical engine and Lovelace's contributions provided early conceptual frameworks for modern computing. Their ideas influenced subsequent pioneers in the field, and the concepts they introduced paved the way for the development of the digital computers we use today.

What additional uses of technology can u see in the workplace

Answers

Answer:

Here are some additional uses of technology in the workplace:

Virtual reality (VR) and augmented reality (AR) can be used for training, simulation, and collaboration. For example, VR can be used to train employees on how to operate machinery or to simulate a customer service interaction. AR can be used to provide employees with real-time information or to collaborate with colleagues on a project.Artificial intelligence (AI) can be used for a variety of tasks, such as customer service, data analysis, and fraud detection. For example, AI can be used to answer customer questions, identify trends in data, or detect fraudulent activity.Machine learning can be used to improve the accuracy of predictions and decisions. For example, machine learning can be used to predict customer churn, optimize marketing campaigns, or improve product recommendations.Blockchain can be used to create secure and transparent records of transactions. For example, blockchain can be used to track the provenance of goods, to manage supply chains, or to record financial transactions.The Internet of Things (IoT) can be used to connect devices and collect data. For example, IoT can be used to monitor equipment, track assets, or collect data about customer behavior.

These are just a few of the many ways that technology can be used in the workplace. As technology continues to evolve, we can expect to see even more innovative and creative uses of technology in the workplace.

Attempting to write a pseudocode and flowchart for a program that displays 1) Distance from sun. 2) Mass., and surface temp. of Mercury, Venus, Earth and Mars, depending on user selection. Not in any formal programming language, just pseudocode please.

Answers

Pseudocode:

Display "Select a planet from the following options: Mercury, Venus, Earth, Mars"

Input planetSelection

if planetSelection is equal to "Mercury" then

Display "Distance from sun: 57.91 million km"

Display "Mass: 0.330 x 10^24 kg"

Display "Surface temperature: 430°C"

else if planetSelection is equal to "Venus" then

Display "Distance from sun: 108.2 million km"

Display "Mass: 4.87 x 10^24 kg"

Display "Surface temperature: 462°C"

else if planetSelection is equal to "Earth" then

Display "Distance from sun: 149.6 million km"

Display "Mass: 5.97 x 10^24 kg"

Display "Surface temperature: 15°C"

else if planetSelection is equal to "Mars" then

Display "Distance from sun: 227.9 million km"

Display "Mass: 0.642 x 10^24 kg"

Display "Surface temperature: -63°C"

else

Display "Invalid input, please enter a valid planet name"

end if

Flowchart:

Start -> Display "Select a planet from the following options: Mercury, Venus, Earth, Mars" -> Input planetSelection ->

if planetSelection is equal to "Mercury" then -> Display "Distance from sun: 57.91 million km" -> Display "Mass: 0.330 x 10^24 kg" ->

Display "Surface temperature: 430°C" -> End

else if planetSelection is equal to "Venus" then -> Display "Distance from sun: 108.2 million km" ->

Display "Mass: 4.87 x 10^24 kg" -> Display "Surface temperature: 462°C" -> End

else if planetSelection is equal to "Earth" then -> Display "Distance from sun: 149.6 million km" ->

Display "Mass: 5.97 x 10^24 kg" -> Display "Surface temperature: 15°C" -> End

else if planetSelection is equal to "Mars" then -> Display "Distance from sun: 227.9 million km" ->

Display "Mass: 0.642 x 10^24 kg" -> Display "Surface temperature: -63°C" -> End

else -> Display "Invalid input, please enter a valid planet name" -> End

Python question

The following code achieves the task of adding commas and apostrophes, therefore splitting names in the list. However, in the case where both first and last names are given how would I "tell"/write a code that understands the last name and doesn't split them both. For example 'Jack Hansen' as a whole, rather than 'Jack' 'Hansen'.

names = "Jack Tomas Ponce Ana Mike Jenny"

newList = list(map(str, names.split()))

print(newList) #now the new list has comma, and apostrophe

Answers

Answer:

You can use regular expressions to match patterns in the names and split them accordingly. One way to do this is to use the re.split() function, which allows you to split a string based on a regular expression.

For example, you can use the regular expression (?<=[A-Z])\s(?=[A-Z]) to match a space between two capital letters, indicating a first and last name. Then use the re.split() function to split the names based on this regular expression.

Here is an example of how you can use this approach to split the names in your list:

(Picture attached)

This will give you the output ['Jack', 'Tomas', 'Ponce', 'Ana', 'Mike', 'Jenny', 'Jack Hansen']. As you can see, the name "Jack Hansen" is not split, as it matches the pattern of first and last name.

It's worth noting that this approach assumes that all first and last names will have the first letter capitalized and the last names capitalized too. If this is not the case in your data, you may need to adjust the regular expression accordingly.

Python questionThe following code achieves the task of adding commas and apostrophes, therefore splitting

A while back, the IT Lab department got a number of complaints that one of our campus computers was sending out Advertises spam. They checked it out, and the reports were true: a hacker had installed a program on the computer that made it automatically send out tons of spam email without the computer owner’s knowledge.

how do you think the hacker got into the computer to set this up?justify your answer​

Answers

The hacker was able to do this by hacking the password to the computer.

How the hacker got into the computer

Actually, a password hack caused this to happen. This can be avoided by using complex passwords that are difficult to guess and by keeping your passwords private by not sharing them or writing them down.

Passwords need to be at least 8 characters long and contain a mix of capital and lowercase letters, numbers, and symbols.

Even though the password in this instance was compromised, there are other factors that might have contributed, such as outdated patches or updates, a lack of anti-virus software, or outdated antivirus software.

Learn more about computer systems at

https://brainly.com/question/16813465

#SPJ1

LIST THE BEST 10 CAMERAS FOR FILMING 2022.

Answers

1. Fujifilm X-T4

2. Blackmagic Pocket Cinema Camera 6K

3. Nikon Z6 II

4. Sony a7S III

5. Panasonic Lumix S1H

6. Canon EOS R5

7. Sony Alpha 1

8. Blackmagic URSA Mini Pro 12K

9. Canon C300 Mark III

10. ARRI ALEXA Mini LF

Write multiple if statements. If car_year is 1969 or earlier, print "Few safety features." If 1970 or later, print "Probably has seat belts." If 1990 or later, print "Probably has antilock brakes." If 2000 or later, print "Probably has airbags." End each phrase with a period and a newline.

Sample output for input: 1995
Probably has seat belts.
Probably has antilock brakes.

My code:

car_year = int(input())

if car_year <= 1969:
print('Few safety features.')
elif car_year ==1970:
print('Probably has seat belts.')
elif car_year >= 1990:
print('Probably has seat belts.\nProbably has antilock brakes.')
else:
car_year >= 2000
print('Probably has airbags.')

My output that keeps failing:
Testing with input: 2001
Output differs. See highlights below.
Special character legend
Your output
Probably has seat belts.
Probably has antilock brakes.
Expected output
Probably has seat belts.
Probably has antilock brakes.
Probably has airbags.

Answers

Your problem is that you're using elif and if statements. As soon as one of your statements is true, the other ones don't run. You need to use multiple if statements instead of the elif and else statements. For instance:

car_year = int(input())

if car_year <= 1969:

   print('Few Safety features.')

if car_year >=1970:

   print('Probably has seat belts.')

if car_year >= 1990:

   print('Probably has antilock brakes.')

if car_year >= 2000:

   print('Probably has airbags.')

I wrote my code in python 3.8. I hope this helps.

Answer:

car_year = int(input())

if car_year <= 1969:

  print('Few safety features.')

if car_year >=1970:

  print('Probably has seat belts.')

if car_year >= 1990:

  print('Probably has antilock brakes.')

if car_year >= 2000:

  print('Probably has airbags.')

Explanation:

Just needed to change the capitol S on the previous code to a small s. Works just fine.  in Python.

Max is a cybersecurity professional. His job responsibilities include creating a risk management plan and employing additional safety practices. What
position does Max hold in his organization?

A chief information security officer
B. information assurance manager
C. penetration tester
D. network security engineer

Answers

Since Max is a cybersecurity professional. The position that Max hold in his organization is option D. network security engineer.

Who is responsible for risk management?

The President (Chair) and those in charge of the various business areas make up the Management Group, which is in charge of implementing risk management, keeping an eye on operational hazards, and taking risk-related action.

The following hardware and software systems are installed, configured, and maintained by a network security specialist in order to assure network security: deploys, evaluates, and maintains security tools like email encryption, firewalls, and VPNs.

Therefore, the network security engineer defends computer systems against online dangers such viruses, malware, and hacking attempts. The IT expert should be able to recognize current problems and create defenses against potential dangers. Systems' hardware and software must be tested and configured.

Learn more about network security engineer from

https://brainly.com/question/28558870
#SPJ1

Answer: information assurance manager

Explanation:

will edit if I'm wrong

The US Centers for Disease Control and Prevention (CDC) said in a statement on October 22 local time that the director of the agency, Wollensky, tested positive for COVID-19 on the evening of the 21st and had mild symptoms. Wolenski has been vaccinated with the latest COVID-19 vaccine, and is currently isolated at home and will participate in the meeting online.

Answers

The director of the Centers for Disease Control and Prevention and the administrator of the Agency for Toxic Substances and Disease Registry, Rochelle Paula Walensky, is an American physician and scientist.

How long after taking Covid may you test positive?

You might continue to test positively for a while after receiving a positive test result. After your initial positive result, you can test positive for antigens for a few weeks. NAAT results can remain positive for up to 90 days.

CDC works around-the-clock to safeguard America from threats to its health, safety, and security, both domestically and abroad.

The CDC battles disease whether it originates domestically or overseas, whether it is acute or chronic, curable or preventable, caused by human error or malicious attack and encourages residents and communities to do the same.

To learn more about Covid-19 refer to:

https://brainly.com/question/28347122

#SPJ1

Answer:

Explanation:

Answer:

The director of the Centers for Disease Control and Prevention and the administrator of the Agency for Toxic Substances and Disease Registry, Rochelle Paula Walensky, is an American physician and scientist.

What is Covid-19?

Different people are affected by COVID-19 in various ways. The majority of infected individuals will experience mild to moderate sickness and recover without being hospitalized.

Most typical signs:

fever \scough \stiredness

loss of scent or taste.

Less frequent signs:

throat infection headache aches and discomfort

diarrhea, a skin rash, discoloration of the fingers or toes, or red or itchy eyes.

To learn more about covid-19 refer to the:

https://brainly.in/question/49728785

#SPJ1

How to write a java program that asks the user for grades of students. Once the user enters 0 (zero), the program should print the largest of the marks of the students.

Answers

Answer:

import java.util.Scanner;

public class GradeProgram {

   public static void main(String[] args) {

       Scanner sc = new Scanner(System.in);

       System.out.println("Please enter the student grades: ");

       int grade = sc.nextInt();

       int largestGrade = 0;

       while (grade != 0) {

           if (grade > largestGrade) {

               largestGrade = grade;

           }

           grade = sc.nextInt();

       }

       System.out.println("The largest grade is: " + largestGrade);

   }

}

Explanation:

xamine the following output:

Reply from 64.78.193.84: bytes=32 time=86ms TTL=115
Reply from 64.78.193.84: bytes=32 time=43ms TTL=115
Reply from 64.78.193.84: bytes=32 time=44ms TTL=115
Reply from 64.78.193.84: bytes=32 time=47ms TTL=115
Reply from 64.78.193.84: bytes=32 time=44ms TTL=115
Reply from 64.78.193.84: bytes=32 time=44ms TTL=115
Reply from 64.78.193.84: bytes=32 time=73ms TTL=115
Reply from 64.78.193.84: bytes=32 time=46ms TTL=115

Which of the following utilities produced this output?

Answers

The output provided appears to be from the "ping" utility.

How is this so?

Ping is a network diagnostic   tool used to test the connectivity between two network devices,typically using the Internet Control Message Protocol (ICMP).

In this case, the output shows   the successful replies received from the IP address 64.78.193.84,along with the response time and time-to-live (TTL) value.

Ping is commonly used to troubleshoot   network connectivity issues and measureround-trip times to a specific destination.

Learn more about utilities  at:

https://brainly.com/question/30049978

#SPJ1

What statement best describes primary keys?

A. Primary keys cannot have duplicate values.

B. There can be two primary keys in a table.

C. Primary keys can be blank.

D. Primary keys are also known as foreign keys.

Answers

Answer:

B. There can be two primary keys in a table.

What is the meaning of I.C.T Lab?
please tell
ASAP!!!!​

Answers

Answer:

The meaning of I.C.T Lab is Computer Lab.

We use I.C.T Lab rather than using Computer Lab as it looks more formal and more Diciplined.

Explanation:

IF MY ANSWER IS HELPFUL THEN PLEASE RATE IT, LIKE IT, FOLLOW ME AND GIVE ME A BRAINLIEST...PLEASE.

THANK YOU...!

Answer:

Information and Communication Technology

Explanation:

In the lab, I.C.T stands for Information and Communication Technology.  The ICT Lab is constructed and outfitted with computers and other learning resources to improve the study and teaching of Computer Studies, Data Processing, and other related disciplines and academic activities.

Which is a graphical tool used to represent task duration but not sequence?
A. CPM
B. Network Diagram
C. Pert
D. Gantt

Answers

CPM is a graphical tool used to represent task duration but not sequence.

What is the CPM used for?

The critical path method (CPM) is known to be a method  where a person identify tasks that that are essential for project completion and know its scheduling flexibilities.

Therefore, CPM is a graphical tool used to represent task duration but not sequence.

Learn more about graphical tool from

https://brainly.com/question/12980786

#SPJ1

In Python, when converting a string value into a numeric value that is a positive or negative whole number, the int() function is used.


True

False

Answers

Answer:

True

Explanation:

The Int  Variable can handle Positive and Negative Numbers, it just can't handle decimal numbers.

The statement "In Python, when converting a string value into a numeric value that is a positive or negative whole number, the int() function is used" is true.

What is python?

Python is a popular computer programming language used to create software and websites, automate processes, and analyze data. Python is a general-purpose language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.

Python is a great programming language for experienced developers as well. It's one of the most widely used programming languages in the world, maybe as a result of how simple it is for novices to learn. Python is one of the most approachable programming languages due of its simple syntax and lack of complexity.

Therefore, the statement is true.

To learn more about python, refer to the link:

https://brainly.com/question/18502436

#SPJ5


Select the correct answer.
For her homework, Annie has added the picture of a fruit in a document. She wants to enhance it to give a cut-out look. Which feature or menu
option should she use?

ОА SmartArt
OB. Clip Art
OC Charts
OD Shapes

Reset
Next

PLEASE HELP!!

Answers

Answer: B- Clip art

Explanation:

Answer:

Clip Art

Explanation:

Which phrase describes this image most precisely?
A. a small bunch of beautiful tulips in a transparent jug
B. a colorful bunch of pretty flowers in a water jug
C. a colorful bunch of tulips in a transparent jug with a handle
D. a'nice bunch of colorful wers in a transparent water Jug with a handle
E. some flowers in a jug

Which phrase describes this image most precisely?A. a small bunch of beautiful tulips in a transparent

Answers

The correct answer is D. A nice bunch of colorful flowers in a transparent water jug with a handle.

Explanation:

Describing an image precisely requires using specific details that allow others to understand or imagine the image even without seeing it. Due to this, to describe this image precisely it is a good idea to include as many accurate details as possible, which includes words such as "colorful", "flowers", "transparent", etc. In this context, the best option is D because this offers more details than other options and all of these details are accurate and specific.

What are the required steps before the operating system loads?

Answers

Answer:

The Beginning. It is the initial stage, which entails turning on the electricity....

BIOS: Self-Test with Power On. The BIOS runs an initial test on the computer....

The operating system is being loaded. The operating system is loaded into main memory in this stage.

Configuration of the system...

Utilities for the Loading System.

Authentication of users.

Explanation:

hope I helped

cs academy unit 8.3.2 Shirt Design

cs academy unit 8.3.2 Shirt Design

Answers

In order to fix the code and make it work, you can try the following corrections:

How to explain the program

# Import the necessary libraries here

# Set the background color

app.background = 'pink'

# Draw the shirt

Polygon(5, 175, 85, 60, 315, 60, 395, 175, 330, 235, 290, 190, 300, 355, 100, 355, 110, 190, 70, 237, fill='lavenderBlush')

Arc(200, 60, 95, 70, 90, 180, opacity=10)

# Use a loop to draw stars

for radius in range(10, 100, 5):

   # Draw a crimson star whenever the radius is a multiple of 10 and a white star otherwise

   if radius % 10 == 0:

       Star(200, 210, radius, 6, fill='red')

   else:

       Star(200, 210, radius, 6, fill='white')

# Display the graphic

# Add code here to show or update the graphic window

Learn more about program on

https://brainly.com/question/26642771

#SPJ1

Other Questions
Which of the following groups of people felt the impact of the Great Depression?3 pointsbankersfarmersindustrial workersall of the above ___________ are biological or, much less often, adoptive fathers who do not live with their children. stepfathers nonresident fathers disinterested fathers social fathers After taking Test #1, determine what your current grade is in the course by finding your current percentage earned (see Grades). Remember that I use a traditional grading scale, so if you have earned at least 90% you currently have an "A" in the class, somewhere between 80% and 89% is a "B", etc. In a brief informal paper, reflect upon whether you are happy with your current grade. If you are happy with your grade, discuss what you have done that has contributed to your success in this course. If you are unhappy with your grade, reflect on what specific actions you need to do in the future to help raise your grade in the course (do not just say that you need to study more). Your file options are limited to: doc, pdf, rtf or docx. Upload your reflection as an attachment below. need help!! question is on the picture. The French phrase a ma permis de dcrocher means it allowed me to switch off It what terms would this be used? Is it like clearing your head or physically switch something off?? Please help You identified the three main qualities of a good leader in the previous task. You also identified a historical figure that you believe was a great leader for the time. Think about what this person would be like if he or she lived today. First, look at list of some modern characteristics of a leader. Compare the qualities and characteristics of the historical leader you chose to this list. Then identify any characteristics that match your leader and explain why you think they do. under the idea of friendly ai, ai machines would be designed so that they will benefit humans rather than harm them.T/F what is gender identity This is not terribly unusual-until one considers that thisparticular relative lived 200 years ago.O NO CHANGEO unusual. UntilO unusual? UntilO unusual! Until TRUE/FALSE. middle adulthood has a number of its own challenges. one challenge could be that over time couples drift apart. communication and intimacy reduces. How many degrees is equivalent to one radian? according to this phylogenetic tree, which statement about common ancestry holds? supporters of the plural executive structure make which argument in favor of it? Multiply.(4x^2 +7x)(57^2 - 3x) OSSIBLEWhich of the following is an example of human rights abuses in China?Logging and clearing the land of all trees for farmland threatens China's forest wildlife and expands deserts in the north.Chinese authorities silence journalists and activists, and place restrictions on information available on the internetChina has gradually implemented economic reforms that resulted in China becoming one of the fastest growing economies in the worldThe one child policy of the Chinese government led to a decline in the working age population and fewer laborers for companies Using the equations2 CH (l) + 15 O (g) 12 CO (g) + 6 HO (g)H = -6271 kJ/mol2 H (g) + O (g) 2 HO (g) H = -483.6 kJ/molC (s) + O (g) CO (g) H = -393.5 kJ/molDetermine the enthalpy (in kJ/mol) for the reaction6 C (s) + 3 H (g) CH (l). how does the current motion of hnlc on oahu compare to the direction of pacific plate motion relative to the hawaiian hotspot over the past million years? At hi chool' book fair, Henry bring $10. 0. He purchae a book for $8. 50, plu a 6% ale tax. How much money in change will Henry receive? How does the value of log Subscript 2 Baseline 100 compare with the value of Log Subscript 6 Baseline 20?. 3)927Show your work