A drainage network Choose one: A. is considered a trellis network when rivers flow over uniform substrate with a gentle slope. B. drains water directly into the ocean. C. is an interconnected group of streams that collects water over a large area. D. is a trunk stream that cuts across a resistant ridge.

Answers

Answer 1

Final answer:

A trellis drainage network forms in folded topography where main channels and tributary streams resemble a garden trellis, typically seen in regions like the Appalachian Mountains. It is distinct from other patterns, such as dendritic or radial, which are influenced by different geographical and geological factors.

Explanation:

A drainage network is considered a trellis network, which is answer A, when rivers flow over a folded topography, such as that found in the Appalachian Mountains. In a trellis drainage pattern, the main streams and tributaries resemble a garden trellis, where down-turned folds known as synclines create valleys that host the main channel. Tributary streams enter these channels at sharp angles, following the ridges known as anticlines. This contrast to dendritic patterns, radial patterns, and other types of drainage networks that form in different conditions, such as over homogeneous material or around central elevated points like volcanoes. Comparing a trellis drainage pattern to other drainage patterns provides insight into the local topography and subsurface geology that dictate the drainage network. Over time, streams within these networks develop gradients, where the inclination reduces from the headwaters to the mouth. Geologic events, such as folding and faulting, can greatly influence the development of these patterns, as can the type of rock present in the region.


Related Questions

A technology upgrading strategy is utilized by incumbent companies in a mature industry to deter entry by investing in costly upgrades that potential entrants would have trouble matching.​ True or False?

Answers

Answer:

The answer is TRUE.

Explanation:

A technology upgrading strategy is utilized by incumbent companies in a mature industry to deter entry by investing in costly upgrades that potential entrants would have trouble matching. That is a true statement.

Write a loop that displays all possible combinations of two letters where the letters are 'a', or 'b', or 'c', or 'd', or 'e'. The combinations should be displayed in ascending alphabetical order:

Answers

Answer:

In what programming language?

Explanation:

Concentric circles on a disk platter where data is stored;________
A new file system developed for Windows Server 2012;_________
It allows increased stability for disk storage and improved features for data recovery and error checking;__________

Answers

Answer:

Tracks

Resilient File System (ReFS)

Explanation:

Concentric circles on a disk platter where data is stored is called TracksThe new file system developed for Windows Server 2012 is called Resilient File System (ReFS). It allows increased stability for disk storage and improved features for data recovery and error checking

To output the contents of a fully-filled two-dimensional array using pseudocode, write out the elements in the columns within a row, before moving to the next row, using a ________ loop within another.

A. DOWHILE
B. REPEAT UNTIL
C. DO
D. None of the other answers are correct

Answers

Answer:

B.

Explanation:

Based on the information provided within the question it can be said that the loop that should be used is a repeat until loop. This is because this loop will continue cycling until a certain condition is met. In this situation, the loop breakout condition would be the output of the final element in the last column and row of the two-dimensional array.

Final answer:

To output the contents of a fully-filled two-dimensional array using pseudocode, you can use a nested FOR loop. The outer loop will iterate over the rows of the array, while the inner loop will iterate over the columns within each row.

Explanation:

To output the contents of a fully-filled two-dimensional array using pseudocode, you can use a nested FOR loop. The outer loop will iterate over the rows of the array, while the inner loop will iterate over the columns within each row. Here's an example:

FOR row = 1 TO number_of_rows
   FOR column = 1 TO number_of_columns
       OUTPUT array[row][column]
   END FOR
END FOR

In this pseudocode, number_of_rows and number_of_columns represent the dimensions of the array. The OUTPUT statement is used to display the value of each element in the array.

Jasper, a businessperson, has no connection with Yale University, but he has a new line of computer software that he would like to market to university students and faculty under the name of "Yale Software." Which statement is correct?a. Jasper may in all likelihood register the name "Yale Software" under the Lanham Act.b. It is unlikely that Jasper will be able to register the name "Yale Software," because it has a secondary meaning.c. Jasper may in all likelihood be able to copyright the name "Yale Software" under the Copyright Act.d. It is unlikely that Jasper will be able to register the name "Yale Software," because it falsely suggests a connection to an institution.

Answers

Answer:

The answer is letter D.

Explanation:

It is unlikely that Jasper will be able to register the name "Yale Software," because it falsely suggests a connection to an institution.

