Tanya is very interested in providing medical care and helping injured people. Gerald wants to discover information about people and crimes, but he wants to be self-employed and work for individual customers instead of for the government. He is also skilled at writing reports. Hunter has always wanted to protect the people in his rural town and investigate crimes. Which career is best suited to each person?

Answers

Answer 1

Answer: Tanya should be a Paramedic, Gerald should be a Private Investigator, and Hunter should be a Deputy Sheriff.

Explanation:

Based on the scenario, Tanya should be a Paramedic, Gerald should be a Private Investigator, and Hunter should be a Deputy Sheriff.

A paramedic is simply refered to as a health care professional that provides emergency medical care to people who are in critical condition.

Since Gerald wants to discover information about people and crimes, but he wants to be self-employed and work for individual customers instead of for the government, he should be a private investigator. A private investigator is someone who is employed to look for clues or give evidence regarding an issue. They gather facts that would be helpful in cases.

Since Hunter has always wanted to protect the people in his rural town and investigate crimes, he should be a Deputy Sheriff.

Answer 2

Answer:

B or 2

Explanation:

Good Luck!


Related Questions

What is computer code?
A.
Java Script
B.
XML
C.
HTML
D.
Any programming language

Answers

Answer:

D

Explanation:

All of these are computer code/language.............................................

Imagine how the situation could be handled. Come up with as many ideas as possible: There's no one "right" answer! Then, highlight which option might lead to the most positive outcome, where most people feel good or taken care of.

Answers

Answer:

there is no passage

Explanation:

Floating point numbers?

Answers

Answer:

Thank you so much!!!

God bless you!!!

You the best!!!

Explanation:

can someone help me?

Answers

Answer:

2nd one

Explanation:

Answer:

A

Explanation:

3*6+2/2 = 19

(3*6)+2/2 = 19

3*(6+2/2) = 21

Software that allows users to use and adapt it for any purpose, often allowing the public to participate in further development is ___?

Answers

Answer:

Open Source

Explanation:

When a developer makes something open to the public, free to edit and use how they want, they make the project open source.

Answer:

Open source software

Explanation:

The license used for this kind of software allows users to adapt it for any purpose. The public can contribute to the software development.

Program directions: Your math instructor has given two quizzes worth 30 points each. Your overall grade is the sum of the two quiz scores. You are to write a program that asks the user to input two integer quiz scores and then calculate the overall grade using the following grade scale. If either square is greater than 30 or less than zero, print “ERROR”
A = 54 or higher
B = 48 or higher, but less than 54
C = 42 or higher, but less than 48
D = 36 or higher, but less than 42
F = Less than 36

IN EDHESIVE OR PYTHON PLEASE

Answers

Answer:

Explanation:

subject_1_marks=input("Enter first subject marks")

subject_2_marks=input("Enter Second subject marks")

if((subject_1_marks)**2 OR (subject_2_marks)**2) >30:

       print(ERROR)

eIif( subject_1_marks+subject_2_marks>=54):

     print(A)

eIif( subject_1_marks+subject_2_marks>=54 AND subject_1_marks+subject_2_marks<=48 ):

     print(B)

eIif( subject_1_marks+subject_2_marks>=48 AND subject_1_marks+subject_2_marks<=42 ):

     print(B)

eIif( subject_1_marks+subject_2_marks>=42 AND subject_1_marks+subject_2_marks<=36 ):

     print(C)

elif( subject_1_marks+subject_2_marks<=36):

    print(F)

else:

   print(some thing is wrong)

When does copyright protection start?
Choose the answer.

six months after work is produced, written, or developed

once the work is registered with the state

the moment work is produced, written, or developed

90 days after a work is produced, written, or developed

Answers

Answer:

The moment work is produced, written, or developed.

Explanation:

Your work is under copyright protection the moment it is created and fixed in a tangible form that it is perceptible either directly or with the aid of a machine or device.

A command is
A) a sentence the provides information.
B)an order you give the computer verbally.
C) a word that is open for interpretation.
D) a one-word instruction that has been assigned meaning.

Answers

Answer:

D

Explanation:

need help asap plzz can you take advantage of the information on social media sites related to careers you are interested in

Answers

Answer:

(The social media site which lets you earn money) lets you post any contents as long as it follow the rules. The advantage information about (The socia media mentioned earlier)is that you can earn money, for making what you want.

Explanation:

fill in the blanks

How does the onEvent block work?

Answers

Answer:The onEvent() block takes three parameters. The first two are the id of the element and the type of event that should be “listened” for. The third parameter is a function. If you were going to read the onEvent block like a sentence it would read “on the event that this id experiences this event, call this function”

Explanation:

Above answer is the correct choice in my opinion !! For this question hope this helps

plz I really need this
Select the correct answer.

The following diagram shows resistors connected with a voltage of 19 V across them. Which statement is true?



A. Each resistor experiences a potential difference of 19 V.
B. The equivalent resistance is 10 Ω.
C. The current flowing through all the resistors is 1 A.
D. Each resistor experiences a part of the current, the sum of which is 1 A.
E. The equivalent resistance is less than 4 Ω.

Answers

Answer: it has to be c

