Steven wrote an algorithm for his coding class that explains how he puts on his shoes. Which is the correct sequence of steps that Steven used?

Place foot in shoe, untie laces, tie laces
Tie laces, place foot in shoe, untie laces
Untie laces, place foot in shoe, tie laces
Untie laces, tie laces, place foot in shoe

Answers

Answer 1

untie laces ,place foot in shoe, tie laces maybe?


Related Questions

Lilly is new to her company. Give Lilly some advice about effective communication in an e-mail. Include a subject line.

Answers

Effective communication is an important aspect throughout all aspects of life, but it is especially important when in a new job. This is because your communication, or even lack of communication could very likely change you or a co-workers life. For example, let's say a co-worker needed you to do something, and you couldn't do it, but didn't tell them, then they could get into trouble and potentially fired for not doing the work that they entrusted to you. In some cases, they'll blame you, and you can get fired.

What is the purpose of a Post Mortem Review?

To check the code for spelling
To prove the algorithm is correct
To understand how the code can be improved
To check the code for formatting

Answers

Answer:

A post-mortem meeting is held at the end of a project. The goal is to look at the project from start to finish to determine what went right and what can be improved. By the end of the meeting, you should have identified best practices and opportunities for improvement going forward.

Explanation: NONE

Answer:

A post-mortem meeting is held at the end of a project.

Explanation:

In a particular spreadsheet, the data in each cell is password protected. When cells are selected, the formula is visible
in the formula bar. Which is true?
O The cells are locked and hidden.
The cells are locked and unhidden.
The cells are unlocked and hidden.
O The cells are unlocked and unhidden.

Answers

Answer:

Explanation:

Locked and hidden

RIGHT ANSWER GETS BRAINLEST

Complete the code.

You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".

if yourTeam.
() == "q":
break


The options they give are:
Upper
Compare
lower

Answers

Answer:

sir i beleive lower is your answer, i know it isnt upper.

Explanation:

:D

Answer:

lower

Explanation:

i just did the quiz and got it right :)

An else statement will be executed in what situation?
the if statement is true
the if statement is false
there is a syntax error
the elif statement is executed

Answers

Answer:

The second one.

Explanation:

An `else` statement is like the alternative route for the code. I like to put it in my own words like, "If the user puts a number insted of a letter tell them they did a good job! Else(Otherwise) Tell them they need to try again.

I hope I helped!

Answer:

b) the if statement is false

Explanation:

The else statement is performed if the if statement's condition is not fulfilled. An else statement executes if an if statement is false. The else statement gives the code a backup if the if statement fails. If the if statement fails, this might propose a different course of action.

An if statement may test whether an integer is even or odd by dividing it by two. This tells the computer whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is the computer that determines whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is. The else statement may show that the "number is odd" if the integer cannot be divided by two.

The following code will not compile. Which of the options below would allow the code to compile and run as intended?

if (x >= -10 and <= 10):
print("In range")

Answers

Answer:

Follows are the code to this question:

x=int(input())#use input method with int that takes integer value from user-end  

if (x >= -10 and x<=10):#defining if block that checks x in between -10 to 10

   print("In range")#print message

Output:

6

In range

Explanation:

In this code, the choices were missing that's why the solution to this question can be defined as follows:

In this, x variable using the input method with the int, which takes integer value from the user-end. In the next step, the if block is used, that checks x value lies on between the -10 to 10, to check this condition it used the and logical operator, that run the code when both conditions are true, and at last, it prints the message "In range".

can someone help me on codehs. its 7.1.5: initials. here is what your supposed to do

Write a function called initials that will take a first and last name and return their initials using the following format:

initials("Tracy", "Turtle")
# => "T.T."
initials("Peter", "Parker")
# => "P.P."

Answers

Answer:

first = input( "What is your first name? " )

last = input( "What is your last name? " )

def initials():

   print ("Your initials are: "+first[0]+"."+last[0]+".")

initials ()

Explanation:

it works when I test but it won't submit. Hope this helps

Following are the program to prints the initials of the input value.  

Program Explanation:

Defining a class Main.Inside the class, a method "initials" is declared that takes two string variables "first, last" in the parameter.Inside the method, a return keyword is defined that uses the charAt method that returns the first character value of the parameters. In the next step, the main method is defined.Inside the main method, a print method is declared that calls initials method that accepts value in the parameter and prints its value.

Program:

public class Main //defining a class Main

{

   static String initials(String first, String last)//defining a String method initials that input two variables in the parameter

   {

       return first.charAt(0)+"."+last.charAt(0)+".";//using charAt method that returns first character value

   }

 public static void main(String[] as) //defining main method

 {

   System.out.println(initials("Tracy", "Turtle"));//using print method that calls initials method that accepts value in parameter

   System.out.println(initials("Peter", "Parker"));//using print method that calls initials method that accepts value in parameter

 }

}

Output:

Please find the attached file.

Learn more:

brainly.com/question/2810164

does anybody know how to unlock websites from school computer

Answers

Answer:

yes go to settings then apps

Explanation:

that's how I did mines

When an instruction is sent to the CPU in a binary pattern, how does the CPU know what instruction the pattern means

Answers

Answer:

When an instruction is sent to the CPU in a binary pattern, how does the CPU know what instruction the pattern means

Explanation:

When the CPU executes the instructions, it interprets the opcode part of the instruction into individual microprograms, containing their microcode equivalents. Just so you know, a full assembly instruction consists of an opcode and any applicable data that goes with it, if required (register names, memory addresses).

The assembly instructions are assembled (turned into their binary equivalent 0s and 1s, or from now on, logic signals). These logic signals are in-turn interpreted by the CPU, and turned into more low-level logic signals which direct the flow of the CPU to execute the particular instruction.

