Which is true about TCP and UDP? Choose two answers.
TCP is a connection-oriented protocol
TCP is often used in video streaming apps
UDP is often used for sending documents
UDP does not acknowledge a receipt of data

Answers

Answer 1

Answer:

TCP is a connection-oriented protocol

UDP does not acknowledge a receipt of data

Explanation:

TCP (Transmission Control Protocol) is a protocol to transfer data, this is one of the most important protocols on the entire internet, this method was implemented from the beginning of the network.

UDP (User Datagram Protocol) this is a protocol faster than TCP because this method doesn't establish a connection to sent data, in this case, always sent data, but TCP is more secure than UDP, and for that UDP is used to transfer music or videos, and TCP websites and database.

UDP doesn't need acknowledgment is done by UDP, is only concerned with speed.


Related Questions

Virtualization occurs when a ________________ running specialized software creates environments within unique single files that _______________ other computers.
a) single computer; manages
b) database; manages
c) database; replicates
d) single computer; replicates

Answers

Virtualization occurs when a single computer running specialized software creates environments within unique single files that replicates other computers.

What does virtualization means in computing?

The term Virtualization is a term that connote the method of running a virtual work of a computer system by a layer that is gotten from the actual hardware.

Note that it entails the running of different kinds of operating systems on a computer system at the same time.

Learn more about Virtualization from

https://brainly.com/question/11788301

High-end tools in project management software have enterprise and _____ functions that summarize and combine individual project information to provide an enterprise view of all projects.

Answers

Answer:

Portfolio management  is the correct option.

Explanation:

Project management software is that type of software that is used to accomplish the management related works such as planning, organizing, summarizing and many other works related to the management.

So, project management software is used for functioning the enterprise and portfolio management functions by which the employee combines and summarizes project information.

Making a class's instance variables public and its methods private and accessing those instance variables only through the class's methods and properties facilitates debugging, because problems with data manipulations are localized to the methods

A. True
B. False

Answers

Answer:

False

Explanation:

The reason is that it should be the opposite. The class's instance variables should be private, and its methods should be private. In that way, only these methods can access to the private variables. For example, you have a class named Person and a variable called ssn (social security number). It is better to make this ssn variable private (It is actually a private information for a person) so that it cannot be read or modified outside of your class.

A large institution, such as a bank, may have thousands of transactions to process in which no user interaction is required; which type of computer system are you most likely to use?
A) high-end workstation
B) mainframe
C) Windows PC
D) real-time system

Answers

Answer:

The correct answer to the following question will be Option B (Mainframe).

Explanation:

Mainframe computers are computers that are mainly used by large companies for commercial applications; massive data analysis, including survey, business and client reports, commercial resource preparing, and transaction processing.

And Mainframe machine is so easy for use when a large organization, like a bank, can handle millions of transactions where no user intervention is required.

There's no other way that can make the transaction in millions. So, Option B will be the right answer.

Final answer:

A large institution like a bank would likely use a mainframe computer system to handle thousands of transactions, as mainframes are optimized for large-scale data processing and reliability. The correct  answer is option (B).

Explanation:

A large institution such as a bank, with thousands of transactions requiring no user interaction, would most likely use a mainframe computer system. Mainframes are designed for large-scale computing purposes, and they can handle vast amounts of data and transactions efficiently.

Unlike a high-end workstation or a Windows PC, which are geared towards individual use or smaller workgroup computing tasks, mainframes excel in environments where data processing speed and reliability are paramount. They may not be used in real-time systems that require instant response, but they are perfect for institutions like banks to maintain consistent records and manage large databases.

_____ is a program that allows a person using one computer to access files and run programs on a second computer that is connected to the Internet.

Answers

Answer:

Remote Access Software.

Explanation:

Remote Access Software

Remote access software is a type of software installed on local computer or can be deployed over the network/Internet on a Remote Access Server.

This allows a local user to access files on one or more remote devices over a network or an internet connection.

Remote access software works by creating a connection between a local and remote device over a network or through an Internet connection.

A user can access data, download files and perform installations in remote device over a server. The local user undergoes authentication, before access is granted by a Remote Access Server.

Example of a Remote Access Software;

Teamviewer, Chrome Remote Control etc.

Which of the following forms of wireless security is easily cracked?
a. WEP
b. WPA
c. WPA2
d. IPsec

Answers

Answer:

The answer is "Option a".

Explanation:

The full of WEP is "wired equivalent privacy", which is available on an IEEE network project 802.11b, that allows you to provide security and privacy in the Local wireless networks, but it is easy to crack, WEP because it only protects the wireless network against ordinary users, and other options were not correct, that can be described as follows:

In option b, It is used for data encryption which is better than WEP security, that's why it is not correct.In option c, It is an upgraded version of WPA, that's why it is not correct. In option d, It is a security service, which is used in communication, that's why it is not correct.

Type two statements that use rand() to print 2 random integers between (and including) 100 and 149. End with a newline. Ex: 101 133 Note: For this activity, using one statement may yield different output (due to the compiler calling rand() in a different order). Use two statements for this activity. Also, srand() has already been called; do not call srand() again.

Answers

Answer:

srand(time(NULL));   //using srand once

cout<< (rand()%50)+100;   // first random number

cout<<endl;      //new line

cout<< (rand()%50)+100;   //second random number

Explanation:

The srand function in C++ seeds the rand function. It means that the srand function provides rand function with a number which is used by the random function to generate random numbers.

When it comes to the best possible security for your wireless router, be sure to use WEP encryption to ensure that your transmissions are unreadable by hackers.

a. True.
b. False.

Answers

Answer:

The correct answer to the following question will be "False".

Explanation:

Data equivalent protection for Wired Equivalent Privacy (WEP) is an older authentication and data encryption mode that was replaced with better authentication methods for WPA-PSK and WPA2-PSK and data encryption.Only when you select Up to 54 Mbps from the Mode menu will the WEP option appear.WEP can easily be decoded that is why it is not good for secure transmissions.

Therefore, it's the right answer

The directory partition holds configuration information that can affect the entire forest, such as details on how domain controllers should replicate with one another.
True / False.

Answers

Answer: True

Explanation:

A directory partition is a partition that contains active directory objects, which is part of the forest's Domain Name System (DNS) namespace, and is replicated among domain controllers (DCs).

It is a contiguous portion of the overall directory that has independent replication scope and scheduling data. A directory partition is also known as naming context.

One software license model allows software to be freely distributed, downloaded, and installed without paying a license fee but often requires a fee for support, training, or added functionality.Trure/false

Answers

Answer:TRUE

IT IS AN OPEN SOURCE SOFTWARE

Explanation:AN OPEN SOURCE SOFTWARE is a software which is made to accessed free of charge,no lincense is required for the use of the software. This type of softwares are usually developed to help the users which may be students or for religious purposes or for vunerable persons whom the developer feels should have access to the software. The only fee required is for maintenance or for other special features. GOOGLE'S ANDROID OPERATING SYSTEM is considered as an open source software.

It is false statement. The statement about a software licensing model allowing free distribution but potentially charging for support or additional features refers to open source software. While open source provides freedom to share and modify software, it does not guarantee that the software is free of cost. GPL-licensed open source software ensures users have the right to modify and distribute software, but may not always profit from these actions.

One software license model that permits software to be freely distributed, downloaded, and installed without a license fee but may require a fee for support, training, or added functionality is true to the open source software model. Open source software grants users the freedom to access, edit, and distribute the source code. However, open source does not necessarily mean the software is free of cost; while you can use the software without paying for it, there might be charges for additional services.

When we discuss free software, such as the software licensed under the GNU General Public License, we are referring to the freedom to share and change the software. The concept of "free" in this context is about liberty, not zero price. Developers using the GNU GPL protect your rights by allowing you to copy, distribute, and modify the software according to these terms.

It is important to note that users can change the software and they also can distribute their modified versions. However, if users distribute their modified versions, the GPL requires that these versions are also licensed under the GPL. Users are not always able to profit from selling their versions of the software, as the main idea behind this licensing is to ensure the software remains free and open for everyone's use.

Information from the system that is used to make modifications in the input, processing actions, or outputs is referred to as: Group of answer choices A. Reporting B. Feedback C.Acquisitions D.Processing

Answers

Answer:

D

Explanation:

The processing software helps you to run such activities on a computer device. As you key in the essay on the keyboard, it appears on the screen in front of you. After you examine the essay on the screen, make changes, and determine that it suits your desired content, you can save it using a strorage device

Answer:

B. Feedback

Explanation:

Apart from the four basic functions of the Information system - input, process, output, store - the feedback function is also very important.