Agape was asked to make a recommendation regarding short-range wireless technologies to be supported in a new conference room that was being renovated. Which of the following would she NOT consider due to its slow speed and its low deployment levels today?A. ANTB. BluetoothC. InfraredD. NFC

Answers

Answer:

C. Infrared

Explanation:

According to my experience in the field of information technology, I can say that the one technology that she would not consider is infrared. Even though infrared is used in for many applications such as remote controls and sensors it is not that good for wireless communications. This is because compared to the other options available, infrared is only short range, the speeds at which it can transmit are very low, and any physical object can immediately block the signal and cause interference.

All ____ language programs tell the computer how to manipulate the contents of memory locations step-by-step.

functional
baseline
procedural
logical

Answers

Answer:

logical

Explanation:

logical

Write an application that displays the factorial for every integer value from 1 to 10. A factorial of a number is the product of that number multiplied by each positive integer lower than it. For example, 4 factorial is 4 * 3 * 2 * 1, or 24. The output would then be The factorial of 4 is 24. how i do solve this Java Programming Problem?

Answers

Answer:

The program to this question can be given as:

Program:

class Main //define class.

{  

public static void main(String args[])  //define main method

{  

 int i,Factorial=1;  //define variable.

 for(i=1;i<=10;i++)

 // for loop

 {    

     Factorial=Factorial*i;  //variable hold value    

     System.out.println("Factorial of "+i+" is: "+Factorial);  //print value  

 }    

}  

}  

Output:

Factorial of 1 is: 1

Factorial of 2 is: 2

Factorial of 3 is: 6

Factorial of 4 is: 24

Factorial of 5 is: 120

Factorial of 6 is: 720

Factorial of 7 is: 5040

Factorial of 8 is: 40320

Factorial of 9 is: 362880

Factorial of 10 is: 3628800

Explanation:

The description of the above java program can be given as:

In the above factorial program firstly we define the Main class. In this class, we define the main method. Then we define the main method, in this method, we define a variable that is  "i and factorial". The variable i is used in the loop and the variable factorial is used for holding factorial value. Then we define for loop it is an entry control loop. In this loop we calculate factorial form numbers 1 to 10. and print the values.

Bob gets an e-mail addressed from his bank, asking for his user ID and password. He then notices that the e-mail has poor grammar and incorrect spelling. He calls up his bank to ask if they sent the e-mail, and they promptly tell him they did not and would not ask for that kind of information. What is this type of attack called?

Answers

This type of attack is called as phishing emails.

Explanation:

Normally any bank will not ask end user about login details such user id, password, pin number in email. So bob as think and before responding the mail. Moreover this type email to be considered as hacker email, who want to access the bob accounts and do access his account and steal money from bob accounts.

Luckily bob contacted bank to stop further hackers not to his accounts. Since it is grammar mistake bob understood it is hackers who asking bob user id and password.

Bob has prompted these type of mails are called phishing emails. Better to avoid it.

Final answer:

The attack described in the question is known as phishing, which is a deceitful attempt to obtain sensitive information like passwords via email by pretending to be a legitimate entity. Spear phishing is a more targeted form of phishing. Both are examples of social engineering techniques used by cybercriminals.

Explanation:

The type of attack described in this scenario is known as phishing. Phishing is a form of cyber attack where attackers use fraudulent emails that appear to come from legitimate sources, such as a bank, to trick individuals into providing sensitive information like passwords and user IDs. The method often involves poor grammar and incorrect spelling, and banks will never ask for such sensitive information via email.

Sometimes phishing attempts can be more targeted and sophisticated, this is called spear phishing, which involves emails personalized with information known about the individual to increase the chances of success. This type of activity is a part of larger social engineering techniques, where hackers use psychological manipulation to trick users into making security mistakes or giving away sensitive information. These criminals exploit human weaknesses to bypass sophisticated security measures by simply asking for confidential information.

. Use of communications and information systems that are familiar to users is a part of which key principle? A. Security
B. Reliability, Scalability, and Portability
C. Resilience and Redundancy
D. Interoperability

Answers

Answer

Option B.Reliability, Scalability, and Portability.

Explanation:

Use of communications and information systems that are familiar to users is a part of Reliability, Scalability, and Portability.

So option B is correct one

The principle related to the use of familiar information systems by users is Interoperability, which supports seamless interaction with other systems, ensuring reliability, efficiency, and security. The correct option is D. Interoperability.

