All of the following are problem-solving steps except:
A. taking action.
B. defining the problem.
c. doing the first solution that comes to mind.
D. creating possible solutions.

Answers

Answer 1

Answer:

C. Doing the first solution that comes to mind.

Explanation:

Lets break this down a bit.

A is a great problem solving step, so we can mark that off.

We can do the same for B.

However, for C, I am hesitant about this one, so I wont mark it off quite yet.

Finally, for D, it is definitely a step, so I can mark that off.

You should never do the first solution that comes to mind, since you haven't done enough brainstorming about other ideas.

Hope this helps!


Related Questions

9.6 code practice edhesive

Answers

Answer: i got 50% for this I don’t know what to fix

Explanation:

Answer:

def printIt(ar):

   for row in range(len(ar)):

       for col in range(len(ar[0])):

           print(ar[row][col], end=" ")

       print("")

N= []

for r in range(4):

   N.append([])

for r in range(len(N)):

   value = 1

   for c in range(5):

       N[r].append(value)

       value = value +1

printIt(N)

print("")

newValue = 1

for r in range(len(N)):

   for c in range(len(N[0])):

       N[r][c] = newValue

   newValue = newValue + 1

printIt(N)

Explanation: Ez clap

Q3: State whether each of the following is true or false. If false, explain why. 1. A generic method cannot have the same method name as a nongeneric method. 2. All generic method declarations have a type-parameter section that immediately precedesthe method name. 3. A generic method can be overloaded by another generic method with the same methodname but different method parameters. 4. A type parameter can be declared only once in the type-parameter section but can appearmore than once in the method’s parameter list. 5. Type-parameter names among different generic methods must be unique. 6. The scope of a generic class’s type parameter is the entire class except its staticmembers.

Answers

Answer:

3

Explanation:

What keys on the keyboard have the ability to move the cursor around on a window?

No links and files or I report!
Will give Brainliest!​

Answers

Answer:

Press the Windows key on your keyboard. In the box that appears, type Ease of Access mouse settings and press Enter . In the Mouse Keys section, toggle the switch under Use numeric pad to move mouse around the screen to On. Press Alt + F4 to exit this menu.

Jerry purchased 25 dozens of eggs. He used 6 eggs to bake 1 cake. How
many similar cakes can Jerry bake with the number of eggs he purchased?​

Answers

Answer:

50

Explanation:

He bought 25 dozens of eggs:

25 (12) = 300

He used 6 eggs to make 1 cake, so:

300 eggs/6 eggs per cake = 50 cakes

Which option is used to determine whether information that should remain private is included in the final version of a PowerPoint presentation?
Compatibility Check
Grammar Checker
Document Inspector dialog box
Trust Center

Answers

Answer:

Im pretty sure you should put a document inspector dialog box

Answer:

Document Inspector dialog box

Explanation:

edge 2022

Why using a word processor than a typewriter?​

Answers

Answer:

Word processors allow users to save documents. This is not the case with a typewriter. Because text can be saved, editing does not have to occur immediately. The fourth characteristic of word processors is that they allow users to print their documents.

Answer:

There are many advantages to using a word processor instead of a typewriter. ... You have the ability to easily edit and change a word processing document. You can change a wide variety of formatting and colours. You can save files and re-use them.

Explanation:

NEED HELP ASAP! Which field best organizes street addresses in a database?
A. Name
B. Address
C. Phone

Answers

The best one is name

What do y’all think are the pros and cons to using technology?

Answers

Answer:

Explanation:

pros. convenient, easy to use, and educational  cons. addictive, mentally draining, and creates a social divide.

PLZ HELP

Select the correct answer.
Jack is part of the software quality assurance team in a company. Which activity should Jack perform as a part of software quality assurance?
A.
billing
B.
recruiting
C.
testing
D.
installing
E.
accounting

Answers

Answer:

E. accounting

Explanation:

just bare with me

