Periodic Assessment Test-5
Write a PAC, Algorithm/Pseudocode and a java program using exception handling mechanism. A company wants to automate the task of processing the resumes of the applicants. The automation process checks the resume and raise the following exceptions based on the conditions.
-Print "DivisionOutOfScopeException". If the applicant has not applied for the post of HR or TQM or DEVELOPMENT divisions.
-Print "AgeOutOfRangeException", if the applicant age is less than 20 and exceeds 40.
If any one of the above conditions is true, then print the name of the exception for the respective condition. If both the conditions are true, then print both exceptions. If both the condition fails, then print "eligible".

Answers

Answer 1

The automation process for processing resumes of applicants involves checking certain conditions and raising exceptions accordingly. The exceptions raised are "Division Out Of Scope Exception"

Pseudocode/Algorithm:

1. Read the division applied by the applicant.

2. Read the age of the applicant.

3. Initialize two Boolean variables: divisionException and ageException as false.

4. If the division applied is not HR or TQM or DEVELOPMENT, set divisionException as true.

5. If the age of the applicant is less than 20 or exceeds 40, set ageException as true.

6. If divisionException is true, print "DivisionOutOfScopeException".

7. If age Exception is true, print "AgeOutOfRangeException".

8. If both division Exception and age Exception are true, print both exceptions.

9. If both division Exception and age Exception are false, print "eligible".

Java Program:

```java

import java.util.Scanner;

public class Automation process for Resume Processing {

   public static void main(String[] args) {

       Scanner scanner = new Scanner(System.in);

       System.out.print("Enter the division applied: ");

       String division = scanner.nextLine();

       System.out.print("Enter the age of the applicant: ");

       int age = scanner.nextInt();

       boolean division Exception = false;

       boolean age Exception = false;

     if (!division .equals("HR") && !division. equals("TQM") && !division. equals("DEVELOPMENT")) {

           division Exception = true;

       }

       if (age < 20 || age > 40) {

           ageException = true;

       }

       if (divisionException && ageException) {

           System.out.println("DivisionOutOfScopeException");

           System.out.println("AgeOutOfRangeException");

       } else if (divisionException) {

           System.out.println("DivisionOutOfScopeException");

       } else if (ageException) {

           System.out.println("AgeOutOfRangeException");

       } else {

           System.out.println("eligible");

       }

   }

}

```

This Java program uses a Scanner object to read the division applied and the age of the applicant from the user. It then checks the conditions using if statements and sets the corresponding Boolean variables accordingly. Finally, it prints the appropriate exception messages or "eligible" based on the condition outcomes. Exception handling is not explicitly required in this scenario as the program handles the exceptions using conditional statements.

Learn more about Automation here:

https://brainly.com/question/28914209

#SPJ11


Related Questions

how many degrees of crankshaft rotation are required for a piston to move from tdc to bdc and return to tdc

Answers

360 degrees of crankshaft rotation for a piston to move from tdc to bdc and return to tdc.

The crankshaft must rotate fully twice (or 720 degrees) in a four-stroke cycle to complete an engine cycle, spinning 360 degrees each time the piston moves from TDC to BDC and back. The engine completes this reciprocation about 125 times per second in a car with a redline of roughly 7500 rpm.

A timing belt or chain is used to connect key engine components together and maintain everything in synchronization in order to hold this incredibly precise sequence of actions together. A thick, toothed belt called a timing belt wraps around the crankshaft, water pump, and camshaft sprockets, spinning in time with the crankshaft at the base of the engine block.

To know more about crankshaft click on the link:

https://brainly.com/question/9782058

#SPJ4


What is the impedance of an ideal parallel resonant circuit (no resistance in either branch)?

Answers

Answer:

  infinite

Explanation:

The impedance of an ideal parallel resonant circuit is infinite at the resonant frequency. The sum of the admittances of the branches of the circuit is zero.

