True or False? You should never move an injured person.
True
False

Answers

Answer 1

Answer:

true

Explanation:


Related Questions

You wrote a program to find the factorial of a number. In mathematics, the factorial operation is used for positive integers and zero. What does the function return if the user enters a negative three? def factorial(number): product = 1 while number > 0: product = product * number number = number - 1 return product strNum = input("Enter a positive integer: ") num = int(strNum) print(factorial(num))
-6
1
-3
There is no output due to a runtime error.

Answers

Answer: well it’s not “There is no output due to a runtime error”

Explanation: Put that and I got it wrong

The Answer Is 1.

Edge 2020.

what is the meaning of .net in computer​

Answers

Answer:

.net is a top-level domain, also known as a TLD. Derived from the word network, it was originally developed for companies involved in networking technology. Today .net is one of the most popular domain names used by companies all over the world to launch their business online.

Erin’s classmate said that the program that they were working on is not running properly because the classmate accidentally put in commas where semi-colons should be. What kinds of errors does Erin need to fix?
logic errors
database errors
debugging errors
syntax errors

Answers

Answer:

A simple syntax error :)

"A character or string incorrectly placed in a command or instruction that causes a failure in execution."

Good luck! Hope this helped! :D

The kinds of errors does Erin need to fix is a simple syntax error.

What is syntax error?

Syntax is a character or string when incorrectly placed in a command or instruction results in failure while executing.

Erin’s classmate said that the program that they were working on is not running properly because the classmate accidentally put in commas where semi-colons should be.

The correct way to remove syntax error is putting colon and semicolon on the right place.

Learn more about syntax error.

https://brainly.com/question/18271225

#SPJ2

Create a class called Drive. It should have instance fields miles and gas which are both integers. Another instance field, carType, is a String. The constructor should receive a String which initializes carType. The other two instance fields are both automatically initialized to 1 in the constructor. Create a method called getGas that returns an integer that is the gas data member. The getGas method has no parameters. Write in java. First correct answer will be marked brainliest, i need answer very soon

Answers

public class JavaApplication87 {

   

   public static void main(String[] args) {

       Drive dr = new Drive("Insert type of car");

       System.out.println(dr.carType);

   }

   

}

class Drive{

   int miles;

   int gas;

   String carType;

   public Drive(String ct){

       carType = ct;

       miles = 1;

       gas = 1;

       

   }

   int getGas(){

       return gas;

   }

   

}

I'm pretty sure this is what you're looking for. Best of luck.

Name any two operating systems you know.

Answers

Answer:

software and hardware

2 operating systems are windows and iOS

4.9 Code Practice: Question 4
Instructions
Write a program that asks the user to enter ten temperatures and then finds the sum. The input temperatures should allow for decimal values.

Sample Run
Enter Temperature: 27.6
Enter Temperature: 29.5
Enter Temperature: 35
Enter Temperature: 45.5
Enter Temperature: 54
Enter Temperature: 64.4
Enter Temperature: 69
Enter Temperature: 68
Enter Temperature: 61.3
Enter Temperature: 50
Sum = 504.3

Answers

total = 0

i = 0

while i < 10:

   temp = float(input("Enter Temperature: "))

   total += temp

   i += 1

print("Sum =", str(total))

I hope this helps!

The most commonly used auxiliary storage device(s) is/ are _____.
a.
floppies and tapes
b.
a filing cabinet
c.
hard disks and floppies
d.
tapes and hard disks

Answers

Answer: A

Explanation:

which of these options highlights the need for learning algorithms
A. Algorithms help you draw neat diagrams
B. Algorithms help you create easily understandable programs
C. Algorithms help you learn assembly-level language
D. Programmers can code using algorithms only

Answers

Answer: D.

Explanation:

Answer:

The answer is B. Algorithms help you create easily understandable programs

Explanation:

I got it right

What is the main citation style for English and humanities classes? Modern Language Association style (MLA) American Psychological Association style (APA) .edu style (EDU) .gov style (GOV)

