What screens can the ao look to see required receipts for an expense in the review trip screen?.

Answers

Answer 1

The screens can the AO can look to see required receipts for an expense in the review trip screen is the Review Trip screen found in the Expenses area.

Which DTS feature enables the assignment of a different routing official?

A Routing Official with permission level 2 can access the Trips Awaiting Action screen, grant others the ability to sign on their behalf, and attach either the standard status stamp or a different status stamp when electronically signing travel documents.

Note that a trip report is a communication tool that should be sent to the owner of the aircraft, the aviation reporting executive, the director, and/or other team members. Reviewing your reasons for going, what you learned, and the people you met is the goal. It will probably also contain your suggestions based on what you have learned.

Learn more about receipts from

https://brainly.com/question/15970399
#SPJ1


Related Questions

Functions of ICT
Nine

Answers

ICT is a large field, and the ideas are always changing. It applies to any product that can electronically store, retrieve, alter, send, or receive data in a digital form.

What is ICT ?

An expansion of the word "information technology," "information and communications technology" emphasizes the importance of unified communications and the convergence of telecommunications and computers.

Information kiosks, payment machines, and telecommunications equipment are all included in the definition of electronic and information technology. Internet-based resources.

Thus, among the tools, techniques, and methodologies used in information technology are coding programming, data communications, data conversion, storage.

To learn more about ICT, follow the link;

https://brainly.com/question/20717870

#SPJ1

Why is it easier to fix errors in modular programs than in non-modular
programs?

OA. Because errors in a single module are easier to identify and edit
B. Because modular programs can be debugged automatically
OC. Because functions can't contain errors
OD. Because errors in functions fix themselves

Answers

It is easier to fix errors in modular programs than in non-modular programs because errors in a single module are easier to identify and edit.

What is modular programs?The process of segmenting a computer program into distinct sub-programs is known as modular programming.A module is a distinct piece of software. It frequently performs a range of tasks alone or in conjunction with other system elements. In order for the programming code to be reused by other applications, similar functions are combined into the same unit of code while distinct functions are built as separate units of code.The modular programming idea and object-oriented programming (OOP) are largely compatible. Multiple programmers can split up the work and independently debug different parts of the software thanks to modular programming.

To learn more about modular program, refer to

https://brainly.com/question/28516170

#SPJ1

Match the description
to the method below for
protecting databases. Methods may match more than
one description.

Answers

Answer:

find()

Explanation:

When dealing with MongoDB the method that needs to be used in this scenario would be the find() method. This method basically returns all of the records that exist in the collection on which it is called, if no parameter is passed. If you pass a parameter/expression then only the records that match completely the expression will be returned to the user, otherwise nothing is returned. For example, on a database (db) we would call the following

db.find() ... This will return all records

db.find({specific}) ... This will return only the records that match specific.

Which of the following instructions clears all the bits in register $8 except for the low order byte, which is unchanged? A. ori $8,$8,0xFF B. ori $8,$0,0x00FF C. xori $8,$8,0xFF D. andi $8,$8,0xFF

Answers

The  instructions that clears all the bits in register $8 except for the low order byte, which is unchanged is option D. andi $8,$8,0xFF

How many bits are in a register?

A register on the MIPS can store 32 bits. Although the processor has several registers, only few of them are visible in assembly language. The processor makes use of the others when performing its tasks. An procedure known as a load transfers a bit pattern from memory to a register.

Hence, it a general-purpose register is used to store a byte of data in a specific position in memory. An order sent to a computer processor by a computer program is known as a computer instruction. Each instruction is, at its most basic level, a series of 0s and 1s that represents a physical action the computer is to carry out.

Learn more about instructions from

https://brainly.com/question/20393075
#SPJ1

What does this comparison block indicate?


OA. The comparison
is true if the left side is not equal to the right side.
OB. The comparison
is true if the left side is equal to the right side.
OC. The comparison is true if the left side is less than or equal to the
right side.
OD. The comparison is true if the left side is greater than or equal to
the right side.

Answers

Answer:

D. The comparison is true if the left side is greater or equal to the right side.

Explanation:

You're comparing the value of getItem to 5, checking whether the value of getItem which is on the left side is bigger or equal to 5.

