QUICK!!!

Which of the following occupations would work with oceanographers to better understand the relationship between the ocean and the
atmosphere?
1.research meteorologist
2. broadcast meteorologist
3. atmospheric scientist
4. forensic meteorologist

Answers

Answer 1

Answer:

I think the answer would be C. atmospheric scientist


Related Questions

how to unblock a school computer

Answers

Answer: use a vpn

Explanation:

go to Explanation:

apponvps

1 // Application contains a starting list of three products for sale2 // The user is prompted for additional items3 // After each new entry, the alphabetically sorted list is displayed4 import java.util.*;5 public class DebugNine36 {7 public static void main(String[] args)8 {9 ArrayListproducts = new ArrayList();10 products.add(shampoo);11 products.add(moisturizer);12 products.add(conditioner);13 Collections.sort(products);14 display(products);15 final String QUIT = "quit";16 String entry;17 Scanner input = new Scanner(System.in);18 System.out.print("\nEnter a product or " + QUIT + " to quit >> ");19 entry = input.nextLine();20 while(entry.equals("quit"))21 {22 products.add(entry);23 Collections.sort(products);24 display()25 System.out.print("\nEnter a product or " + QUIT + " to quit >> ");26 entry = input.nextLine();27 }28 public static void display(ArrayList products)29 {30 System.out.println("\nThe size of the list is " + products.size());31 for(int x = 0; x == products.size(); ++x)32 System.out.println(products.get(x));33 }34 }35//Debugging Exercises, Chapter 9;Java Programming, Joyce Farraell, 8th

Answers

Answer:

Here is the corrected code:

import java.util.*;

public class DebugNine36 {  //class name

  public static void main(String[] args)    {  //start of main method

     ArrayList<String>products = new ArrayList<String>();  //creates an ArrayList of type String names products

     products.add("shampoo");  //add shampoo to product array list

     products.add("moisturizer");  //add moisturizer product array list

     products.add("conditioner");  //add conditioner product array list

     Collections.sort(products);  //sort the elements in products array list

     display(products);  //calls display method by passing products array list

     final String QUIT = "quit";  //declares a variable to quit the program

     String entry;  //declares a variable to hold product/element or quit

     Scanner input = new Scanner(System.in);  //creates Scanner object

     System.out.print("\nEnter a product or " + QUIT + " to quit >> ");  //prompts user to enter a product or enter quit to exit

     entry = input.nextLine();  //reads the entry value from user

     while(!entry.equals("quit"))       {  //loops until user enters quit

        products.add(entry);  //adds entry (product) to products array list

        Collections.sort(products);  //sorts the elements in products array list

        display(products);  //calls display method by passing products arraylist

        System.out.print("\nEnter a product or " + QUIT + " to quit >> ");  //keeps prompting user to enter a product or enter quit to exit

        entry = input.nextLine();        }    }  //reads the entry value from user

  public static void display(ArrayList products)    {  // method to display the list of products

     System.out.println("\nThe size of the list is " + products.size());  //displays the size of the array list named products

     for(int x = 0; x < products.size(); ++x)  //iterates through the arraylist products

        System.out.println(products.get(x));    }  } //displays each item/element in products array list

Explanation:

In the code the following statement are corrected:

1.

ArrayListproducts = new ArrayList();

This gave an error: cannot find symbol

This is corrected to :

 ArrayList<String>products = new ArrayList<String>();

2.

         products.add(shampoo);

         products.add(moisturizer);

         products.add(conditioner);

Here shampoo moisturizer and conditioner are String type items that are to be added to the products so these strings have to be enclosed in quotation marks.

This is corrected to :

     products.add("shampoo");

     products.add("moisturizer");

     products.add("conditioner");

3.

display();

This method is called without giving any arguments to this method. The method display takes an ArrayList as argument so it should be passed the arraylist products to avoid error that actual and formal argument lists differ in length .

This is corrected to :

display(products);

The screenshot of output is attached.

The following are basic word processing functions that all students should be able to utilize in their work, EXCEPT:

Group of answer choices

A.) Spell check

B.) Convert to PDF

C.) Printing

D.) References

Answers

I would say B or D but preferably B

What feature did the 32X add to the Sega Genesis?

