LIST AND ORGANIZATIONS
Feedback & Users
Real-World Problem Solving
100

What is a list in problem-solving

WHAT IS A way to organize many items together instead of writing them one by one.

100

What does it mean to get feedback?

WHAT IS Asking people what they think and how to make something better. 

100

Which is more organized: having 10 random notes OR one list with 10 items?

What is One list with 10 items. 

200

TRUE OR FALSE

Writing 10 different variables is easier than putting them into one list.

What is False

200

Why is feedback important in making programs?

What IS It helps improve the program so more people can use it easily. 

200

What’s one example of a program that had to change because of user feedback?

WHAT IS Answers may vary (apps updating features, video games fixing bugs, websites improving design).

300

If you want to keep track of all the students in a class, what should you use: a list or 20 different variables?

WHAT IS A LIST

300

True or False: 

Programs should only be designed for the person who created them.


False – they should be designed for many users.

300

If you want to build an app for students to track homework, what should you do first: write code OR ask students what they need?

What is Ask students what they need. 

400

Why do we use lists in algorithms?

WHAT IS To simplify steps and make the solution easier to manage

400

If a game is too hard for players, what should the designer do?

WHAT IS Change the design based on feedback to make it fair and fun. 

400

Why is it better to test a program with different people before finishing it?


What is to find problems and improve it for everyone.


500

Give a real-life example of using a list to solve a problem.

What is Grocery shopping list, to-do list, playlist, packing list, etc.

500

Give one way you could collect feedback from users.

WHAT IS Surveys, testing the program, interviews, suggestion boxes, etc. 

500

How are lists and feedback similar in solving problems?

What is Both make solutions easier and better—lists organize the work, feedback improves the design.