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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is problem-solving in the context of programming?

A

It is breaking down challenges into smaller parts and finding efficient solutions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the general approach to problem solving in programming?

A
  1. Understand the problem.
  2. Analyze the problem.
  3. Design the algorithm using pseudocode or flowchart.
  4. Implement the algorithm.
  5. Test and debug.
  6. Documentation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly