what type of website is most likely to contain credible informtion

Answers

Answer 1

Answer:

Wikipedia. I know teachers hate it since it can be edited by anybody but it's got thousands of people checking credibility all the time.

Explanation:

Answer 2
websites that have .gov, .edu, and some could be .org

Related Questions

Using Task Manager, you discover an unwanted program that is launched at startup. Of the items listed below, which ones might lead you to the permanent solution to the problem? Which ones would not be an appropriate solution to the problem? Explain why they are not appropriate.

a.Look at the registry key that launched the program to help determine where in Windows the program was initiated.
b.Use Task Manager to disable the program.
c.Search Task Scheduler for the source of the program being launched.
d.Use System Configuration to disable the program.
e.Search the startup folders for the source of the program.

Answers

Answer: A) - E)

Explanation: A and E might be the most helpful options to your question.

What role does energy play in the formation of sedimentary rock?

Answers


Sedimentary rock. ... Four basic processes are involved in the formation of a clastic sedimentary rock: weathering erosion caused mainly by friction of waves, transportation where the sediment is carried along by a current, deposition and compaction where the sediment is squashed together to form a rock of this kind.


Hope this helps

The major role of energy in the formation of sedimentary rock is that the energy from the Sun creates the cycle of rain and wind that causes erosion to produce sedimentation. Thus, the correct option is C.

What are Sedimentary rocks?

Sedimentary rocks are the class of rocks which are formed from the pre-existing rocks or the pieces of once-living organisms. These rocks form from the deposits which accumulate on the Earth's surface. Sedimentary rocks are often found to have distinctive layering or bedding on them.

The energy plays an important role in the formation of sedimentary rock which is that the energy from the Sun creates the cycle of rain and wind which causes the erosion to produce sedimentation.

Therefore, the correct option is C.

Learn more about Sedimentary rock here:

https://brainly.com/question/10709497

#SPJ6

Your question is incomplete, most probably the complete question is:

What role does energy play in the formation of sedimentary rock?

A. Rain cools sand, mud, and pebbles into hard layers that solidify using energy from the Sun.

B. The heat from the Sun melts sand, mud, and pebbles which then cool and solidify into a rock that can be broken down again through erosion.

C. Energy from the Sun creates the cycle of rain and wind that causes erosion to produce sedimentation.

D. Rain provides the energy needed to bring sand, mud, and pebbles to one location where energy from the Sun changes them to rock.

You remember that, when you lost your wallet last semester, campus security found it for you. You misplaced it again this morning and decided to call campus security. The method used to solve this problem is called a(n) _________.
A) heuristic search.
B) means-ends analysis.
C) pattern matching.
D) schema-driven route.

Answers

The answer is D. route is a previously used approach to solving a problem. When a sikilar situation later occurs, the same schema may be activated and suggest the use of the former solution strategy

HELP ME!!!!!!!!!!!!
Select the correct answer.
Robin wants her presentation to move from one slide to another with special motion effects. Which option should Robin use?
A.
Graphic Elements
B.
Animation
C.
Slide Transition
D.
Slide Master

Answers

Answer: c

Explanation: because that’s the group it’s under

The option Robin should use to move from one slide to another with special motion effects is Animation. The correct option is B.

What is animation?

In PowerPoint, animation allows users to add movement and special effects to individual objects on a slide, such as text, images, and shapes.

Robin can use animation to create a dynamic and engaging presentation that captures the audience's attention and emphasizes key points.

Slide transitions, on the other hand, govern how one slide disappears from the screen and the next one appears. Slide transitions help to create a smooth transition between slides.

Graphic elements and slide master are also ineffective for creating special motion effects.

Slide master is used to create a consistent look and feel throughout the presentation, whereas graphic elements are used to add pictures, icons, and other graphics to the presentation.

Thus, the correct option is B.

For more details regarding animation, visit:

https://brainly.com/question/29996953

#SPJ7

During the Requirements Definition stage of a systems development​ project, the employees who will be the primary users of the new system are not asked about their needs. The IS department is violating which of its​ responsibilities?

Answers

Answer:

enabling users to contribute to requirements for new system features and functions

Explanation:

Based on the scenario being described within the question it can be said that the main responsibility that is being violated is enabling users to contribute to requirements for new system features and functions. They are responsible for gathering user feedback, in order to get a sense of what the user's like and dislike regarding a system in order to later make the necessary changes needed to the system.

ou are a network administrator for your company. When establishing the company encryption policies, you must determine the risk of sending unencrypted data based on its risk to the company if obtained by unauthorized users. Much of the data your company sends is proprietary and sensitive in nature, so you determine that encrypting company transmissions is critical. What is the disadvantage of encrypting company transmissions

Answers

Answer:

Encrypting transmissions slows communication because each data packet must be encrypted and decrypted.

Explanation:

Encryption is defined as a process that uses an algorithm to scramble or encode a message in order for the message to be read by only authorized persons. Companies use this process when trying to keep some messages within a set of people. However, one advantage of encrypting company transmission is that it slows communication to a great extent. This is so because every message or packet data that is transmitted must be encrypted and decrypted before it is sent and read respectively.

If we have a priority queue storing approximately million numbers, and the bottom level is "full", which of the following statements is false? (lower numbers have higher priority) A) The height of the structure is approximately 20. B) The width of the lowest level of the structure is approximately 500,000. C) Nearly half of the 1000 largest values must be in the bottom level of the structure. D) Nearly half of the 1000 smallest values must be in the top half of the tree (if there are k levels in the tree, the "top half" is the top k/2 levels). E) Nearly half of the 1000 smallest values may be in the bottom level of the structure.

Answers

Answer:

The width of the lowest level of the structure is approximately 500,000 is a false statement.

What is top down design? a. Top down design is a way of designing your program by starting with the biggest problem and breaking it down into smaller and smaller pieces that are easier to solve. b. Top down design is a way that you can create designs on a computer to put on a web page c. Top down design is a way of designing your programs starting with the individual commands first d. Top down design is a way to use loops and classes to decompose the problem

Answers

Answer:

The answer is "Option a".

Explanation:

This design is the breakdown for a structure to smaller components to recognize the textural functionalities. This system analysis the built-in the top-down style, that defines and it does not describe some first-level components, which is often known as a staggered layout, and wrong choices can be described as follows:

In option b, It is wrong because it is not used in web pages. In option c, It does not start with individual commands, that's why it is incorrect. In option d, It is wrong because it uses loops and classes, but it can't decompose the problem.

Final answer:

Top down design is a method used in software design where a problem is decomputed into smaller, manageable parts. The programmer starts with the large,main goal of the software then breaks it down into smaller components. Each of these components can then be broken down further if needed.

Explanation:

Top down design, sometimes referred to as stepwise refinement, is essentially a method that is used in the designing of software. This design approach is majorly rooted in the principle of decomposition, where a problem is broken down into smaller, more manageable parts. With the top down design approach, the programmer starts with the largest, overall objective of the software being created.

For instance, if you were designing a calculator software, you'd begin with the overall concept, which is a calculator. Then, you'd decompose this broad concept into smaller parts such as addition, subtraction, multiplication, division, square roots, etc. Each of these sub-problems can further be broken down if necessary. This approach allows you to focus on solving small, specific problems instead of feeling overwhelmed by the complexity of the larger challenge.

Learn more about Top down design here:

https://brainly.com/question/32498450

Is the following an example of social media viral marketing? Indicate your response by selecting Yes or No.
When you sign on to your favorite social media website, a number of sponsored ads appear on your home page.
A) Yes
B) No

Answers

Answer:

A) Yes

This is the social media's way of getting money.

The network board in a workstation is currently configured as follows:

-Network speed = Auto
-Duplexing = Auto

The workstation is experiencing poor network performance and you suspect that the network board is not correctly detecting the network speed and duplex settings. Upon investigation, you find that it is running at 10 Mbps half-duplex. You know that your network switch is capable of much faster throughput. To fix this issue, you decide to manually configure these settings on the workstation.

Before you do so, you need to verify the configuration of the switch port that the workstation is connected to. Given that it is a Cisco switch, which commands can be used on the switch to show a list of all switch ports and their current settings?

Answers

Answer:

show running-config interface

Explanation:

Given that it is a Cisco switch, "show running-config interface" or "show interface" commands can be used on the switch to show a list of all switch ports and their current settings.

This will help to verify the configuration of the switch port that the workstation is connected to.