Explanation: Most circuits have more than one component, called a resistor that limits the flow of charge in the circuit. A measure of this limit on charge flow is called resistance.The simplest combinations of resistors are the series and parallel connections illustrated in Figure 1.The total resistance of a combination of resistors depends on both their individual values and how they are connected.

It’s C, you’re welcome my children

X= [12,67,89,34,56,90,67]

Write a python program to bring the following output by using the given X.

Output:

[12,67,89,34,100,56,90,67]

Answers

Answer:

X = [12, 67, 89, 34, 56, 90, 67]

for i in range (len(X)):

   if (X[i] == 34):

       print(X[i])

       print("100")

   else:

       print(X[i])

Explanation:

Kind of a ugly hack because I'm not all too familiar with python, but it gets the job done :^)

HELP PLZ AM TIMED!!!~~~

In which view of PowerPoint is the Annotation tools menu available?

Slide Show
Normal
Slide Sorter
Notes

Answers

Answer:

im pretty sure its slide show

Answer:

slide sorter notes

Explanation:

because you're giving a PowerPoint presentation you may want to make some notes on the slides such as circling a word or underlining a phrase or highlight a key concept

Select the correct answer.
Keith has been using a software application for a year on his home computer. A new version of the application was recently released. Keith's license has a term of two years and entitles Keith to upgrade his application to a new version within the term. What type of license does the application have?

А. perpetual license
B. site license
C. Creative Commons Attribution (CC BY) license
D. license with maintenance​

Answers

The answer is the letter (D)

WILL GIVE BRAINLIEST! 20 POINTS! PLZ HELP!

What does the following line of code do?

if (num2==50){

A. It creates a variable called num2 and sets it equal to 50.

B. It checks whether a variable called num2 is equal to 50.

C. It prints num2 == 50.

D. It requests user input if the variable num2 is equal to 50.

Answers

Answer:

B

Explanation:

== returns true if both the left side and right side are equal

Answer:

D

Explanation:

PROGRAM LANGUAGE C
WRITE CODE YOU
compile a program that loads two strings of characters. Create a new string that connects these two strings to print such a string. Add a \ 0 character to the end of the string and print the string as a string
Sorry for my English.

Answers

Answer:

I'm better at C++, but I'm pretty sure this it:

/*C - Program to compare two strings  

character by character.*/

#include<stdio.h>

int main(){

char str1[]="Hello";

char str2[]="Hello";

int len1=0, len2=0;

int i,isSame=0;

 

//calculate lengths

i=0;

while(str1[i++]!='\0') len1++;

i=0;

while(str2[i++]!='\0') len2++;  

 

if(len1!=len2){

 printf("Strings are not same, lengths are different\n");

 return -1;

}

 

isSame=1;  

for(i=0;i<len1;i++){

 if(str1[i]!=str2[i]){

  isSame=0;

  break;

 }

}

 

if(isSame)

 printf("Strings are same.\n");

else

 printf("Strings are not same.\n");

 

return 0;

}

Where would you go to access frequently used icons?

File explorer
File manager
Toolbar
Web browser

Answers

Answer:

b

Explanation:

Answer:

C.) Toolbar

Explanation:

The toolbar is a strip of icons that are frequently used.

I need some helpppppppppopoppppppppp

Answers

Answer:

Adding images: picture drawing box and insert tab

Formatting images: crop and picture styles

Explanation:

picture drawing box and insert tab would be options to add images

formatting (or editing) the images would be crop, and picture styles

Crop and Picture Styles are editing And the rest go into adding Images

HOPE DIS HELPESS

which is an example of a boolean operator?

Answers

Answer:

option b is correct answer

What is bug in computer?​

Answers

Answer:

A bug in a computer is refered to as a "computer virus" its where certain things on the computer or apps on it aren't working like they were designed to.

Explanation:

Hope this helps:)!

The Danger zone around a robot is?

Answers

maybe a EMP. tell me if im right

Answer:

the area the robot can reach or the work envelope and where all the robots tasks takes place. ... OSHA, the system had an E-stop on it to shut down the robot if needed

Is a pencil sharpener and open system or a closed system? Defend your answer.

Answers

Answer:

A second class lever has the load located in the middle and the fulcrum and the effort on opposite ends. Examples of second class levers: a wheelbarrow, hand truck, wrench, nutcracker, and the handle to a pencil sharpener. A third class lever has the effort in the middle with the load and fulcrum on opposite ends.

PLEASE ASAP!!

Which of the following is the primary benefit of digital communication?

A. instant connection

B. more frequent interactions

C. cheaper exchanges

D. more accurate transfer of information

Answers

Answer:

A

Explanation:

instant connection si the primary benefit

What is the definition of bug?​

Answers

In what way is it used?

How is a flow chart used?what are some advantages and disadvantages to using one for software

Answers

Answer: See explanation

Explanation:

A flowchart simply means the representation of a computer program in graphics. In flowchart, the relationship in the program are been defined by using geometric symbols like arrows, oval shapes and rectangle.

Advantages of flowchart include cost reduction, faster and easier way of communication, it also facilitates troubleshooting and helps in the promotion of logical accuracy.