If the value of getItem is equal to or bigger than 5, the comparison returns true.

Else, it returns false.

Design an algorithm with a natural number, n, as its input which calculates the following formula and writes the result in the standard output: S = ½ + ¼ + ... +1/n​

Answers

The three main uses of the natural numbers are for counting, sorting, and defining other notions.

What is Design an algorithm with a natural number?

N, the collection of natural numbers, can be defined in one of two ways: N = {0, 1, 2, 3, …} Unknown or undefined natural numbers are denoted in mathematical equations by lowercase, italicized letters from the middle of the alphabet. Following n in order of frequency are m, p, and q.

Therefore, Positive whole numbers are known as natural numbers. Positive or non-negative integers are two other names for natural numbers. Natural numbers include 3, 16, 512, and 1,382,437, for instance. — 18,512.5, 2, and 4.25 are not.

Learn more about algorithm here:

https://brainly.com/question/22984934

#SPJ1

how to identify the significant accounts, disclosures, and relevant assertions in auditing long-lived assets.

Answers

To identify the significant accounts, disclosures, and relevant assertions in auditing long-lived assets are as follows:

How do you calculate the Long-Lived assets?

Upon recognition, a long-lived asset is either reported under the cost model at its historical cost less accumulated depreciation (amortisation) and less any impairment or under the revaluation model at its fair value.

Why are long-lived assets are depreciated?

Long-term assets must be depreciated throughout the period of their useful lives, much like most other types of assets. It is because a long-term asset is not anticipated to produce benefits indefinitely.

The long-lived assets are also called Non-current assets, and they contain both tangible and intangible assets and are utilised throughout several operational cycles.

-Tangible assets are things with a physical shape. • Equipment, structures, and land.

-Intangible assets have a form that is not physical. • Copyrights, patents, trademarks, and brand recognition.

Hence, the significant accounts, closures and relevant assertions are identified by the above steps.

To learn more about the long-lived assets from the given link

https://brainly.com/question/26718741

#SPJ1

Users are unable to open files that are not relevant to their jobs. Users can open and view files but are unable to edit them. Users can open, view, and edit files. The bullet points above describe _____. Responses access privileges firewalls network topologies modems

Answers

Answer:

Explanation:

them

You are comparing the portion of female drivers on the phone to the portion of male drivers on the
phone. You created a two-dimensional array using lists. There are 100 observations in your study. An
abbreviated version of the list data is shown.
data = [['male', True], ['female',True], ['male',False]]
As an example, ['male', True] represents a male who is on the phone. ['female', False] represents a female
who is not on the phone.
What is the missing line of code?

Answers

Using knowledge of computational language in python to write a code that created a two-dimensional array using lists. There are 100 observations in your study.

Writting the code:

# height_in and weight_lb are available as a regular lists

# Import numpy

import numpy as np

# Calculate the BMI: bmi

np_height_m = np.array(height_in) * 0.0254

np_weight_kg = np.array(weight_lb) * 0.453592

bmi = np_weight_kg / np_height_m ** 2

# Create the light array

# Print out light

# Print out BMIs of all baseball players whose BMI is below 21

See more about python at brainly.com/question/18502436

#SPJ1

Answer:

The answer is if item[1]

Explanation:

Edge 22

hope this helps!!!