Answer:D SORRY IF IM WRONG

Explanation:

PLS DONT HATE

The process of using the new

information system and doing away

with the old system is known as

system ___.​

Answers

Answer:

The process of using the new

information system and doing away

with the old system is known as

system development

In the file Calculator.java, write a class called Calculator that emulates basic functions of a calculator: add, subtract, multiply, divide, and clear. The class has one private member field called value for the calculator's current value. Implement the following Constructor and instance methods as listed below: public Calculator() - Constructor method to set the member field to 0.0 public void add(double val) - add the parameter to the member field public void subtract(double val) - subtract the parameter from the member field public void multiply(double val) - multiply the member field by the parameter public void divide(double val) - divide the member field by the parameter public void clear( ) - set the member field to 0.0 public double getValue( ) - return the member field

Answers

Answer:

Explanation:

The following calculator class written in Java has all the methods and variables requested in the question, each completing their own specific function to the member variable.

class Calculator {

   private double member;

   public Calculator() {

       this.member = 0.0;

   }

   public void add(double val) {

       this.member += val;

   }

   public void subtract(double val) {

       this.member -= val;

   }

   public void multiply(double val) {

       this.member *= val;

   }

   public void divide(double val) {

       this.member /= val;

   }

   public void clear() {

       this.member = 0.0;

   }

   public double getValue() {

       return this.member;

   }

}

An array stores data using multiple variable names.

True

False

Answers

Answer: False

Explanation:

It is false that an array stores data using multiple variable names, as it may not as, for starters, an Array cannot store multiple types of variable values. A container object that holds a fixed number of single-type values is known as an array.

What is an array?

A data structure that stores a collection of elements of the same data type under a single variable name is known as an array.

The index number, which is an integer value that represents the element's position within the array, is used to access it.

In other words, an array stores multiple values of the same data type in contiguous memory locations using a single variable name.

For starters, we cannot store multiple types of variable values in an Array. An array is a container object that holds a fixed number of single-type values.

Thus, the given statement is false.

For more details regarding an array, visit:

https://brainly.com/question/19570024

#SPJ3

Label the following website navigation methods
according to their importance, where 1 is most
important and 3 is least important.

Site map:
Navigation menu:
Site search:

Answers

Answer:

Technology is very important

Answer:

Site map: 3

Navigation menu:1

Site search:2

Explanation:

HELP! WILL GIVE BRANLIESt!

Answers

Answer:

36:12, 36/12, 3/1

Explanation:

I’ve never solved a problem like this but mathematically this answer makes sense

Mattias's friend asked him to critique his presentation about gorillas. Mattias noticed that there weren't any images of gorillas. What feedback can Mattias give to improve his friend's presentation?
a I like your title, but did you not think to add pictures of gorillas?
b It's ok, but it would be better if I just added pictures to your presentation.
c Really great information, but I think adding a picture of a gorilla would be great.
d You're missing a gorilla picture. Add one.

Answers

Answer:

c

Explanation:

Answer:B

Really great information, but I think adding a picture of a gorilla would be great.

Explanation:

Mattias's friend asked him to critique his presentation about gorillas. Mattias noticed that there weren't any images of gorillas. What feedback can Mattias give to improve his friend's presentation?

Group of answer choices

A)You're missing a gorilla picture. Add one.

B)Really great information, but I think adding a picture of a gorilla would be great.

C)I like your title, but did you not think to add pictures of gorillas?

D)It's ok, but it would be better if I just added pictures to your presentation.

