What will the following code print?
My width = 4
height = 12
perimeter = width * 2 + height * 2
print (perimeter)

Answers

Answer 1

perimeter = width * 2 + height * 2

width = 4

height = 12

perimiter = (4*2)+(12*2)

perimiter =8+24

perimiter =32

Since it displays perimiter, it would display 32


Related Questions

A(n) ________ portal offers a personalized, single point of access through a web browser to employees located inside and outside an organization.

Answers

A corporate portal offer employees (end users) that are located inside and outside an organization a personalized, single point of access through a web browser.

What is a web browser?

A web browser can be defined as a software application (program) that is designed and developed to enable an end user view, access and perform certain tasks on a website, especially when connected to the Internet.

In Computer technology, a corporate portal is a type of website that is typically designed and developed to offer employees (end users) that are located inside and outside a business firm or an organization a personalized, single point of access through a web browser.

Read more on website here: https://brainly.com/question/26324021

Outline various methods of collecting data

Answers

Answer:

interviews

observation

questionering

what is used to create a vector image

Answers

Illustrator is an application made by Adobe that is used to create vector images. Because vector images are the native format, vectorizing images within Illustrator is fairly straightforward.

Illustrator is an application made by Adobe that is used to create vector images. Because vector images are the native format, vectorizing images within Illustrator is fairly straightforward.

Calculate the number of Characters and the size of words “Caleb University Imota, Lagos”using Taro Yamen​

Answers

The code to calculate the number of characters and the size of words is as follows:

x = input("Enter your text here: ")

char=0

word=1

for i in x:

   char = char+1

   if(i==' '):

       word=word+1

print("Number of words in the given string ",word)

print("Number of characters in the given string ",char)

   

Code explanation:

The code is written in python

The first line of code, we store the users input in a variable called x.Then we initialise the variable char to zero.The variable word is also initialise to zeroThe we loop through the user's input and count the character We also look for space to know the word, then count the words .Finally, we print the number of word and the number of character.

learn more on python code here: https://brainly.com/question/20379340

Tasha grew up helping her uncle work on cars in his auto repair shop and developed into an excellent auto technician. Because of stereotypes regarding women in this field, she is interested in finding a shop that minimizes gender discrimination and gender role inequalities. Tasha wants to work for a company that highly values gender egalitarianism.
A. True
B. False

Answers

Answer A. True

Explanation:

The defines a display's width relative to its height

Answers

Answer:

Aspect Ratio

Explanation:

The Aspect Ratio defines the display's width relative to height.

Two common display Aspect Ratios are:

16:9 - usually used in monitors, phone screens. wide

4:3 - usually used in laptops, monitors, compact

If you wanted to connect two networks securely over the Internet, what type of technology could you use

Answers

Answer:I would say a VPN ( Virtual Private Network )

Explanation:

A VPN is a normally a "secure" way to connect to the internet using different protocols like IPSEC PPTP IKEv2, etc.

Does anyone know what's wrong with this code in Unity? HELP FAST PLEASE! This is for my game design course, I will give brainiest if you can help

Answers

its expecting a "{} around a certain area.

hope this helps!!!

There are dash types of symbols

Answers

Answer:

logo , pictogram, ideogram, icon, rebus, phonogram and typogram

Explanation:

they are forty symbols

List some actual physical or psychological hazards that digital technology can inflict on people.

Answers

Answer:

Social media and mobile devices may lead to psychological and physical issues, such as eyestrain and difficulty focusing on important tasks.

...

Eyestrain

screen time.

screen glare.

screen brightness.

viewing too close or too far away.

poor sitting posture.

underlying vision issues.

The banner on the front page of a newsletter that identifies the publication is the:.

Answers

Answer:

Nameplate

Explanation:

The banner on the front of a newsletter that identifies the publication is its nameplate.

What is the basic facilities, services, and installations needed to keep a
community or society functioning.

Answers

Answer:

transportation and communications systems, water and power lines, and public institutions like schools, post offices, and prisons.

Explanation:

8.
Which anti-theft strategies can a person or company put in place to protect their
computer devices from being stolen? Name any TWO strategies.

Answers

Answer:

Track your device - Get a protection app that includes tracking, lockdown, and wipe features. Apps such as Lookout, AVG, and Avast may already be pre-installed on your device (Android's Device Manager; Apple's Find My iPhone; and BlackBerry Protect).

To help, however, your software must be activated, so get it going and learn how to use it.

Get the hardware specifics - Paperwork is not everyone's favorite thing, but police reports require a substantial amount of detail. So, give your device's serial and model numbers a name. Note the MAC address and computer name. The IMEI number of your cell phone should also be written down. This data can be used for tracking.

I hope this helps you

:)

When coding prolonged services codes, they are to be reported alone without an E/M service code. True False

Answers

Answer:

True.

Explanation:

The work is included in the book. Hope this helpex

PivotCharts display data series, categories, data markers, and axes just as standard charts do. True False

Answers

PivotCharts display data series, categories, data markers, and axes just as standard charts do is a True statement.

What does a pivot chart display?

PivotCharts is known to be a kind of chart that shows data series, categories, data markers, and axes as if they are standard charts.

Here, a person can also change the chart type and use any other options such as titles, the legend placement, etc. The default chart type for a PivotChart is known to be a 2-D Line chart.

Learn more about  PivotCharts from

https://brainly.com/question/20029794

A good way to repeatedly perform an operation is to write the statements for the task once and then place the statements in a loop that will repeat as many times as necessary. true or false

Answers

The statement 'a good way to repeatedly perform an operation is to write the statements once and then place the statements in a loop that will repeat as many times as necessary' is TRUE. It is part of Phyton programming.

What do Phyton loops mean?

Phyton loops are specific loops used to execute a statement and/or group of statements many times.

The loops in Python programming include for loop, while loop (that allows to execute a block of statements repeatedly), and nested loop.

In Phyton programming, the loop statements are executed for each specific item of a given sequence.

Learn more about Phyton loops here:

https://brainly.com/question/26497128

A team of researchers wants to create a program to analyze the amount of pollution reported in roughly 3,000 counties across the United States. The program is intended to combine county data sets and then process the data. Which of the following is most likely to be a challenge in creating the program?
i. A computer program cannot combine data from different files.
ii. Different counties may organize data in different ways.
iii. The number of counties is too large for the program to process.
iv. The total number of rows of data is too large for the program to process.

Answers

The option that is most likely to be a challenge in creating the program is Different counties may organize data in different ways.

What is Pollution?

Pollution is known to be a kind of bringing in of harmful materials into an environment.

These harmful things are known as pollutants. Pollutants are known to be natural and artificial that is they are created by human activity, such as trash or runoff produced by factories, etc.

Learn more program from

https://brainly.com/question/1538272

The assignment operator ____________. a. is a binary operator b. has left-to-right associativity c. is most often represented by a colon d. two of the above

Answers

The assignment operator is a binary operator.

What is a binary operator?

A Binary operators is known to be those operators or people who work with two operands.

Note that the binary operators are said to be subdivided into:

ArithmeticRelational LogicalAssignment operators

Learn more about binary from

https://brainly.com/question/21475482

You bought a laptop assuming it had application software loaded so you could use it right away, but it did not. What quality consideration did the laptop not meet

Answers

The quality consideration that this laptop did not meet is: fitness for use.

What is a laptop?

A laptop can be defined as a small, portable computer that is embedded with a keyboard and mousepad, and it is usually light enough to be placed on an end user's lap while he or she is working.

In this scenario, the laptop you purchased didn't have preinstalled software applications that you could use right away. Thus, we can conclude that the laptop is not fit for use because it didn't meet the quality consideration.

Read more on a laptop here: https://brainly.com/question/26021194

What type of unique control interface is used for connection to third-party software.

Answers

Answer:

an API.

API means Application programming interface. It is used for 2 programs to, "talk" to each-other through a web database.

I hope this helps! Have an awesome day!

Answer:

API is the unique control interface you seek.

Explanation:

From Edmentum/Plato
You may be familiar with rubrics used for grading at your school. Take the idea of a rubric and create your own grading or evaluation form based on what you think is important for employers to evaluate about their employees. You may use online resources to gain a better understanding of work-based evaluation forms and rubrics to support your answer

Answers

Answer:

Given below is an example of an evaluation form for a workplace. It consists of various parameters that an employer would ideally consider when evaluating an employee’s work performance during a specific period, such as six months or a year. While evaluating an employee, an employer could circle or make a check mark on the following scales:

5 (excellent)

4 (good)

3 (average)

2 (below average)

1 (poor)

Parameters Excellent Good Average Below Average Poor

Appearance/Grooming 5 4 3 2 1

Attendance 5 4 3 2 1

Communication Skills 5 4 3 2 1

Coordination 5 4 3 2 1

Initiative 5 4 3 2 1

Working in a group 5 4 3 2 1

Creativity 5 4 3 2 1

Problem-solving Ability 5 4 3 2 1

Punctuality 5 4 3 2 1

Overall Work Attitude 5 4 3 2 1

Explanation: edmentum answer

Find 5 consecutive odd integers if the sum of the first 3 numbers is 7 more than the sum of the last two

Answers

Answer:15, 17, 19, 21, 23

Explanation:

I bet it’s right

In the communication process model, 'decoding the message' occurs immediately: Group of answer choices before the sender forms the message. after the receiver receives the message. after the sender forms feedback of the original message. after the receiver transmits the message. before the receiver receives the message.

Answers

According to the communication process model, decoding is the interpretation of the symbols or signs that arrive in a message and it occurs after the receiver receives the message.

What is the communication process model?

It is a model that is based on the communication process and the production of the meaning of a message, where two processes actively intervene, that of emission and reception, which are different.

The sender performs a coding operation to convey an idea, that is, the message is made up of a series of different types of organized signs.

On the other hand, this message is decoded by the receiver according to its own circumstances, that is, the receiver transforms the symbolic code sent by the sender into ideas.

Therefore, we can conclude that according to the communication process model, decoding is the interpretation of the symbols or signs that arrive in a message and it occurs after the receiver receives the message.

Learn more about communication process model here: https://brainly.com/question/1819139

The color shown here, a pure green, is most likely to have which RGB value?
A. 255, 0, 0
B. 0,0,0
O C. 0, 0, 255
O D. 0,255, 0

Answers

Answer:

D

Explanation:

Because on the RGB, green is in the middle, so since this color is pure green, it will be D.

The color shown here is green, which is most likely to have which RGB value is 0,255, 0. The correct option is D.

What are RGB values?

The higher the RGB value, the brighter the color, so the 150 would be brighter when comparing 50 to 150. Whereas the 50 would darken the color. RGB values simply indicate the intensity of red, green, and blue.

RGB values are simply the sum of three different numerical values representing red, green, and blue on a scale of 0 to 255.

You can create any color perception by combining light from these three base colors. However, such a color palette does not exist. RGB does a good job of covering a large portion of the color gamut, but not all of it. The human eye is more sensitive to green, which is why we don't use RYB.

Therefore, the correct option is D. 0,255, 0.

To learn more about RGB values, refer to the below link:

https://brainly.com/question/17101647

#SPJ2

The best way to handle a problem is to ______.
a.
wait for someone to notice the problem
b.
avoid the problem so you don’t get blamed
c.
take care of the problem as soon as someone asks you
d.
take care of the problem as soon as you notice it

Answers

Answer:

D. take care of the problem ad soon as you notice it

4.
Give the name of a non-portable device that is suitable for creating documents
and browse the web?
(1)

Answers

Answer:

Desktop Computer.

Desktop computers is a non-portable device that is suitable for creating documents and browse the web.

What is a Desktop computer?

A desktop computer is a piece of personal technology made to sit on top of an ordinary office desk.

It links to input devices like the monitor, keyboard, and mouse that users use to interact with a computer's actual hardware.

Desktop computer: a laptop that can fit on or under a desk and is intended to be stationary. Usually, it has a tower, keyboard, mouse, and monitor (system unit).

The desktop is the virtual workspace offered by Microsoft Windows that resembles a real desktop. A work space and taskbar are included. The workspace could encompass several displays.

Desktop computers are a non-portable device that work well for word processing and web browsing.

Thus, the non-portable device is Desktop computer.

For more details regarding Desktop computer, visit:

https://brainly.com/question/29130374

#SPJ2

It is the responsibility of a manager to understand the company’s IT architecture and corresponding infrastructure so that they can do which of the following? Choose the appropriate IT infrastructure components. Select the correct wireless provider. Ensure a rigid IT structure. Make realistic use of IT and know what to expect from IT. Limit future business options.

Answers

It is the responsibility of a manager to understand IT architecture and corresponding infrastructure so that he can: D. Make realistic use of IT and know what to expect from IT.

What is IT?

IT is an acronym for information technology and it can be defined as a set of information systems (IS) or computer systems, that are typically used to collect, store, and process data, as well as for the dissemination of information, knowledge, and distribution of digital products in a business firm.

This ultimately implies that, an information technology (IT) interacts with its environment by receiving, processing and storing data in its raw forms and information in a usable format.

In conclusion, it is very important and essential that a manager understands an IT architecture and corresponding infrastructure so that he can make realistic use of information technology (IT) and know what to expect from information technology (IT).

Read more on information here: brainly.com/question/25885448

Question 13 of 20
To find out what information people are posting about you online, it is
important that you closely monitor:
A. the social media websites you participate in.
B. your text records.
C. your insurance records.
D. your phone records.

Answers

Answer:

A. the social media websites you participate in.

Explanation:

To know what information people are posting about you online, it is important that you closely monitor your account in social media.

If you wanted to find the greatest number in a series of numbers, you would use the _____ function. Please help!
A. Sum
B. Max
C. Min
D. Average

Answers

When you wanted to find the greatest number in a series of numbers, you would use the Max function.

What is Max function?

The MAX function is known to be the function that is said to often brings back the biggest numeric value in the data that were given.

Note that if a person needs to find the greatest number in a series of numbers, you would use the Max function as it is the one that can help you to do that work.

Learn more about Max function from

https://brainly.com/question/82347

#SPJ5

Soa contains a lot of benefits, but _________ is not considered one of them.

Answers

SOA contains a lot of benefits, but been hard to handle is not considered one of them.

What is Service Oriented Architecture (SOA)?

The  Service Oriented Architecture  is known to be where all parts are set up to be services.

They are said  to be Easy to handle new version for subset of users and one can easily get back from mistake in one's design.

The SOA characteristics are:

Their Services are self-contained and modular.Their Services support interoperability.Their Services are loosely put together.

Learn more about  Service Oriented Architecture from

https://brainly.com/question/14835966

Other Questions
using the metric system you would measure the distance from city to city in__________? You are at a live comedy performance. You are listening for the purpose of __________.A) gaining informationB) appreciation and enjoymentC) solving problems explain why it takes more 1/9s than 1/6s to make a fraction equivalent to 1/3 5. A family leaves for an evening walk around the neighborhood. They leave at 5 pm and return at 6 pm. They traveled a total of 2.5 miles. What is their average speed? Farmers may not select the DMC approach because of its short adaptation period. True False Describe how one of the advertisements uses an image to be persuasive. Is this image an example of pathos, logos, or ethos, or a combination of appeals? Why? An alkaline battery produces electrical energy according to this equation Zn+ 2MnO2+H2O-> Zn(OH)2+Mn2O3. Determine the limiting reactant if 25.0g of Zn and 30.0g of MnO2 are used. Catherine is pregnant and preparing for childbirth. She knows a woman who assists in childbirth. The woman has not been to any medicalschool, but she is adept and skillful in her job. Whom does Catherine want to hire for the childbirth?A.urologistB.gynecologistC.an obstetricianD.a mid wifeE. a nurse Which of the following is a factor of the expression 24x^2-30x-9?Group of answer choices12x+14x-32x+34x+1 someone can help me please ANSWER ME PROPERLY AND GET BRAINLIEST you can edit and answer in any way you like but the answer must be correctExamine the Hierarchy of needs below with an example When the color of the light changes, the number of light red kidney beans will also change Write a hypothesis about the effect of the red light on the population. Use the "if . . . then . . . because . . ." format, and be sure to answer the lesson question: "How does natural selection change the phenotypes within a population over time?" Please help me How do water particles in a wave move?Question 2 options:In a circular motion.In a straight line with the wave.They do not move.They move backwards. the original price of a dress is 350.00. it is sale on for 30% off. which of the following is the new price of dress? a.105 b.245 c.380 d.455 plss help ...................... The activities of the federal reserve board have the most direct influence on. Balance the equation: ___Li3N + ___NH4NO3 -> ___LiNO3 + ___ (NH4)3NWhat type of reaction is the one above? How much kinetic energy does a 2kg object have if it is traveling at a velocity of 2m/s? Escucha y completaListen to Ana describe herself, her family, and her friends. Then write the word or phrase that best completes each sentence.Show Audio TestQu tal estn? Mucho gusto. Yo soy Ana Rivera. Tengo quince aos. Mis padres se llaman Adriana y Diego. Ellos son interesantes. Mis abuelos son Elena y Carlos. Ellos son mayores y viven con nosotros. Tengo una mascota. Es un perro, y es atrevido. Hoy es mi fiesta de quince aos y estoy emocionada. Mis amigos estn en mi quinceaera. Son simpticos. Roberto es alto y moreno, y Griselda es baja y rubia. Ellos estn muy contentos. Berta y Rosa son rubias y estn nerviosas. Vicente est triste. l no est en la fiesta. Hasta pronto!1. Ana tiene aos.2. de Ana viven con ella y sus padres.3.La mascota de Ana es un4.Griselda est muy 5.Berta y Rosa son Factor completely.x214x+48