01 Computer Science Fundamentals - Express Course, "Warm-Up" and "Sequencing" (Lessons 1-5) Flashcards
What is the first step in the problem-solving process?
Identify the Problem
What is the second step in the problem-solving process?
Plan the Solution
What is the third step in the problem-solving process?
Implement the Solution
What is the fourth step in the problem-solving process?
Evaluate the Solution
What is the fifth step in the problem-solving process?
Report the Results
What is breaking down a complex problem or system into smaller parts?
Decomposition
What is finding the similarities among smaller problems?
Pattern Recognition
What is generalizing patterns and trends into rules, principles, and insights?
Abstraction
What is an algorithm?
Steps to complete a task.
What is a program?
An algorithm for a machine
What is programming?
Creating an algorithm for a machine.
What is coding?
Writing an algorithm for a machine.
What is an event?
The reaction of a program usually to a user’s action.
What is a requirement for an event?
Waits for an action to happen.
What is a requirement for an event?
Causes something to happen.