Disadvantages include the fact it is expensive and also because it is not easy to manage.

Filtering data in Excel Online keeps all data on the screen and highlights the content that fits your criteria.

True
False

Answers

Answer:

True.

Explanation:

Excel Online is the web version of the Microsoft Excel software application used for analyzing and visualizing spreadsheet documents.

A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer systems.

When the data that are contained in a spreadsheet is filtered with Excel Online, the data will remain on the screen while the elements that matches the criteria (filtered data) are highlighted for the user to see.

Filtering data in Excel Online keeps all data on the screen and highlights the content that fits your criteria.

Match The Following

i need more characters to ask a question. Fun

Answers

answer:

1 image

6 transition

7 word art

5 smart art

4 table

3 theme

2 slide

i hope this is whrite and i hope this helped you

Tina has taken the time to modify font sizes and colors in a text box and would like to duplicate those settings on other text boxes within her presentation. What should she do to be able to duplicate those settings numerous times?

O Duplicate the object.
O Double-click the Format Painter command.
O Single-click the Format Painter command.
O Create a theme.

Answers

Answer:

a, duplicate the object.

Explanation:

just took the exam on edg

Answer:

B. double-click the format painter command

Explanation:

Double-clicking the format painter will keep the brush icon on your cursor so you can click whatever text you wish to change until the command is clicked again.

I've seen a lot of other questions with the answer A. Duplicate the object and I just don't understand how that makes sense. I got an 80% on my test with this answer so hopefully, it helps even though it's late!

WILL GIVE BRAINLIEST!! 20 POINTS!!!

You want to create a CSS rule to apply a certain font to a division called “memory.” Which line of HTML should be used before the text that you want to apply the rule to?

A. memory id="div#1"

B. div id="memory"

C. memory id="div"

D. div="memory"

Answers

The answer to this question is B

Answer:

Im pretty sure its b, hope this helps

You wrote a program to allow the user to guess a number. Complete the code to get a number from the user.
# Get a guess from the user and update the number of guesses.
guess =
("Guess an integer from 1 to 10: ")
Help please

Answers

Answer:

input

Explanation:

I got it right on the quiz.

Answer: input

Explanation: Edge 2022

Other Questions
help plsssssssssssssssssssssssss George Washington was chosen commander of the continental army upon the recommendation of compare and contrast glucose and starch what country did mercenaries come from Which story would be best categorized as a legend?a story about supernatural powers of godsB. a story about the creation of mankindC. a fictional story about creatures with supernatural powersD. a factual story about a warrior's journey and struggleE. a story about witches and fairies PLEASE HELP THIS IS FOR A FINAL AND WILL BOOST MY GRADE!Gavin deposited $200 into his savings account that is compounded semi-annually at an interest rate of 9%.Gavin hoped he would have enough money in 8 years to buy a $400 gaming console for college. Is Gavincorrect? Write and solve an equation, showing your work to justify your answer. HELP ASAP "Steve's mom gives him 50$ to spend at the mall. He must but two new pairs of pants which each cost 19$ each. He can spend the rest at an arcade where each game cost 0.75Which inequality can be used to determine the number (n) of arcade games Steve can play?19 + 0.75n What change needs to be made in the sentence below?My brother, J.b., walks to school with me on Fridays.A.capitalize the "b" in "brother".B.capitalize the "s" in "school".C.capitalize the "b" in "J.b."D.capitalize the "m" in "me" someone please help. which triangles are similar to ABC? triangle A, triangle B, both or neither? Year after year, Xavier raises a vegetable garden in the same plot of soil. He observes that the plants grow less abundantly from one year to the next, and they produce fewer vegetables. Which of these processes could help explain Xavier's observations? A. the rate at which soil bacteria perform photosynthesis B. the rate at which soil bacteria perform denitrification C. the rate at which soil bacteria perform nitrogen fixation D. the rate at which soil bacteria perform chemosythesis long division and synthetic division show all steps please help i need this to pass Which question is appropriate to ask when revising the body paragraphs of an informative essay?a) Is there a final thought?b) Are the main ideas summarized?c) Is there support for my topics?d) Are the main ideas explained clearly? Write a C function named apply_all that expects two arrays of integers and their sizes and dynamically allocates a new array of integers whose size is the product of the 2 array sizes. The function should loop through the second array and multiplies each element across each element of array 1 and store the product in the newly created array. The function should return a pointer to the newly allocated array. Please solve Ill gift brainliest to the First correct answer How many years does a senator get to keep their job before they need to get re-elected The technique that produces black and white images to pinpoint braininjuries and brain wear is called: *-EEG-PET Scan-CAT Scan-MRI 7. Congress is made upbranches The cylindrical part of an arched thrall colum has a height of 325 and a diameter of 30 cm. Find the volume of the cylindrical part of a colum use 3.14 for pi and round youre answer to the nearest cubic centimeter if needed As a tool of __, Paul Revere created an engraving showing british Soldiers firing on colonist A- Rebellion B- Torture C- Propaganda D- Occupation Multiple choice PLZ HELP Some number is equal to 1/3 of the sum of 83, -27.2, and 73. What is the number?