Scatterplots are useful when applied behavior analysts are interested in finding out the ________ distribution of the target behavior. In other words, a scatterplot illustrates whether the behavior's occurrence is typically associated with certain time periods.
A. Temporal
B. Amount of
C. Standard
D. Simple

Answers

Answer:

The answer is "Option A".

Explanation:

Scatterplots are kinds of graphs or mathematical plots, that display variables using Algebraic, coordinates for usually dual variables for a set of data. It is an application, that targets an activity, a diffusion graph shows the event, which is normally linked to specific periods, and wrong choices can be described as follows:

In option B, It is incorrect because it is used in shareholders. In option D, It is used in a normal random variable, that's why it is incorrect. In option C, It is incorrect because it is used in the frequency distribution.

Final answer:

The correct answer to the question is A. Temporal, indicating that scatterplots are used in behavior analysis to reveal the temporal distribution of a target behavior and identify patterns associated with different time periods.

Explanation:

Scatterplots are instrumental in behavior analysis because they can reveal the temporal distribution of a target behavior, which suggests when during a certain period the behavior is most likely to occur. The correct answer to this question is A. Temporal. Specifically, a scatterplot allows analysts to see if there's any association between the time of day, week, or month and the frequency of the behavior.

In applied settings such as behavior analysis, scatterplots can indicate if problem behaviors are more prevalent during specific periods, helping to identify potential environmental triggers or showing if interventions are having the desired effect over time. Data visualization through scatterplots also assists in determining the correlation between variables, aiding in data analysis by revealing patterns or trends that might not be obvious from raw data.

Multiple organizations operating in the same vertical want to provide seamless wireless accessfor their employees as they visit the other organizations. Which of the following should be implemented if all the organizations use the native 802.1xclient on their mobile devices?A.ShibbolethB.RADIUS federationC.SAMLD.OAuthE.OpenID connect

Answers

Answer:

The answer is "Option B"

Explanation:

It is a union service, that uses Uplink ports to obtain network access, and an EAP is a framework for an encryption of point-to-point links. It is eduroam, that is moving around learning, and wrong choices can be described as follows:

In option A, It is a single, that provides a login device, that's why it is wrong. In option C, It is wrong because it does not exchange authentication and approval information. Option D and Option E both are wrong because it works on HTTP and Licenses System and based on the server.

For off campus work study positions, students should contact the

Answers

Answer:

The answer is "financial aid office".

Explanation:

The work studies are a good way for people to raise funds in component-time on-campus jobs for payment for tuition. In off-campus study, it uses financial aid office, that provides learners to chance to gain useful job experiences when they study at university.

It usually works with you even if you have received an admission invitation. In off-campus study work, it uses the department of Financial Aid, in which it is used to find the financial aid office of your school. It can scan the sorted alphabetically lists below.

Given the following sequence of names added to an ADT sorted list:nameListPtr->insertSorted("Tammie");nameListPtr->insertSorted("Brenda");nameListPtr->insertSorted("Sarah");nameListPtr->insertSorted("Tom");nameListPtr->insertSorted("Carlos");What would be returned by the call nameListPtr-> getPosition("Tammie")a. 1b. 3c. 4d. 5

Answers

Answer:              

c. 4

Explanation:  

This will work as following:

Lets say first Tammie is inserted by this statement insertSorted("Tammie")

Next insertSorted("Brenda") statement adds Brenda on top of Tammie so the sequence is now

Brenda  Tammie

Next insertSorted("Sarah"); statement inserts Sarah below Brenda and above Tammie so the sequence becomes:

BrendaSarahTammie

Next insertSorted("Tom"); statement inserts Tom below Tammie so the sequence becomes:

BrendaSarahTammieTom

Lastly insertSorted("Carlos"); statement inserts Carlos above sarah and below brenda so the sequence becomes:

BrendaCarlosSarah TammieTom

Now the statement getPosition("Tammie") is called which returns the position value of Tammie. So as you can see above its position is 4th so output is 4.

Given the SQL statement:

CREATE TABLE SALESREP ( SalesRepNo int NOT NULL, RepName char(35) NOT NULL, HireDate date NOT NULL, CONSTRAINT SalesRepPK PRIMARY KEY (SalesRepNo), CONSTRAINT SalesRepAK1 UNIQUE (RepName)
);

we know that _____.

A. None of these statements are true
B. RepName is the primary key
C. RepName is an alternate candidate key
D. RepName is a surrogate key
E. RepName is a foreign key

Answers

Answer:  

C. RepName is an alternate candidate key

Explanation:

The explanation is attached in a document.

Match the term with its definition and characteristics.
A subset of Machine Learnign that referst to artificial neural networks that are composed of many layers.
Mimic evolutionary precesses to generate increasingly better solutions to a problem. Mutation within a genetic algorithm involve randomly trying combinations and evaluating success (or failure) in order to learn to optimize outcomes.
analyze large quantitied of information to establish patterns and charceristicwd when the logic or rules are unknown.
Include a knowledge based with accumulated experience and a set of rules for aplying the knowledge base to each particular situation.
A subset of Artificial Intelligence that users algorithms to learn iteratively from data and can find insigths without explicit programming.

Answers

Answer:

1. Deep Learning

2. Genetic algorithm

3. Neural network

4. Expert systems

5. Machine Learning

Explanation:

Deep Learning is a subset of Machine Learning that refers to artificial neural networks that are composed of many layers.

Genetic algorithm mimic evolutionary processes to generate increasingly better solutions to a problem. Mutation within a genetic algorithm involve randomly trying combinations and evaluating success (or failure) in order to learn to optimize outcomes.

Neural network analyze large quantities of information to establish patterns and characteristic when the logic or rules are unknown.

Expert systems includes a knowledge base with accumulated experience and a set of rules for applying the knowledge base to each particular situation.

Machine Learning is a subset of Artificial Intelligence that uses algorithms to learn iteratively from data and can find insight without explicit programming.

Which examples demonstrate appropriate use of media for a school project? Check all that apply. showing cartoons to teach about acting playing a how-to video to introduce a new skill providing a recent movie clip to discuss the topic of old movies using a movie segment to compare it to the novel it is based on presenting an interview clip to make a point about a discussion topic

Answers

The examples that demonstrate the appropriate use of media for a school project are as follows:

Playing a how-to video to introduce a new skill.Using a movie segment to compare it to the novel it is based on.Presenting an interview clip to make a point about a discussion topic.

Thus, the correct options for this question are B, D, and E.

What are the uses of Media?

The uses of the media are as follows:

It is a fundamental source of mass communication.It eventually plays the most informative role in society. It provides the services of the internet.It governs the basic platform of entertainment in the modern era of science and technology. It delivers the services like television, movies, video games, music, cell phones, kinds of software, etc.

The appropriate use of media is demonstrated by playing a how-to video to introduce a new skill, providing a recent movie clip to discuss the topic of old movies, using a movie segment to compare it to the novel it is based on, and presenting an interview clip to make a point about a discussion topic.

Therefore, the correct options for this question are B, D, and E.

To learn more about the Uses of media, refer to the link:

https://brainly.com/question/23976852

#SPJ5

Identify the traditional communication process. A. Source-Encoding-Message channel-Decoding-Receiver-Feedback. B. Source-Encoding-Message channel-Receiver-Feedback. C. Source-Encoding-Message channel-Noise-Receiver-Feedback. D. Source-Message channel-Decoding-Receiver-Feedback. E. Source-Noise-Message channel-Receiver-Feedback.

Answers

Final answer:

The correct answer to the question identifying the traditional communication process is option A: Source-Encoding-Message channel-Decoding-Receiver-Feedback. This sequence encapsulates the full cycle of communication from the inception of a message by the source to the reception and feedback from the receiver, incorporating both encoding and decoding processes.

Explanation:

The question asks to identify the traditional communication process from given options. The correct process is Source-Encoding-Message channel-Decoding-Receiver-Feedback. This sequence starts with a source that creates a message; this message is then encoded, or turned into a form that can be transmitted. It's sent through a chosen communication channel to the receiver, who then decodes, or interprets, the message. Feedback is provided back to the original source, closing the communication loop and making the process interactive. Noise can interfere at any point in this process, potentially distorting the message.

This traditional communication process encompasses the essential elements needed for effective communication: a sender (or source), encoding, a message channel, decoding, a receiver, and feedback. Understanding this process is key in fields like public speaking, marketing, interpersonal communication, and computer-mediated communication.