Use of communications and information systems that are familiar to users falls under the key principle of D. Interoperability. This principle implies that different information systems, devices, and applications should be able to work together within and across organizational boundaries in order to facilitate efficient and effective integration of technology and exchange of information. Specifically, when systems are interoperable, they not only enhance user experience by utilizing familiar interfaces, but also support functionality that allows for effective communication and data exchange, which is crucial for the development of national IT infrastructures with high transmission capacity and access to interactive public e-services.

An organization may face the choice of outsourcing IT development versus in-house service development to meet requirements such as security, efficiency, availability, and the needed transmission capacity. By focusing on interoperability, the organization ensures that its IT infrastructure can interact with other systems seamlessly, which is essential for maintaining reliability and optimizing cost without compromising on security and essential functionalities like confidentiality, integrity, and availability of information.

What kind of attack allows for the construction of LDAP statements based on user input statements, which can then be used to access the LDAP database or modify the database's information?

Answers

Answer:

LDAP injection

Explanation:

LDAP injection is a kind of assault on a web application where hackers place code in a client input field with the aim of gaining unauthorized access in to the system or retrieve information.

At the point when a web application doesn't satisfactorily sanitize client provided input, hackers might have the option to change the construction of a LDAP statement which will run with similar permissions that executed the command.

Which terms are used in conditional logic functions? Check all that apply.

WHEN
IF
OR
NOR
IFTRUE
IFERROR

Answers

Answer:

The answer is "IF and IFERROR".

Explanation:

The conditional logic function is used in excel that use to generate a conditional equation. It is normal to use for many tasks to check whether facts are true or false and to make logical distinctions between words.

This function considers IF and IFTRUE as a conditional logic function. and others are not correct that can be defined as:

The NOR and OR is used as a boolean operator functions in excel that return true or false value only.IFTRUE and WHEN is used in programming language. It used as a macro and condition operator.

Condition statements are “IF, IFTRUE, IFERROR".

Explanation:

In programming languages  “IF <Conditon>’” is used. Normally if condition means, if given condition is true either single statement or multiple statement are executed.

With “IF <Conditon>” has “ELSE” or “ELSEIF <Conditonn>”, Else path execution of “IF <CONDITON>” is false.

Same “ELSEIF <CONDITION>” is executed  if “IF CONDITON” is false.

“OR and NOR” is logical operations, “When” is only on sql query mostly.

“IFTRUE” Mostly inbuilt function on some of programming languages, executer if condition is true.

“IFERROR” mostly inbuilt function on some of programming languages, execute if end error comes where assign value is wrong type or variable or identified is not found etc.

Routers:_________
a) operate at the application layer
b) operate only at the physical layer
c) cannot connect two or more networks that use the same type of cable
d) may also be called TCP/IP gateways
e) operate only at the data link layer 2

Answers

Answer:

d) may also be called TCP/IP gateways

Explanation:

A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet.

Routers generally operate in the network layer of the OSI model.

Routers can connect two or more networks that use the same type of cable

In some organizations, facilities management is the identification, inventory, and documentation of the current information systems status—hardware, software, and networking configurations. _________________________

Answers

Answer:

Following are the statement is False

Explanation:

Because in the organizations there are the following computer components and software are managed by that person who is professional in the Information Technology department and IT administrator so this comes under IT management.

So, That's why the following statement is False.

An administrator has two servers that host the same web content, but only one server is utilized at a given time.
What can be configured that can help to evenly distribute work across the network, and make use of both servers in a manner that is transparent to the end-users?

a. stateful packet filtering
b. load-balancing
c. failover servers
d. proxy servers

Answers

Answer: (B) Load balancing

Explanation:

 The load balancing is one of the computing element that helps in improving the workload distribution across the multiple resources of the computing such as disk driver, network links, CPU (Central processing unit) and the computer clusters.

The load balancing is basically refers to the distribution technique that help the incoming traffic in the network.The load balancing also improve the responsiveness. Increases the various types of application availability.

Therefore, Option (B) is correct.

What version of Windows Server 2016 can be used to share the same physical computer through each person connecting a keyboard, mouse, and monitor to a USB hub that connects to the server?

Answers

Windows server 2016 standard version for minimally virtual environments.

Explanation:

Basically windows server 2016 it is operating system where installed in server platform and connected to local network or VPN or wide area network. Since it is server type of operation end user can configure domain server and active directory in big server.

