To view paragraph marks, click on the ______ tab, in the paragraph group, click show/hide

Question 3 options:

View


Home


Page layout


References

Answers

Answer 1

Answer:

Home

Explanation:

Thank Quizlet, lol!


Related Questions

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.

Answers

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?​

Answers

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?

Answers

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​

Answers

My  choice of the best app for coding on a PC are

Visual Studio CodeJetBrains IntelliJ IDEA

What 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

Answers

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?

Answers

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

Answers

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

below, with the help of one resampled proportion, complete the given codethat will use bootstrapped samples

Which of these is an example of gathering secondary data?
searching for a chart
drafting a map
collecting soil samples
interviewing experts

Answers

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?​

Answers

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

Answers

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 choices

How 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

Answers

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?

Answers

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

Answers

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

Select the correct answer.Jeff has created a table to calculate the cost of raw materials that he purchases

Answers

Answer: C

Explanation:

A _________________ is a storage area inside the CPU that is optimized for speed

Answers

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

Answers

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 absolute

New 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?

Answers

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

Plzz help will mark brainliest

Answers

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

Answers

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)

Answers

1. We can see here that the three modules in HansaWorld and their brief descriptions:

AccountingInventoryCRM

2. 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 Function

Learn more about report on https://brainly.com/question/26177190

#SPJ1

How to do brainliest

Answers

If the reply that someone put has a blue crown you click it and it will give them brainliest but it usually won’t work unless there are two answers

Edhesive 3.2 Lesson Practice question 1

Edhesive 3.2 Lesson Practice question 1

Answers

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.

Answers

Adobe is regarded as the industry standard for DTP. This program is an example of software. This is true.

How to explain the information

Adobe 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

Answers

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?

Answers

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 ____.

Answers

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

Answers

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.

ProjectSTEM CS Python Fundamentals - Lesson 3.3 Question 2 - RGB Value: Test 6: Using 256 for all inputs,

Answers

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?

Answers

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.

Answers

Answer:

The answer would be "Blending"

Explanation:

I took the test and checked over my answers

Other Questions
A phone plan costs $10 per month, plus $0.03 per text message. John wants his phone bill to be less than $40, before taxes. What is the maximum number of text messages John can send? Decomposers get energy by breaking down What is informative speech in your own words? When a behavior is followed by the escape or avoidance of an unpleasant event or state which ultimately strengthens the behavior, it is known as: Who is a hero in Animal Farm? A model skyscraper is made with a scale of 1 inch to 75 feet. What is the height of the model if the height of the building is 1,395 feet? Why is it reasonable to treat light as a ray instead of a wave in everyday situations?. The numerator and denominator of a fraction are in the ratio of one to two. When the numerator is decreased by two andthe denominator is multiplied by two, the simplified value of the new fraction is 3/8. Find the original fraction. Camels have adapted to the harsh environment of the desert and can go for days withoutand(Choose the two correct answers)watersleepshadeoxygenfood NEED HELP ASSAAPP!!!! 2. What protein changes shape in sickle cell anemia? What are two effects of this change? Which event marked the beginning of the French Revolution?the execution of Marie Antoinettethe storming of the Bastillethe appointment of the Directorythe coronation of Louis XVI A plant pigment that the body can convert to vitamin A is _____. An effect of the steamboats popularity was thatfewer people traveled by rail.steam locomotives became less popular.people began to build canals in the United States and Europe.more people began to travel between the United States and Europe. . adapt the bubble sort algorithm so that it stops when no interchanges are required. express this more efficient version of the algorithm in pseudocode. 3. lire /journal/vous / les / aimer (2 Points) Three year old max who is biologically male sees himself as a boy psychologists would see max as To check on the strength of certain large steel castings, a small test piece is produced at the same time as each casting, and its strength is taken as a measure of the strength of the large casting. To examine whether this procedure is satisfactory, i.e., the test piece is giving a reliable indication of the strength of the castings, 11 castings were chosen at random, and both they, and their associated test pieces were broken. The following were the breaking stresses: 61 71 51 62 36 Test piece (): Casting (y) : 45 67 3986 97 77 102 45 62 58 69 48 80 74 53 53 48 (a) Calculate the correlation coefficient, and test for significance. (b) Calculate the regression line for predicting y from x'. (c) Compute and interpret the coefficient of determination. (d) Find 90% prediction limits for the strength of a casting when x = 60. help with this please The ______________ takes the place of a traditional menu and contains multiple tabs, each with several groups of commands. On the water surface, there are two sources of oscillating waves of the same phase located at A and B, emitting two coherent waves of wavelength . Let be the line perpendicular to AB at B. On there are 16 interference maxima, the distance between the two closest and farthest interference maxima is 2.71 cm and 229.55 cm, respectively. . Which of the following is the length of line segment AB closest to?