True or False
Multiple Choice
Fill in the Blank
100

Programming is not just for geniuses; anyone can learn with curiosity and patience.  

False

100

What is programming at its core?
A. Writing essays for computers
B. Giving clear, step-by-step instructions to a computer
C. Memorizing commands and code
D. Controlling hardware only

B. Giving clear, step-by-step instructions to a computer

100

Computers do not understand English or Python directly; they understand __________.

binary

200

Computers only understand binary; programming languages need compilers/interpreters.

False

200

What do compilers or interpreters do?
A. Teach humans how to code
B. Translate programming languages into binary
C. Store programs permanently
D. Debug programs automatically

B. Translate programming languages into binary

200

A __________ or interpreter translates code into a form the computer can execute.

compiler

300

Debugging means finding and fixing errors in code.

True

300

Which of the following is NOT a programming language mentioned in the video?
A. Python
B. JavaScript
C. Java
D. Ruby

D. Ruby (The video only mentioned Python, JavaScript, Java, and C++.)

300

The process of finding and fixing errors in code is called __________.

debugging

400

Early programming was done with punch cards and switches.

True

400

When creating a calculator program, what comes first?
A. Writing the code immediately
B. Deciding what the program should do
C. Debugging the program
D. Translating into binary

B. Deciding what the program should do

400

Programming is compared to giving __________ instructions, like making a peanut butter sandwich.

step-by-step / detailed

500

Programming is fundamentally about problem solving.

True

500

Which of the following industries uses programming?
A. Agriculture
B. Medicine
C. Space exploration
D. All of the above

D. All of the above (Agriculture, Medicine, Space exploration)

500

Platforms like __________ and __________ provide tutorials for beginners to learn coding.

  1. Code Academy, Free Code Camp / Scratch, Python

M
e
n
u