For Python, the term data type can be used interchangeably with what other term? O index O class O object O sequence Which category of data types represents an ordered collection of values? O numeric O sequence O boolean O dictionary All Python data types are immutable. O True O False Python is dynamically typed, meaning each variable can only store one type of value. O True O False The Python type conversion functions are actually what kind of functions? O object constructors O iterators O user-defined types O predicate functions Reorder the terms on the left to match the descriptions on the right. Once you start reordering, be sure to finish before checking your answers. list 7 set 8 int 9 bool A true or false value. A character string. An unordered collection of key/value pairs. A whole number. An immutable list of values. An unordered collection of unique values. A list of values. 10 tuple 11 dict 12 str

Answers

The term data type can be used interchangeably with what other term is Object.

Sequence of data types represents an ordered collection of values. set of data types represents an unordered collection of unique values. All Python data types are immutable. False Python is dynamically typed, meaning each variable can only store one type of value. False The Python type conversion functions are actually what kind of functions. Object constructors Reorder the terms on the left to match the descriptions on the right. bool: A true or false value. str: A character string. dict: An unordered collection of key/value pairs. int: A whole number. tuple: An immutable list of values. set: An unordered collection of unique values. list: A list of values.

Learn more about variable here:

https://brainly.com/question/17344045

#SPJ4

which type of energy transformed into thermal energy in a toaster

Answers

Answer:

Electrical energy

Draw a radial power circuit arrangement containing 3 single fused sockets and 2 double unfused sockets showing the live, earth and neutral wiring

Answers

Answer:

Attached below is the Radial power circuit arrangement

Explanation:

Radial power circuit arrangement is done in a way that a single cable starts from the fuse box and connects to all the outlet socket contained in the circuit also the cable contains wires ( live , neutral and earth )

The advantage of a radial power circuit arrangement is that it enables easy identification of electrical faults on the circuit.

Draw a radial power circuit arrangement containing 3 single fused sockets and 2 double unfused sockets

Errors can be syntax errors or logic errors (the code works, but not as intended). (3 points)

Which of the following statements contains an error?
double heightCm = 2.54 / heightIn;
if(true)
double bMR = (10.0 * weightKg) + (6.25 * heightCm) - (5.0 * age) + s;
I only

II only

III only

I and II only

II and III only

Answers

The  statement that contains an error is option 2 which is if(true)

double bMR = (10.0 * weightKg)

Errors explained.

Errors in programing are issues or mistakes that prevent code from running smoothly or how it suppose to run.

There are two major types of error and these are,

Syntax error refer to when the code violates rules or structures of  the programming language. These errors prevent the code from been interpreted or compiled.

Logic errors occur when the code runs without any syntax issues but does not produce the expected result.

Learn more about errors below.

https://brainly.com/question/29499800

#SPJ4

what is the average power delivered by the engine?

Answers

The average power delivered by the engine is ratio of work and time.

To determine the average power delivered by an engine,

We need to know the amount of work performed or energy transferred by the engine over a specific time period.

The formula to calculate power is:

Power = Work / Time

If we have the values for work and time, we substitute them into the equation to find the average power delivered by the engine.

Work is typically measured in joules (J), and time is measured in seconds (s).

To learn more on Work click:

https://brainly.com/question/31509892

#SPJ4

what crane device limits the angle of the boom at its highest position?

Answers

A limit switch is a device that limits the angle of the boom at its highest position.

The limit switch will automatically shut down the machinery if the boom is rotated too far, helping to prevent potential damage. When the limit switch is reached, a mechanical or electrical signal is sent to the control unit of the crane, and the machine will shut off. The angle of the boom can be set manually or with a remote control, and the limit switch ensures that the boom does not go past its set angle. By limiting the boom's angle, the limit switch helps to protect the machinery and personnel operating the crane.

To learn more about Limit switch :

https://brainly.com/question/30224912

#SPJ11

A ladder of length l is leaning against a domed roof with a radius r. The base of the ladder is distance d from the base of the dome. The ladder begins to slide. Determine the IC at the moment the ladder slides if:

l = 2 m

r = 1 m

d = 0.5 m

And the x-y origin is centered at the left base of the ladder (point O).

A ladder of length l is leaning against a domed roof with a radius r. The base of the ladder is distance

Answers

The IC at the moment the ladder slides based on the lengths and other information given will be (0, 1.32)

How to calculate the IC?

From the information given, the calculation will be computed below:

l cos a = 1.5

cos a = 1.5/2

cos a = 0.75

a = 41.4°