Search engines rank Web pages based on which of the following?

.The amount of advertising used on the web page

.The popularity and credibility of the Web page

.The profit margins of the sponsoring company

.The ratio of graphics to text on the web page​

Answers

Answer:

The popularity and credibility of the Web page.

The page must have a lot of traffic on it, and for this to happen the page must also be a provider of most needed information.

After compiling source code, which command still needs to be run in order to copy the newly compiled binaries into a directory listed in the PATH variable as well as copy supporting files (such as man pages) to the correct location on the filesystem?

Answers

Answer:

Make install

Explanation:

In Computer programming, after compiling source code, make install still needs to be run in order to copy the newly compiled binaries into a directory listed in the PATH variable as well as copy supporting files (such as man pages) to the correct location on the filesystem.

In general, the commands that are executed by make install are defined in the Makefile.

Jenny, a programmer, uses Microsoft Excel 2016 to generate data required for the programs she develops. She uses various functions in Excel to perform the required calculations. Jenny enters =INT(3.1428) in one of the cells, which returns the integer value. The function used by Jenny is a _____ function.

Answers

Answer:

Math & Trig

Explanation:

INT is Math & Trig function that returns the integer part of the given number, rounds down to the nearest integer.

For example,

INT(3.1428) will give us 3

INT(-5.88) will give us -6

30 POINTS!!!!

Select the correct answer from each drop-down menu.

Justin is pursuing a computer science degree in college. He wants to take extra training as a back-end developer. What kind of programming languages should he learn that would be useful to him?

As a back-end developer, Justin can take courses and training in database tools such as
- illustrator
- sybase
- axure
- indesign
and programming languages such as
- balsamiq
- firework
- perl
- flex

Answers

Final answer:

As a back-end developer, Justin should focus on learning Perl for programming and become familiar with database systems such as Sybase to handle user data and implement security measures effectively. Proficiency in multiple programming languages is also highly beneficial.

Explanation:

Selecting Programming Languages for Back-End Development

To become a skilled back-end developer, Justin should participate in targeted and ongoing training to build his skills and knowledge in programming. The programming languages that are highly valuable for back-end development include languages such as Perl. Additionally, understanding database tools is crucial, and one of the most recognized database management systems a developer might use is Sybase. Learning these technologies will equip Justin to receive, store, and manipulate user data, interact with files, and implement basic security measures to deter malicious attacks.

A utility program that makes a copy of all files or selected files that are in the libraries, contacts, and favorites and on the desktop. a. Disk Cleanup b. File History c. Disk Defragmenter d. VirusScan

Answers

Answer:

File History

Explanation:

File History will always, by default, on an hourly basis, perform a regular backup of all selected files or the entire files in your desktop, document, videos, libraries, contacts, music, and favorites. It is similar to back up and restore which also allows you to perform a backup of your system, drives, and files in the folders.

Many application controls are useful for enhancing the reliability of both transaction data and master record data. This application control compares the data entered into a field for a transaction to that in a master record to verify the data entered exists.
A. True
B. False

Answers

Answer:

True

Explanation:

In most accounting software like SAP, Application control performs what is known as validity check.

And Validity check is when this application control compares the data entered into a field for a transaction to that in a master record to verify the data entered exists.

With above definition we can infer that the question statement is true.

Write a SELECT statement that joins the Customers table to the Addresses table and returns these columns: FirstName, LastName, Line1, City, State, ZipCode. Return one row for each customer, but only return addresses that are the shipping address for a customer.

Answers

Answer:

SELECT [FirstName], LastName,

Line1, City, [State], ZipCode

FROM Customers JOIN Addresses ON

Customers.CustomerID = Addresses.CustomerID

AND

Customers.ShippingAddressID = Addresses.AddressID

Explanation:

The SELECT statement allows us to list the names of columns we wish to choose or select from the table. The customer and address tables are joined based on the common column which harbors unique ID and Address for each customer, CustomerID present in both tables (customers and addresses) and Shipping Address present as ShippingAddressID in Customers and AddressID in Addresses.

