Introduction and Importance of Programming Flashcards
1
Q
What is programming?
A
- It is about solving problems.
- It is creating instructions for the computer to solve a problem for you.
2
Q
What is problem-solving in the context of programming?
A
It is breaking down challenges into smaller parts and finding efficient solutions.
3
Q
What is the general approach to problem solving in programming?
A
- Understand the problem.
- Analyze the problem.
- Design the algorithm using pseudocode or flowchart.
- Implement the algorithm.
- Test and debug.
- Documentation.
4
Q
- It is about figuring out the best and most efficient ways to solve specific challenges or tasks using code.
- It is also a fundamental skill.
A
Problem-solving
5
Q
- It is about solving problems by writing instructions for a computer to follow.
- It’s like using a special language to tell the computer what to do.
A
Programming