Windows 2016 has six server types where provided by Microsoft. End user has to select operating systems depends on number user and load of traffic in network.  End users can upgrade possible by paying extra price. Best practice to reinstall the OS with minimal down time.

What does C4 refer to in the function =MATCH(C4,earnings,-1)?
A. The search row
B. The named range
C. The lookup value
D. The match type

Answers

Answer:

The match type

Explanation:

This command is used to find the smallest value from lookyp array that is larger than look up value. lookup value in lookup array.

This command is look like:

=Match (Lookup Value,lookup array, match type)

in given example

lookup value is C4, Lookup Array is earnings and -1 is match type.

due to -1,

this function find the value from earnings that is smallest in array but larger than C4.

A(n) _____ is someone who uncovers computer weaknesses and reveals them to manufacturers or system owners, without exploiting these vulnerabilities.A. corporate spyB. ethical cyber criminalC. hacktivistD. white hat hackerE. data harvester

Answers

Answer: white hat hacker

Explanation:

Like other forms of hacker, white hat hackers also have wide range of knowledge of breaking into systems, overriding firewalls, bypassing security protocols and can also do all other things hackers do. But what differentiates white hat hackers is the motive behind what they do, in that they carry out all this test not for their personal gain but for the benefit of the owners and also with the approval of the owners. Because after carrying out tests on the ways of exploiting the loop holes in the system they reveal it to the manufacturer or system owners for correction.

What's the purpose of maintaining a network of digital forensics specialists?

Answers

Answer:

Explanation:

Digital forensics comes under forensic science, which is mainly used to investigate and search for evidence of crime through electronic devices i.e. computer systems.  

Digital forensics specialists are mainly used to deal with the cases related to electronic devices i.e. computers, to search for evidence of the case, which helps to make the correct decision.

Final answer:

The purpose of maintaining a network of digital forensics specialists is to tackle cybercrimes, support legal processes, and ensure digital security. They work with law enforcement and provide expertise in technology use and surveillance.

Explanation:

Purpose of Maintaining a Network of Digital Forensics Specialists

The purpose of maintaining a network of digital forensics specialists is multi-faceted. These experts play a crucial role in addressing cybercrimes, which have evolved with advancements in digital communications and encrypted digital streaming. The forensic psychology aspect involves understanding the behavior of individuals within the criminal justice system, including the assessment of the reliability of eyewitnesses and jury selection. Additionally, these specialists support legal situations by determining what happened in cases involving digital evidence and formulate interpretations that influence both public and private sector decisions.

To combat crimes that use advanced technologies, large corporations and law enforcement agencies rely on the expertise of digital forensics professionals to navigate the complexities of technology and surveillance. They also help inform policy and practice, as seen in crime mapping and analysis, which utilizes GIS technology to digitally plot and analyze crime data to aid law enforcement strategies.

In a broader societal context, digital forensics specialists contribute to addressing the challenges posed by misuse of technology, such as unchecked data collection and surveillance by powerful entities. They assist in ensuring digital security and protecting sensitive information, advocating for integrity and responsibility in the digital age.

When talking about changes related to information​ technology, the text identifies three interrelated changes that are responsible for the bulk of innovations. These include the mobile digital​ platform, the growth of cloud​ computing, and​ ________.

A.faster networks
B.improved application software
C.the Internet
D.the growing use of big data
E.home computing

Answers

Answer:

The Growing use of Big data

Explanation:

In information technology big data is along with mobile digital platforms and cloud computing are responsible for bulk of innovations.

Big data is a large set of data that can be analyzed and used for pattern recognition, and extract information from different collection of data. This analysis or collection of data leads to innovation in the field of information technology.

Which professional organization is responsible for the development and continued monitoring of the curriculum standards for sport management degree programs?

A) AAHPERD
B) NCAA
C) NFHSA
D) NASSM

Answers

Answer:

Option D is correct.

Explanation:

The North American Society for Sport Management (NASSM), was established in 1985, and its purpose was to promote the study, research, and development in the field of sports management.

It currently publishes a research journal called the Journal of Sport Management, which is used as a model for sports management in several universities across the US.  

Lily's supervisor asked her to add visual interest to the company Web site by tilting images at a slight angle. Lily knows this transformation will differ depending on the browser used to view it. Which vendor prefix property will allow her to apply the transformation when the page is viewed in Chrome and Safari?

Answers