Answers

Answer:

ngl why would i know this

Explanation:

It allowed the console to run 32-bit cartridges.

The IP address and the port are both numbers. Which statement is true?
A computer has many IP addresses and many ports.
A computer has one IP address and many ports.
A computer has one IP address and one port,
Acomputer has many IP addresses and one port.

Answers

Answer:

A computer has one IP address and many ports.

Explanation:

Answer:

A computer has one IP address and many ports.

Explanation:

QUESTION : John travels a lot and he needs to access his documents and services on the go. Which of these technologies allows his to access documents and software while on the move?
!!MUTI ANSWER QUESTION BTW!!
A.cloud computing
B.grid computing
C.mobile computing
D.green computing
E.virtualization

Answers

Answer:

mobile computing

Explanation:

what are motherboards

Answers

Answer:

Explanation:

Motherboard

A motherboard is the main printed circuit board in general-purpose computers and other expandable systems. It holds and allows communication between many of the crucial electronic components of a system, such as the central processing unit and memory, and provides connectors for other peripherals

What is troubleshooting?

creating a checklist
finding and fixing a problem
scanning for viruses
performing regular maintenance

Answers

Finding and fixing a problem
The answer is finding and fixing a problem.

ASAP 20 Points please hurry

Answers

Answer:

All you got to do is type System.out printIn("Study English) etc...

Explanation:

Look at the answer to see if it is right.

PLEASE HURRY!!!
What is the output of this program?

age = 4
if age > 5:
print("more")
else:
print("less")
Output: ______

Answers

Since age is less than 5, the else statement will run. The output will be less

Less is the answer I think

What type of result does the MATCH function, when used on its own, return?

Answers

Answer:

It returns the lookup value located in a specific location.

Explanation:

Select the action that a database does not perform.


Sort and manipulate the data.

Find the average of four numbers.

Update information in more than one place at the same time.

Create data entry forms.

Answers

create data entry forms

Answer:

the answer is B. find the average of four numbers

Explanation:

Before inserting a preformatted table of contents, what must you do first?
apply heading styles to text
update the table of contents
navigate to the Review tab and the Table of Contents grouping
navigate to the Insert Table of Contents dialog box

Answers

Answer: apply heading styles to text.

Explanation:

What issues will the Internet of Things present to Cybersecurity?

Answers

Answer:

The IoT offers new ways for businesses to create value, however the constant connectivity and data sharing also creates new opportunities for information to be compromised. Explore some of the more notable developments in the battle to combat cyber risks.

Explanation:

I hope this helps you. UwU. P.S. Plz mark me Brainlyest

Cleary specifying the theme to be used for a site
before building it provides which main advantage:
site navigation
site consistency
O
a clear message
O O O
improved readability

Answers

Answer: site consistency

Answer:

B) Site Consistency

Explanation:

What is the most basic way to create a query?

Answers

Answer- are Navigation queries and keyword search queries.
Hope this helps:)

PLEASE HURRY!!
Look at the image below!

Answers

The missing word is input. The input function asks the user to enter something and in this case, its asking for the user to enter the x-coordinate of the first point.

sa kumbensiyon naihalal si andres bonofacio bilang​

Answers

Answer:

the contemporary Supremo (supreme leader) of the Katipunan

Assume that at time 5 no system resources are being used except for the processor and memory. Now consider the following events:
At time 5: P1 executes a command to read from disk unit 3.
At time 15: P5’s time slice expires.
At time 18: P7 executes a command to write to disk unit 3.
At time 20: P3 executes a command to read from disk unit 2.
At time 24: P5 executes a command to write to disk unit 3.
At time 28: P5 is swapped out.
At time 33: An interrupt occurs from disk unit 2: P3’s read is complete.
At time 36: An interrupt occurs from disk unit 3: P1’s read is complete.
At time 38: P8 terminates.
At time 40: An interrupt occurs from disk unit 3: P5’s write is complete.
At time 44: P5 is swapped back in.
At time 48: An interrupt occurs from disk unit 3: P7’s write is complete.
For time 37, identify which state each process is in. If a process is blocked, further identify the event on which it is blocked.

Answers

Answer:

Follows are the solution to this question:

