Working independently but having the help of the people directly next to you.
What is Elbow Partner?
Behaving, dressing, speaking, and writing in a way that is respectful of everyone's background and opinions.
What is being professional?
In order to communicate - whether it is through music, an emergency broadcast, a speech, or a conversation - someone must interpret it.
What is communication?
Check for hardware or emulator connection issues. You might need to close the emulator or the MIT AI Companion, reset the connection, and reconnect.
What is Step #1 for Debugging Code
Use debugging strategies to isolate the bug.
-Do It command
-Disable command
-Code trace or variable trace
What is Step #5 for Debugging Code?
Working together to maximize both people's creativity and knowledge to make the best possible product.
What is Pair Programming?
If you are stuck, don't go directly to the teacher. Instead, ask three other people around you.
What is "Ask Three Then Me"?
A skill that allows you to process and make sense of what is communicated so you do not miss important information.
What is active listening?
Check for compilation errors (warnings and error messages in the Blocks view) and fix them.
What is Step #2 for Debugging Code?
Test the app.
What is Step #6 for Debugging Code?
Working as a team to accomplish larger or more tasks than otherwise possible for a single person or pair alone.
What is Scrum Teams?
Summarize and paraphrase what you are hearing. Ask questions to be sure you understand correctly.
What is reflect, summarize, and clarify?
Clear your mind of distractions. Attend to what is being said and how it is said. Notice the speaker's tone of voice facial expressions, and body language.
What is paying attention?
To make sure you understand the intended outcomes of each event handler, review your comments and algorithms.
What is Step #3 for Debugging Code?
Fix the bug.
What is Step #7 for Debugging Code?
Can create a culture of cooperation and team spirit.
What is asking for help and volunteering?
Show your interest and concern with eye contact, head nodding, facial expressions, leaning forward, and short verbal responses.
What is using body language?
Concentrate on what is being said and not on characteristics of the speaker or the environment.
What is being open?
Make sure your code is easy to read. Collapse code that is not related to the bug.
What is Step #4 for Debugging Code?
Test the app again.
What is Step #8 for Debugging Code?