Answer: WebKit transform style

Explanation:

This is a type of vendor prefix which is a string of characters which are related to a specific browser engineer. WebKit is related to chrome, safari, Android browser.

_______________ refers to the type of artificial intelligence that leverages massive amounts of data so that computers can improve the accuracy of actions and predictions on their own without additional programming.

Answers

Answer:

Machine learning

Explanation:

Machine learning is a field of artificial intelligence (AI) that provides systems  to automatically learn and improve from processing and leveraging data without being explicitly programmed.

With the use of machine learning computer programs can be developed so that they can access data and use it learn for themselves.

Thus,

Machine learning refers to the type of artificial intelligence that leverages massive amounts of data so that computers can improve the accuracy of actions and predictions on their own without additional programming.

You want to create Web pages that can easily adapt to and serve multimedia content to smartphones, tablets, gaming devices and smart TVs, as well as to traditional desktop computers, without the use of plug-ins.
Which of the following would be best suited for this purpose?

Answers

Answer:

HTML5

Explanation:

HTML5 has features to create a webpage or pages without using external plug ins. With the help  of API's we can alos add content related to multimedia.

Write a function called check_nums that takes a list as its parameter, and contains a while loop that only stops once the element of the list is the number 7. What is returned is a list of all of the numbers up until it reaches 7.

Answers

Answer:

Following are the program in the Python Programming Language:

def check_nums(length): #define function

 my_lst=[]  #set list type variable

 n=0  #set integer type variable

 while(length[n] != 7): #set the while loop  

   my_lst.append(length[n])  #append liat in my_lst

   n+=1  #increament in n

   if(len(length)==n): #set if condition

     break  #break the loop

 return my_lst  #return the list

l=[4,6,2,55,16,7,81]  #set list variable and assign list init

print(check_nums(l)) #call and print the function

Output:

[4, 6, 2, 55, 16]

Explanation:

Here, we define a function "check_nums()" and pass an argument in its parentheses inside the function,

we set list data type variable "my_lst" and integer type variable "n"we set while loop and pass the condition is the variable "length[n]" is not equal to the 7 then, the value of "length[n] " is appends to the variable "my_lst" and increment in the variable "n" by 1.we set if condition and check when the length of the variable "length" is equal to the variable "n" then, break the loop and return the value of "my_lst".

Finally, set the list type variable "l" and assign the list of numeric value in it then, call and print the function "check_nums"

In this exercise, using the knowledge of computational language in python, we have that this code will be written as:

The code is in the attached image.

We can write the python as:

def check_nums(length):

my_lst=[]  

n=0  

while(length[n] != 7):  

  my_lst.append(length[n])  

  n+=1  

  if(len(length)==n):

    break  

return my_lst  

l=[4,6,2,55,16,7,81]  

print(check_nums(l))

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

Assume that printStars is a function that takes one argument and returns no value. It prints a line of N stars (followed by a newline character) where N is the value of the argument received. Write a statement that invokes printStars to make a line of 35 stars.

Answers

Answer:

printStars(35);

Explanation:

public class Question {

   public static void main(String args[]) {

     printStars(35);

   }

   public static void printStars(int numberOfStars){

       for(int i = 1; i <= numberOfStars; i++){

           System.out.print("*");

       }

       System.out.print("\n");

   }

}

A ________ cloud allows an organization to take advantage of the scalability and cost-effectiveness that a public cloud computing environment offers without exposing mission-critical applications and data to the outside world.
a) hybridb) privatec) pointd) community

Answers

Answer:

a) hybrid cloud

Explanation:

Hybrid cloud -

It is mixes cloud computing methodology , which require a mixture of private cloud , on premises and the public cloud service and third party and thereby the balance between the two , is known as the Hybrid cloud .

This type of cloud enables more flexibility and the movement between the public and the private clouds .

Hence , from the statement of the question , the correct term from the given option is a) hybrid cloud .

Which of the following is not considered to be type of database client?A(n) _________ database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions.

Answers

Answer:

An analytical database is used to collect data that will be used for spotting trends that offer insights for tactical and strategic business decisions

Explanation:

Analytical databases are optimized for analytics. This optimization is done so that the performance of query execution is faster and the database can be scaled easily.

It keeps data for business metrics, key performance indicators (KPI) etc. and provides information for business analytics.

Juan comes across documentation from his organization related to several information security initiatives using different standards as their reference. Which International Organization for Standardization (ISO) standard provides current guidance on information security management?