ab = a/cos a = 1.5/cos41.4

ab = 1.5/0.75

ab = 2

b = 2 × sin 41.4

b = 2 × 0.66

b = 1.32

Therefore, the IC will be (0, 1.32).

Learn more about lengths on:

https://brainly.com/question/2217700

#SPJ1

Technician A says that a diode only allows current
flow in one direction? Technician B says a diode
simply regulates current flow in both directions.
(A) A only.
(B) B only
(C) Both A and B.
A
(D) Neither A nor B.

Answers

Answer:

c

Explanation:

because it depends on the base whether pnp or npn

when should turn signals be used? turning all choices are correct changing lanes pulling away from the curb

Answers

Turn signals should be used in all of the mentioned scenarios - turning, changing lanes, and pulling away from the curb. The main purpose of turn signals is to inform other drivers and pedestrians about your intentions to change your direction or lane. This helps in preventing collisions and reducing traffic congestion.

When turning, it is essential to use the turn signal a few seconds before making the turn. This gives the drivers behind you enough time to adjust their speed and direction accordingly. When changing lanes, it is crucial to signal for at least five seconds before merging into the new lane.

Finally, when pulling away from the curb, you should use the turn signal to indicate to other drivers that you are leaving the parking spot. This helps avoid confusion and prevents collisions with other vehicles on the road.

In conclusion, turn signals should be used in every situation where you intend to change your direction or lane on the road. It is essential to use them correctly and give other drivers enough time to react to your movement.

To know more about Turn signals visit:

https://brainly.com/question/4194972

#SPJ11

Relation SPP(supID, partID, projID, qty) is a relation whose tuples mean that supplier supID supplies part partID to project projID in quantity qty. Suppose that each of the four attributes are integers. Write a CREATE TABLE statement for relation SPP. Do not forget to declare that supID, partID, and projID together form the key. and that these are each foreign keys referencing the relations Suppliers, Parts, and Projects, respectively. Then, identify from the list below the element that would appear as part of the definition. a) qty INTEGER
b) FOREIGN KEY projID
c) INTEGER projID
d) FOREIGN KEY Projects REFERENCES projID

Answers

Your answer: Create the SPP table with a composite primary key and foreign keys referencing Suppliers, Parts, and Projects. The correct element from the list is b) FOREIGN KEY projID.

Explanation:
1. Start by creating the table with the name SPP.
2. Define the four attributes with their respective data types: supID INTEGER, partID INTEGER, projID INTEGER, and qty INTEGER.
3. Declare a composite primary key using supID, partID, and projID.
4. Create foreign key constraints for supID, partID, and projID referencing the Suppliers, Parts, and Projects tables, respectively.

Here's the CREATE TABLE statement:

```
CREATE TABLE SPP (
 supID INTEGER,
 partID INTEGER,
 projID INTEGER,
 qty INTEGER,
 PRIMARY KEY (supID, partID, projID),
 FOREIGN KEY (supID) REFERENCES Suppliers(supID),
 FOREIGN KEY (partID) REFERENCES Parts(partID),
 FOREIGN KEY (projID) REFERENCES Projects(projID)
);
```

From the list provided, the element that appears as part of the definition is b) FOREIGN KEY projID.

Know more about the data types click here:

https://brainly.com/question/30615321

#SPJ11

QUESTION 8
Per the Machinery's Handbook, close-fitting bushings in drill jigs may increase
holes.
wear
friction
heat
damage
on the drill and cause swarf to plug up the drill

Answers

Answer:

Explanation:

heat

When pulling a trailer down a long steep hill, you should not do which of the following?A. drive in a lower gearB. increase speedC. keep in the right laneD. maintain a space cushion between vehicles

Answers

When pulling a trailer down a long steep hill, it is important to take certain precautions to ensure your safety and the safety of other drivers on the road. One of the most important things to remember is to never increase your speed.

Instead, it is recommended that you drive in a lower gear, which will help to control your speed and reduce the risk of losing control of your trailer. By driving in a lower gear, you can also use your vehicle's engine to slow down, rather than relying solely on your brakes. This is important because overheating your brakes can cause them to fail, which can be dangerous when you are towing a heavy load.

