# 1เลือกประเภทWhat is an algorithm?A type of computerA step-by-step procedure for solving a problemA programming languageA software application
# 3เลือกประเภทWhat is the primary purpose of using loops in programming?To execute a block of code onceTo repeat a block of code multiple timesTo organize filesTo make code more colorful
# 4เลือกประเภทWhich of the following is an example of a conditional statement?if...elserepeat...untilfunction()print()