Answers

Answer:

Answer to the following question is ISO 27002.

Explanation:

ISO(International Organization for Standardization) 27002 or ISO/IEC 27002 is referred to as it is the standard supplementary that hs pay particular attention to the information security to secure those organizations which might be chosen to apply.  

Purpose:

The main purpose of the ISO 27002 is to collect all the important information securities guidelines that design for the particular purpose to help the firm or an organization to improve and maintain the management of its information security.

Which statement about muzzleloaders is true? All muzzleloaders are rifles. All muzzleloaders have only one barrel. Muzzleloaders are safer and easier to use than modern firearms. Muzzleloaders are early firearms that are loaded from the open end.

Answers

Answer:

Muzzleloaders are early firearms that are loaded from the open end

Explanation:

A muzzleloader is any firearm into which the projectile and usually the propellant charge is loaded from the muzzle of the gun.

This is distinct from the more popular modern designs of breech-loading firearms.

Thus, muzzleloaders are early firearms that are loaded from the open end.

Early firearms that loaded with an open end were known as muzzleloaders.

Guns known as muzzleloaders are loaded by placing the bullet and propellant (such as black powder) into the open end of the weapon's barrel. Contrast this with contemporary firearms, which use cartridge-based gunpowder. Prior to the development of breech-loaded firearms, muzzleloaders had a long history and were frequently used. The most prevalent muzzleloaders are the single-barreled models, most often employed for target shooting and hunting. But double-barreled and even multi-barreled muzzleloaders are also available.

Therefore, the correct option is D.

Learn more about muzzleloaders, here:

https://brainly.com/question/29887462

#SPJ6

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

Which statement about muzzleloaders is true?

