Place the steps in order for placing a section break

Place The Steps In Order For Placing A Section Break

Answers

Answer 1

Answer:

choose a break option, select breaks, click the layout tab, change the formatting style, and position the cursor

Explanation:

i could be wrong cause i dont know what its about but this is what makes sense to me

Answer 2

Answer:

position the cursor click the layout tab select breaks choose a break option change the formatting style

Explanation:

Just had this question


Related Questions

can anyone help with this?​

Answers

The correct answer is Use hanging indents in the second line

Explanation:

One of the recommendations in the works cited page like the one presented is to use hanging indents. This implies the second, third, etc. line of a citation should be indented, while the first line is not indented. This is required by the MLA (Modern Language Association) because it makes citation to be easy to read. According to this, to improve the sample, hanging indents need to be included in the second line of the first and third citation.

What is used to give credit to the source from which information is obtained?
a citation
linkage
plagiarism
a format

Answers

a citation gives credit to the source

Answer:

a citation

Explanation:

How are online sources used? Check all that apply.

as a way to learn from others
as a way to play games
as a way to find information
as a way to socialize with others
as a way to copy the work of others

( and if not answer correctly I will report) · ⊃
·

Answers

Answer:

1 3 and 4

Explanation:

Answer:

as a way to learn from others

as a way to find information

as a way to socialize with others

Explanation:

2.4 Code Practice: Question 1
Write the code to input a number and print the square root. Use the absolute value function to make sure that if the user enters a negative number, the program does not crash. How do I do this in python ???

Answers

Code in Python:

num = float(input("Enter any number : "))

ab = abs(num)

sqrt = float(ab ** 0.5)

print(sqrt)

The code to input a number and print the square root is,

import math

# Input a number from the user

number = float(input("Enter a number: "))

# Use the absolute value function to handle negative numbers

abs_number = abs(number)

# Calculate the square root using the math module

sqrt_number = math.sqrt(abs_number)

# Print the square root

print(f"The square root of {number} is {sqrt_number}")

Given that,

Write the code to input a number and print the square root.

Now, A code snippet in Python that accomplishes what you described:

import math

# Input a number from the user

number = float(input("Enter a number: "))

# Use the absolute value function to handle negative numbers

abs_number = abs(number)

# Calculate the square root using the math module

sqrt_number = math.sqrt(abs_number)

# Print the square root

print(f"The square root of {number} is {sqrt_number}")

In this code, the abs() function ensures that even if the user enters a negative number, it will be converted to its positive equivalent before calculating the square root.

The math.sqrt() function is used to compute the square root, and the result is printed using the print() function.

To learn more about Function visit:

https://brainly.com/question/11624077

#SPJ6

Kerri uses a photo editing program a lot. To increase her productivity, she should_____.


delete it from the Start menu

put it in her My Documents folder

move the program to the desktop

create a shortcut for it on Quick Launch

Answers

Answer:

Move the program to the desktop

Explanation:

It will be easier to access and quicker to open.

I need the answer to life. I cant live without my POGCHAMPS!

Answers

Answer:

Pray to God and ask him for help in life. May God bless you

Explanation:

Answer:

Pog

Explanation:

Poggers

What is the purpose of the introduction in an expository essay? A. to introduce the author and his or her dedication B. to highlight the main points of the essay C. to describe the supporting details D. to provide a figurative interpretation of the essay

Answers

I think it’s B, sorry if I’m wrong with this >

, , ,g d,t ,dt m,dt ymtd

Answers

Answer:ummm me confused

Explanation:

Write a program that reads two integers, checks if a digit repeats 3 times in a row in the first integer and that same digit repeats two times in a row in the second integer.

Answers

Answer:

first_num = input("Enter integer digits (should be four or more digits): ")

sec_num = input("Enter integer digits (should be four or more digits): ")

num = '3'

if

def count_check( digit):

   if (digit * 3) in first_num and (digit * 2) in sec_num:

       print(True)

   else:

       print(False)

count_check(num)

Explanation:

The python source code above receives two values assigned to variables "first_num" and "sec_num" and defines a function called count_check to check if a digit occurs three consecutive times in the first input and two in the second to print a value of true or false otherwise.

