Ways to act like a computer scientist. Be curious Look at different menus Run code to see what...

9
Ways to act like a computer scientist

description

Ask questions and collaborate Don’t be afraid to ask for help Don’t keep it a secret … tell others

Transcript of Ways to act like a computer scientist. Be curious Look at different menus Run code to see what...

Page 1: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Ways to act like a computer scientist

Page 2: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Be curious

• Look at different menus• Run code to see what

happens• Check the effects of

different settings• Answer your own questions

Page 3: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Ask questions and collaborate

• Don’t be afraid to ask for help• Don’t keep it a secret … tell others

Page 4: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Be persistent

• Have confidence• Tackle complex problems• Stick with it• It gets easier• It feels good to conquer

your problems

Page 5: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Keep it simple

• Break down big problems• Create smaller chunks

Page 6: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Read through your code

• Computers follow instructions exactly• Think like a computer processor• Create step-by-step instructions• Find errors in your logic or missing steps

Page 7: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Don’t feel bad about making mistakes

• Mistakes do NOT equal failure• One step closer to creating

the right solution

Page 8: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Step away from your screen

• Take a break• Come back with a new

perspective

Page 9: Ways to act like a computer scientist. Be curious Look at different menus Run code to see what happens Check the effects of different settings Answer.

Things to keep in mind while learning CS

• We’re all learners• You’re not going to be an

expert your first time• Learning to program takes

time, but anyone can do it