(d, Dash Style 2, The Tools on drawing Toolbar are classified into how many groups a, 4 b, 5 c, 6 d, 3​

Answers

The tools on the toolbar are classified Into 2 parts

What are the 2 sections on tool bar ?

First section:

Select: Objects are chosen. Click on the top-leftmost object to start the selection process, then drag the mouse to the bottom-right object while holding down the mouse button. The chosen region is indicated by a rectangle with marching ants. By simultaneously choosing multiple objects and hitting the Control button, you can choose multiple objects at once.

a straight line is drawn.

A straight line that ends in an arrowhead is called an arrow. When you let go of the mouse button, the arrowhead will be positioned there.

Rectangle: a rectangle is drawn. To draw a square, click the Shift button.

Draw an ellipse using this command. To make a circle, use the Shift button.

Text

vertical text

Connectors, basic shape

Second part:

1 Edit Points | 4 From File | 7 Alignment | 10 Interaction

2 Glue Points | 5 Gallery | 8 Arrange | 11 Visible Buttons

3 Font work | 6 Rotate | 9 Extrusion ON/Off

Hence to conclude there are 2 sections on toolbar

To know more on toolbars follow this link

https://brainly.com/question/13523749

#SPJ9

HELP ME PLEASE 41 PTS
Given what you have learned about computers and information technology thus far, what IT career interests you the most? Use the job descriptions and titles in the "Computer and Information Technology" section of the Occupational Outlook Handbook or the IT career cluster for your answer.

Answers

The career that entices me in computer is computer engineering and computer science.

What is computer engineering?

Computer engineering is a subfield of electrical engineering that combines several fields of computer science and electronic engineering to create computer hardware and software.

Computer hardware engineers are responsible for the research, design, development, and testing of computer systems and components such as circuit boards. Computer hardware engineers design, develop, and test computer systems and components like processors, circuit boards, memory devices, networks, and routers.

From software development to cybersecurity, the computer science field is full of exciting, diverse, and high-growth careers.

Computer engineers work in a variety of settings, including universities, research, industry, government, and private businesses. You could be solving problems, developing and testing devices, or working in groups to create new products.

Computer engineers can pursue a variety of careers. They can choose to work in hardware development, software development, or a combination of the two. A solid understanding of programming languages, secure coding, and software and hardware technologies is advantageous for computer engineers. Computer engineers must also have a strong understanding of software development, network protocols, and internet connectivity.

Learn more about computer on:

https://brainly.com/question/24540334

#SPJ1

Answer:

other person is not correct on edge

Explanation:

discuss extensively LAN and WAN with relevant diagrams

Answers

LAN is an abbreviation for Local Area Network. WAN is an abbreviation for Wide Area Network. The ownership of LAN is private. However, WAN ownership can be either private or public.

What is network?

A network is usually comprised of either two or more computers that are connected in order to share resources (such as printers and CDs), exchange files, or aids electronic communications.

WAN basically stands for Wide Area Network. A local area network (LAN) is a network that typically connects a small group of computers in a specific geographical area.

WANs connect LANs and other types of networks so that users and computers in one position can interact with users and computers in another. Many WANs are private and designed for a single organization.

Thus, this is the types of network.

For more details regarding network, visit:

https://brainly.com/question/15088389

#SPJ1

While onsite at a customer location, it is determined the processor in the Processor and Heatsink Module (PHM) must be replaced. What are the steps to remove the processor from the PHM? Click and drag the steps into the correct sequence, then click Submit.

Answers

The steps to remove the processor from the PHM:
1. Power off the system and disconnect all cables.
2. Remove the system cover.
3. Remove the processor heatsink.
4. Remove the processor from the socket.

What is PHM?
A longitudinal actionable patient record is created by combining and managing patient data from various health information technology resources, analysing that data, and then taking the necessary steps to enhance clinical and financial outcomes. The PHM programme provides actionable insights for efficiency and patient care by combining clinical, financial, or operational data from many platforms. The PHM program's key components include care management including gap analysis, risk stratification infrastructure, a coordinated delivery system, and a carefully managed partnering network.

To learn more about PHM
https://brainly.com/question/29375394
#SPJ9

What type of cookie is used by an advertiser or other outside company?

Answers

Third-party cookies are used by an advertiser or other outside company.

What are cookies?

Cookies are small pieces of text sent to your browser by a website you visit.

What are cookies used for?

They help that website remember information about your visit, which can both make it easier to visit the site again and make the site more useful to you.

What are the types of cookies?

Session cookies: Session cookies, also known as 'temporary cookies', help websites recognize users and the information provided when they navigate through a website. Permanent cookies: Permanent cookies, also known as 'persistent cookies', remain in operation even after the web browser has closed.First-party cookies: First-party cookies are installed directly by the website (ie domain) the user is visiting (ie the URL shown in the browser's address bar).Third-party cookies: Third-party cookies are installed by third parties with the aim of collecting certain information from web users to carry out research into, for example, behavior, demographics, or spending habits. They are commonly used by advertisers who want to ensure that products and services are marketed toward the right target audience.Flash cookies: Flash cookies, also known as 'super cookies', are independent of the web browser. They are designed to be permanently stored on a user's computer. Zombie cookies: Zombie cookies are a type of flash cookie that is automatically re-created after a user has deleted them. This means they are difficult to detect or manage.

Thus, third-party cookies are used by advertisers and other outside companies.

To know more about cookies:

https://brainly.com/question/14102192

#SPJ13

modifying a word document

Answers

Answer:

yes

Explanation:truse me

creating a _____ of a file places the file in multiple locations​

Answers

Copy of the file  helps you to place the file in multiple locations

How to copy a file?

In Windows, there are numerous methods for copying files. The most straightforward method is to use the Copy command, which is available by right-clicking on a file and choosing it from the context menu.

Once the file is no longer selected, you can left-click elsewhere in the window before selecting Paste with a right-click.

Another simple method to copy a file

Keyboard shortcuts are also available (Control + C for copying, and Control + V for pasting). The file name will be preceded by "Copy of" to indicate that it is a copy after the copy of your file has been created.

There fore using the above options you can easily copy the files

To know more on copying files follow this link

https://brainly.com/question/28345123

#SPJ9

Write a Java program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.out statement to output a message inside the loop highlighting a passmark >= 50 and <= 100. Any other mark will output a messaging stating it’s a fail.Example of the expected output is as follows:55 is a pass12 is a fail

Answers

Using the knowledge in computational language in JAVA  it is possible to write a code that program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.

Writting the code:

import javax.swing.*;  // import swing library

public class Main {  

JFrame f;

Main(){

 int count=5;

 f=new JFrame(); // create an object

 JOptionPane.showMessageDialog(f,"Enter 5 marks.");

 while(count-- > 0){

   String mark =JOptionPane.showInputDialog(f,"Enter mark: ");

   int a = Integer.parseInt(mark);

   if(a>=50 && a<=100){

     System.out.print("\nPass!");

   }else{

     System.out.println("\nFail!");

   }

 }

}

public static void main(String[] args) {  

   new Main();

 }  

}  

See more about JAVA at brainly.com/question/12975450

#SPJ1

What are arbitrary code widgets?

Answers

Briefly-
The “Text” widget allows you to add HTML to a widget and then add that widget to a widget area.

What is an effective way to determine a game's goals and limitations?
A. Ask questions during the Define step.
B. Seek user feedback during the Deploy step.
OC. Create a mood board during the Design step.
OD. Test the prototype during the Develop step.

Answers

Answer: A. Ask questions during the Define step.

Explanation:

Assume that your body mass index (BMI) program calculated a BMI of 25.1. What would be the value of
category after this portion of the program was executed?
# Determine the weight category.
if BMI < 18.5:
category= "underweight"
elif BMI > 39.9:
category= "morbidly obese"
elif BMI <= 24.9:
category= "normal"
elif BMI <= 39.9:
category= "overweight"
01:52:46
The value of category will be

Answers

Answer: overweight

Explanation: I found it on an educational site

You have an Azure subscription that includes the following web apps:

WebApp1, which runs code in a Windows operating system.
WebApp2, which runs code in a Linux operating system.
WebApp3, which runs in a Docker container on Windows.
WebApp4, which runs in a Docker container on Linux.
From which web apps can you use WebJobs?
Select only one answer.

WebApp1 only
WebApp1 and WebApp2 only
WebApp1 and Web3 only
WebApp1, WebApp2, WebApp3 and WebApp4

Answers

If a person has the following Azure subscription, All the WebApps can be used to run the WebJobs. (Option D)

Red Hat Enterprise Linux, CentOS, CoreOS, Debian, Oracle Linux, SUSE Linux Enterprise, openSUSE, and Ubuntu are all supported by Azure.

What is a WebApp?

A Web application (WebApp) is software that is stored on a distant server and distributed through the Internet using a browser interface. Web services are, by definition, Web applications, and many, but not all, websites feature Web apps.

Deploy WebJobs by uploading an executable or script to the Azure portal. The Azure App Service allows you to conduct background processes. See Deploy WebJobs Using Visual Studio if you are not using the Azure App Service to build and deploy WebJobs.

Learn more about WebApp:
https://brainly.com/question/1027218
#SPJ1

Sharon, a network user needs to apply permissions to a folder that another network user will need to access. The folder resides on a partition that is formatted with exFAT. Which type of permissions should Sharon configure on the folder?

Answers

The suggested format for drives that will be used with the Windows operating system is NTFS (New Technology for File System). ExFAT is the best format, nevertheless, if you wish to use a storage device with both Windows and macOS.

What is the network user will need to access exFAT?

If you want to build large partitions, store files larger than 4 GB, or require more compatibility than NTFS can offer, you can utilize the ExFAT file system.

ExFAT performs more quickly, but, when used as the file system for external devices because read/write rates behave differently when connected through USB and depending on the operating system.

Therefore, As a file system for internal drives, NTFS is quicker. ExFAT efficiency is regularly outperformed, and it requires less system resources.

Learn more about exFAT here:

https://brainly.com/question/28900881

#SPJ1

In this code, the portion of the block with the text "Player" is an example of
both a parameter and a(n).

O A. output
OB. event
OC. function
OD. input

Answers

In this code, the portion of the block with the text "Player" is an example of both a parameter and an input.

What is input?Every computer will take input. Data entered into or received by a computer is referred to as an input. This could involve the user tapping a touchpad, clicking a mouse to pick an item on the screen, or pressing a key on a keyboard. While some inputs give the computer instructions on what to perform, others give it data to process. It's not necessary for humans to always initiate inputs. As an illustration, a computer may receive a message from another device or get data from a temperature sensor.What the computer does with the input is determined by the process. Different methods can be used to process the same information.

To learn more about input, refer to

https://brainly.com/question/24833629

#SPJ1

State how organizations in each of these industries meet their
compliance goals
 Energy
 Finance
 Banking
 Healthcare
 Manufacturing
 Retail
 Education

Answers

The way that organizations in each of these industries meet their compliance goals in Energy, Finance, Banking, Healthcare, Manufacturing, Retail and Education is by :

Through the documentation of policies and processes.Apply their policies and procedures consistently.Eliminating obstacles to compliance.Reinforce with instruction.Keep up to date with rules and regulations that are constantly changing.Verify that all staff members are adhering to the rules.What function does compliance serve in a company?

Compliance in corporate and organizational management refers to the process of ensuring that your business and its personnel abide by all applicable laws, rules, regulations, standards, and ethical guidelines. It also entails abiding by local, state, and federal laws in addition to corporate policies.

Therefore, It might involve or be located in the general counsel's office in major organizations. Compliance frequently falls within the informal purview of the chief executive officer, chief financial officer, and head of HR in smaller businesses.

Learn more about compliance goals from

https://brainly.com/question/28335101

#SPJ1

"Which of the following describe the DHCP Discover message?
1. It uses FF: FF:FF: FF: FF: FFas a layer 2 broadcast.
2. It uses UDP as the Transport layer protocol
3. It uses TCP as the Transport layer protocol
4. It does not use a layer 2 destination address
A. 1 only
B. 1 and 2
C. 3 and 4
D. 4 only "

Answers

B.) 1& 2………………………………

The message which describe the DHCP Discover message that uses FF: FF:FF: FF: FF: FF as a layer 2 broadcast, and it uses UDP as the Transport layer protocol. Hence, option B is correct.

What is Transport layer protocol?

In computer networking, the TCP protocol is a notional division of protocols within the network stack's tiered design that is based on the OSI model and the Internet protocol suite. End-to-end communications for applications are provided by the protocol of this layer. It offers connections-oriented communication, dependability, packet forwarding, and multiplexing services.

The OSI paradigm of general networking and the implementation specifics and semantics of the transit layer of the protocol suite, the Internet's underlying technology, are different.  Protocols used in this layer of the Internet today were inspired by TCP/development

To know more about Transport layer protocol:

https://brainly.com/question/4727073

#SPJ12

The address of a cell is created by the intersection of
the
of the cell.

Answers

The address of a cell is created by the intersection of the respective column and row.

Additional information about "cell" is as follows:

Cells are the tens of thousands of rectangles that each worksheet is made up of. When a row and a column come together or intersect, the location is known as a cell.Columns are denoted by A, B, and C, and rows are denoted by digits. Each cell has a distinct name that comes after its column and row, also known as a cell address. Since the selected cell intersects column C and row 5, the cell address in the example below is C5.Each entry you make into a spreadsheet is stored in a cell. A cell can contain a variety of content types, including text, formatting, formulas, and functions.Cell formatting options: Cell formatting options can change how dates, numbers, and characters are displayed. A couple of percentage examples are 0.15 and 15%. We can even change a cell's text or background color.

To know more about Cell Address, visit: https://brainly.com/question/28461824

#SPJ9

Create a Chart
Using the information gathered in your interview, create a chart. Be sure to organize the information logically. The chart or table
should display the job title, technology used, and its function.
Optional: Create a slide show presentation using presentation software to display the information gathered in the Interview.

Answers

Answer:

really need it for years now and I'm going

I have attached the interview chart requested

What is the information for the interview chart?

Front-end developers design the user interface (UI), which determines what each component of a website or application does and how it will appear.

If someone wanted to build a website, they might hire a front-end developer to design the site's layout. The front-end developer decides where to put images, how the navigation should look, and how to present the site. Much of their work entails ensuring that the appearance and layout of the site or application are easy to navigate and intuitive for the user.

Roles and responsibilities of a front-end developer:

Improving the user experience.Bringing concepts to life with HTML, JavaScript, and CSS.Creating and updating the user interface.Using design on mobile websites.Developing tools to improve site interaction across browsers.Managing the workflow of the software.

Hence to conclude interview chart needs above responsibilities

To know more on roles and responsibilities of a front-end developer follow this link

https://brainly.com/question/13263206

#SPJ1

29) The Logic Circuit Shown In The Diagram Directly Implements Which Of The Boolean Expressions Given Below?
A) x' z+(x+z)(y z)+x y
B) y(x'+z)+(x z+y)
C) (x'y)+z+(x+y)
D) y+(x²z) y(x+z)