A file is transferred from one computer to another at the rate of 320 Kb/sec. How long would it take to complete the transfer if the file was 12.4 MB

Answers

Answer: 38.75 secs

Explanation:

Given data:

Size of the file been transferred = 12.4mb

Transfer speed = 320kb/secs.

Solution:

First we convert 12.4mb to kb.

= 12.4 * 1000

= 12,400kb.

We calculate for how long it would take to transfer the data

= 12400kb/320kb/s

= 38.75secs.

It would take 38.75 secs to transfer the data of 12.4mb.

Arrange the numbers 4, 8, 2, 6, 3, 5, 0, 1 into ascending order using the Merge sort algorithm

Answers

Answer:

1 2 3 4 5 6 you are missing seven the 8

Explanation:

Use of the Internet for e-government has increased. Identify the benefits by checking all of the boxes that apply.
A. It keeps the public informed about events
B. People do not have to vote
C. People can pay bills
D. People do not have to visit the site
E. The government can share important information about issues with the people in that town.

Answers

It’s A my good guy have a great day

Answer:

the answer is A C and E

Explanation:

Write the line of code to calculate the area of a circle with radius 3 and store it in a variable called
area.

Answers

Answer:

area = 2.14 * 3 ** 2

Explanation:

No clue what language you use but this should be pretty universal. To find the area of a circle you use pi(r) ^ 2 or pi times radius squared

[tex]\pi r^{2}[/tex]

In python it looks like this:

>>> area = 3.14 * 3 ** 2

>>> print(area)

28.26 <Printed text

25 POINTS. Which three features are related to the functions of a continuous rotation servo motor?
A. The command signal sets the direction and speed of rotation.
B. It can change the shaft's movement from circular to forward or backward motion.
C. It is commonly used for radar navigation on robots.
D. The motor can turn either clockwise or counterclockwise with no limits.
E. There are barriers in the design that prevent rotation beyond a half circle.

Answers

I think A I’m not too sure though! Try looking it up cause I’m not sure about my answer

alexa it is olewi.............................................

Answers

Answer:

jvksvksdvkbvkjsdkcn

Explanation:

Huh.........whattttt

4.8 Code Practice: Question 2

Answers

Answer:

for y in range(88, 43, -4):

   print(y, end=" ")

Explanation;

yw

Question # 4
Multiple Choice
How do you stop a program that is stuck in an infinite loop?

Press the Alt key together with the Q key.

Press the Control key together with the C key.

Press the Control key together with the Q key.

Press the Alt key together with the C key.

Answers

Answer:Control +c

Explanation:yes

Answer: Press the Control key together with the C key.

Explanation: Correct on Edg 2020/2021.

Which statement is true about hacking?
Hacking is generally a positive practice to stop cyber crime.
Hackers do so for various reasons, including the challenge of it.
Hacking cannot be used in the process to help protect sensitive information.
Hackers are rarely successful when attempting to bypass security software.

Answers

Answer:

Hackers do so for various reasons, including the challenge of it

Explanation:

I would say it is this. Plz mark brainliest Thanks:)

Answer:

Hackers do so for various reasons, including the challenge of it

Explanation:

Choose a different well-known company that you know of, and describe its direct and indirect competitors. Describe at least 2 direct competitors and 2 indirect competitors.

Answers

nondirect competition is the variance between vendors whose products or services are not the same but that could gratify the consumer need
Lets take exampl of microsoft corporation
The indirect competitors are WHOLE FOODS and WAL-MART
Direct competitors sells the product or services that are same
the direct competitors are Apple, Google, HP, IBM
hope it helps

Answer:

Apple

Direct Competitors: Microsoft and Samsung

Indirect Competitors: Best Buy and Target

correct on edge

What number will be output by the console.log command on line 5?
A. 10
B. 11
C. 12
D. 13
E. 16

Answers

Answer:

E

Explanation:

If you follow the line of code and add 1, 2, and then 3, 10 + 1 + 2 + 3 = 16.

The output of the block of code will be 16 as the value of the variable is assigned a new value based on the number added to it on each line.

The initial value of the variable oop is 10

On the next line, 1 is added to oop and the resulting value is reassigned to the same variable, the new value of oop is 11

On the next line, 2 is added to oop and the resulting value is reassigned to oop, the new value of oop becomes 13

