Using the drop-down menus, correctly complete the sentences.
A(n)
vis a set of step-by-step instructions that tell a computer exactly what to do.
The first step in creating a computer program is defining a(n)
the next step is creating a(n)
v problem that can be solved by a computer program.
A person writing a computer program is called a(n)

Answers

Answer 1

Answer:

It is  computer program , Problem, Logic, Programmer

Explanation:

on edge


Related Questions

someone, please answer this.

This lesson showed you the general form of the syntax for a for loop in JavaScript:for

(initialize counter; condition; update counter) {code block;}

What does each part do, and why is it necessary?

Answers

Answer: A loop will continue running until the defined condition returns false . ... You can type js for , js while or js do while to get more info on any of these. ... initialization - Run before the first execution on the loop. ... But it can be used to decrement a counter too. statement - Code to be repeated in the loop.

Explanation:

Implement the function printTwoLargest that inputs an arbitrary number of positive numbers from the user. The input of numbers stops when the first negative or zero value is entered by the user. The function then prints the two largest values entered by the user. If fewer than two distinct positive numbers are entered a message to that effect is printed instead of printing any numbers. Hint: Duplicates will cause problems. Try to make sure that you find a way to ignore them.

Answers

Answer:

The function in Python is as follows:

def printTwoLargest():

   chk = 0

   list1 = []

   num = int(input("Enter: "))

   while num > 0:

       for i in list1:

           if i == num:

               chk+=1

               break;

       if chk == 0:

           list1.append(num)

       chk = 0

       num = int(input("Enter: "))

   list1.sort()

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

   else:

       print("Length of list must be at least 2")

Explanation:

This defines the function

def printTwoLargest():

This initializes a check variable to 0

   chk = 0

This initializes an empty list

   list1 = []

This prompts the user for input

   num = int(input("Enter: "))

The following loop is repeated until input is 0 or negative

   while num > 0:

The following for loop checks for duplicate

       for i in list1:

           if i == num: If duplicate is found

               chk+=1 The check variable is set to 1

               break; And the for loop is exited

The input is appended to the list if the check variable is 0 (i.e. no duplicate)

       if chk == 0:

           list1.append(num)

This sets the check variable back to 0, for another input

       chk = 0

This prompts the user for another input

       num = int(input("Enter: "))

This sorts the list

   list1.sort()

This prints the two largest if valid user input is 2 or more

   if len(list1) >= 2:

       print("Largest:", list1[-1])

       print("Second:", list1[-2])

if otherwise, this prints that the length must be at least 2

   else:

       print("Length of list must be at least 2")

HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP HELP

Answers

Answer:

I should be C! :D

Answer:

B

Explanation:

Other Questions
The boat top speed was 2 miles per hour less then 3/5 the cars top speed. The boats top speed was 73 miles per hour.what was the top speed of the car ? PLS HELP ME GIVING OUT BRAINLIEST ANSWER!! ____________ is the study of the interactions among all organisms and their physical environment. A ____________ is the place where an organism lives. A ____________ is all the individuals of the same species found in the same location. A ____________ consists of all of the various populations interacting at a locale. An ecosystem contains a community of populations and also the ____________ environment. The biosphere encompasses all of the ____________ of the Earth's soil, water, and air where living organisms are found. Which of the following transformations does notpreserve congruence?F. (x,y) (-x, -Y)G. (x, y) = (-y, -x)H. (x, y) = (x + 9.y + 9)J. (x,y) (9x, 9y) Fill in the blank with the future tense of the verb in parenthesis.Il dix ans. (avoir)avoiraauraauraiauront state the angle pair relationship then find the value of x sorry for the last one but i need help on this asap please How does the description of the story's setting in paragraph 2 influence the plot? a The mountain view creates a conflict with the final destination. b The difficult weather makes the narrator feel more nervous. c The dark stormy night foreshadows trouble for the narrator. d The thunder makes the driver change his mind about the trip. will mark brainliest - Generalmente en espaol, los verbos transitivos requieren de un __________ cuando no hay ningn objeto directo expresado. Escribe dos ejemplos. Find the radius of the curcle please help!a b c or d 7 2/5 - 3 1/8=Another one What is the relationship between the word pairs in this analogy?Sole : shoe as zipper : jacketA: synonymsB: Cause and effectC: Parts of a wholeD: Antonyms Part A: What does dangled show about the workers? They were hung from something. They were carried up to something. They were dropped from something. They jumped down from something.Part B: Which phrase from the sentences shows what dangled means? great heights air below their feet prepared the area concrete walls Do you think that China allowing private ownership has helped its economy grow? pls help me !!! During those long days at sea, many of Magellan's men died of starvation and disease.' What three precautions would you take to avoid such fatal situation If you were one of the sailors? Justify. What is the main purpose of Book 1 of the Odyssey? Given the matrices AA and BB shown below, find A-B.AB. A=\begin{bmatrix} 3 \\ 0\end{bmatrix}\,\,\,\,B=\begin{bmatrix} -1 \\ 0\end{bmatrix} A=[ 3 0 ]B=[ 1 0 ] Need help ASAP! Which of the following most likely functions as the climax in a story? "I understand finally why you lied, but we will be fixing this mess for years," she said. "We should try to find other volunteers to help us get this done," she said quietly. The room grew quiet, as if we were all trying to find an answer in our collective brain. If we had only learned about Joey sooner, so much trouble could have been avoided.