Feedbacks are ideas, suggestions, impressions, critics and even criticisms that are being got from users of a system. With feedback, information can be got to be used to make modifications in the input, processing actions, or output.

Feedback will also allow to rebuild and/or revisit an existing system and even allow businesses to make tangible, logical and positive business decisions.

In most modern implementations of the JVM, bytecode is Select one: a. input to the Java compiler b. ready to be executed by a Windows system c. output from the Java interpreter d. input to the JIT (just-in-time) compiler

Answers

Answer:

Option d is the correct answer to the above question.

Explanation:

Java is a programming language that gives the features to write the program in one platform and execute it on multiple platforms. The machine code is not given features like this. So for this, the java derived a class file which is then converted file of the java program which is also called the byte code. This code can be transferred on multiple machines and then excite after get converted into machine code. So to convert the byte code into machine code the java needs a JIT compiler which takes inputs as byte code and gives the output as machine code.

The above question asks that which take input as byte code then the answer is JIT which is defined as above and it is stated from option d. hence option d is the correct answer. while the other is not because--

Option 'a' states about the java compiler which gives the output as byte code.Option b states about the window system which is not the correct option.Option c states that it is the output of the interpreter but the interpreter gives the output as machine code in java language.

Rasheed is memorizing his multiplication tables by using flash cards. He does this frequently enough that eventually he does not need the visual stimulation of the cards to remember his times tables for a test. Rasheed is then taking advantage of __________ memory

Answers

Answer:

Long-term memory

Explanation:

There are two common types of memory - Long-term and short-term.

In short-term memory, information are stored just for a very short time before they are eventually discarded or transferred to the long-term memory. It is sometimes called working memory. For example, short-time memory can be used to remember that a particular event is going to be by 12pm today. After the event, the information might either be discarded or pushed to the long-term memory.

In long-term memory, information are stored for a very long term, almost permanently. For example, long-term memory enables you to remember an event that has taken place in the past. In the case of Rasheed, he has so much learned the multiplication tables in such a way that information on the tables have been stored indefinitely in a part of his brain called hippocampus. Every time he needs the multiplication tables, they are always available. So he is already taking advantage of the long-term memory.

Answer:

top answer should be correct.

Explanation:

Computer ________ involves identifying, extracting, preserving, and documenting computer evidence. a. inoculation b. forensics c. hacking d. multi-factor e. authentication

Answers

Answer:

b. forensics

Explanation:

Digital Forensics: It is the process of preservation, identification, extraction, and documentation of computer evidence which can be used by the court of law.

An insulated anti-short fitting required to be installed in the ends of Type AC cable to protect the wires from abrasion is typically called a(n) __________.

Answers

Answer:

Red head

Explanation:

Type AC or Armoured cable is a cable with very thick insulation and few conductors used in power networks to transfer very high voltage of 11kva to 33kva.

It is installed with several number of conductors in its cable.

Installing the type AC cable requires an insulated anti-short fitting to be installed at the end of the cable, which is called a red head, to protect the cable from abrasion.

The component of the information system that is described as raw, un-processed facts, including text, numbers, images, and sounds,is called:_______.
a) data.
b) software.
c) cloud computing.
d) the Internet.

Answers

The component of the information system that is described as raw, un-processed facts, including text, numbers, images, and sounds, is called data. The correct option is a.

What is a data?

Data is essential to understanding into a form that is efficient for movement or processing in computing.

Data is information converted into binary digital form in relation to today's computers and transmission media. It is acceptable to use data as either a singular or plural subject.

Good data enables organizations to set baselines, benchmarks, and goals in order to keep moving forward. You will be able to establish baselines, find benchmarks, and set performance goals because data allows you to measure.

Thus, the correct option is a.

For more details regarding data, visit:

https://brainly.com/question/10980404

#SPJ2

Final answer:

Data is unprocessed facts that when analyzed and put into context become information, which is essential in information systems.

Explanation:

The component of the information system that is described as raw, unprocessed facts, including text, numbers, images, and sounds, is called data. Data are the raw materials that, when put into context and interpreted, become information. Information systems, like database management systems, are used to transform this data into usable information that can inform decisions and answer questions.

What do you call a group of pins on a motherboard that are used to connect parts of the computer to the motherboard for power or data transfer.a. Socketb. Headerc. Jumperd. Port

Answers

Answer:

D. Port.

Explanation:

In the computer system motherboard, a socket is a connector used to connect the processor. Headers are connector used to clear the RTC. Jumpers are cable connectors used to connect components on the motherboard. The port is a connection point in the motherboard, that connects external or peripheral devices to the motherboard for power and data transfer.

Which are types of Internet connections? Choose three answers.
Cable
HDMI
DSL
HTML
Fiber

Answers

Answer:

Cable

DSL

Fiber

Explanation:

HDMI is a digital video signal format

HTML is the webpage markup language

cable, HDMI, & HTML i believe.

A ____ is an e-mail attack in which the attacker routes large quantities of e-mail to the target system hoping to overwhelm the target with so much irrelevant email that legitimate email cannot be used.

Answers

Answer:

Mail bomb is the correct answer.

Explanation:

In the following statement, A mail bomb is the type of attack on e-mail of the particular person by which the attacker transfers large quantities of e-mail to the target computer in the expectation of flooding the target with so much meaningless e-mail that legitimate e-mail is not accessible. So, that's why the following answer is correct.

A constructor is a method that
Select one:
A. removes the object from memory.
B. returns an object of the class.
C. never receives any arguments.
D. performs initialization or setup operations.

Answers

Answer:

A constructor is a method that performs initialization or setup operations.

Explanation:

A constructor is a special method that is immediately called just after a memory space as been allocated to an object or when an instance of the class is created.

Constructors perform initialization or setup operations, such as assigning initial values to instance Variables. They are called "constructors" because they assist in constructing an object even though they actually don't construct the object.

Final answer:

A constructor is a method in object-oriented programming that initializes an object's state or performs setup operations. It is defined within a class and typically has the same name as the class.

Explanation:

A constructor is a special method in object-oriented programming that is used to initialize an object's state or perform setup operations when the object is created. It is typically defined within a class and has the same name as the class. Constructors can take arguments or parameters, allowing for customization and initialization of objects based on specific values.

For example, let's consider a class called 'Car' in a car dealership system. The constructor of the 'Car' class could be used to set initial values for properties such as 'make', 'model', 'year', and 'mileage' when a new 'Car' object is created.

Learn more about Constructors here:

https://brainly.com/question/33443436

#SPJ6

According to Thomas Friedman, The World is Flat, we have progressed from the globalization of countries to the globalization of multinational corporations to the globalization of ______.

Answers

Answer:

globalization of individual

Explanation:

Thomas Friedman wrote the book " the world is flat". In this book he focuses on globalization, he focuses on how globalization becomes the main economic concept.

Thomas wants to use "the world is flat" as a metaphor and describe how globalization has become a key factor for the economic condition. He describes the change of globalization from countries to the economy then globalization of individuals. According to him, Every globalization is interconnected.

Final answer:

Thomas Friedman's The World is Flat illustrates the progression to the globalization of individuals, emphasizing how technology enables global collaboration and competition among individuals.

Explanation:

According to Thomas Friedman in The World is Flat, we have progressed from the globalization of countries to the globalization of multinational corporations to the globalization of individuals. Friedman highlights that advanced technology, particularly personal computing and high-speed Internet, has significantly contributed to this new phase of globalization by enabling individuals around the world to collaborate and compete globally.

For instance, a woman operating a business from her home in the Midwestern U.S. can employ a call center in Bangalore, India, and software developers in Beijing file more patents than any other Microsoft office, illustrating how individual talent and innovative capabilities are increasingly becoming key drivers of economic activity and competitiveness on a global scale.

You have informed your users that you need to bring the machine down at the end of the day to perform routine maintenance. However, prior to shutting the system down, you want to give users fifteen minutes to save data and exit the system. In this lab, your task is to shut the machine down and warn your users as follows:______
A. Use a 15-minute delay before shutting down.
B. Use It is time for a shutdown! as a message to all logged-in users.

Answers

Answer:

shutdown -h +15 It is time for a shutdown!

Explanation:

In a work environment where there is an admin and users connected to the server when the admin wants to Give a 15-minute delay to allow users enough time to save their work data and logout from the system. the command above shuts down after 15 minutes delay and notifies the user with "It is time to shut down!".

The common denominator for decisions on service processes is​ _______, but for manufacturing processes it is​ _______.A. customer​ contact; product varietyB. customer​ variety; output volumeC. customer​ contact; output volumeD. customer​ variety; product variety

Answers

Answer:

Option C i.e., customer​ contact and output volume is the correct answer.