30) The logic circuit shown in the diagram directly implements which of the Boolean expressions given below?
A) (x+y)' z+(y z')
B) (x y+z)'(y+z')
C) (x+y) z'+(y z)'
D) (x y+z')(y+z)'

Answers

The Boolean expression given in the figure is (x'y)+z+(x+y). The correct option is C.

30) The Boolean expressions given below is (x y+z')(y+z)'. The correct option is D.

What is a Boolean expression?

In boolean expressions, the value that is calculated is either true or false. An expression is a combination of one or more variables, constants, operators, and functions that computes and outputs a value.

As long as both sides of the expression have the same fundamental data type, boolean expressions can compare data of any kind.

Therefore, the correct options are C) (x'y)+z+(x+y) and D, (x y+z')(y+z)'.

To learn more about Boolean expression, refer to the link:

https://brainly.com/question/14600703

#SPJ1

Your mobile device appears to be contacting a remote server to upload your personal data.
Which of the following should be performed first to protect your personal data?

A) Install anti-malware software.
B) Switch to airplane mode.
C) Verify you are on the correct Wi-Fi network.
D) Perform a factory reset.

Answers

The statement that should be performed first to protect your personal data is to install anti-malware software. Thus, the correct option for this question is A.

What is the best practice to minimize the chances of infecting mobile devices?