In addition to driving in a lower gear and avoiding speeding, it is also important to maintain a safe following distance between your vehicle and other vehicles on the road. This will help to ensure that you have enough time to react if the vehicle in front of you suddenly stops or slows down. It is also a good idea to keep to the right lane when going down a steep hill, as this can help to reduce the risk of collisions with other vehicles.
To know more about precautions visit :

https://brainly.com/question/14843006

#SPJ11

n order to test whether camshafts are being manufactured to specification a sample of n = 35 camshafts are selected at random. The average value of the sample is calculated to be 4.44 mm and the depths of the camshafts in the sample vary by a standard deviation of s = 0.34 mm. Test the hypotheses selected previously, by filling in the blanks in the following: An estimate of the population mean is 4.44 . The standard error is 0.06 . The distribution is normal (examples: normal / t12 / chisquare4 / F5,6). The test statistic has value TS= . Testing at significance level α = 0.01, the rejection region is: less than and greater than (2 dec places). Since the test statistic (is in/is not in) the rejection region, there (is evidence/is no evidence) to reject the null hypothesis, H0. There (is sufficient/is insufficient) evidence to suggest that the average hardness depth, μ, is different to 4.5 mm. Were any assumptions required in order for this inference to be valid? a: No - the Central Limit Theorem applies, which states the sampling distribution is normal for any population distribution. b: Yes - the population distribution must be normally distributed.

Answers

D46533
F/(4566)
467dtgc

determine the x and y components of force which the member ab exerts on the pin at a during this time using scalar notation.

Answers

To determine the x and y components of the force exerted by member ab on the pin at using scalar notation, we first need to know the magnitude and direction of the force.

Once we have this information, we can use trigonometry to find the x and y components.
Unfortunately, the question does not provide any information about the magnitude or direction of the force, so we cannot provide a specific answer. However, we can explain the process for finding the x and y components using scalar notation.
Scalar notation is a way of expressing a vector in terms of its magnitude and direction. In this case, we would need to know the magnitude of the force and its direction.
in order to determine the x and y components of the force exerted by member ab on the pin at using scalar notation, we would need to know the magnitude and direction of the force. We could then use trigonometry to find the x and y components.

Learn more about force here:

https://brainly.com/question/21405918

#SPJ11

You are designing a hydraulic power takeoff for a garden tractor. The hydraulic pump will be directly connected to the motor and supply hydraulic fluid at 250 psi for use by accessories. In order for the tractor to maintain normal operation, the maximum power the hydraulic system can use is limited to 11 hp. For what maximum hydraulic flow rate in gallons per minute (gpm) should you design

Answers

Answer:

required flow rate is 75.44 gal/min  

Explanation:

Given the data in the question;

Power developed = 250 psi = 1.724 × 10⁶ Pa

hydraulic power W = 11 hp = 11 × 746 = 8206 Watt

now, Applying the formula for pump power

W = pgQμ

where p is density of fluid, Q is flow rate, μ is heat and W is power developed;

W = pgQμ

W = pgμ × Q  

W = P × Q -------- let this be equ 1

so we substitute in our values;

8.2027 kW = 1.724 × 10⁶ Pa × Q

Q = 8206 / 1.724 × 10⁶

Q = 4.75986 × 10⁻³ m³/sec

We know that, 1 cubic meter per seconds = 15850.3 US liquid gallon per minute, so

Q = 4.75986 × 10⁻³  × 15850.3 gallon/min

Q = 75.44 gal/min    

Therefore, required flow rate is 75.44 gal/min    

A worker was attempting
to correct an electrical problem involving two non-
operational lamps. He proceeded to the area where he thought the problem
was. He had not shut off the power at the circuit breaker panel nor had he
tested the wires to see if they were live. He was electrocuted when he
grabbed the two live wires and then fell from the ladder. What could have
been done to prevent this accident from occurring?

Answers

There are several things that could have been done to prevent this accident from occurring, including turning off the power, testing the wires, using appropriate personal protective equipment, etc.

What is safety procedure?

A safety procedure is a series of directions or rules created to guarantee the security of employees in a specific working environment or while performing a specific task.

Several actions may have been taken to stop this catastrophe from happening, including:

Prior to attempting to work on the electrical system, turning off the power at the circuit breaker panel.Using a multimeter or a non-contact voltage tester, check to see if the wires are live.Protecting against electric shock by using the proper personal protection equipment (PPE), such as rubber gloves.Rather than attempting to do the electrical work yourself, have a certified electrician do it.

Thus, the worker may have avoided the mishap and ensured a safe working environment by adhering to these safety procedures.

For more details regarding safety procedures, visit:

https://brainly.com/question/14480799

#SPJ9

A(n) join returns not only the rows matching the join condition (that is, rows with matching values in the common columns) but also the rows with unmatched values. Select one: a. outer b. cross c. equi- d. inner Assume you are using the UNION ALL operator to combine the results from two tables with identical structure, CUSTOMER and CUSTOMER_2. The CUSTOMER table contains 10 rows, while the CUSTOMER_2 table contains 7 rows. Customers Dunne and Olowski are included in the CUSTOMER table as well as in the CUSTOMER_2 table. How many records are returned when using the UNION ALL operator? Select one: a. 17 b. 2 c. 15 d. 8 "Union-compatible" means that the _____.
Select one: a. number of attributes in the relations must be the same, but the names and data types can be different b. number of attributes in the relations must be the same, the names of the relation attributes must be the same, but the data types can be different c. number of attributes in the relations must be the same, the names of the relation attributes can be different, but the data types must be alike d. names of the relation attributes must be the same and their data types must be alike

Answers

INSIDE JOIN

When using this join method, the records that have matching values in both tables are returned. All the tuples with matching values in both tables will be output if you perform an INNER join operation between the Employee table and the Projects table.

If the join condition is true, which join will mix rows from many tables?

If the criteria is met, the INNER JOIN keyword selects all rows from both tables. This keyword will combine all rows from both tables where the criterion is met to create the result set.

Which join types are there in the MCQS join condition?

SQL supports a total of four join types. types include left outer join, right outer, and inner join.

To know more about INNER join visit:-

https://brainly.com/question/28160914

#SPJ1

Positive correlations of handle steeper incline of bicycle is what? a. Light weight frame b. Suspension. C. More gears. D. Soft comfort seat. E. Lights. Give me answer from objectives

Answers

Positive correlations of handle steeper incline of bicycle is a. Light weight frame.

What is the Positive correlations?

A positive relationship implies that as one variable increments, the other variable moreover increments. Within the setting of cycling, handle steepness can influence the rider's pose and consolation level, which in turn can impact components such as speed, continuance , and generally performance.

Hence, Components which will influence the relationship between handle steepness and cycling execution might incorporate the rider's wellness level, the landscape being ridden on, the sort and quality of the bike components, and other person inclinations or variables.

Learn more about Positive correlations from

https://brainly.com/question/29972433

#SPJ1

A hiker collected several rocks along her trek through the forest for her geology project. she needed to classify each of the rocks into a category based on physical characteristics. what type of investigation did she conduct?

Answers

To group the rocks into different categories based on their physical attributes. She conducted research on texture and composition.

Two criteria—TEXTURE and COMPOSITION—are used to categorize rocks. The sizes, shapes, and relationships between the many mineral grains and other components that make up a rock are what determine its texture. The process that created the rock controls these elements. Color, hardness, luster, crystal formations, density, and cleavage are characteristics that aid in the identification of minerals in rocks by geologists. Crystal structure at the atomic level principally determines crystal shape, cleavage, and hardness. The chemical makeup mostly determines color and density. The most prevalent physical characteristics are those related to crystal structure, color, hardness, cleavage, and specific gravity. Examining a mineral's crystal shape is one of the finest ways to identify it.

Learn more about rocks here:

https://brainly.com/question/9531722

#SPJ4

YALL BETTER NOT SPAM ME I WILL CALL THE COMPANY ON YALL

Answers

so why ask a question?? LOL

Answer:

I looked at the comments said oh h e double hockey sticks no

Explanation:

tech a says that a slightly lean mixture offers good fuel economy and low exhaust emissions. Tech b says that a mixture that is too rich fouls spark plugs and causes incomplete burning. Who is correct

Answers