Answers

Answer:

MLA

Explanation:

Answer:

A) Modern Language Association style (MLA) Is your answer!

Explanation:

If you think about it the other answers either don't fit or don't make sense! :)

Hope this helps! :)

What makes e-mail different from other forms of business communication?

Answers

Answer:

because it is an electronic mail

Answer:

Email can be both formal or informal however face to face communication is usually most effective in business.

write a paragraph about ICT?

Answers

Answer:

ICT (information and communications technology or technologies) is an umbrella term. It includes any communication device or application, such as radio, television, cellular phones, computer and internet, satellite systems and so on. Videoconferencing and distance learning is a very important part of ICT.

I don't understand how to do these. It's python by the way.

Answers

Answer:

Disclaimer: I dont put the Euler, magic word, and another variables, you need to do this

Explanation:

print(eulersNumber[16])

print(eulersNumber[26])

print(eulersNumber[31])

print(magicWords[:3]+magicWords[8:10])

3° I dont know how i can make this

print(a[::-1])

print(b[::-1])

print(c[::-1])

print(x[::-1])

print(y[::-1])

Have a nice day

SOMEONE PLEASE HELP ME I REPOSTED THIS 3 time and no ONE HAD HELPED ME

Answers

Answer:

The answer is B

colour statement is used for setting .................... and .................. colors​
(a) screen,Paint (b) line,circle
(c) foregroung,Background
(d) none of these

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct answer to this question is C. i,e, foreground, and background.

First, we need to know what is a color statement.

The purpose of the color statement is to select display colors. It is used to select the foreground and background colors of the display.

So, the correct answer is :

Colour statement is used for setting foreground and background colors.

In general, it allows you to select foreground and background colors for a display. You can use different codes to display and see the effect of the color statement.  

While other options are not correct, because the color statement used to select foreground and background color for the display. It does not use for setting screen and paint color in it. It also does not use for drawing lines and circles etc.

whats the name of the windows 10 nucleus

Answers

Answer:

motheboard

Explanation:

CALCULATE THE PERCENTAGE OF FAT CALORIES TO TOTAL CALORIES. I got no idea how to do this in excel ;-;

Answers

Answer:

As you have the Fat Cal. in column C and the total calories in Column B, what you have to do is to divide column C by Column B.

For instance, in column E2, put the formula: =C2/B2.

Then drag the formula down so that the other formulas will be;

E3; =C3/B3

E4; =C4/B4

E5: C5/B5

E6: C6/B6

Then after that you go to the Home tab, then to the Number style section and format E2 to E5 to be percentages.

Circuit pruning occurs only before puberty.
O True
O False

Answers

Answer:

False

Explanation:

Answer:

The answer is false goodluck6

Place the steps in order for placing a section break

Answers

Answer:

choose a break option, select breaks, click the layout tab, change the formatting style, and position the cursor

Explanation:

i could be wrong cause i dont know what its about but this is what makes sense to me

Answer:

position the cursor click the layout tab select breaks choose a break option change the formatting style

Explanation:

Just had this question

Chris has received an email that was entirely written using capitalization. He needs to paste this text into another document but also ensure that the capitalization is removed.

What should Chris do?

Use the Paste Special function to paste the text without formatting.
Turn the Caps Lock button on the keyboard to the off position.
Use Shift+F3 to change the case of the desired text.
All of the above steps are correct.

Answers

Answer: D. all of the above

Explanation:

Answer:

D.) All of the steps above are correct

Explanation:

who got houseparty and tryna play uno

Answers

Answer:

awww shiiiii yessss

If you were the manager at a firm which deals with sensitive information of its customers, employees and other stake holders, how would you make sure that information is protected and is altered only by the designated authorized person

Answers

Answer:

explanation below

Explanation:

Management controls are some of the techniques and mechanisms that can be put in place to implement security policies – which ensure information and information systems are protected.  These controls are not only used by managers but can be exercised by selected users.  

These controls must be put in place to cover all forms of information security, physical security and classification of those information.  

