what does a cargo and freight agent do

Answers

Answer 1

Hey there!

Well cargo and freight agents expedite and route movement of incoming and exporting cargo and of course freight.

Hope this helps :)


Related Questions

You have just replaced the ink cartridge in an inkjet printer. What should you do immediately after this?

Answers

calibrate the printer

The __________ certification program has added a number of concentrations that can demonstrate advanced knowledge beyond the basic certification's CBK.

Answers

Answer:

CISSP

Explanation:

The CIDDP concentrations are an extension and development on the knowledge and credentials of the standard CISS certification that improves employability and career advancement

The CISSP concentrations includes

Information System Security Architecture Professional which can be known as ISSAP

Information System Security Engineering Professional which can be known as ISSEP

Information System Security Management Professional which can be known as ISSMP.

Answer:

CISSP

Explanation:

INTRODUCTION TO JAVA​

Answers

Answer:

INTRODUCTION TO JAVA​

Explanation:

Java is one of the most popular programming languages out there. Released in 1995 and still widely used today, Java has many applications, including software development, mobile applications, and large systems development. Knowing Java opens a lot of possibilities for you as a developer.

Answer:

INTRODUCTION TO JAVA​

Explanation:

Java is one of the most popular programming languages out there. Released in 1995 and still widely used today, Java has many applications, including software development, mobile applications, and large systems development. Knowing Java opens a lot of possibilities for you as a developer.

In which phase of the software development life cycle is software tested in the same environment where it be used?

Answers

Answer:

In the Implementation phase, coding is done and the software developed is the input for the next phase i.e. testing. In the testing phase, the developed code is tested thoroughly to detect the defects in the software. Defects are logged into the defect tracking tool and are retested once fixed. I think the answer is this

Shaniya has misspelled a scientific name in her biology report. She needs to correct it, but she has no access to a computer. She plans to use the Word app on her phone without an Office 365 subscription. Can Shaniya correct her mistake? Why or why not? Yes, she can navigate the window and do simple editing. Yes, she can use this application for free and navigate the window. No, her document is "Read-Only," so she cannot navigate the window. No, her application has limited features and she cannot access the document.

Answers

Answer: No, her document is "Read-Only," so she cannot navigate the window

Explanation:

From the question, we are informed that Shaniya has misspelled a scientific name in her biology report and that she needs to correct it, but she has no access to a computer.

We are further told that she plans to use the Word app on her phone without an Office 365 subscription. She will not be able to correct the mistake because her document is "Read-Only," so she cannot navigate the window.

Answer:

No, her document is "Read-Only," so she cannot navigate the window

Explanation:

I just took It

Quickly viewing a segment of your database right from the contacts, companies, deals, or tickets dashboard is an example of which type of segment?A. Active list.B. Saved filter.C. Static list.D. Saved list.

Answers

Answer:

D) Saved list

Explanation:

Segments are saved searches or dynamic lists that enables you to access information from multiple databases as well as search for specific field values or behavioural information.

Saved lists are used with standard objects like tickets, contacts, deals, companies etc. It allows you to quickly view or access a segment of your database right from the contacts, deals, tickets dashboard or generally objects dashboard, based on their property values.

The point of entry from a wireless device to a wired network is performed at a device called a(n) ____________________.

Answers

Answer:

wireless access point

In computer networking, a wireless access point (WAP), or more generally just access point (AP), is a networking hardware device that allows other Wi-Fi devices to connect to a wired network.

Given the following piece of code: class Student { public void talk(){} } public class Test{ public static void main(String args[]){ Student t = null; try { t.talk(); } catch(NullPointerException e){ System.out.print("There is a NullPointerException. "); } catch(Exception e){ System.out.print("There is an Exception. "); } System.out.print("Everything ran fine. "); } } what will be the result?

Answers

Answer:

In the output of the given piece of code, the following lines are printed on the output screen:

There is a NullPointerException. Everything ran fine.    

Explanation:

In the given code

class Student {

   public void talk(){} }

This is a Student class which has a function talk()

The following is the Test class

public class Test{

   public static void main(String args[])

   { Student t = null; try { t.talk(); }

   catch(NullPointerException e)

   { System.out.print("There is a NullPointerException. ");        

   } catch(Exception e)

   { System.out.print("There is an Exception. "); }

   System.out.print("Everything ran fine. "); } }