Explanation:

Customer contact is required for processes the decisions on the service through the common denominator because the customer contact is always required for increasing the business services and products by which their business gain high profits. Output volume is required for the process of manufacturing.

You are attempting to install Windows Server 2016 on a SCSI based disk, but the installation program does not find the disk. What is the most likely cause:________.

Answers

Answer:

Windows Server 2016 requires a driver for working with the SCSI controller.

Explanation:

Based on the information provided within the question it can be said that the most likely cause in this scenario is that Windows Server 2016 requires a driver for working with the SCSI controller. Therefore in order to solve this problem you would need to, manually update the driver for the SCSI adapter in the virtual machine that is going to be using the Windows Server 2016 software.

Which of the following statements is incorrect? Group of answer choices
a.Printer resolution is measured in dpi (dots per inch).
b.Printer output is often called hard copy.
c.Memory within a printer is used to store printing instructions and documents waiting to be printed.
d.Printer speed is measured in the number of words printed per minute.

Answers

Answer:

d. printer speed is measured in the number of words printed per minute                                                                                  

Explanation:

a. Printer resolution is measured in dots per inch. So a. is true. Dots per inch means number of ink dots that are printed on the paper by a printer. Higher resolution means better image that is printed.

b. Hard copy also called a print out is the information in the computer which is printed on the paper by a printer. So b. is also true.

c. A printer has memory which is used to store information about the print jobs, print logs, scans. Print jobs are basically the documents which are to be printed these jobs are removed from memory after the printing task is done. So c is also true.

d. Printer speed is measured in pages printer per minute instead of number of words printed per minutes so option d. is incorrect. For example a laser printer can print up to 20 pages of text per minute.

The term ____ means that a public information network such as an Internet service provider (ISP) should treat all users, all platforms, and all content equally.

Answers

Answer:

Domain Name System

Explanation:

The Domain Name System is a hierarchical and decentralized naming system for computers, services, or other resources connected to the Internet or a private network. It associates various information with domain names assigned to each of the participating entities

Write a method called fact that recursively calculates the factorial value of its single int parameter. The value returned by fact is a long ..

Answers

Answer:

The program to this question can be given as follows:

Program:

//class

public class factorial //defining class

{

//method fact

public static long fact(int x1) //defining method fact

{

//conditional statement

if (x1 <= 1) //if block checks parameter value less then equal to 1

{

return 1; //return value

}

else //else part

{

return (fact(x1 - 1) * (long) x1); //return factors using recursive function

}

}

//method main

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

{

long data=fact(5);//defining variable that holds function value

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

}

}

Output:

Factorial is: 120

Explanation:

In the above java program, a class is "factorial" is defined, inside the class, a static method "fact" is declared, that accepts an integer parameter that is "x1" and returns a long value, inside this method a conditional statement is used.

If the block it checks parameter value is less then equal to 1, if this condition is true, it will return 1 when this condition is not true. It will go in else part.In else part, it uses a recursive function to calculate factorial of a number and return its value.Then the main method is defined, inside this method a long variable "data" is defined, that call and holds fact function return value, and in the next line, the print function is used to print the data variable value.

Which of the following statements are true? Select all that apply.A. Since ObjectInputStream/ObjectOutputStream contains all the functions of DataInputStream/DataOutputStream, you can replace DataInputStream/DataOutputStream completely by ObjectInputStream/ObjectOutputStream. B. If all the elements in an array is serializable, the array is serializable too. C. To write an object, the object must be serializable. D. ObjectInputStream/ObjectOutputStream enables you to perform I/O for objects in addition for primitive type values and strings. E. The Serializable interface does not contain any methods. So it is a marker interface.

Answers

Answer:

Correct options are A, B, D, E

Explanation:

For option A, D, E:

reference :Book: Object Oriented Programming with Java

chapter 5 and section 5.4 Object I/O

for option 'C' it incorrect statement because to write an object it is not necessary to be serialize.

for option B it is correct because if all attributes of array having type T then we can say array is of type T implying the same statement for serialization.

BackNextModerateNew websites are being created every day, yet Internet users are still able to navigate the web and access information at the same speed.Which of the following makes this possible

Answers

Answer:

Hierarchical DNS

Explanation:

Based on the information provided within the question it can be said that the system that makes this possible is called, Hierarchical DNS. This is a hierarchical inverted tree structure, like the one below. This allows the database systems' to be correctly and efficiently distributed and managed so that it does not slow down access.

