# 1เลือกประเภทWhat is a variable in programming?A type of functionA storage locationA type of loopA piece of hardware
# 2เลือกประเภทWhich of the following is a correct way to declare a variable in Python?var x = 5;int x = 5;x = 5declare x = 5;
# 3เลือกประเภทWhat is the purpose of a loop in programming?To store dataTo repeat a set of instructionsTo define a functionTo create a variable
# 5เลือกประเภทWhat does 'HTML' stand for?Hyper Text Markup LanguageHigh Text Markup LanguageHyperlinks and Text Markup LanguageHyper Text Makeup Language
# 7เลือกประเภทWhat is the function of 'print()' in Python?To output data to the screenTo create a variableTo start a loopTo declare a function
# 8เลือกประเภทWhich of the following data types is NOT supported by Python?StringIntegerFloatCharacter
# 9เลือกประเภทWhat is an 'algorithm' in computer science?A type of softwareA step-by-step procedureA type of computerA programming language
# 10เลือกประเภทWhich of the following is a popular programming language for web development?PythonJavaScriptC++Swift