Archive month

November 2025

37,898 public questions were asked this month.

By day

Daily archive

Recent questions

Latest from November 2025

Eden just joined a gym. She used to do gymnastics but is looking to try new forms of exercise since gymnastics is not really practical in her life now. Her plan is to try every class that the gym offers and see which one...
Asked by A 1 answer
Variety in an exercise program makes you more likely to stick to it. Group of answer choices True False
Asked by A 1 answer
Ari has a big exam tomorrow, and he can’t stop worrying about it. He decides to exercise and see if that takes his mind off it. He goes to the gym, but it is not really helping. He can’t get into his exercise like he usu...
Asked by A 1 answer
Hiram generally exercises as much as he can but is often frustrated at the end of the week because he has not gotten in as much exercise as he had hoped. He is thinking about creating an exercise plan at the beginning of...
Asked by A 1 answer
Javier is going to go for a run. He has a treadmill in his house, but it is a beautiful day outside. He has noticed that he finishes his workout a little faster when he is on the treadmill. Should he go for a run outside...
Asked by A 1 answer
Li Wei loves cardio and finds it very easy to fit into his schedule. Because he knows it is important to diversify his exercise routine, sometimes he runs and other days he rides his bike. What else should Li Wei conside...
Asked by A 1 answer
Niles is an athlete who really likes to push himself. He is very competitive and is hoping to go to college on a sports scholarship, so this means going above and beyond his teammates when practicing. Lately, he has noti...
Asked by A 1 answer
Meilee has decided that she wants to join her local roller derby team, so she is building her skating skills. It has been a while since she was on skates, so needs to get some practice in and build her skills. How can ma...
Asked by A 1 answer
Tyrone has been improving his fitness by walking every day and is beginning to add a little running. He has been doing well sticking to his plan of exercising four days a week for the past few weeks, but today he just do...
Asked by A 1 answer
An algorithm is a set of step-by-step instructions for solving a problem. (1 point) Responses True True False False
Asked by ., 1 answer
A software design team just sent out a draft form of an app to trusted advisors who are going to tell the team about anything that isn’t working as expected before the app goes live. Which phase of the software developme...
Asked by ., 1 answer
Using an if/else statement to control the flow of a program is common in: (1 point) Responses sequence structures. sequence structures. selection structures. selection structures. iteration structures. iteration structur...
Asked by ., 1 answer
Marisol wrote a section of code, but it didn’t work the way that she expected. So, she got a pencil and a paper and wrote down what would happen to the variable as each line of the code executed. This is an example of: (...
Asked by ., 1 answer
Boolean, integer, string, and float are examples of: (1 point) Responses constants. constants. recursions. recursions. loops. loops. data types.
Asked by ., 1 answer
Question An hourglass symbol should appear on the screen until an image loads. What kind of structure will this require? (1 point) Responses sequence sequence selection selection condition-controlled loop condition-contr...
Asked by ., 1 answer
Web languages tend to be compiled. (1 point) Responses True True False
Asked by ., 1 answer
A diamond on a flowchart usually indicates: (1 point) Responses an action. an action. an input. an input. a decision. a decision. an output.
Asked by ., 1 answer
If the user enters a password that is too short, they will get an error message. Otherwise, they will get a welcome message. This is an example of which of these structures? (1 point) Responses iteration iteration sequen...
Asked by ., 1 answer
Which of these is NOT a debugging method? (1 point) Responses finding a root cause instead of fixing symptoms finding a root cause instead of fixing symptoms asking someone else to look over the code asking someone else...
Asked by ., 1 answer
What is the purpose of a query language? (1 point) Responses to display a web page properly to display a web page properly to compile code to compile code to interpret code to interpret code to interact with databases
Asked by ., 1 answer
In a personality quiz app, the user will enter “True” or “False” for each statement that appears on the screen. What is the best structure for recording their answers in the program? (1 point) Responses constants constan...
Asked by ., 1 answer
A program will recommend a movie to the user based on the input that the user provides about their interests. This program is an example of which of these structures? (1 point) Responses sequence sequence selection selec...
Asked by ., 1 answer
Question What is the key feature of the agile methodology of software development? (1 point) Responses It is rigid. It is rigid. It is linear. It is linear. It involves sprints. It involves sprints. It uses a waterfall a...
Asked by ., 1 answer
“Luke,” “Cynthia,” and “Omar” are examples of: (1 point) Responses strings. strings. floats. floats. Booleans. Booleans. loops. loops.
Asked by ., 1 answer
In software development, a sprint is a short time period focused on one portion of software development. (1 point) Responses True True False
Asked by ., 1 answer