The best practice to minimize the chances of infecting mobile devices is to install apps only from trusted sources. Apart from this, it is advised to users that they may install anti-malware software to prevent the threat to their electronic devices.

According to the context of this question, switching to airplane mode prevents your mobile phone from having an internet connection. Performing a factory reset deletes all sorts of unnecessary files and folders from your device.

Therefore, installing anti-malware software is the action that should be performed first to protect your personal data. Thus, the correct option for this question is A.

To learn more about Anti-malware software, refer to the link:

https://brainly.com/question/29489231

#SPJ1

II. Describe the impact of having more than one window open at the same time

Answers

Crashing is the most problematic aspect of using several windows where there is instability. Your computer is not only more prone to crash, but if it does, you may lose anything you were working on at the moment. Navigating When you have several windows open, it might be tough to move between them.

What is a window in computers?

Microsoft's Windows operating system family is a collection of many proprietary graphical operating system families that it created and commercialized. Each family serves a certain segment of the computer industry, such as Windows NT for consumers, Windows Server for servers, and Windows IoT for embedded systems.

The cascading window arrangement may be used to handle numerous open windows at the same time. Overlaid windows are another name for cascading windows.

A window is a distinct viewing area on a computer display screen that is part of a system that supports several viewing areas as part of a graphical user interface (GUI). As part of a windowing system, windows are handled by a windows manager. The user may generally resize a window.