Which of these should be included in a program's comments?

a. code to set the parameters of a shape

b. a description of what the program does

c. a description of how long it took to write the code

d. code for inserting a background

Answers

Answer:

B

Explanation:

Comments in code are primarily used to describe what the program does, and how chunks of the code running the program help relate to what the program does. Comments in code are not primarily used for answers d & a, which is more code, since if you comment, the compiler doesn't notice the code, so it doesn't work. Comments in code are not used for c either, since it's not really needed to write that in the comments.

a employee who has intregity is

Answers

Answer:

is some one who demonstrates  sound moral and ethical principles ,always does the right thing no matter when or who's watching, they can be trusted around the staff and the stakeholders. which means that that person is honest, fair, and dependable

Explanation:

i actually just did a report for a class that i am taking called human resources

i hoped this helped you

Social networking is the most popular online activity?
True
False

Answers

Answer:

true

Explanation:

It’s true because I said so

What can you add to your presentation from the Insert tab?

Animations
Pictures
Variants
Transitions

Answers

Answer:

B. PICTURES

Explanation:

Answer:

I know its late but pictures is the answer.

Explanation:

I took the test and got it right.

1. What sort of information should be taken by the human resource before
leaving for foreign employment? Write in brief.​

Answers

Answer:

DDDDDDDDDDDDDDD

Explanation:

Answer:

Sources of information on foreign job opportunities. Blue, newspapers or professional journals; Red, personal contacts abroad; Green, recruitment websites.

Explanation:

What are 5 different google g-suite tools that you can use to collaborate and communicate with othe

Answers

it is google docs like stuff made by google

What does a network backbone do?
allows data to be delivered more quickly and efficiently
makes data transfer from the cloud more secure
connects different network functions, such as printers and modems
configures random local networks in major cities that make up the Internet

Answers

Answer:

configures random local networks in major cities that make up the internet.

Answer:

D

Explanation:

Which unit of measurement is used to express the capacity of a servo motor?
A. kg/hr
B. kg/m
C. kg/cm
D. kg/km

Answers

Answer:

C. kg/cm

Explanation:

I just did it

What is a characteristic of tasks in Outlook?
The Tasks view can be seen by clicking the View tab.

New tasks are created in the Appointments form

Tasks are an action item in Outlook and are basically a to-do list.

Old tasks are automatically deleted from your list​

Answers

Answer:

C. Tasks are an action item in Outlook and are basically a to-do list.

Explanation:

A to-do List is just a list of tasks.

and I took the test and got it right

Answer:

C. is correct

Explanation:

edg 2021