12) --- In-Excel, Columns-are-labelled as
a) +A, B, C, etc
b)+1,2,3.etc
C-A1, A2, etc. 1
d)+ $A$1, $A$2. etc. I​

Answers

Answer:

C-A1, A2, etc.

Have any of you guys had to deal with not seeing profile pictures or not being able to open PDFs on this website? Is it just me or an overall glitch of the Brainly system?

Answers

Me too man me too yeah

(I WILL GIVE BRAINLIEST) Which steps will delete an appointment?

left-clicking on the appointment and hitting delete on the keyboard
double-clicking on the appointment and hitting delete on the keyboard
right-clicking the Calendar folder and hitting delete on the keyboard
clicking the Calendar folder and hitting delete on the keyboard

Answers

Answer:

right clicking should be your answer

How many comparisons will be done to find 8 in this list using a linear search?

2, 4, 6, 8, 10, 12

Answers

Answer:

I think 4 comparisons

Other Questions
Factorise x - x with explanation please? Controllable risk factors for heart disease include:A-)age, race, and gender.B-)heredity, weight, and physical activity.C-)high blood pressure, smoking, and age.D-)physical activity, weight, and smoking. How many particles of argon (Ar) are present in 18.4L of argon? please Four more than twice a number is the same as 8 less than three times the samenumber. What is the number? Have any of you guys had to deal with not seeing profile pictures or not being able to open PDFs on this website? Is it just me or an overall glitch of the Brainly system? Which expressions represents the algebraic phrase twelve times the sum of a number and seven tenths A 12y+7/10 B 12(y+7/10C 7/10y+12D y(7/10+12) help me plz !!!!!!!!!!!!!!!!!!!! plz help After 25 days, Isabella earned $10,050 walking the dogs of her neighbors in her apartment building. Interestingly, she had earned the exact same amount each day. How much money did Isabella earn each day? A 420 B 400 C 402 D 204 Choose the organs that are a part of the respiratory system.Lungsheartlarynxstomachdiaphragmtrachea What were characteristics that pulled the Greek city-states apart?Choose all answers that are correct. trips to the agoradifferent languagesculture within the city-stateseparation by land and sealoyalty to the polis Slope is -6 and (1,9) is on the line.The equation of the line in point slope form is: Select all the correct answers.Which values of x are solutions to this equation?-1/2+ 5x = 811.5-1.5-2-883 Northside Manufacturing Fire Evacuation Guide Fire, an ever-present hazard in Australia, causes approximately 100 fatalities and over 3,000 injuries per annum. Significant resources are allocated to mitigate the risk. Our company is committed to ensuring that employees, visitors and contractors are kept as safe as possible whilst at any premises owned or under the control of the organisation. With this in mind, all staff should familiarise themselves with the locations of the fire alarms, fire call points, fire exits, fire assembly areas and fire tally boards. On discovering a fire, you should operate the nearest alarm, evacuate the building as described below and report the nature and location of the fire to the companys fire warden. On hearing the fire alarm, you should:Quickly and calmly evacuate to the nearest assembly area.Where there is anyone with mobility impairments, utilise the evacuation chair (if trained in its use) or escort them to a temporary refuge point i.e. stairwell or corridors protected by 30 minute fire doors and remain with them if appropriate.Members of staff: If you are near the tally board AND the visitor sign-in sheet, you must pick up both, check the rooms shown on the tally board as you exit and close all doors behind you. Note the location of anyone with mobility impairment who has been escorted to a temporary refuge point. If the tally board/visitor sign-in sheet has already been collected, go straight to the assembly area.If you have collected the tally board and visitor sign-in sheet and checked the rooms as you left the building, you must report with the tally board and visitor sign-in sheet to the companys Fire Warden without delay, informing him/her of the location of any one with mobility impairments waiting in a safe area.If you have looked for a tally board that you know is missing from its usual location, then report this to the companys Fire Warden.Fire wardens should assume their designated duties. Ensure all staff members and visitors/contractors are accounted for. DO NOT attempt to fight a fire unless you have been trained to and it is safe to do so.DO NOT leave the site unless instructed to do so.Why do you think the visitor sign-in sheet needs to be taken?- it is part of the fire evacuation procedure.- the visitor sign in sheet helps account for evacuated visitors accurately.- the visitors sign in sheet can help to locate people.- it assists the fire warden to evacuate people more quickly Europeans and Africans obtainedfrom the New World.A. new products, new cultures, and new ideasB. new slaves and new immigrantsC. new exchanges?? Need help ASAP Item 1 Circuit A has a resistance of 7.5 ohms, and circuit B has a resistance of 5 ohms. Which statement about the circuits must be correct? (1 point) Item 2 Item 3 If the current in circuit A is less than the current in circuit B, then the voltage in circuit A is less than the voltage in circuit B. Item 4 If the voltage of circuit A is equal to the voltage of circuit B, then the current in circuit A is less than the current in circuit B. If the current in circuit A is equal to the current in circuit B, then the voltage in circuit A is less than the voltage in circuit B. If the voltage of circuit A is equal to the voltage of circuit B, then the current in circuit A is equal to the current in circuit B. 0 Type here to search c Help ASAP Please Ill give Brainly award omg why did i just do this what is the area of the triangle shown below? After a tropical storm in a certain state, news reports indicated that 19 percent of households in the state lost power during the storm. A state engineer believes that estimate is too low. The engineer will collect data to perform a hypothesis test on the proportion of all households without power. Which of the following are the appropriate hypotheses for such a test? ) A price change would have the largest income effect on a A) magazine. B) tablet computer. C) piece of clothing. D) car.