Top 1000+ Solved Problem Solving and Python Programming MCQ Questions Answer
Q. Which of the following results in a SyntaxError?
a. ‘”once upon a time…”, she said.’
b. “he said, ‘yes!\” c) ‘3\\’
Q. Which of the following is not a complex number?
a. k = 2 + 3j
b. k = complex(2, 3)
c. k = 2 + 3l
d. k = 2 + 3j
Q. A is a connector showing the relationship between the representative shapes.
a. line
b. arrow
c. process
d. box
Q. is used to show hierarchy in a pseudo code.
a. indentation
b. curly braces
c. round brackets
d. semicolon
Q. The statement that tells the computer to get a value from an input device and store it in a memory location.
a. read
b. write
c. read
d. write
Q. are identified by their addresses, we give them names (field names / variable names) using words.
a. memory variables
b. memory locations
c. memory addresses
d. data variables