Other Questions
The perimeter of an equilateral triangle is 60 centimeters. The length of the altitude of the triangle is XV3 centimeters. What is the value of x? When a company goes public, it begins doing what?A.Offering new products for saleB.Selling shares of stockC.Issuing government bondsD.Paying corporate income taxes 5. Patients suffering from dementia are affected with multiple cognitive effects, such as getting lostin their neighborhood because they can't remember their way back or forgetting the use ofcertain words and they are unable to communicate.(4 Points)TrueFalse (lg 5)+(lg 2)(lg 50)need solution.... How is understanding Mental Health help you deal with my thoughts, feelings,actions?I think this because.. What was the major cause of the Punic Wars?A.)Rome wanted to expand its empire and Carthage threatened to control the Mediterranean.B.)Cultural differences made Rome and Carthage enemies.C.)Carthage was a Roman colony and wanted independence.D.)Hannibal wanted to destroy Rome. 100 POINTS! :)Please answer the question correctly WITH WORK...otherwise I will report! :)Joshua has a ladder that is 12.8 ft long. He wants to lean the ladder against a verticle wall so that the top of the ladder is 11 ft above ground. For safety reasons, he wants the angle of the ladder no greater than 75 degrees. Will the ladder be safe at this height? Show your work. My heart, your heartSit tight like bookendsPages between usWritten with no endSo many words we're not sayingDon't wanna wait 'til it's goneYou make me strongI'm sorry if I say, "I need you"But I don't care, I'm not scared of love'Cause when I'm not with you, I'm weakerIs that so wrong? Is it so wrongThat you make me strong?Think of how muchLove that's been wastedPeople alwaysTrying to escape itMove on to stop their heart breakingBut there's nothing I'm running fromYou make me strongI'm sorry if I say, "I need you"But I don't care, I'm not scared of love'Cause when I'm not with you, I'm weakerIs that so wrong? Is it so wrong? What is the equation for the nth term of geometric sequence 32,48,72 5?Find the arc length of the partial circle.Either enter an exact answer in terms of Tor use 3.14 for and enter your answer asdecimal.units Can any one answer everything Where is the best place to include background information about your topic, such as its history?A. near the end, right before the conclusionB. near the beginning, after the introductionC. in the middle of your reasons and evidence PLEASE HELP!!Which of the following was an effect of westward expansion in North America? (Select four)Conflicts with Native AmericansFrench & Indian WarBattles of Lexington & ConcordProclamation Line of 1763Settlement of TennesseeBoston Massacre which one plz answer when was athens founded Point Z is the incenter of triangle RST. Point Z is the incenter of triangle S R T. Lines are drawn from the points of the triangle to point Z. Lines are drawn from point Z to the sides of the triangle to form right angles and line segments Z A, Z B, and Z C. Angle A S Z is (5 x minus 9) degrees and angle Z S B is 16 degrees. What is the value of x? x = 2 x = 3 12. A glass plate 1 cm thick, of refractive index 1.50, is placedbetween a point source of light of wave length 6000 and ascreen. The distance from the source to the screen is 4 cm.How many waves are there between the source and thescreen? Translate the following sentences into French.18. I would also like to take your temperature.19. I am prescribing a cough syrup.20. You should buy some tissues.PLEASE DONT USE THE TRANSLATOR In a survey of 12 people, it was found that an average of $36 was spent on their child's last birthday gift with a standard deviation of $11. Estimate the mean amount people spend on their child's last birthday gift with 80% confidence using the appropriate critical value to three decimal places. Enter your answer as equations or as numbers rounded to four decimal places. Animal populations are not capable of unrestricted growth because of limited habitat and food supplies. Under such conditions the population follows a logistic growth model: P(t) = d 1 + kect where c, d, and k are positive constants. For a certain fish population in a small pond d = 1200, k = 11, c = 0.2, and t is measured in years. The fish were introduced into the pond at time t = 0. (a) How many fish were originally put in the pond? 100 Correct: Your answer is correct. fish (b) Find the population after 10, 20, and 30 years. (Round your answers to the nearest whole number.) 10 years 1 Changed: Your submitted answer was incorrect. Your current answer has not been submitted. fish 20 years fish 30 years fish (c) Evaluate P(t) for large values of t. What value does the population approach as t [infinity]? P(t) =