Answer:

Non-linear

Explanation:

Which of the following refers to programs that install themselves on computers without the users' knowledge or permission and spread by attaching themselves to other files that are transferred from computer to computer?A. Spyware applicationsB. Computer wormsC. Computer virusesD. Freeware applications

Answers

Answer:

The correct answer is C "Computer Virus"

Explanation:

Computer virus is a piece of code that install itself in a computer without the knowledge and permission of the user and start replicating itself and as it execute it self also start damaging the computer files.

Computer virus have ability to replicate itself and it attached to files and move from one computer to another with these files when files are transferred.

Other Questions
____ in the brain and spinal cord and ____ in the periphery are specialized types of glia that build the myelin sheaths that surround neurons. All of the following are examples of being computer literate Except solve for x: 12x-20=6(x-20)-9x For a given class of similar-risk securities, what does each of the following yield curves reflect about interest rates: (a) downward sloping, (b) upward sloping, and (c) flat? What is the "normal" shape of the yield curve? How will a new law mandating an increase in required levels of automobile insurance affect the equilibrium price and quantity in the market for new automobiles? Automobile insurance and automobiles are complements. An increase in automobile insurance rates will thus shift the demand curve for automobiles to the left. Some people Who would have bought new automobiles with the lower insurance rates choose not to have a new car. b) Find the value of x. Show algebraic support.hint: sum of the exterior angles is 360 Bilal has lost twenty pounds. His weight is below its optimal set-point. One would expect his levels of neuropeptide Y (NPY) to _____ in order to _____ hunger and fat storage. An advertising executive takes over a Google Search ads campaign. On his Google Ads Recommendations page he notes that the campaign's optimization score is 40%. What does this score indicate? A plastic-foam container used as a picnic cooler contains a block of ice at 0C. If 225g of ice melts, how much heat passes through the walls of the container? What is the vertex of the function f (x) = x2 - 10x?(5,-25)(5.-75)(-5,75)(-5,25) The California State University (CSU) system consists of 23 campuses, from San Diego State in the south to Humboldt State near the Oregon border. A CSU administrator wishes to make an inference about the average distance between the hometowns of students and their campuses. Describe and discuss several different sampling methods that might be employed. Read the excerpt from Grendel. I was safe in my tree, and the men who fought were nothing to me, except of course that they talked in something akin to my language, which meant that we were, incredibly, related. I was sickened, if only at the waste of it: all they killedcows, horses, menthey left to rot or burn. I sacked all I could and tried to store it, but my mother would growl and make faces because of the stink. How is Grendel characterized in this excerpt? a. He is weak and easily disgusted by dead animals. b. He is careful and respectful of animal life. c. He is cruel and disobedient to his mothers wishes. d. He is considerate and mindful of the fighting men. What are the three components of an effective cardio respiratory exercise program After consuming a few alcoholic beverages, Sejal finds it hard to tie her shoes or type text messages to her friends. Which area of the brain is responsible for Sejal's behaviors: brain stem, reticular formation, cerebellum, thalamus, hypothalamus, hippocampus, amygdala, basal ganglia, corpus callosum, occipital lobes, temporal lobes, parietal lobes, frontal lobes, motor cortex, somatosensory cortex, or prefrontal cortex? Explain your answer. A broker listed a $75,000 property and the agreement read that the owner would NOT take more than a 25% cash offer. The broker produced a buyer who offered a full price 100% cash offer. Would the broker be due a commission? 1. Jason was asked to factor 25x2 - 1 on his algebra test. Which of the followingcould best reflect Jason's answer? Which of the following are examples of a primary market transaction? a. A company issues new common stock. b. An investor asks his brother to purchase 1,000 shares of Boeing common stock. c. A company issues new bonds. d. Statements a and c are correct. e. Statements a and b are correct. On November 1, Year 1, Thomasson paid rent on its building for 2 years in the amount of $12,000. When the transaction was initially recorded, the full $12,000 was recorded as an expense using an alternative approach to record the prepayment. The adjusting journal entry on December 31, Year 1 requires a a restaurant automatically add an 18% tip to the bill. if the tip was $9, what was the bill before the tip was added, in dollars ? A ball is being thrown straight upward and rises to a maximum height of 12.0m above its launch point. At what height above its launch point has the speed of the ball decreased to one-half of its initial value Steam Workshop Downloader