Answer:Both Techs A and B are correct. The correct option is C.
Explanation:
Exhaust emissions are gases that are expelled from vehicle engines and they include carbon monoxide, unburned fuel, nitrogen oxides and particulate matter such as mercury. These emissions can cause air pollution and green house effects which leads to climate changes. Low exhaust emissions can be achieved through the use of lean mixtures which has high air- fuel ratio and less emission. Therefore, Tech A is correct.
Rich mixtures are mixtures that are of low air- fuel ratios and it's burning in a diesel engine increases particulate matter emission, fouls spark plugs, causes incomplete burning. Therefore Tech B is equally correct. Hope this helps, thanks.

look told you i made it a meme

look told you i made it a meme

Answers

Answer:

Dam they be thinking we racist

Explanation:

Answer:

XDDDD

Explanation:

XD I LOVE THIS MEME IM SAVING THIS TO MY GALLERY XD

Briefly explain thermal expansion using the potential energy–versus–interatomic spacing curve.

Answers

As the temperature of the material increases, the potential energy of the molecules increases. Thermal expansion occurs due to changes in temperature, and interatomic distances increase as potential energy increases.

What are the uses of Thermal Expansion?

Thermal expansion is used in a variety of applications such as rail buckling, engine coolant, mercury thermometers, joint expansion, and others.

It is to be noted that an application of the concept of liquid expansion in everyday life concerns liquid thermometers. As the heat rises, the mercury or alcohol in the thermometer tube moves in only one direction. As the heat decreases, the liquid moves back smoothly.

Learn more about Thermal Expansion:
https://brainly.com/question/1166774
#SPJ1

Why can't we just set the Estimated Time-Out (ETO) to our estimated RTT?

Answers

Setting the Estimated Time-Out (ETO) to the estimated Round Trip Time (RTT) might seem like a logical solution to ensure reliable communication between two endpoints.

There are several reasons why this is not feasible. First and foremost, the RTT can vary significantly due to network congestion, packet loss, or other factors. If the ETO is set too low, it might result in premature retransmission of packets, leading to unnecessary network traffic and delays. On the other hand, if the ETO is set too high, it might result in longer waiting times, which could slow down the communication process. Moreover, setting the ETO to the RTT does not take into account other factors, such as the processing time at the receiving end, which can also affect the overall response time. Therefore, network protocols use more sophisticated algorithms to dynamically adjust the ETO based on the actual network conditions and feedback from the receiving end, ensuring optimal performance and reliability.

Learn more about Round Trip Time here

https://brainly.com/question/30295896

#SPJ11

Help me!!
Within the processes of a power plant, combustion product gases are available at 430 ºC. It is required to take advantage of the heat of these gases and it is proposed to size an economizer to heat pressurized water from 70ºC to 180ºC.
It is known that there is 8 kg/s of water with Cp=4260 J/kg.K. The gases have a flow of 30 kg/s and Cp=1100 J/kg.K. Calculate:
a) the heat that can be transferred from the gases to the water, in kW.
b) the outlet temperature of the combustion gases, in ºC.
b) the average logarithmic difference of temperatures of the economizer, in ºC.
c) the required heat transfer area in m2, for a counterflow configuration if the overall heat transfer coefficient is 60 W/m2 K.
d) If you plan to use a coil of tubes 4 m long and 15 cm in diameter, calculate the number of tubes needed for the economizer.

Answers