The above chunk of code creates a Student class object named t which is set to null. A null value is assigned to "t" to indicate that it points to nothing.

In the program a method talk() is called on a null reference. This results in NullPointerException. This is a run time exception. Since no object is created so compiler will not identify this error and this error comes in run time.

The try statement defines a code chunk that is to be tested in case of errors when the code chunk is execute. This is basically used for exception or error handling. The catch statement defines a code chunk (one or two lines of code) that executes if an error occurs in try part (block of code).

Sometimes it is needed to create a reference of the object even before creating an object and this has to be initialized or assigned a value. So null is assigned to such an object reference.

If the talk() method is intended to do something to the object t, which points to nothing, then try throws NullPointerException to indicate this error.

Since the program attempts to use an object reference that contains a null value , so when the program is executed, the try part throws NullPointerException and catch part is executed to indicate this exception. The catch part that executes contains the following statement:

   { System.out.print("There is a NullPointerException. ");

So this message is printed at output screen followed by this statement  System.out.print("Everything ran fine. "); } } message. The second catch will not execute as there is no other error in the program except for the NullPointerException. So the output is:

There is a NullPointerException. Everything ran fine.  

What does CS mean? idk

Answers

Computer science or computer software

Answer:

It means computer science.Which is the science that deals with the theory and methods of processing information in digital computers and the design of computer hardware and software.

You open a web page and log into your email. The traffic travels over many routers. What protocol will the routers use to determine the most optimal path to forward the traffic?

Answers

Answer:

Border Gateway Protocol is a protocol the routers use to determine the most optimal path to forward the traffic.

Explanation:

BGP is a path vector protocol which chooses the most optimal path. The protocol decides core routing decisions based on path, configuration and network.

This protocol gives all the notification about the status of the connection and router.

It is used to routing in an autonomous system and provides ways to measure the effectiveness of configuration.

When you write a program that will run in a GUI environment as opposed to a command-line environment, ____________.a. The logic is very differentb. Some syntax is differentc. You do not need to plan the logicd. Users are more confused

Answers

Answer: B. Some syntax is different

Explanation: The graphical user interface and the command line are both ways of interacting with our computer such that through them we can perform numerous functions very easily. However, the graphical user interface and the command line both offers different methods or ways of interaction with our computers. GUI's provides an interactive platform with our computer using visual icons and representarion, hence increasing usability especially for an average user. The command line on the other hand allows interaction with our computer through the use of text typed from the command line interpreter by following a defined syntax for each type of command or task to be performed.

Programs may be written and designed to run in ith environment, however application developers need to pay attention to the syntax due to the differences which exists while writing programs designed for each of the interfaces.

The volume of a cylinder is equal to the height times the area of the circular base. The area of the circular base is equal to π(pi) times the square of the radius.

The code segment below is intended to compute and print the volume of a cylinder with radius r and height h. Assume that the double variables r, h, and pi have been properly declared and initialized.

/* missing code */

System.out.print(volume);

Which of the following can be used to replace /* missing code */ so that the code segment works as intended?

I. double baseArea = pi * r * r;double volume = baseArea * h;
II. double volume = pi * r * r;volume = volume * h;
III. double volume = pi * r * r * h;

a. I only
b. III only
c. I and III only
d. II and III only
e. I, II, and III

Answers

Answer:

The answer is "Option e".

Explanation:

In this question we calculating the  volume of a cylinder, that's formula is:

[tex]\boxed{\text{Volume}= \pi \times r^2 \times h}[/tex]

In the above, we use π that's value is 3.14 or [tex]\frac{22}{7}[/tex] and "r and h" is input by the user. In the given choices all were correct it calculates the volume, that can be defined as follows:

In choice 1, The double variable "baseArea" is declared, which first calculates [tex]\pi \cdot r^2[/tex] value then multiply the h value and store it into the "volume" variable.In choice 2, The double variable "volume" is declared, which first calculates [tex]\pi \cdot r^2[/tex] value then multiply the h value and store it into the "volume" variable. In choice 2, The double variable "volume" is declared, which directly calculates the volume value by the above-given formula.

You listened to a song on your computer is it hardware or sofrtware, explain?

Answers

hardware, because u are using speaker which is a hardware

what is meant by concentration of a solution​

Answers

Answer:

The concentration of a solution means the amount of solute present in a given or specific amount of solution. (presented in percentage)

For example, the Normal Saline solution normally used for different scientific experiment or so. The saline water has 0.9% of salt (sodium chloride). This is the concentration of solution of salt.

Answer:

Concentration is the ratio of solute in a solution to either solvent or total solution.

Explanation:

Concentration basically means how much of something is in a given area. A gas, for example, can be highly concentrated in a given area, but a liquid cannot be concentrated and always takes up the same amount of space.

This is for my lil sister A personal skill is s? A. Personal characteristic B. Ability to do something C. Time been helping people D. A personal trait

Answers

Answer:

B. An Ability to do something

Hope this helps :)

A personal skill is an ability to do something. Hence option B is correct.

What is personal skills?

Personal skills is defined as talents that are directly tied to a person's personality or attributes. Personal talents are acknowledged as soft abilities that are difficult to teach but not impractical. They are also referred to as "people skills" or interpersonal skills. Consider what you accomplish at your present position. Think back on your prior training and employment.

Making decisions and resolving issues. Intelligence in emotions. either assertiveness or restraint. It is crucial for students to grow their interpersonal skills in order to learn more effectively, communicate with others, develop their personalities, and achieve academic success. It is believed that pupils with strong interpersonal abilities also have successful personal and professional lives.

Thus, a personal skill is an ability to do something. Hence option B is correct.

To learn more about personal skill, refer to the link below:

https://brainly.com/question/10024029

#SPJ2

Saving a file as a new filename can be accomplished through the Save As dialog box.

True False

Answers

Answer:

True.

Explanation:

A dialog box is a small window that serves as a controlling element in computers. The name dialog box is suggestive that it is a window that helps the user to communicate and response with an answer.

There are several types of common dialog box such as open dialog box, save as dialog box, print dialog box, etc.

Save as dialog box is a window that enables the user to save a file with a new name and new location. Save as dialog box can be opened by going to the File menu and click Save as. After the Save as dialog box appears, the user is able to change file name, location, etc.

Thus the statement is true.

An IT technician is applying a static IP address to a printer. Which piece of IP addressing information on the printer would allow the technician to check connectivity with a PC on a remote network?

Answers

Answer:

ip ADDRESS

Explanation:

These static IP addresses can be established on the device directly, for example using each computer's network settings on Windows, or they can be set at the router level. Although many people (and even some routers) still refer to it as a “static IP address,” doing it at the router level is referred to as assigning a DHCP reservation.

What IT technician is applying a static IP?

Your computer's IP address lets the rest of the Internet know if it is running a web server. Internet-connected devices can have either a static IP address, which remains constant over time, or a dynamic IP address, which is subject to change over time.

A gadget with a static IP address assures that it can be found on the network easily because the IP address won't change.

Therefore, IP address allow the technician to check connectivity with a PC on a remote network.

Learn more about static IP here:

https://brainly.com/question/17063812

#SPJ5

Jackson has completed remediation of a virus-infected system. He eliminated all the startup program issues and uninstalled several browser add-ons. Jackson has scheduled scans to be performed daily and has run updates on Windows and the anti-malware program. He has enabled System Restore and created a new restore point. What should Jackson do to complete the malware removal process?
A. Educate the end user.
B. Document the problem.
C. Recover the user data.
D. Reinstall Windows.

Answers

Answer:

C. Recover the user data.

Explanation:

Because a virus delete user data

What is the full form of" MIPS"​

Answers

Million instructions per second

Answer:Microprocessor without Interlocked Pipelined Stages

Explanation:It was first introduce to united states.

In which step of writing a program does a programmer first use a compiler?

Answers

Answer:

The first step is called compilation (properly speaking) and it translates source code written in a programming language stored in a file into low-level code (usually object code, not directly into machine language).

Explanation:

Answer :preprocessing

Explanation:

The first stage of compilation is called preprocessing. In this stage, lines starting with a # character are interpreted by the preprocessor as preprocessor commands

The __________ uses an algorithm that is designed to provide only the digital signature function and cannot be used for encryption or key exchange.

Answers

Answer:

Digital Signature Standard (DSS)

Explanation:

The term that is being described is known as Digital Signature Standard (DSS). This term is mainly used in the context of cryptography and was created by the Federal Information Processing Standard(FIPS) in order to define algorithms that are used to generate digital signatures using a specifically designed Secure Hash Algorithm(SHA) to authenticate electronic documents.