Learn more about Windows:

https://brainly.com/question/13502522

#SPJ1

Other Questions
factors such as behavioral, temporal, or ecological isolation mechanisms that prevent two closely related sympatric populations from interbreeding can be grouped together and classified as . sodium vapor is used in some street lamps. a typical lamp contains 2.00 g of sodium vapor at 31 oc and 1140. torr. what is the volume of the lamp? rA. 0.0438 LB. 1.45 LC. 3.20 LD. 1140 LE. 1.00 L air quality measurements were collected in a random sample of 25 country capitals in 2013 and then again in the same cities in 2014. we would like to use these data to compare average air quality between the two years. should we use a paired or unpaired test? explain your reasoning Match the definition to the term.1. another word for languages nonverbal 2. cannot be understood in the ordinary sense unique 3. the only one of its kind syntax 4. dealing with pronunciation idiom 5. having to do with word order phonetics 6. communication without words tongues 7. syntax and morphology semantics 8. dealing with word meanings elements of grammar 9. study of ancient cities, artifacts, and customs archaeology A horizontal trough is 16 meters long, and its ends are isosceles trapezoids with an altitude of 4 m, a lower base of 4 m, and an upper base of 6 m. If the water is being poured into the trough at the rate of10 m/min. How fast is the water level rising when the water is 2m deep? Which are examples of puns? select three options. its pointless to write with a broken pencil. early to bed means early to rise. the poor, old cow was udderly exhausted. a penny saved is a penny earned. that lightning storm was just shocking. evolutionary biologists have suggested that the symptoms of physiological degeneration that accompany old age in humans are a Homework: 4.2 Apply Pythagorean TheoremDateFind the missing side of each triangle. Round your answers to the nearest tenth if necessary. Need help with this math please Change the following sentences into indirect speech. Read the instructions given in brackets1. Bharathi said to Vani, I cannot meet you at the station today. (said 7 days ago)2. A girl in the audience said to the speaker, "You didn't answer my last question."3. The doctor said to the patient, I'll be out of station tomorrow. (two weeks ago)4. Manish said to Rahima, "My grandma is visiting us this weekend."5. Mrs Bakshi said to me yesterday morning, "Are you joining us for a cup of coffee now?6. The class teacher said, "Please submit your projects by this week. (said last week)7. The stranger asked the traffic police, Could you please tell me the way to the bus station isthis town?"8. Bubun said to her mother when they visited Jaipur last year, "Ma, this place looks familiar suppose that a line chart includes several lines. which chart element will tell you the category of data that each line represents? $80. The sign above it indicated that this price was 20 fill in the value for a to make the equation below an infinite solutions 2(x+3) = [a]+6 during coronary artery bypass graft surgery, the saphenous vein is often removed and used to replace the coronary vessel. how is the patient prepped for this procedure? which region of a titration could you use the henderson-hasselbalch equation to determine the ph? group of answer choices Nilo wants to save a total of $500,000 for retirement. How much should they deposit monthly into an account that pays 3.7% interest, compounded monthly, to meet their goal in 22 years? What is their monthly deposit? g which forecasting method do you believe is most successful and which one do you think is least effective? please explain. HELP WILL GIVE BRAINIEST plus 100 points he following outpatient services are paid under other medicare payment systems except which of the following? a. preventive injections/vaccines from a home health agency if not paid under a home health care plan b. clinical diagnostic laboratory services c. screening mammograms d. dialysis for end-stage renal disea in leaf cutter ant colonies, the ants clip leaves to feed a fungus garden and then the ants feed on the fungus. is this a mutualistic relationship? In ___ a bell or tuning fork can be chosen to eliminate unknown contingencies. A. genetic conditioning B. classical conditioning C. progressive conditioning D. operant conditioning