Answer:
Home
Explanation:
Thank Quizlet, lol!
Set up a python program
Write a program to input the temperature every day for a certain number of weeks. The user will
input the number of weeks. You must use nested loops, otherwise there is no credit. Print the average
for each week when the input for the week is completed. Print the overall average at the end.
Answer:
Here is a sample program that does what you have described:
# Get the number of weeks from the user
weeks = int(input("Enter the number of weeks: "))
# Initialize variables to store the total temperature and number of days
total_temp = 0
total_days = 0
# Loop through each week
for week in range(weeks):
# Get the number of days in the week from the user
days = int(input("Enter the number of days in week {}: ".format(week + 1)))
# Initialize a variable to store the weekly total temperature
weekly_total_temp = 0
# Loop through each day
for day in range(days):
# Get the temperature from the user
temperature = float(input("Enter the temperature for day {}: ".format(day + 1)))
# Add the temperature to the weekly total
weekly_total_temp += temperature
# Calculate the average temperature for the week
weekly_avg = weekly_total_temp / days
# Add the weekly total temperature to the overall total
total_temp += weekly_total_temp
# Add the number of days to the overall total
total_days += days
# Print the average temperature for the week
print("The average temperature for week {} is {:.2f}".format(week + 1, weekly_avg))
# Calculate the overall average temperature
overall_avg = total_temp / total_days
# Print the overall average temperature
print("The overall average temperature is {:.2f}".format(overall_avg))
Explanation:
This program will ask the user to input the number of weeks, and then for each week, it will ask the user to input the number of days and the temperature for each day. It will then calculate and print the average temperature for each week, and finally calculate and print the overall average temperature.
I hope this helps! Let me know if you have any questions.
what percent of records are temporary, if you are not in the OSD?
Answer:
Headed by the OSD Records Administrator, the OSD Records and Information Management (RIM) Program is responsible for oversight, implementation of the Federal Records Act within the Offices of the Secretary of Defense and the WHS supported Defense Agencies and Field Activities.
Explanation:
WHICH OF THESE COMMANDS ALLOWS YOU TO NAVIGATE TO THE OUTLINE FILE THAT WILL BE INTEGRATED INTO A PRESENTATION?
The question seems to be asking about commands that allow you to navigate to an outline file for integration into a presentation.
How to go about this?However, without specific information about the software or tools being used, it is difficult to provide a specific command.
Generally, in presentation software like Microsoft PowerPoint, you can navigate to an outline file by going to the "File" menu, selecting "Open," and choosing the appropriate file.
Other presentation tools may have similar options to navigate to and open an outline file.
Learn more about command at:
https://brainly.com/question/25808182
#SPJ1
which app is best for coding in pc
My choice of the best app for coding on a PC are
Visual Studio CodeJetBrains IntelliJ IDEAWhat is the application?Choosing the best program for coding on a computer depends on what you like and the computer language you're working with. These are some computer programs that many people use for writing code on a PC: code editors and integrated development environments (IDEs).
Visual Studio Code is a type of computer software that lets people edit code. It was made by Microsoft and many people like to use it because it can do many things. It can work with many different ways of writing code and you can change it a lot to suit your needs.
Read more about application here:
https://brainly.com/question/24264599
#SPJ1
edhesive 1.8 code practice intro to cs
Answer:animal = input("Enter an animal: ")
sound = input ("Enter a sound: ")
e = "E-I-E-I-O"
print ("Old Macdonald had a farm, " + e)
print ("And on his farm he had a " + animal + ", " + e)
print ("With a " + sound + "-" + sound + " here and a " + sound + "-" + sound + " there")
print ("Here a "+ sound+ " there a " +sound)
print ("Everywhere a " + sound + "-" + sound )
print ("Old Macdonald had a farm, " + e)
Explanation:
What year was html released?
2007 because I said so
Answer:
1999
Explanation:
below, with the help of one resampled proportion, complete the given codethat will use bootstrapped samples fromvotesto compute estimates of the true proportion ofvoters who are planning on voting forcandidate c. make sure that you understand what's goingon here. it may be helpful to explain proportions in resamplesto a friend or ta
Coding is similar to writing a set of instructions because it instructs a machine what to do.
How to give the output for the following coding ?We connect with computers through coding, often known as computer programming. Coding is similar to writing a set of instructions because it instructs a machine what to do. You can instruct computers what to do or how to behave much more quickly by learning to write code.
def proportions_in_resamples():
statistics = make_array()
for i in np.arange(5000):
bootstrap = votes.sample()
sample_statistic = np.count_nonzero(bootstrap.column('vote') == 'C')/num_votes
statistics = np.append(statistics, sample_statistic)
return statistics
sampled_proportions = proportions_in_resamples()
Table().with_column('Estimated Proportion', sampled_proportions).hist(bins=np.arange(0.2,0.6,0.01))
The complete question is : Below, we have given you code that will use bootstrapped samples from votes to compute estimates of the true proportion of voters who are planning on voting for Candidate C.
def proportions_in_resamples():
statistics = make_array()
for i in np.arange(5000):
bootstrap = votes.sample()
sample_statistic = np.count_nonzero(bootstrap.column('vote') == 'C')/num_votes
statistics = np.append(statistics, sample_statistic)
return statistics
sampled_proportions = proportions_in_resamples()
Table().with_column('Estimated Proportion', sampled_proportions).hist(bins=np.arange(0.2,0.6,0.01))
To learn more about coding refer to :
https://brainly.com/question/23275071
#SPJ4
Which of these is an example of gathering secondary data?
searching for a chart
drafting a map
collecting soil samples
interviewing experts
Answer:
searching for a chart
Explanation:
:)
Answer:a
Explanation:
took the quiz
What messaging could unlock star potential for our strong, effective portfolio of topical pain relievers?
The messaging that can unlock star potential for our strong, effective portfolio of topical pain relievers? are:
Topical analgesics Patient adherence, etc.What is this statement about?
Topical analgesics are known to be a very common medications that are applied onto the skin to help to relieve pain.
Note that Patient adherence to medical treatment is said to be a challenge, that also use that helps one to bear pain.
Therefore, The messaging that can unlock star potential for our strong, effective portfolio of topical pain relievers? are:
Topical analgesics Patient adherence, etc.Learn more about messaging from
https://brainly.com/question/917245
#SPJ1
How does one take personal responsibility when choosing healthy eating options? Select three options.
1 create a log of what one eats each day
2 increase one’s consumption of fast food
3 critique one’s diet for overall balance of key nutrients
4 identify personal barriers that prevent an individual from making poor food choices
5 eat only what is shown on television advertisements
The three options to a healthier eating culture are:
create a log of what one eats each daycritique one’s diet for overall balance of key nutrientsidentify personal barriers that prevent an individual from making poor food choicesHow can this help?Create a log of what one eats each day: By keeping track of what you eat, you become more aware of your eating habits and can identify areas where you may need to make changes. This can also help you to monitor your intake of certain nutrients, and ensure that you are getting enough of what your body needs.
Critique one’s diet for overall balance of key nutrients: A balanced diet should include a variety of foods from different food groups. By assessing your diet, you can determine whether you are consuming enough fruits, vegetables, whole grains, lean proteins, and healthy fats. If you find that you are lacking in any of these areas, you can adjust your eating habits accordingly.
Read more about healthy eating here:
https://brainly.com/question/30288452
#SPJ1
25 POINTS! PLEASE ANSWER! Karrie would like to draw attention to some short statements in her document. What is the best way to draw the readers deeper into the text? A. insert pull quotes B. change the text color C. use a large font D. highlight the text
Answer: I would say D. because it is highlighted text draws the attention of the reader
Explanation:
Answer:
D. highlight the text
Explanation:
if your were trying to grab a readers attention highlighting the text is the most noticeble.
Which of the following social media setting would have the biggest positive impact to college admissions counselor?
Answer: Mark Zuckerberg
Explanation:
Answer:
d
Explanation:
Setting your profile to private.
Read the following Python code:
pets = 2
binaryPets = bin(pets)
print(binaryPets)
Which of the following is the correct output? (5 points)
0b10
0d10
0p10
0x10
The correct output for the given Python code would be option A: 0b10.
What is the Python code?The value 2 is assigned to the variable named "pets" in the provided Python code. Afterwards, the decimal value of pets (2) is transformed into binary format through the utilization of the bin() function. The function bin() produces a binary value in string form, and adds the prefix "0b" to indicate this.
Thus, the result displayed for binaryPets upon printing will be 0b10. Indicating that a value is in binary format is done by adding the prefix '0b'. In binary, the decimal value 2 is represented by 10.
Learn more about Python code from
https://brainly.com/question/26497128
#SPJ1
Select the correct answer.
Jeff has created a table to calculate the cost of raw materials that he purchases monthly. Cell A2 shows the fixed cost of the raw material (3).
Column D lists the quantity (number of units) that Jeff purchased each month. What formula can Jeff use in E2 to calculate the monthly cost of
the raw material that he can copy to all the rows below?
D
E
1 Monthly rate
Number of units Cost
Month
Jan
Feb
Mar
Apr
May
Jun
10
12
OA =A2*D2
OB. =SA2*D2
Oc -SAS2*SDS2
OD. =$A$2*D$2
OE.
-A$2*D2
Answer: C
Explanation:
A _________________ is a storage area inside the CPU that is optimized for speed
A memory is a storage area inside the CPU that is optimized for speed.
What is computer memory?Memory is a computing term for a system or device that stores data for immediate use in a computer, computer hardware, or other digital electronic devices.
The terms main memory and primary storage are frequently used interchangeably. Store is a dated word for memory.
Other names for primary storage are main memory and internal memory. The program instructions, input data, and intermediate results are kept in this area of the CPU. Its size is often smaller.
Examples of primary storage include RAM (Random Access Memory) and ROM (Read Only Memory).
Thus, a storage space inside the CPU that is geared toward speed is called a memory.
For more details regarding computer memory, visit:
https://brainly.com/question/30273393
#SPJ1
You would like the cell reference in a formula to remain the same when you copy
it from cell A9 to cell B9. This is called a/an _______ cell reference.
a) absolute
b) active
c) mixed
d) relative
Answer:
The answer is:
A) Absolute cell reference
Explanation:
An absolute cell reference is used in Excel when you want to keep a specific cell reference constant in a formula, regardless of where the formula is copied. Absolute cell references in a formula are identified by the dollar sign ($) before the column letter and row number.
Hope this helped you!! Have a good day/night!!
Answer:
A is the right option absoluteNew forensics certifications are offered constantly. Research certifications online and find one not discussed in this chapter. Write a short paper stating what organization offers the certification, who endorses the certification, how long the organization has been in business, and the usefulness of the certification or its content. Can you find this certification being requested in job boards?
Answer:
Computer forensics is gathering information or evidence from a computer system in order to use it in the court of law. The evidence gotten should be legal and authentic.
These organization gives certifications for computer forensics
1. Perry4law: they provide training to students, law enforcement officers. There services includes forensics training, research and consultancy.
2. Dallas forensics also offers similar services
3. The New York forensics and electronic discovery also teach how to recover files when deleted, how to get information from drives and how to discover hidden information.
Plzz help will mark brainliest
Answer:
11. 3 dimensions
12. ( i believe its number 3)
13. 2 option
14. Natural Light
15. Development
Explanation:
Maria notices that visitors are landing on her site's home page, but they are not
navigating to any of the other pages. It's possible that having her navigation bar in a
non-standard location could be the cause of this.
Choose the answer.
True
False
Answer:
True
Explanation:
If your navigation bar is inaccessible, then visitors won't be able to navigate any further into your website.
State three modules in HansaWorld and briefly describe what each is used for. (6)
2. With an example, explain what settings are used for. (3)
3. What is Personal Desktop and why is it good to use? Mention two ways in which an
entry can be deleted from the personal desktop. (6)
4. Describe how you invalidate a record in HansaWorld (3)
5. Briefly explain what specification, paste special and report windows are used for. (6)
6. How many reports can you have on the screen at once? How many reports does
HansaWorld have? (4)
7. Describe any two views of the Calendar and how you can open them (4)
8. Describe three (3) ways in which records can be attached to Mails. (6)
9. Describe the basic SALES PROCESS where there is no stock involved and how the
same is implemented in HansaWorld. (12)
1. We can see here that the three modules in HansaWorld and their brief descriptions:
AccountingInventoryCRM2. We can deduce that settings are actually used in HansaWorld for used for configuring the system to meet specific business requirements.
What is HansaWorld?It is important for us to understand what HansaWorld is all about. We can see here that HansaWorld is actually known to be an enterprise resource planning (ERP) system that provides integrated software solutions for businesses.
3. Personal Desktop is actually known to be a feature in HansaWorld. It allows users to create a personalized workspace within the system.
It can help users to increase their productivity and efficiency.
4. To actually invalidate a record in HansaWorld, there steps to take.
5. We can deduce here that specification, paste special and report windows help users to actually manage data and generate report.
6. There are factors that play in in determining the amount of reports generated.
7. The Calendar on HansaWorld is used to view upcoming events. There is the Day View and there is the Month View.
8. We can see that in attaching records, HansaWorld allows you to:
Drag and drop.Insert linkUse the Mail Merge FunctionLearn more about report on https://brainly.com/question/26177190
#SPJ1
How to do brainliest
Edhesive 3.2 Lesson Practice question 1
value = float(input("Enter a number: "))
if value > 45.6:
print("Greater than 45.6")
I hope this helps!
The program for the given output can be find in the explanation part which will show the answer "greater than 45.6" if the number exceeds than the digit.
What is computer programming?The development of individual pieces of software that allow the entire system to function as a single unit is referred to as systems programming.
Many layers are involved in system programming, including the operating system (OS), firmware, and development environment.
The complexity of the instructions that computers comprehend is the primary reason why programming is considered difficult to learn. You cannot instruct computers in English or any other human language.
Individuals interested in becoming computer programmers must first obtain a degree in computer science, information technology, mathematics, or a related discipline.
value = float(input("Enter a number: "))
if value > 45.6:
print("Greater than 45.6")
Thus, above mentioned is the computer program that will give the required output.
For more details regarding computer programming, visit:
https://brainly.com/question/3397678
#SPJ5
Adobe is regarded as the industry standard for DTP. This program is an example of software.
Adobe is regarded as the industry standard for DTP. This program is an example of software. This is true.
How to explain the informationAdobe is widely regarded as the industry standard for desktop publishing (DTP) software. Adobe offers several software applications that are commonly used for DTP purposes, with Adobe InDesign being the most popular choice.
Adobe InDesign is a powerful desktop publishing software that allows users to create and publish various types of printed and digital materials, such as brochures, magazines, newspapers, flyers, eBooks, and interactive PDFs. It provides a wide range of tools and features specifically designed for layout design, typesetting, image manipulation, and managing complex documents.
Learn more about software on
https://brainly.com/question/28224061
#SPJ1
Adobe is regarded as the industry standard for DTP. This program is an example of software. True or false.
System testing – During this stage, the software design is realized as a set of programs units. Unit testing involves verifying that each unit meets its specificatio
System testing is a crucial stage where the software design is implemented as a collection of program units.
What is Unit testing?Unit testing plays a vital role during this phase as it focuses on validating each unit's compliance with its specifications. Unit testing entails testing individual units or components of the software to ensure their functionality, reliability, and correctness.
It involves executing test cases, evaluating inputs and outputs, and verifying if the units perform as expected. By conducting unit testing, developers can identify and rectify any defects or issues within individual units before integrating them into the larger system, promoting overall software quality.
Read more about System testing here:
https://brainly.com/question/29511803
#SPJ1
reluctant to adopt ai for her business because her employees might worry about their job security. which of the following statements is a truthful explanation about how ai benefits businesses?
AI can help businesses become more efficient and productive by automating tedious, repetitive tasks and freeing up human workers to focus on more creative and strategic tasks.
What is the tedious?The meanings of words frequently shift, and occasionally they can signify practically the exact opposite of what they originally meant (such as nice, which in its earliest use meant "lewd, wanton, dissolute"). Tedious is not one of those words; while their connotations have changed over time, they have always involved annoying, dull, or protracted activities. The Latin root taedre, which means "to disgust or weary," is where the name derives from. Since the 15th century, the word tedious has been used and is listed in hundreds of dictionaries. Yet, probably none have provided a definition as poetic and brief as Nathaniel Bailey's entry in his 1756 New Universal Etymological English Dictionary: "Wearisome through continuance."
To learn more about tedious
https://brainly.com/question/29105619
#SPJ1
A group of 8 bits of information produces a ____.
Answer: Byte
Explanation: Eight bits constitute a byte.
"
in this activity, you will write your response and share it in this discussion forum. Al students will share and have the opportunity to learn from each other. Everyone is expected to be positive and respectful, with comments that help all leamers write effectively. You are required to provide
a positive and respectful comment on one of your classmate's posts
For your discussion assignment, follow this format
Tople Sentence: With growing online social media presence cyberbullying is at an all-time high because.....
Concrete detail Cyberbullying has steadily been on the rise because
Commentary: Looking at some of my (or include the name of the famous person that you chose) most recent social media posts I can see how one could misinterpret my posting because
Concluding Sentence: To help lower the growth rate of cyberbullying, we can
Respond to Classmate: Read other students posts and respond to at least one other student Your response needs to include a specific comment
You did a great job of pointing out how social media's lack of responsibility and anonymity contribute to cyberbullying. It's critical to keep in mind the effect our comments may have on other people.
What do you call a lesson where small groups of students have a quick conversation to develop ideas, respond to questions, etc.?Brainstorming. Students are tasked with coming up with ideas or concepts during a brainstorming session, which is a great tool for coming up with original solutions to problems.
How do you give your students engaging subject matter?Look for images and infographics that engagingly explain your subject. Create a story using all of your topics and the photographs, and you'll never forget it. Create a list of the crucial questions.
To know more about social media's visit:-
https://brainly.com/question/14610174
#SPJ1
ProjectSTEM CS Python Fundamentals - Lesson 3.3 Question 2 - RGB Value:
Test 6: Using 256 for all inputs, this test case checks that your program has no output. / Examine the upper condition for each color.
Test 10: This test case sets the input for blue beyond the limit, while red and green are below. It checks if your program's output contains “Blue number is not correct”, but not “Red number is not correct”, or “Green number is not correct” / Check that you output the correct phrase when the number is outside the range. Make sure that only the incorrect color phrases are output.
While CMYK is frequently used to print out colors, RGB is utilized when the colors need to be presented on a computer monitor (such as a website).Make the variable "alien color" and give it the values "green," "yellow," or "red." To determine whether the alien is green, create an if statement.
How does Python find the RGB color?Colors can only be stored in Python as 3-Tuples of (Red, Green, Blue). 255,0,0 for red, 0 for green, and 255,0 for blue (0,0,255) Numerous libraries use them. Of course, you may also create your own functions to use with them.The rgb to hex() function, which takes three RGB values, is defined in line 1.The ":X" formatter, which automatically converts decimal data to hex values, is used in line 2 to construct the hex values. The outcome is then returned.Line 4 is where we finally call the function and supply the RGB values.Verify the accuracy of the RGB color code provided. While CMYK is frequently used to print out colors, RGB is utilized when the colors need to be presented on a computer monitor (such as a website).To learn more about Python refer to:
https://brainly.com/question/26497128
#SPJ1
Bank Account Postings While reviewing your checking account balance online, you notice that debit card purchases have not posted to your account for the past several days. Because you use online banking to balance your account, you become concerned about your unknown account balance. What steps will you take to correct this situation?
The steps that a person need to take to correct this situation is to use your bank application to check your statement as well as all your transaction. If you are not convince, you can go to your bank to print your statement or talk to customer care.
What is Bank Account Postings?Posting in terms of banking is a word that connote the debit or credit is taken or deposited to your account balance, and the transaction is said to be completed.
Therefore, The steps that a person need to take to correct this situation is to use your bank application to check your statement as well as all your transaction. If you are not convince, you can go to your bank to print your statement or talk to customer care.
Learn more about Bank Account statement from
https://brainly.com/question/15062816
#SPJ1
Peter is explaining the steps to create a fire effect in an image to his class. Help Peter pick the correct word to complete the explanation.
After your text is created, duplicate the layer so that you have two versions. Next, apply a number of blank
options to the duplicated text layer.
Answer:
The answer would be "Blending"
Explanation:
I took the test and checked over my answers