Python MCQs
1) Store code in a file and use the interpreter to execute the contents of the file, which is called a ___________. A)script B) interpreter C) compiler D) object code Correct Ans:script 2) A ___________ is a sequence of instructions that specifies how to perform a computation. A)input B)output C)math D) program Correct Ans: program 3)___________Perform basic mathematical operations like addition and multiplication. A)input B)output C)math D) program Correct Ans: math 4) _______________ refers to the structure of a program and the rules about that structure. A)syntax B)runtime C)semantic D) logical Correct Ans: syntax 5) ______________ is the process of formulating a problem, finding a solution, and expressing the solution. A)problem solving B) portability C) interpret D) compile Correct Ans: problem solving 6) A __________ is one of the basic things a program works with, like a letter or a number. A)code B)value C)algorithm D) bug Correct Ans: value 7) ___________ are ...