Explanation:

In Time = 22:

The P5 and P8 are in the ready/running state, and the P1, P3, P7 are into the block state for Input/output.

In Time = 37:

The P1, P3, P8 are in the ready/running state, P5 is in the block state. It suspends or swapped out, and P7 is on the block state for Input/output.  

In Time= 47:

The P1, P3, and P5 are in the ready/running state, P7 is on the block state for Input/output, and P8 is in the exit state.

Choose the terms that best complete the sentence.

For users to be able to communicate with a large number of other people around the world, their
___needs to be connected to a_____
which has
an almost unlimited geographical distance.

Answers

WiFi needs to be connected to a router

Answer: For users to be able to communicate with a large number of other people around the world, their LAN needs to be connected to a WAN, which has an almost unlimited geographical distance.

Explanation: Correct on Edg 2020/2021.

3.2 lesson practice edhesive ​

Answers

Answer:

3.2 Question 1

x = float(input("Enter a number: "))

if (x > 45.6):

   print("Greater than 45.6")

3.2 Question 2

x = float(input("Enter your grade: "))

if (x >= 90):

   print("Great! ")

Explanation:

I hope this works I do not know exactly what you were asking for

list any five feature of drwing toolbar

Answers

Line, arrow, rectangle, ellipse, text, vertical text, curve, stars are all possible answers -hope this helped, have a good night!!

Answer:

The tools in this part of the Drawing toolbar are:

Select: selects objects. To select multiple objects click on the top leftmost object and while keeping the mouse button pressed, drag the mouse to the bottom rightmost object of the intended selection. A marching ants rectangle identifying the selection area is displayed. It is also possible to select several objects by pressing the Control button while selecting the individual objects.

Line: draws a straight line.

Arrow: draws a straight line ending with an arrowhead. The arrowhead will be placed where you release the mouse button.

Rectangle: draws a rectangle. Press the Shift button to draw a square.

Ellipse: draws an ellipse. Press the Shift button to draw a circle.

Text: creates a text box with text aligned horizontally.

Vertical text: creates a text box with text aligned vertically. This tool is available only when Asian language support has been enabled in Tools > Options > Language Settings > Languages.

Curve: draws a curve. Click the black triangle for more options, shown below. Note that the title of the submenu when undocked is Lines.

Chris would like to adjust an image that he has inserted to give it an older look and feel.

What is the easiest way of doing this?

adjusting contrast and color
adjusting background
applying picture styles
adjusting the size and shape

Answers

Answer:

C- applying picture styles

Explanation: ;)

Answer:

applying picture styles

Explanation:

edge/canvas test review

How does multimedia content enhance a user’s Web browsing experience?

Answers

Answer:

hi

Explanation:

89

Answer:

I would say it is more engaging and helps the user remember the content better as multimedia is more memorable than just plain text. It can also display things that plain text is unable to, such as sounds and detailed pictures.

Explanation:

The trigonometry book says: sin^2(t) + cos^2(t) = 1 Write a Python program that verifies the formula with the help of the Python Math module. Note that the trigonometric functions in the module act on the angles in radians. Your program should perform the following steps 3 times: 1. Pick a random number between 0 and 180 degrees representing an angle in degrees, say Dangle 2. Convert the angle from degrees to radians, say Rangle 3. Use the Math module to find and print the values of sin(Rangle) and cos(Rangle), and 4. Compute and print the value of the above expression: sin^2(Rangle) + cos^2(Rangle). You can then visually verify if the result printed is 1 (or close to it).

Answers

Answer:

If you open your python-3 console and execute the following .py code you will have the following output. (Inputing 20 e.g)

Write the angles in degrees: 20

radian angles is:  0.3490658503988659

cosene( 0.3490658503988659 ) =  0.9396926207859084

sine( 0.3490658503988659 ) =  0.3420201433256687

sin^2( 0.3490658503988659 ) + cos^2( 0.3490658503988659 ) =  1.0

Explanation:

Code

import math

