1) List at least five smaller behaviors you could break the complex behavior "brushing my teeth" into.



2) Why is it important to think of a computer program as a set of basic, simple, and complex behaviors that a robot needs to follow?



3) What is the purpose of a set of curly braces { } in a ROBOTC computer program?

Respuesta :

Q1:
1. Go into the bathroom
2. Put toothpaste on the toothbrush
3. Place head of toothbrush on your teeth
4. Revolve in small circles
5. Repeat 4 for all of your teeth
6. Use water to wash away the toothpaste in you mouth
fichoh

Breaking down a problem into a set of simple executable exercises is necessary to aid optimal solution. The solution to the set of questions given are :

1.)

Brush my teeth could be broken down thus :

1.) Locate my brush

2.) Apply toothpaste or mouthwash on my brush

3.) Go to the bathroom

4.) Scrub my teeth using my brush and paste.

5.) Rinse my mouth

2.)

Implementing code or instructions to build a program should generally follow a simple to complex trend. Where the simple proceses include the variables, constants and elements required to formulate more complex or complicated tasks.

3.)

Curly braces are used to aid code organization and arrangement such that instructions are seperated from one another.

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