A painting company has determined that for every 112 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $35.00 per hour for labor.
Write a function named compute_cost(), that takes area of wall space and the price of a paint gallon. Function then computes the following:
The number of gallons of paint required
The hours of labor required
The cost of the paint
The labor charges
The total cost of the paint job
Finally it returns the total cost to the calling program
Write the main() function that prompts the user to enter area of wall space to be painted and the price of a paint gallon. The main function then calls compute_cost() function to compute the cost and prints the total cos.
Make sure it is in python program

Answers

Answer 1

The sum of paint cost() and labor charge ()

print(f"The number of hours of lab time are needed: labour()hours" print(f"The number of gallons of paint are needed: gallons(wall)")

Print "The Price of Paint: $paint cost()," "The Price of Labor: $labour charge()," and "The Total Price of the Job: $round(total(), 2)"

In Python, what is a programme?

A collection of Python statements that have been carefully chosen to accomplish a certain task is the simplest definition of a programme.

The square footage of a wall in feet and the cost of a gallon of paint are inputted by the user into the python software. To determine the entire cost of the project based on the quantity of paint and the labour costs, five functions are used: gallons(), labour(), paint cost(), labour charge(), and total().

To know more about Python visit:-

brainly.com/question/18502436

#SPJ4


Related Questions

A significant part of your marketing plan should allocate resources to online advertising.

True


False

Answers

The statement "a significant part of your marketing plan should allocate resources to online advertising" is definitely true.

What is Online advertising?

Online advertising may be defined as a type of marketing strategy that significantly involves the utilization of the Internet as a medium in order to obtain website traffic and target.

The process of online advertising may typically include banner ads, search engine results pages, social networking ads, email spam, online classified ads, pop-ups, contextual ads, and spyware.

The purpose of a marketing strategy is to maximize the influence of advertising either via online medium or offline versions. The basic intention of this is to promote the marketing of the product to their customers.

Therefore, the statement "a significant part of your marketing plan should allocate resources to online advertising" is definitely true.

To learn more about the Purpose of advertising, refer to the link:

https://brainly.com/question/1658517

#SPJ1

linus has created a virtual network on the cloud service provider his company uses. As part of the setup, it asked him to define a subnet mask, so he put in 255.255.252.0. How many usable IP addresses does that leave him to assign to virtual routers, virtual machines, and other hosts on that subnet

Answers

He has 1022 (1024 total, minus 2 for subnet ID and broadcast) useable IP addresses to distribute across hosts, virtual routers, and virtual machines on that subnet.

Which Azure service creates virtual machine instances?

Through the Azure interface, one can build virtual machines (VMs) for Azure. This technique offers a browser-based user interface for creating VMs and the resources they need.

Which protocols enable safe remote access between a Windows machine and a Windows VM instance?

A bastion host offers SSL-encrypted Remote Desktop Protocol (RDP) communication to your virtual machines (VMs) within the Azure portal. Your VMs do not require a public IP address when connecting via a bastion host.

To know more about useable IP addresses visit :-

https://brainly.com/question/15055849

#SPJ4

I need answer ASAP. Place the box’s in the correct places

Answers

Answer:

This is the order:

customer

order

accept order

notify kitchen

inventory kitchen

order

customer

i think, i'm sorry

The following describes which sources of potential risk: The software programming team is supposed to begin work in two months. The team has already been hired, but half of the team does not yet have their security clearance, and will not be able to start work on site until they do.

Answers

External conditions and demands, administration and security, logistics, as well as other variables, security and integration of human systems .

What does introductory programming entail?

If you're searching for a simple and even enjoyable computer language to learn first, Python is always advised. Python reads plain English and is easy to grasp for someone who is new to programming, as opposed to having to dive right into rigid syntax restrictions.

How challenging is programming?

It is public knowledge that programming is one of the most hard challenges to master. It is not difficult to understand why some people find it challenging to learn how to code given how different it differs from conventional educational methods, including college degree programs in computer science.

To know more about Programming visit :

https://brainly.com/question/11023419

#SPJ4

Based on the passage, an experimental feature that distinguishes the PAC technique from the classic calorimetry technique based on thermometers is that PAC:

Answers

The experimental feature that distinguishes the PAC technique from the classic calorimetry technique based on thermometers is that PAC uses a heat pulse to measure the thermal properties of a material.

What Distinguishes the PAC Technique from Classic Calorimetry?

The Pulse Atomization Calorimetry (PAC) technique is an experimental method for measuring the thermal properties of a material. This technique is distinct from classic calorimetry, which relies on thermometers to measure heat. What sets the PAC technique apart is its use of a heat pulse. This pulse is used to measure the rate at which the material absorbs and releases heat, providing more accurate and precise data than the classic calorimetry technique.

Learn more about PAC Technique: https://brainly.com/question/28032206

#SPJ4

Write a flowchart and C code for a program that does the following:
Uses a do...while loop.
Prints the numbers from 1 to 10 with a blank line after each number. (Hint: You'll need to use the newline character \n .)
Submit one Word document which contains:
Your flowchart in Flowgorithm
A screenshot of your code
A screenshot of your output including the Title Bar of the console window.

Answers

The programme and flowchart serve as examples of how to use a do while loop. Repetitive tasks are performed using the do while loop.

Student Program: What exactly is it?

Graduate students, young professionals, and artists in the U.s who are graduating from college can apply for fellowships through the Education Program to study, do research, or teach English abroad.

Briefing :

Here is a dataset of C code that uses comments to describe each line:

#include

int main () {

//This initializes the number to 1

int a = 1;

//This begins the loop

do {

//This prints the current number

printf("%d\n", a);

//This increments the number by 1

a = a + 1;

}

//The loop is repeated as long as the number is less than or equal to 10

while( a <= 10 );

return 0;

}

To know more about Program visit :

https://brainly.com/question/11023419

#SPJ4

what command can you use to create a file use to assign an ethernet interface eth0 the IP address 192.168.1.2

Answers

The command "ifconfig eth0 192.168.1.2" can be used to assign the IP address 192.168.1.2 to the ethernet interface eth0.

What is ifconfig command?

The ifconfig command is used to assign an IP address to a network interface on a Linux operating system. It is used to configure, control, and query TCP/IP network interface parameters. It can be used to set the IP address, netmask, and other network settings for a network interface.

What are the different options available with ifconfig command?

ifconfig command has various options like :

a : Show all interfaces that are currently available, even if they are down.

s : Show statistics for the specified interface.

v : Display the version of the ifconfig command being used.

up : bring up a network interface.

down : take down a network interface.

IP address : assign an IP address to a network interface.

netmask : assign a netmask to a network interface.

broadcast : assign a broadcast address to a network interface.

hw ether : assign a MAC address to a network interface.

These are some of the options available with ifconfig command. It can be used to set the IP address, netmask, and other network settings for a network interface.

To know more about  ethernet interface visit:
brainly.com/question/14398307
#SPJ4

(20 POINTS)
What is one risk of introducing your new information system? Why is it a risk?

Answers

The integration of a contemporary information system incurs one substantial danger - resistance from employees acclimated to the traditional form.

Why is this detrimental?

This can be detrimental, as it could lead to mediocre workflow and dissatisfaction among workers. Reasons behind the opposition may range from the trepidation of change, insufficient comprehension of the new technology, or simply personal preference towards the old method.

It is essential to heed the concerns of staff and furnish satisfactory instructions to guarantee a straightforward migration to the improved system. Ignoring these procedures may result in an expensive and unsuccessful implementation.

Read more about information systems here:

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

2. State eight typing keys (8mks)​

Answers

     On a keyboards, the main sequence is the central row where the keys are located. When beginning to write, you rest your fingertips on the home keys. F, D, S, and A are the main keys, and J, K, L, and ; (semicolon) are located on the right side of the keyboard.

Are there any incremented values from one loop to the next?

What variables may be used to track each loop in the program?

Answers

Answer:

You can place any expression you'd like in the final expression of the for loop, but it is typically used to update the counter variable.

counter variable is used throughout those parts. That variable keeps track of the current repetition, and is typically named i . The initialization part initializes the counter variable to a starting value.

Explanation:

If you assign a ______________ Access will display the value you assign, rather rather than the field name

Answers

If you assign a caption Access will display the value you assign, rather rather than the field name.

Which data type should be used to represent a field that contains postal codes?

For a postal code, a string is the appropriate data type. This would normally be a variable in a SQL database, of the right length. Even if the values have a numerical appearance, a numeric data type is inappropriate. You cannot do math on them, and that is the only straightforward explanation.

Which view offers the greatest field definition options?

Before entering any data into the datasheet, you can define the fields in the table using Design View. The window is separated into two sections: the top pane is used to input the field name, data type, and option description; the bottom pane is used to specify the field properties.

To know more about field property visit

brainly.com/question/28590460

#SPJ4

When you identify the data elements in a new database, you typically subdivide data elements into __________.
1 makes maintenance easier
2 clustered
3 The column is frequently updated.
4 the smallest practical components

Answers

The smallest practical components

What tools are available for combining data from two or more tables into a single result set?

You may wish to combine records from one table or query with records from one or more other tables to generate a single set of records – a list including all of the records from the two or more tables. A union query in Access serves this function.

The most prevalent sort of relationship between tables in a database is one-to-many. A record in one table corresponds to zero, one, or many records in another database in a one-to-many (also known as many-to-one) connection.

To learn more about subdivide data to refer:

https://brainly.com/question/13261775

#SPJ4

Which attack creates false deauthentication management frames that appear to come from another client device, which causes the client to disconnect from AP

Answers

Disassociation attack creates false deauthentication management frames that appear to come from another client device, which causes the client to disconnect from AP.

How is a deauthentication attack carried out?

A deauthentication attack is another name for a disassociation attack. Deauthentication or deauth attacks break off connections between users and Wi-Fi access points. Devices are made to lose access by the attackers, who then force them to re-join their controlled network. Following that, criminals can monitor connections, seize login information, or dupe users into installing malicious software.

An attack on WiFi is what?

Attacks that target wireless networks, often referred to as network attacks, constitute a severe concern. The goal of wireless network attacks is to intercept information being sent around the network and/or interfere with information flow.

To know more about deauthentication attack visit

brainly.com/question/29671371

#SPJ4

Which of the following methods of network access control involves using a secure server room and/or lockable hardware cabinets?
Port-based Network Access Control
Firewalls
Physical port security
MAC Filtering

Answers

Physical port security involves the use of secure server rooms and lockable hardware cabinets to protect network access.

Network Access Control Using Physical Port Security

Physical port security is a method of network access control that uses secure server rooms and lockable hardware cabinets to protect network access. This type of security is effective in preventing unauthorized users from accessing the network through physical access to the ports. It typically involves the placement of locks on network ports, cabinets, and server rooms. This ensures that only authorized persons can gain access to the network and its resources. Additionally, server rooms are kept in secure locations and temperature and humidity are strictly monitored.

Learn more about network: https://brainly.com/question/8118353

#SPJ4

explain plat data model​

Answers

Data models are a set of guidelines and/or constructs that are employed in computers to define and represent elements of the real world. There are two main data models.

Describe data models using an example.

There are two distinct but related notions that might be referred to as data models. It can also refer to an abstract formalization of the entities and connections present in a certain application domain, such as the clients, goods, and orders in a manufacturing company.

By data model, what do you mean?

Data models for an organization visually represent data elements and their interactions. Models help define and structure data within the context of relevant business activities, which aids in the development of effective information systems.

To know more about data model​ visit:-

https://brainly.com/question/29651109

#SPJ1

Torrey changed his pie chart as shown.



Which changes were made to the pie chart?

Which changes were made to the pie chart?

The angle of the slices were adjusted in the Format tab, data labels were added in the Layout tab, and the legend was moved to the bottom in the Layout tab.
The chart style was changed in the Design tab, data labels were added in the Layout tab, and the legend was moved to the bottom in the Layout tab.
The angle of the slices were adjusted in the Format tab, the chart title was added in the Layout tab, and the legend was changed to the bottom in the Layout tab.
The chart style was changed in the Design tab; data labels were added in the Layout tab, and the chart title was added to the bottom in the Layout tab.

Answers

The change that was made to the pie chart is that the angle of the slices was adjusted in the Format tab, the chart title was added in the Layout tab, and the legend was changed to the bottom in the Layout tab. Thus, the correct option for this question is C.

What is a Pie chart?

A pie chart may be characterized as a graphical representation technique that displays data in a circular-shaped graph. It is a composite static chart that works best with a few variables.

The design, format, and layout tabs chart Tools contextual tabs appear on the Ribbon when you select a chart. Pie charts are often utilized in order to represent sample data—with data points belonging to a combination of different categories.

Therefore, the correct option for this question is C.

To learn more about Pie charts, refer to the link:

https://brainly.com/question/796269

#SPJ1

Your primary e-mail server uses three hot-swappable hard disks in a RAID 5 configuration. When one disk fails, other disks are readily available in the server room, which you can simply plug in while the server is still running. Which term best describes this scenario

Answers

Hardware fault tolerance is the term best describes this scenario.

In functional safety, what does HFT mean?

The HFT refers to a system's capacity to carry out the necessary safety function despite one or more hardware defects. The ratio between a system's safe failure rate and its overall failure rate is known as the SFF.

Which fault tolerance types are there?

A fault-tolerant system may be able to withstand one or more types of failures, such as: I transient, intermittent, or permanent hardware problems; ii) mistakes in the software and hardware design; iii) human mistakes; or iv) externally generated upsets or physical damage.

To know more about fault tolerance visit

brainly.com/question/14927034

#SPJ4

Which of the following will configure all the span elements with red (#FF0000) text color? a. span { color: #FF0000;} b. #span { color: #FF0000; } C. span { color:#FF0000; } d.

Answers

All the span elements will be configured with red (#FF0000) text color if you use the following syntax: span color: #FF0000;.

The text color is set by which CSS property?

The text color is set by which CSS property? On a web page, the font color can be changed using the declaration property bgcolor.

Which CSS syntax for body color is appropriate?

The right CSS syntax is pcolor:black; out of everything provided (Option 2). CSS selectors are used to "find" (or pick) the HTML components that need styling. The HTML element you want to style is designated by the selector p in CSS, which is p>. The value of a color's property, which is black, is a property.

To know more about span elements visit :-

https://brainly.com/question/26102029

#SPJ4

how do I answer other peoples question. is there something to click because i dont see it.

Answers

If you’re using the app, cick on the question you want to answer and press “answer” at the bottom of the screen.

Answer:

yes , it should say right there "answer question" press that usually it has a plus sign on it.

Explanation:

if you find this helpful please like it and rate it :D

Which two ports should packet-filtering rules address when establishing rules for Web access?
a. 143, 80 b. 25, 110 c. 80, 443 d. 423, 88

Answers

Packet-filtering rules for Web access should address ports 80 and 443.

Port 80 is used for unencrypted HTTP traffic, which is the standard protocol for communicating data over the web. Port 443 is used for encrypted HTTPS traffic, which is the secure version of HTTP used to protect the privacy of data transmitted over the web.

The location where the MAC address range can be changed in Hyper-V Manager by slecting the _____ option from the Action menu, Actions pane, or context menu of the server.

Answers

The Move-VMStorage PowerShell cmdlet is part of the most recent Hyper-V release. VHD/VHDX files, snapshots, and/or paging files can all be moved. One of my virtual computers, with a single VHD file, is seen below.

Which sort of physical host adapter on a Hyper-V virtual switch connects to the wired physical network?

Between virtual adapters attached to virtual machines and the management operating system, a Hyper-V virtual switch in external mode enables communications.

Which three import types does Hyper-V support?

Three different types of virtual machines can be imported using Hyper-V, including register in place, restore, and copy.

To know more about VHD file visit:-

https://brainly.com/question/15062093

#SPJ4

Which of the following warns that the computer is infected and needs immediate attention? a. compression tool b. anti-virus software c. FBI consumer alert b. web filter

Answers

Anti-virus software typically warns that the computer is infected and needs immediate attention. Anti-virus software is designed to identify and protect against viruses and other malware that can damage or compromise the security of a computer. If the anti-virus software detects a virus or other threat, it may issue a warning to the user to alert them to the issue and recommend steps to take to address it.


Identity any five system unit components and explain the use for each [apart from processor]

Answers

Answer:

RAM

ROM

PROCESSOR

MOTHER BOARD

HARD DISK

Explanation:

Random access memory or RAM store data temporary

Read only memory or ROM permanently store data and have a programming needed to start (PCs) or other electronic device

CPU or processor refers to brain of computer

Mother board the main internal hardware component of system unit

Hard disk is electro mechanical data storage

Computer file have name that conit of which two part?
bae file name and file name prefix
long file name and hort file name
bae file name and file creation date
bae file name and file name extenion

Answers

Windows file names consist of the file name, a period, and the file extension (suffix). A three- or four-letter shorthand known as the "extension" designates the type of file.

What is a file name the two parts of a filename?Windows file names consist of two parts: the file name and a three- or four-character extension that indicates the file type. These two sections are separated by a period. within costs. For instance, in the file name expenses.xlsx, the file extension is.xlsx.The file's extension informs your computer which programme created or can open the file and which icon to use. For instance, the docx extension instructs your computer to display a Word symbol when you examine the file in File Explorer and that Microsoft Word may open it.The majority of file name extensions work with many programmes that you have installed. The only thing that will change when you change a file's extension is the file name; nothing else will be altered.

To learn more about extension refer :

https://brainly.com/question/28578338

#SPJ4

One method users can employ to determine what the Game Camera object 'sees' is by looking for the yellow box it draws around a scene view.

True

False

Answers

Given the fact that one method users can employ to determine what the Game Camera object 'sees' is by looking for the yellow box it draws around a scene view, this is True.

The yellow box that is drawn around a scene view is a representation of the area that the Game Camera object "sees" in the game.

How does this work?

In Unity, the yellow box that is drawn around a scene view when the Game Camera object is selected is called the Camera Gizmo. It is a visual representation of the camera's view frustum, which is the 3D space that the camera can "see" in the game.

The view frustum is defined by the camera's field of view, aspect ratio, and near and far clipping planes. Objects that are within the camera's view frustum will be visible in the game, while objects outside of the view frustum will not be rendered.

By adjusting the camera's settings, such as its field of view or position, you can control what the camera "sees" in the scene and how the scene is rendered in the game.

Thus, the given statement is true.

Read more about program methods here:

https://brainly.com/question/23275071

#SPJ1

What is the process of locating wireless access points and gaining information about the configuration of each

Answers

Wardriving, it is the process of locating wireless access points and gaining information about the configuration of each

Wardriving is what?

In terms of cyber security, wardriving refers to the act of utilising a laptop or smartphone to hunt for open Wi-Fi networks, typically while moving. The wardriving programme is readily downloadable from the internet.

What do war flying or wardriving mean?

In any location, wardriving enables one to compile a list of open networks and, if they are unprotected, return and freely browse them. Note. When looking for unsecured wifi networks, war flying involves using an aeroplane rather than a car.

To know more about Wardriving visit

brainly.com/question/13697151

#SPJ4

A company's desire to sell products and services: A. will ultimately lead to its doom B. explains why the web took off OO C. can drive innovations in media. D. is not reflected in social media.​

Answers

Answer:

C. can drive innovations in media.

Explanation:

A product can be defined as any physical object or material that typically satisfy and meets the demands, needs or wants of customers. Some examples of a product are mobile phones, television, microphone, microwave oven, bread, pencil, freezer, beverages, soft drinks etc.

Innovation typically involves the creation of a new product of any category such as automobile, building, phones, electronics, etc., that generates money for the innovators or manufacturers through purchase made by the end users (consumers).

Hence, a company's desire to sell products and services can drive innovations in media as it would be willing to create contents and resources that would significantly boost its sales, competitive advantage and market attractiveness.

Additionally, these desires would spur the company into making frantic efforts to use the social media in new ways or manner.

A program defines a class Shape. The first line of code in the main program is Shape Triangle;. What is Triangle

Answers

A triangle is an object which has the main program as a shape triangle. The first line of code in the main program is Shape Triangle.

What is an object-oriented strategy?

The goal of the object-oriented approach is to break down the behavior and structure of information systems into manageable modules that incorporate both data and process. By making system analysis and design more accessible, object-oriented design (OOD) aims to increase both the quality and productivity of these processes.

What three characteristics define object-oriented programming?

Encapsulation, inheritance, and polymorphism are the three main pillars that support object-oriented programming.

What does a class in programming mean?

A class is a template declaration of the variables and methods in a certain type of object in object-oriented programming. As a result, an object is a particular instance of a class; instead of variables, it holds real values. One of the fundamental concepts of object-oriented programming is class.

To know more about class shape visit:

https://brainly.com/question/29463051

#SPJ4

Which layer of the OSI model should you check first if a computer can't connect to the company network

Answers

Answer:

In any network, most of the problems occur at the physical, data-link, and network layers. Therefore, it is always advisable to start troubleshooting from the physical layer and gradually proceed to the application layer.

Explanation:

What would a developer do to update a picklist field on related Opportunity records when a modification to the associated Account record is detected

Answers

Answer:

Create a process with Process Builder.

Explanation:

Other Questions
What is the aTeri West operates her own catering service. Summary financial data for July are presented in equation form as follows. Each line designated by a number indicates the effect of a transaction on the equation. Each increase and decrease in owner's equity, except transaction (5), affects net income. Assets = Liabilities + Owner's Equity Cash + Supplies + Land = Accounts Payable + Teri West, Capital - Teri West, Drawing + Fees Earned - ExpensesBal. 40,000 3,000 82,000 7,500 117,500 1. +71,800 +71,800 2. -15,000 +15,000 3. -47,500 -47,5004. +1,100 +1,100 5. -5,000 -5,000 6. -4,000 -4,000 7. -1,500 -1,500Bal. 40,300 2,600 97,000 4,600 117,500 -5,000 71,800 -49,000mount of the net income for the month? What is the amount of the net increase in cash during the month?$fill in the blank 8300c. What is the amount of the net increase in owner's equity during the month?$fill in the blank 917,800d. What is the amount of the net income for the month?$fill in the blank 10e. How much of the net income for the month was retained in the business?$fill in the blank 11 Since Truman favored some portions of the Taft-Hartley Act, would the nation have been better served if he had possessed a line-item veto? What type of sentence is this?I have never eaten and rested so well. 3. In southern Africa around 1000 CE, groups of herders began to come together, forming larger groups, probably for protection. One of the cities that developed from these groups became the capital for the Shonakingdom. The kingdom reached its height between 1250 and 1450 CE. Today, the site is largely in ruins, but you can still get a sense of its architecture and structure. What is the name of this city?Tassilin' AljerBeninThe Great ZimbabweNok Deck Co. had 120,000 shares of common stock outstanding at January 1. On July 1, it issued 40,000 additional shares of common stock. Outstanding all year were 10,000 shares of nonconvertible cumulative preferred stock. What is the number of shares that Deck should use to calculate basic earnings per share Every agreement and promise enforceable at law are a contract There are different types of Contracts based on enforceability, formation, and performance. Explain all the types with examples. What is the solution to the system of equations 3x 2y 7 and Y 3x 11? How does the in group's laughter and whispers affect laura over the course of the story? Common lit assesment Evaluate the expression Z/8, or z 8 for each of the following values for Z:20) Z = 10.221) Z = 9222) Z = 16.01623) Z = 5 4/9Evaluate each expression below if m = 32 and n = 15024) m/16, or m by 1625) 2N - 20026) 3/4M -12 Can u please help?......................... What are the solutions to 3x 2 4 0 `? Find the number that is 2/3 of the way from 3/4 to 3 5/12 The minimum value of G in G ( x ) = 3 tan x is In this passage, Mary Lease discusses what is happening to Americas farmers because of the struggles they are facing.According to Lease, what is happening to the rural population?It is growing in size.People are unable to find enough land to farm.People are moving to cities in large numbers. How do you find the acceleration of a marble down a ramp? humans taste food mostly because of: The Battle of Antietam showed the Union thatit was getting weak.it had strong leadership.it could win the war.it needed help from Great Britain Select the correct answer.What is the best way to revise this sentence to eliminate wordiness and redundancy?I enjoy power walking at a quick pace at night when it's twilight and the sky is dark..I enjoy power walking at twilight.OB.I enjoy walking at a quick pace when it's twilight and the sky is dark.OC. I enjoy power walking when the sky is dark.OD. I enjoy walking at a quick pace at night. 28 < 4v solve for v pls help Define population density as amathematical equation.