What is an IP address and where I can find the IP address for my computer?
a) An IP address is a unique number identification assigned to each computer, server, or device connected to the Internet.
b) To find your IP address, go to Google and type "what is my IP". An IP address is an encrypted name assigned to each computer, server, or device connected to the Internet for identification.
c) To find your IP address you have to type ipaddress in the command prompt window.
d) An IP address is a hexadecimal code identification assigned to each computer, server, or device connected to the Internet.
e) To find your IP address, you have to contact your ISP.
f) An IP address is a series of packets assigned to each computer, server, or device connected to the Internet.
To find your IP address, check the classless interdomain routing.

Answers

Answer:

a) and b) are correct.

Explanation:

You can also type ipconfig on windows terminal to see your ip address - or ifconfig if you are running linux / macos terminal.

Chris is a project manager. He would like to schedule a status meeting for the next week. Several of the group members work at another site. What should Chris do?

Answers

Answer:

chris should make a website for everyone

Answer:

set up a meeting and conference call and send the phone number and pass code to the attendees

Explanation:

edge 2021 , have a great day!

Networks, servers, mainframes, and supercomputers allow hundreds to thousands of users to connect at the same time, and thus their operating systems are referred to as which of the following? a.multiuser b.single user c.single processing d.multiprocessing

Answers

Answer:

a. multiuser

Explanation:

Networks, servers, mainframes, and supercomputers allow hundreds to thousands of users to connect at the same time and thus their operating systems are referred to as multiuser.

Examples of multiuser operating systems are Unix, Mac OS, Ubuntu, Linux, Windows 2000 etc.

Your Salesforce organization's Login Hours are set from 7 AM to 7 PM. A user logs in at 6:57 PM and is viewing a record when the clock passes 7 PM. Which of the following scenarios happens once a logged in user is outside of the specified Login Hours for an organization?a.The user can continue to view the page they are currently on, but if they navigate away from the page, they will be logged out.b.The user can continue to edit records, until they manually log out of the systemc.A warning message displays and the user is logged out immediatelyd.The user can continue to work indefinitely, but new users will be unable to log in

Answers

Answer:

The user can continue to view the page they are currently on, but if they navigate away from the page, they will be logged out.

Explanation:

At 7 PM, the user will be effectively logged out of the system but the user will still have access to his current page. Having being logged out of the system, the have the access to perform any DML, read write, execute operation and at the same time the user won't be able to open any new page; navigating away from this page, the user will be notified that they're logged out.

This is possible because the moment the user sends a new request to the server to execute some DMLs or to navigate, the system logs out the user immediately signaling a session expiry .

Conclusively, already logged in users will only have Read-Only access once mode once the Login Hours has elapsed for the organization. No consequent saves or edits can be made to the database, at this point.

Which of the following phrases describes top-down processing

A. The entry level data captured by our various sensory systems
B. The effect that our experiences and expectations have on perception
C. Our tendency to scan a visual field from top to bottom
D. Our inclination to follow a predetermined set of steps, beginning with step 1, to process sound
E. The fact that information is processed by the higher regions of the brain before it reaches the lower brain.

Answers

Answer:

B. The effect that our experiences and expectations have on perception

Explanation:

Top-down processing refers to how our brains make use of information that has already been brought into the brain by one or more of the sensory systems. Top-down processing is a cognitive process that initiates with our thoughts, which flow down to lower-level functions, such as the senses.

Top-down processing is when we form our perceptions starting with a larger object, concept, or idea before working our way toward more detailed information. In other words, top-down processing happens when we work from the general to the specific—the big picture to the tiny details.

