Here are the answers to each question based on your provided options:
-
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?
- Answer: Boolean variables
-
An algorithm is a set of step-by-step instructions for solving a problem.
- Answer: True
-
What is the purpose of a query language?
- Answer: to interact with databases
-
Which part of the software development life cycle involves meetings to determine exactly which features a software project will have?
- Answer: analysis
-
Which of these is NOT a way that technology can solve problems?
- Answer: making value judgments
-
A team is struggling to design an algorithm properly. A visual representation might clear some things up. Which of these would be the most helpful?
- Answer: a flowchart
-
Which of these is NOT a debugging method?
- Answer: changing constants to variables
-
What is a major advantage of the spiral method?
- Answer: It minimizes failures in risky projects.
-
Which of these is an algorithm?
- Answer: a pizza recipe (Although a shopping list is also a simple algorithm, the pizza recipe is often viewed as a more complex one with steps, making it a clearer example of an algorithm.)
-
What is one disadvantage of the waterfall methodology for software development?
- Answer: It is rigid and inflexible.
Feel free to ask if you need further clarification or additional information!