for i in range(1,4):

   angle = int(input('Write the angles in degrees: '))

   #mat library better works with radians

   angle_radians = (angle*math.pi)/180

   #print output

   print('radian angles is: ',angle_radians)

   print('cosene(',angle_radians,') = ',math.cos(angle_radians))

   print('sine(',angle_radians,') = ',math.sin(angle_radians))

   res = (math.sin(angle_radians))**2 + (math.cos(angle_radians))**2

   print('sin^2(',angle_radians,') + cos^2(',angle_radians,') = ',res)

You are given the program to support the management of a movie rental place
You are required to perform refactoring on that program to improve its quality. You are encouraged to use refactoring services in IDEs such as Eclipse or IntelliJ.
Then, you are required
1) to add a main() method to test the program; and
2) to add a new method to print the statement for a customer in XML format, e.g., John Smith , Independent Day , etc. Please submit your resulting code
Your solution must at least contain:
1. At least 3 method extraction operations
2. At least 3 creation of 3 new classes
3. At least 3 moving method operations
4. At least 3 renaming operations

Answers

Answer:

to add a main loop

Explanation:

Write the SQL queries that accomplish the following tasks in the HAFH Realty Company Property Management Database:

Answers

The complete question is:

Write the SQL queries that accomplish the following tasks in the HAFH Realty Company Property Management Database:

a. Display the SMemberID and SMemberName for all staff members.

b. Display the CCID, CCName, and CCIndustry for all corporate clients.

c. Display the BuildingID, BNoOfFloors, and the manager’s MFName and MLName for all buildings.

d. Display the MFName, MLName, MSalary, MBDate, and number of buildings that the manager manages for all managers with a salary less than $55,000.

e. Display the BuildingID and AptNo, for all apartments leased by the corporate client WindyCT.

f. Display the InsID and InsName for all inspectors whose next inspection is scheduled after 1-JAN-2014. Do not display the same information more than once.

g. Display the SMemberID and SMemberName of staff members cleaning apartments rented by corporate clients whose corporate location is Chicago. Do not display the same information more than once.

h. Display the CCName of the client and the CCName of the client who referred it, for every client referred by a client in the music industry.

i. Display the BuildingID, AptNo, and ANoOfBedrooms for all apartments that are not leased.

Also a schema of the HAFH database is attached.

Answer:

Using SQL's SELECT, FROM, WHERE syntax, find below the queries for each question.

a.

SELECT SMemberID , SMemberName  

FROM staffmember

b.

SELECT CCID, CCName, CCIndustry

FROM corpclient

c.

SELECT b.BuildingID, b.BNoOfFloors, m.MFName, m.MLName

FROM building b, manager m

WHERE b.ManagerID = m.ManagerID

d.  

SELECT m.MFName, m.MLName, m.MSalary, m.MBDate, count(*) as buildings

FROM building b, manager m

WHERE m.MSalary<55000

AND b.ManagerID = m.ManagerID

GROUP BY m.ManagerID

e.

SELECT b.BuildingID, a.AptNo

FROM building b, apartment a, corpclient c

WHERE c.CCName = "WindyCT"

AND c.CCID = a.CCID

AND a.BuildingID = b.BuildingID

f.

SELECT DISTINCT i.InsID, i.InsName  

FROM inspector i, inspecting x

WHERE i.InsID = x.InsID

AND x.DateNext > "2014-01-01"

g.

SELECT DISTINCT s.SMemberID, s.SMemberName  

FROM staffmember s, cleaning c, apartment a, corpclient cc

WHERE s.SmemberID = c.SmemberID

AND c.AptNo = a.AptNo

AND a.CCID = cc.CCID

AND cc.CCLocation = "Chicago"

h.

SELECT cc1.CCName, cc2.CCName  

FROM corpclient cc1, corpclient cc2

WHERE cc1.CCIDReferencedBy = cc2.CCID  

AND cc2.CCIndustry = "Music"

i.

SELECT a.BuildingID, a.AptNo, a.ANoOfBedrooms

FROM apartment a

WHERE a.CCID NOT IN (SELECT c.CCID FROM corpclient c)

PLEASE HURRY!!!

Look at the image below!

Answers

Answer:A and E

Explanation:

The last three are strings while the other choices are integers.

Putting ' ' or " " around something makes it a string and the input is asking the user to input a string.

What is one way to calm your feelings before taking
a test?

Answers

Answer:

For me I chew gum if avaliable and if it's not I think of something funny

Explanation:

Adding a rock or stone looking characteristic to a background is which element of design?

Answers

Answer:

Explanation:

ejhdkl;xs

'

Other Questions
The cell theory has three main components. Which three scientists conclusions formed these components?Hooke, Schwann, and VirchowHooke, Leeuwenhoek, and SchleidenLeeuwenhoek, Schleiden, and SchwannSchleiden, Schwann, and Virchow 33 points on the line Find the error with subject-verb agreement. Select the incorrect verb and type it correctly.MrEatonistryingtoconcentrateonhisyardworkbutaswarmofbeeskeepdistractinghim How does the figurative meaning of a word or phrase help a reader?A It helps the reader to understand that the word is positive.B It helps him or her to learn the dictionary definition of a word.C It helps to paint a picture in his or her mind.D It helps him or her to find the literal meaning of a word. Using the population density map alone, explain the distribution of the worlds population. Write a greeting en espaol that corresponds with the time of day: 8AM Paul is making a ball-toss game for his club booth at the fair. He wants to make the circumference of the holes at least 3 inches greater but not more than 4 inches greater than the circumference of the ball. One person suggests that Paul can make the diameter of the hole 1 inch greater than that of the ball. Another suggests the diameter should be 2inches greater. Which suggestion should Paul choose? Explain Use the excerpt from Benjamin Franklins letter to James Parker to answer the question.Excerpt from a letter by Benjamin Franklin to James Parker, March 20, 1751I have, as you desire, read the Manuscript you sent me; and am of Opinion, with the publick-spirited Author, that securing the Friendship of the Indians is of the greatest Consequence to these Colonies; and that the surest Means of doing it, are, to regulate the Indian Trade, so as to convince them, by Experience, that they may have the best and cheapest Goods, and the fairest Dealing from the English; and to unite the several Governments, so as to form a Strength that the Indians may depend on for Protection, in Case of a Rupture with the French; or apprehend great Danger from, if they should break with us. . . .A voluntary Union entered into by the Colonies themselves, I think, would be preferable to one imposd by Parliament; for it would be perhaps not much more difficult to procure, and more easy to alter and improve, as Circumstances should require, and Experience direct. It would be a very strange Thing, if six Nations of ignorant Savages should be capable of forming a Scheme for such an Union, and be able to execute it in such a Manner, as that it has subsisted Ages, and appears indissoluble; and yet that a like Union should be impracticable for ten or a Dozen English Colonies, to whom it is more necessary, and must be more advantageous; and who cannot be supposed to want an equal Understanding of their Interests.Were there a general Council formd by all the Colonies, and a general Governor appointed by the Crown to preside in that Council, or in some Manner to concur with and confirm their Acts, and take Care of the Execution; every Thing relating to Indian Affairs and the Defence of the Colonies, might be properly put under their Management. Each Colony should be represented by as many Members as it pays Sums of Hundred Pounds into the common Treasury for the common Expence; which Treasury would perhaps be best and most equitably supplyd, by an equal Excise on strong Liquors in all the Colonies, the Produce never to be applyd to the private Use of any Colony, but to the general Service. Perhaps if the Council were to meet successively at the Capitals of the several Colonies, they might thereby become better acquainted with the Circumstances, Interests, Strength or Weakness, &c. of all, and thence be able to judge better of Measures proposd from time to time: At least it might be more satisfactory to the Colonies, if this were proposd as a Part of the Scheme; for a Preference might create Jealousy and Dislike.Analyze the excerpt from Benjamin Franklins letter to explain how competition among European powers led to the French and Indian War and encouraged unity among the colonies. Using the excerpt above, answer (A), (B), (C), and (D)A. What reasons does Franklin give for uniting colonial governments? Your response should be 4-6 sentences in length.B. Why does Franklin say that the colonies should come together themselves rather than waiting for the British Crown to appoint a government over them? Your response should be 4-6 sentences in length. C. What circumstances made this discussion necessary? Your response should be 4-6 sentences in length. D. How were those conditions rooted in long-standing conflicts? Your response should be 4-6 sentences in length. Solve for the value of q.134(9q-8) Do laxatives show up in blood tests? Im getting a blood test for accurate tmmr and I need to take a laxative but I dont want to if it will show up. PLEASE HELP ME I NEED ANSWER ASAP16. LIST THE 6 STEPS IN THE MEDIATION PROCESS Your school is hosting a diving contest, and they need a programmer to work on the scoreboard! Your job is to calculate each diver's total after the three judges hold up their individual scores. Write the function calculate_score which takes a tuple of three numbers from 0 to 10 and calculates the sum. A perfect dive is worth 30 points, a belly flop is worth 0. For example: calculate_score((10, 10, 10)) # => 30 calculate_score((9, 9, 6)) # => 24 the diagonals of a quadrilateral bisect each other at right angles. What is the quadrilateral best described as? (a) parallelogram(b) kite(c) rhombus(d) trapezium Select the correct answer.Which value for x makes the sentence true?1 4 + 4 = 74O443-308 If the equation were 6x + 2 = 5x + 17, would there be one unique solution? What is it, and what would it mean in terms of the situation? Please help me with this! Read the passage from Sugar Changed the World. In Brazil, when word came that the harvest was about to begin, a priest came to bless the milland the workers. The blessing was like the whistle at the start of a race, for now everything sped up. Slaves were given long, sharp machetes, which would be their equipmentbut for some also their weaponsuntil the harvest was done. The cutters worked brutal, seemingly endless shifts during the harvestfor the hungry mills crushed cane from four in the afternoon to ten the next morning, stopping only in the midday heat. Slaves had to make sure there was just enough cane to feed the turning wheels during every one of those eighteen hours. How does the authors choice of hungry to describe the mills best support the claim? by showing the relentless pace that enslaved people had to keep during the harvest by showing that the mills began to be very productive after the priests blessing by showing that enslaved people had to feed the mills every day until there was no cane left by showing that the mills were the best pieces of equipment to produce sugar 2.Identify the INCORRECTLY punctuated sentence. (1 point) a) Reesa is wearing a dark, green sweater. b) Around the collar are tiny white pearls. c) The sweater has six shiny buttons. d) She discovered the sweater in a cold, musty closet.3. Identify the INCORRECTLY punctuated sentence. (1 point) a) Reaching for the light bulb, Greg fell off the stepladder. b) Thinking he might be hurt Robert ran in to help. c) Changing a light bulb is not difficult. d) Holding the stepladder, Robert watched Greg try again.4. Identify the INCORRECTLY punctuated sentence. (1 point) a) No one may use the pool until after lunch. b) No glass containers, radios, or pool toys are permitted. c) No, you may not use the diving board. d) No running, is allowed near the pool.8. Identify the sentence that contains a word or phrase that should NOT be in italics. (1 point) a) Is Mel Gibson in the movie version of Hamlet or Macbeth? b) Lenny has trouble pronouncing the word bonjour. c) Glenda subscribes to Smithsonian and Time magazines. d) Thornton Wilders play Our Town is a popular high school production.9. Identify the sentence that contains an error in punctuation or capitalization. (1 point) a) After youve rested, Frank said, please help me move these boxes. b) Can we wait until later? asked Emily. I have a lot of homework. c) It wont take very long. replied Frank. d) Emily told him that she would be right there.15. Identify the sentence that contains an error in punctuation or capitalization. (1 point) a) Perry asked if anyone knew the words to Locked Out. b) Wasnt that in the movie Reality Bites, asked Grace. c) Garrison yelled from the other room, I loved that movie! d) In fact, he continued, Ive seen it three times."20. Identify the sentence that contains an error in punctuation or capitalization. (1 point) a) In English class we are studying the poem, The Raven. b) Who has memorized the poem? asked Ms. Pierce. c) Memorized it? asked Rita. I didnt know we were supposed to. d) Richard said that he thought the poem was creepy." Liam earns $7.00 an hour shoveling snow. What is the relationship between the number of hours and the amount he earns? If a room has 28 people in it, how many people Are in a room 14 times its size? Which statement best describes the Defense of Marriage Act of 1996?It gave gay and lesbian couples the right to marry.It gave interracial couples the right to marry.It recognized only marriage between a man and a woman.It only recognized marriages between people of the same race.