All muzzleloaders are rifles. All muzzleloaders have only one barrel.Muzzleloaders are safer and easier to use than modern firearms. Muzzleloaders are early firearms that are loaded from the open end.
Other Questions
On January 1, 2018, the general ledger of Grand Finale Fireworks includes the following account balances: Accounts Debit Credit Cash $ 43,200 Accounts Receivable 45,500 Supplies 8,000 Equipment 69,000 Accumulated Depreciation $ 9,500 Accounts Payable 15,100 Common Stock, $1 par value 15,000 Additional Paid-in Capital 85,000 Retained Earnings 41,100 Totals $ 165,700 $ 165,700During January 2018, the following transactions occur:January 2 Issue an additional 2,000 shares of $1 par value common stock for $40,000.January 9 Provide services to customers on account, $15,600.January 10 Purchase additional supplies on account, $5,400.January 12 Repurchase 1,200 shares of treasury stock for $17 per share.January 15 Pay cash on accounts payable, $17,000.January 21 Provide services to customers for cash, $49,600.January 22 Receive cash on accounts receivable, $17,100.January 29 Declare a cash dividend of $0.30 per share to all shares outstanding on January 29. The dividend is payable on February 15. (Hint: Grand Finale Fireworks had 15,000 shares outstanding on January 1, 2018 and dividends are not paid on treasury stock.) January 30 Reissue 800 shares of treasury stock for $19 per share.January 31 Pay cash for salaries during January, $42,500.1. Record each of the transactions listed above.a. Unpaid utilities for the month of January are $6,700.b. Supplies at the end of January total $5,600.c. Depreciation on the equipment for the month of January is calculated using the straight-line method. At the time the equipment was purchased, the company estimated a service life of three years and a residual value of $10,500.d. Accrued income taxes at the end of January are $2,500.2. Record the adjusting entries on January 31, 2018 for the above transactions.3. Prepare an adjusted trial balance as of January 31, 2018.4. Prepare a multiple-step income statement for the period ended January 31, 2018.5. Prepare a classified balance sheet as of January 31, 2018.On January 1, 2018, the general ledger of Grand Finale Fireworks includes the following account balances: Accounts Debit Credit Cash $ 43,200 Accounts Receivable 45,500 Supplies 8,000 Equipment 69,000 Accumulated Depreciation $ 9,500 Accounts Payable 15,100 Common Stock, $1 par value 15,000 Additional Paid-in Capital 85,000 Retained Earnings 41,100 Totals $ 165,700 $ 165,700 Help me with this I dont know if I need to use law of cosines or law of sines to find the degree A 45 kg boy runs at a rate of 2.5 m/s and jumps on top of a stationary skateboard that has a mass of 4 kg. After jumping onto the board, the boy and the board travel off together. Assuming that momentum is conserved, what is the final speed of the boy and the board? Frances had a wonderful product, but her salesforce frequently argued over sales tactics and territories. Conflicts arose over issues unrelated to the business, such as lifestyles and work start times. Which top reason for startup failures was represented in this scenario?a. not the right teamb. lost focusc. poor marketingd. no market need What is 12X-4y = -8 written in slope-intercept form?COFo y = 3x+2o y = 3x-2y= 12x-8|012x0 A company has 525 shares of $61 par value preferred stock outstanding. It also has 21,000 shares of common stock outstanding, and the total value of its stockholders' equity is $716,625. The company's book value per common share equals: ForceA.Tell the forces at work in the diagram and for the sentences.dragliftthrustgravityForce shifted from the lower South to the upper South. was in Charleston, South Carolina remained, as it had been, primarily within the lower South. remained, as it had been, primarily within the upper South. shifted from the upper South to the lower South. A random sample of 50 cars in the drive-thru of a popular fast food restaurant revealed an average bill of $18.21 per car. The population standard deviation is $5.92. Round your answers to two decimal places.(a) State the point estimate for the population mean cost of fast food bills at this restaurant $(b) Calculate the 95% margin of error. $(c) State the 95% confidence interval for the population mean cost of fast food bills at this restaurant. $ $(d) What sample size is needed if the error must not exceed $1.00? n = Which of Dalton's five principles still hold true? As the firm borrows more and debt becomes riskier, both stockholders and bondholders demand higher rates of return. Thus, by reducing the debt ratio we can reduce both the cost of debt and the cost of equity, making everybody better off.a. True b. False One criteria for deciding whether to have a server active all the time or have it start on demandusing a process server is how frequently the service provided is used. Can you think of any othercriteria for making this decision? Based on Le Chatelier's Principle, under what conditions would the yield of CH4(g) be maximized? CO2(g) + 4 H2(g) ----> CH4(g) + 2 H2O(g) H = -165 kJ/molrxn high P and low T low P and high T high P and high T low P and low T What property is (C+2+0=c+2 The set of integers is closed under the operation of addition. A: Which equation illustrates this concept?B: Which statement correctly explains this concept?Select one answer for question A and one answer for question B.A: 2+27=29A: 344=172A: 13=2A: 26=12B: The sum of the integers 2 and 27 is the integer 29, which demonstrates that integers are closed under addition.B: The quotient of the integers 34 and 4 is the integer 172, which demonstrates that integers are closed under addition.B: The difference of the integers 1 and 3 is not an integer, 2, which does not demonstrate that integers are closed under addition.B: The product of the integers 2 and 6 is not an integer, 12, which does not demonstrate that integers are closed under addition. Emily paints for a living and loves it. She decides how many paintings she will create in any given time period and what kinds of paintings they will be. Fortunately, Emily has the discipline to paint even when she doesnt feel like it, and she has produced many pieces of art that have sold for good prices on the open market. This is the example of ______________: a. Behavior control b. Output control c. Normative control d. Concertive control Fatima conducted an experiment where she asked people to estimate the temperature of glasses of water. She recorded how far the estimates were from the actual temperatures, using positive values for guesses that were too high and negative values for guesses that were too low. Her results are in the table below. A 240 V, 60 Hz squirrel-cage induction motor has a full-load slip of 0.02 and a full-load speed of 1764 rpm. The winding resistance of the rotor is 0.6 and a winding reactance of 5 at 60 Hz. Determine the rotor current at full-load. a. Ir =-3.53 A b. Ir= 7.89 A c. Ir= 237 A d. Ir= 1.18 A Mr. william bought an old table for RS 850 and spent 1/10 of the cost price on its repairs. He sold the table for Rs 1050. Find his gain or loss percent. In the context of the most common sales presentation types, which of the following statements is true about the standard memorized presentation? a. Its effectiveness is limited because it offers no opportunity for the salesperson to tailor the presentation to the needs of a specific customerb. It fails to help bring new salespeople up to speed quickly or to give them confidence. Its applicability is an advantage because it lets a salesperson demonstrate empathy, which is an important step in developing a partnering relationshipc. It is more informal and natural than the customized presentation. It provides more opportunity for a customer to participate in the sales interaction than does an outlined presentation