Which of the following is something you might ask yourself to determine if an
action you are considering is ethical?
O A. Is this the easiest option?
O B. Can I stand by this action?
O C. Will this action benefit me?
O D. Will I get away with it?

Answers

Answer:

B

Explanation:

I honestly am not "shore" but tried lol

The option that is something you might ask yourself to determine if an action you are considering is ethical is "Can I stand by this action?"

What question do you need to ask yourself in an unethical situation?

Most times, when in a situation that demands the use of ethics, we do ask ourselves if  our actions legal.

Conclusively, The option that is something you might ask yourself to determine if an action you are considering is ethical is "Can I stand by this action?" When we ask ourselves that, we can be able to know if we should be involve in that thing or not.

Learn more about ethical actions from

https://brainly.com/question/13969108

#SPJ2

Write a program to find the profit, if the selling price of speaker is 5000, and cost price is 4000

Answers

Answer:

25%

Explanation:

original price

4000. - 100%

selling price

5000. - x%

multiply 100 with 5000 then divide by 4000.

the answer should be 125. Now subtract 125 and 100 to find the profit percentage.

You are a cleared employee. Your friend called and told you that he saw information about the classified XYZ program on the Internet. If you viewed that classified information that is now in the public domain, would you have to report a data spill on your computer?

Answers

Answer:

Yes, because though you are a cleared employee, the classified information should not be open for all employees to see as it is a data disclosure violation.

Explanation:

Data is a vital tool in the business industry. The need to secure data or present it to be seen by competitors is very crucial as it maintains the dominance of a company on its competitors.

Only authorized employees in a company are allowed to view classified data and must report any siting of data spill, to avoid prosecution.

A switch operates in the OSI reference model __________ layer and uses the __________ address to forward packets.

Answers

Answer:

A switch operates in the OSI reference model data link layer and uses the MAC address to forward packets

Explanation:

A network switch used in wired physical network connection, has several ports and acts as the bridge in the network of computing devices with a port naming system based on MAC addresses to forward data receives at the OSI model data link layer. By incorporating the capability of routing, switches can forward data at the network layer, known as layer 3.

how do u get rid of this (the grey box)

Answers

Answer:

can't helpnyounddjdjzjzjsjejs jvm d

Press on the highlight color and put none

The name of a cell (for example, A1) is its cell ________. PLZ HELP I HAVE TO TURN THIS IN SOON
The quesyion is asking about google sheets

Answers

Answer:

The answer is "Address".

Explanation:

This address cell is also known as the reference cell, which is used for providing the cell specification.  The address cell is also an alpha value used for a list for the identification of a particular cell. Each selected is preceded by one or more letters. Each column is identified by the letter and the number is the row.

What part of the network is the point where the responsibility of the administrator ends and the telecommunications providers responsibility begins

Answers

Answer:

"PAD interface " is the correct answer.

Explanation:

PAD seems to be a concept most commonly linked with such an X.25 interface, where even the PAD splits the shared information into individual packets as well as configurations asynchronous distribution including its header information.The interface pad should be used for scrubbing polished surface areas and contour lines, in conjunction with handle abrasive particles. Use the pad GUI would also give a smoother performance. The control pad is located between some of the scrubbing disc as well as the backing pad.

Read the code below.
What will the computer print if the input for year_variable is 1700?
if year_variable == 1776:
print("Your answer is correct. The Declaration of Independence was signed in “year_variable”.")
elif year_variable 1776: compute_variable = year_variable - 1776
print("Subtract “compute_variable” years from your answer for the correct answer.")

Your answer is incorrect. The Declaration of Independence was signed in 1776.
Subtract 76 years from your answer for the correct answer.
Add compute_variable years to your answer for the correct answer.
Add 76 years to your answer for the correct answer.


PLEASE EXPLAIN HOW YOU GOT IT

Answers

Answer:

D. Add 76 years to your answer for the correct answer.

Explanation:

Write the code in python and make year_variable= 1700

Since the input value is 1700, it is less than 1776. This means the elif year_variable < 1776:

would run. This line of code makes whatever the input value is to be subtracted from 1776, then produce an answer labeled as "compute_variable"

This "compute_variable" is then shown to be in a print function, where it says to add whatever the compute variable is to the input, to get the correct answer.

Answer:

The answer is D.

Explanation:

Hope it helps! =D got it on edge

HTML coding ......plz help​

Answers

Answer:

<html>

<title=succes secrets>

<bg color="orange">

<body>

success...........all those text on isde

Other Questions
.If you dye 1/3 of it blue, pink and 2/5 black, how much of your original hair colour is left? Pleaase help with both questions ! PLease explain if you can! Serena is mixing a material into a beaker filled with a liquid. She notices that the material seems to disappear into the liquid. What physical property of the material is Serena most likely observing? Fernwood Company is preparing the company's statement of cash flows for the fiscal year just ended. The following information is available: Retained earnings balance at the beginning of the year $258,000 Cash dividends declared for the year 68,750Proceeds from the sale of equipment 118,000Gain on the sale of equipment 6,750Cash dividends payable at the beginning of the year 30,250Cash dividends payable at the end of the year 37,500Net income for the year 151,250The amount of cash paid for dividends was:a. $61,500.b. $83,500.c. $68,750.d. $82,500.e. $67,750. Calculate the area of this diagram Express the alternative hypothesis in symbolic formAn automobile technician claims that the mean amount of time (in hours) per domestic car repair is more than that of foreign cars. Assume that two samples are independent. Let the domestic car repair times be the first population and the foreign car repair times be the second population.A. H: mu1< mu2 B. H1: mu1 = mu2 C. H: mu1>mu2 D. H: mu not= mu2 The local florist advertises a discount on arrangements during the month of April because the anniversary of the store's opening is in April. This is an example of special-event pricing.a. Trueb. False A number minus 4 equals 19. Which equation fits this statement?A 4-X=19BX-4 = 19C 4 = X-19D 19 - X=4 How does the symbol of the coal miner work to create meaning? The coal miner symbolizes the hard work that went into creating the internet devices we use today. The coal miner symbolizes jobs lost by books being printed online rather than on paper. The coal miner symbolizes the fossil fuel energy used to create electricity to power devices. The coal miner symbolizes the green energy used to create electricity that powers devices. Windsor Co. incurs $1110375 of overhead costs each year in its three main departments, machining ($630000), inspections ($315000) and packing ($165375). The machining department works 4000 hours per year, there are 600 inspections per year, and the packing department packs 1000 orders per year. Information about Windsors two products is as follows: Product X Product Y Machining hours 1000 3000 Inspections 100 500 Orders packed 350 650 Direct labor hours 1700 1800 If traditional costing based on direct labor hours is used, how much overhead is assigned to Product X this year? Compare and contrast mental health and emotional health. Jefferson differed from Hamilton in that he supported Great Britain. a strict constructionist view of the Constitution. a strong manufacturing sector. a strong federal government. Which common method for classifying accounts is growing in popularity because it is flexible and incorporates multiple variables For one of their science experiments students needed 10 1/2 liters of water. If there were 7 groupsdoing the same experiment, how much water did they need for all of the groups? 1) Relative to electrons and electron states, what does each of the four quantum numbers specify?2) Cite two important quantum mechanical concepts associated with the Bohr model of the atom. 3) Cite two important additional refinements that resulted from the Wave-mechanical atomic model. kevin has 70 cents in his pocket. one coin is a quarter, and the others are nickels. how many nickels does he have? Use the diagram to find the angle measures of the triangle. Recall that the sum of the angle measures of a triangle is 180. (2+4) 3 (x + 4) = Ancient Osage legend tells of Wakondah, the creative force thata. created the Sky People and the Earth People and sent the Sky People to join with the EarthPeople and create the Osage tribeb. sent horses to the people so that they could hunt buffalo and prosperC. created natural phenomena, the Earth, and the sky, and asked people to provide a tribute ofsquash, beans, and cornd. warned of the coming of the white man, who would take over the lands of the Osage What does historiography suggest about history? A. that it is a fact-based discipline B. that it changes each decade C. that it is open to interpretation D. that there is only one correct interpretation Imagina que compras una placa rectangular de metal de 2mm de alto, 10mm de ancho x 50mm de largo, y una masa de 0.02kg. El vendedor te dice que es de oro, pero para ver si de verdad es de oro, lo verificas calculando la densidad de la placa. Cul es el valor de la densidad de la placa? Es de oro la placa rectangular?