Answer:  System Consists Of 1 Kg Of CO2 (Cp = 46.4 J Moll K:') Gas Initially At 1 Bar And 300K. The System Undergo

Explanation:

For binary flash distillation, we discussed in class that there are 8 variables (F, ZA, V, ya, L, XA, P and T) and 4 equations derived from VLE and mass balances. Thus, we typically require 4 of these variables to be given so that we can obtain a unique solution to the problem. Let's say, your manager tells you that he has a feed mixture with 2 components (given F, za) and he requires you to come up with a flash column that can produce a certain desired amount of Vapor product (thus V, ya are specified). Identity of both components is known and all VLE data has been provided to you. Has the manager given you enough data? If yes, give a step-by-step description of how would you go about designing the flash column (basically find P and T)? If no, why?

Answers

Answer:

yes

Explanation:

ooooooooooooooooooooooooooooooo

Most technicians install rebuilt or new power steering pumps rather than overhauling the defective unit in the shop. True or False?

Answers

Answer:

Most technicians install rebuilt or new power steering pumps rather than overhauling the defective unit in the shop.

True

Explanation:

It has been established that most technicians, instead of overhauling the defective power steering pumps, prefer to install rebuilt or revamped pumps or even new pumps when they could have overhauled the unit themselves.  Some are afraid that leakage could occur again.  They are not confident enough to do the overhauling in-house or some claim that they do not have the time and other tools to carry out the overhauling.  Acknowledgedly, overhauling a power steering pump is not a job for the novice.  They require experienced and skilled hands to do the hard work.

Help please!
Find two careers and explain why you would enjoy being in this career field.
Find two careers and explain why you would NOT enjoy being in this career field.
Note: You should have at least TWO paragraphs

Answers

Become a welder you get to melt metal with fire and make 50$ an hour
Other Questions
who was the first musical guest on saturday night live Which type of revenue or gain is generally recognized with the passage of time? revenue from sales. gain or loss from disposition. long-term construction contracts. revenue from fees or services. Which word correctly completes the sentence? "People who move to a new city don't always have it easy. They go through much _______ as they try to set up a new home and make new friends in a place unknown to them." Question 1 options: formidable toilsome challenging tribulation Once you have watched them, write a multi paragraph (2-3paragraphs) essay answer to this prompt: How might Animal Farm be seen as an allegory to the Russian Revolution and the political entity of the USSR prior to WWII? Be sure to name names and use descriptions so that the relationships are clear. How does Nnaemeka's father learn of his two grandsons?He receives a visit from Nene.O He learns the news through village gossip.O He receives a letter from the children.O He receives a visit from his son. In the space below, copy and paste a passage from The Open Boat that expresses a principle of naturalism explicitly rather than implicitly. Please help picture is down below. Purpose HR planning strategy that can be used to address employee shortage during the Covid-19 change globally. Further more, describe the advantages and disadvantages for each of the strategies identified.Kindly share around 5 strategies and describe the advantages and disadvantages for each of the strategies identified. Give two examples of conservative actions that Cixi took. stress is defined as . a. potentially distressing events that occur in one's physical environment russell is a history teacher who recently held an exam in his class. the mean score result is 65, while the standard deviation was 20. assume that the scores are normally distributed. if a student's z-score was 1.5, how many points did he score on the exam? Griffey Junior Wear has $1,040,000 in assets and $643,000 of total debt. It reports net income of $193,000.a. What is its ROA? (Do not round intermediate calculations. Round the final answer to 1 decimal place.)Return on assets %b. What is the return on shareholders equity? (Do not round intermediate calculations. Round the final answer to 2 decimal places.)Return on equity %c. If the firm has an asset turnover ratio of 4.50 times, what is the profit margin? (Round the final answer to 2 decimal places.) Which of the following statements are true? Select all that apply.22 and 23 form a linear pair21 and 24 are supplementary angles.21+ 2+ 3 = 18023 + 24 = 21+ 2221 and 24 are vertical angles. differences between african immigrants adjusted for socio economic class outcomes native black americans The average length of a female dolphin is about 171 inches (in). What is this length in feet (ft) and inches (in)? What is most likely the authors intent in including the following passage (lines 1-8)?In this hard toil Ive such a goiter grown,Like cats that water drink in Lombardy,(Or wheresoever else the place may be)That chin and belly meet perforce in one.My beard doth point to heaven, my scalp its placeUpon my shoulder finds; my chest, youll say,A harpys is, my paintbrush all the dayDoth drop a rich mosaic on my face.Answer choices for the above questionA. To disgust readers and discourage them from seeking out his work in the future.B. To convey the idea that painting, often portrayed as glamorous and romantic, is in his case actually physically unpleasant.C. To compare himself to as many ill-favored creatures as possible.D. To describe how the labor that he put into his paintings was worth it. what are the intermolecular forces between molecules in a liquid sample of sulfur trioxide, Find the area of the composite figure:Label: cm sq or centimeters squared How many people died in the war of Rwanda from Hutus tutsi But from each group If a market transaction imposes an uncompensated cost on a third party not directly involved in the transaction, the transaction results in a market failure known as a ______.