Other Questions
Destiny paid $9.60 for a dozen donuts. What is the unit cost for each donut? What is te draft and why did Both sides in the civil war need to use it?How was the union draft unfair?How was the confederate draft unfair?What was food like in the union and confederate armies?How did the shortage of supplies effect confederate soldiers?Why were civil war si deadly? Giving brainliest for help in anyway possible What is the absolute value of |-82.5|? Farmer Brown feeds 12.1 kilograms of alfalfa to each of his 2 horses daily. How many kilograms of alfalfa will all his horses have eaten after 21 days? Draw an area model to solve.Draw your area model on paper, take a picture, and upload it using the image upload iconIf you do not have the ability to upload an image of your work type "Area model is on paper." what do she meannnn Read the passage then answer the question below:The OrnithopterMany people know Leonardo da Vinci today as an artist, and it is true that he was indeed a great painter and sculptor, but he was also an inventor and one of the first individuals in recorded history to draft detailed plans for a flying machine.In order to make a living, Leonardo often depended upon wealthy individuals who would commission work from him. That means they would hire him and pay him to create specific work they wanted. In 1482, when he was 30 years old, Leonardo heard of an opportunity to work for Ludovico Sforza, the Duke of Milan. The duke, however, did not want a painter; he wanted a military engineer to help him defend the city against its enemies. This was an excellent opportunity that would pay Leonardo well, but Leonardo was a peaceful man. He considered war to be a beastly madness. He preferred to make things of beauty.Leonardo made the decision that he could tolerate making weapons if the resources the duke could provide would also allow him to create things he loved. He sent a letter to the duke detailing his skills in designing and building weapons. I will assemble catapults, mangonels, trebuchets and other instruments of wonderful efficiencyI will make an infinite number of items for attack and defense, he wrote.Leonardos letter convinced the duke of his talents, and he got the job. He set about designing the weapons that the duke desired. But Leonardo was infinitely creative, always thinking of new things, new ideashe could not be limited to weapons alone. One idea that he had not mentioned in his application was the ornithopter. It was not a weapon of war, and it was not something that the duke had asked for, but Leonardo went ahead and designed it anyway.Leonardo was fascinated by the idea of flight. The word ornithopter comes from two words meaning bird and wings. And on first inspection, his plans resembled a birds wings attached to a human beings arms. He concluded that a human beings arms were neither strong enough nor light enough to stay in the air for long. So, his design included sets of foot pedals and levers that were operated with the hands. He created detailed plans and presented them to the duke, uncertain of how the duke would react to a design for which he didnt ask.As it turned out, the duke was very impressed with the ornithopter, but it wasnt Leonardos innovation that excited him. He immediately thought of the ways this machine could be used in war. If a spy could fly over the enemys camp, imagine what information he could gather! This was not what Leonardo had intended for his beautiful flying machine.But how Leonardo felt about war turned out not to matter in the end. His ornithopter was never builtalong with his designs for tanks, parachutes, diving suits, machine guns, and even robots that he created for the duke. The ideas of Leonardo da Vinci were centuries ahead of the technology needed to make them.He concluded that a human being's arms were neither strong enough nor light enough to stay in the air for long. So, his design included foot pedals and levers that were operated with the hands.Which type of conflict is expressed in this excerpt?Question 8 options:individual vs. societyindividual vs. individualindividual vs. selfindividual vs. nature What caused Ottoman and Safavid trade to decline?warscrime along the Silk Roadpoor economydiscovery of sea routes A box sitting still on the ground by itself has a Normal Force of 700N, what is the mass? (gravitys acceleration is 9.80 m/s) Which of the following peninsula is located in region 4 on the map above A. The Jutland Peninsula, B. The lberian Peninsula, C. The Apennine Peninsula, D. The Scandinavian Peninsula PLS HURRY 3. What is the total value of digit 3 in thefigure 9837512.61A 3000B. 30000.41C. thirty thousand D. ten thousand PLEASE HURRYWhich country or countries allow their citizens to vote for the president?i. the United Kingdomii. Germanyill. RussiaA. i onlyB. ii onlyC. iii onlyD. ii and iiiPlease select the best answer from the choices provided BC D A system in which goods and slaves were traded among the Americas, Britain and AfricaA. Great AwakeningB. Middle PassageC. Triangular TradeD. Treaty of ParisE. Other: ___________ can u plz help me plz What effect does high temperature have on radish germination? what ironic situation does Shapiro describe in paragraph 3? Which two bonds are most similar in polarity? Which two bonds are most similar in polarity? O-F and Cl-F B-F and Cl-F I-Br and Si-Cl Al-Cl and I-Br C-Cl and Be-Cl (QUICK DUE IN 50 MINUTES)What is the slope?Simplify your answer and write it as a proper fraction, improper fraction, or integer. Indicate whether the statement is true or false.Los profesores buenos y simpticos son populares con los alumnos.Question 4 options: a) True b) False 1/2a - 1/2 = 1/4d - 3/4= 5/6s + 2/3= Its supposed to be a coefficient! Plz help! I just need an answer Lorena, era una pirata de cabellos morenos recogidos con un pauelo rosa. Al cumplir los seis aos, al igual que otros piratas, tuvo que ir en busca de una mascota que le acompaara en sus aventuras El texto anterior es: a. Un poema b. Una descripcin c. Una cancin.