Variable oop is then increased by 3 ; making the value become (13 + 3) = 16

Therefore, the output of the command is 16.

Learn more :https://brainly.com/question/18505492

Guys im getting the ps5 tomorrow :)​

Answers

Answer:

Congrats.

Probably will be better than the Xbox minifridge

Question # 3
Fill in the Blank
What is the output?
answer = "Hi mom"
print(answer.lower())

Answers

what not understanding

the output is mom, hope this helped p

19 POINTS! (Excel) Use the drop-down menus to complete the steps for opening and using the Format Cells dialog box to change font and basic formatting.
1. Select the cell or range you want to format.

2. (1.Double click 2.single click 3. right click) the selection and click Format Cells to open the Format Cells dialog box.

3. Click the (1.format 2. font 3. cells) tab.

4. Apply the desired formats, and click OK.

Answers

Answer:

c 3

Explanation:

Answer:

Here

Explanation:

Number 1 Right-Click

Number 2 Font

Select the correct answer.
Bella is moving the camera physically to the left to capture a fast-paced shot. Which technique is she using?
OA
pan left
OB.
truck left
O c.
truck right
OD.
zoom left
OE.
pan right

Answers

A ?
Because Bella is physicals moving the camera so I think it is A

True or False? You should never move an injured person.
True
False

Answers

Answer:

true

Explanation:

What is the advantage of using the Publish Online option for sharing a calendar? It creates a web version that can be viewed by anyone. It allows an employee's boss to see busy/free information. It allows a user inside an organization to view the calendar. It allows a user outside an organization to view the calendar.

Answers

Answer:

its D. it allows a user outside an organization to view the calendar.

Explanation:

i just got it right on edge 2020.

Answer:

B

Explanation:

Identify way computer are used in television production​

Answers

Answer:

image editing, text om screen, weather graphics, animation, sattelites ... a lot more possibilites are endless just limited

What is another name for a numbered list

Answers

Answer:

Another name for a numbered list is a list

Which of the following is an example of a tax?

cash payment,medicare,rental payment,line of credit

Answers

Medicare because it’s like insurance

convert the decimal number 191 into an binary number

Answers

Answer:

Binary: 10111111

Explanation:

Other Questions
Harlee uses a device to convert her electronic textbook into braille. Unfortunately, the textbook did not include text descriptions of the diagrams, and 2/3 of the pages have diagrams. Let N be the number of pages Harlee reads to reach the first page with a diagram. Assume that the probability of each page having a diagram is independent. Find the mean and standard deviation of N. Round your answers to one decimal place. When is electrolysis used to extract metal? 8300 dollars is placed in an account with an annual interest rate of 6.5%. How much will be in the account after 14 years , to the nearest cent? What kind of function describes this situation? What is the definition of trouble shooting. Why is agriculture revolutionary for humanity? How has it contributed to the development of civilization? Classify the sets of bones below as being part of the axial skeleton or the appendicular skeleton. hands and feet sternum skull hips ribs shoulders arms and legs vertebral column You then calculate the KDto be 6 x 10-4M to HERI and 2 x 10-3M to HERIII. What is the specificity of your drug? (please i need help)Tiya flipped a coin 40 times. The coin landed heads up 16 times and tails up 24 times.Part A: Based on the results, what is the experimental probability of the coin landing heads up? Show your work. (5 points)Part B: What is the theoretical probability of the coin landing heads up? Show your work Varying the color of vegetables helps introduce a variety of all of the following EXCEPTflavors.textures.nutrients.food groups. what is the passing of traits from parents to offspring? You are competing in a race. The table shows the times from last year's race. You want your time to be last year's median time with an absolute deviation of at most 4 minutes. Complete the inequality to represent the time (in minutes) you hope to achieve. Please answer this! :)) What is wrong with the equation. Please answer asap, its due in a couple days :3 Express this ratio in its simplest form.240cm : 3.6m Which statements describe science? Check all that apply. It lacks a formal process. It involves observation. It involves experimentation. It is not updated often. It is supported by evidence 6 x41=????????????????? A plane travels 264 miles in 1.1 hours against the wind. On the return trip, it travels the same 264 miles in 1hour. Find the speed of the wind. Write the equation of the line fully simplified slope-intercept form.