Other Questions
Which is the SIMPLEST level of organization in a human being? Please help ASAP this is very important And please hurry 16. You deposit $468 into a mutual fund account. It decreases in value by 1% per week for sixmonths. How much do you have after 14 weeks? Jason is a manager. His colleagues and subordinates look up to him as a man who always does the right things. Along with other skills, his ability to effectively organize and deploy resources like man power, material, and money has been appreciated by his seniors. According to the Level-5 leadership pyramid, which of the following levels would be the immediate next step for Jason? A. Level 2 B. Level 3 C. Level 4 D. Level 5 Directions: For each of the following, write either P for pioneer species or C for climax community in thelines provided.1. beech-maple forest2. lichens3. mosses and fernsDirections: Complete the events chain about primary succession by placing the following entries in thecorrect order.Volcano erupts.Animals arrive.Lava forms new landcomposed of rock.Large plants grow.Lava cools.Lichens die and decay.Soil forms.Lichens and the forces of wind anderosion help break down rocks Use the following information to prepare the July cash budget for Acco Co. It should show expected cash receipts and cash payments for the month and the cash balance expected on July 31. Beginning cash balance on July 1: $69,000. Cash receipts from sales: 15% is collected in the month of sale, 50% in the next month, and 35% in the second month after sale (uncollectible accounts are negligible and can be ignored). Sales amounts are: May (actual), $1,770,000; June (actual), $1,470,000; and July (budgeted), $1,470,000. Payments on merchandise purchases: 55% in the month of purchase and 45% in the month following purchase. Purchases amounts are: June (actual), $560,000; and July (budgeted), $650,000. Budgeted cash payments for salaries in July: $400,000. Budgeted depreciation expense for July: $13,000. Other cash expenses budgeted for July: $200,000. Accrued income taxes due in July: $90,000. Bank loan interest paid in July: $7,500. Paul Spangler was a doctor treating the wounded at Pearl Harbor. In his letter he writes that he gave the helpless cases a drug to kill the pain until they died. What was the name of that pain killer? Tire inflation is very important to the safe and economical operation of any vehicle. Technician A says that the tire pressure should never exceed the maximum pressure imprinted on the sidewall of the tire. Technician B says to inflate tires to the pressures recommended on the tire information decal or placard on the drivers door. Which technician is correct? Group of answer choices: a) Technician A only b) Tehnician B only c) Both tehnicians A and B d) Neither tehnicians A nor B. The Matsui family came to the United States from Japan thirty years ago. They now speak English at home and the Matsui children date non-Japanese students at college. This family's story best illustrates which of the following concepts?a. Pluralism b. Segregation c. Assimilation d. Miscegenation Write the balanced COMPLETE ionic equation for the reaction when NaCO and AgNO are mixed in aqueous solution. If no reaction occurs, write only NR. The five general principles from the APA are meant to __________. A. be enforceable rules B. be posted in every office C. guide and inspire good conduct D. stand up in court Please select the best answer from the choices provided A B C D Which answer correctly identifies the first battle that the United States won during the War of 1812? The Battle of Detroit The Battle of Lake Erie The Battle of Baltimore shayna had $22 to spend on six notebooks. After buying them she had $10. How much did each notebook cost ? solving equations: application equation and a solution An economist resigns her $100,000/year university teaching position to work fulltime in her own consulting business. In the first year she has total revenue of $250,000 and expenses of $100,000. Which of the following statements is correct?i. Her accounting profit was $250,000ii. Her accounting profit was $150,000iii. Her economic profit was $50,000iv. Her economic profit was $150,000 The following graph is not linear, exponential, or quadratic. Explain why. Maria collected r rocks.Javier collected twice as many rocks as Maria and Pablo collected 5 less than Javier. A magnet is an example what type of force A:applied force B: non-contact force THIS WILL BE 10 POINTS PER Q, SO IF YOU COULD HELP ANSWER THESE ALL, I WOULD LOVE YOU FOREVER :')1) A bedroom is 10ft by 12f with 8ft high wallsHow much would it cost to put wallpaper in this room?Choices: A) 338.56, B) 438.56, or C) 538.562) A kitchen is 12ft by 14ft with 10ft high walls How much would it cost to put vinyl flooring in this room?Choices: A) 1,478.40, B) 1,878.20, or C) 1,678.403) A bedroom is 10ft by 12ft with 8ft high wallsHow much would it cost to put padding and carpet in this room?Choices: A) 2,295.60, B) 2,095.60, or C) 2,495.604) A kitchen is 12ft by 14ft with 10ft high wallsHow much would it cost to put wallpaper in this room?Choices: A) 795.60, B) 895.60, or C) 995.60 Use the information in the works cited page to answer the question. The dates listed in the works cited page indicate important years in Mandelas life. eventful years in the authors life. years in which the sources were published. years in which the student conducted research. Which of these statements about reverse logistics is BEST? A. Reverse logistics systems are usually more cost-efficient than forward-based systems. B. Reverse logistics systems are usually designed to be more flexible than forward-based systems. C. Reverse logistics systems usually play no role in customer satisfaction. D. Reverse logistics systems usually use the same processes and players that comprise the forward-based system.