On This Page

This set of Problem Solving and Python Programming Multiple Choice Questions & Answers (MCQs) focuses on Problem Solving And Python Programming Set 2

Q1 | What type of structure is this?
Q2 | What type of a structure is this?
Q3 | A                is a connector showing the relationship between the representative shapes.
Q4 | The following box denotes?
Q5 | Capitalize initial keyword – This is a rule while writing a pseudo code.
Q6 |                              is used to show hierarchy in a pseudo code.
Q7 | The statement that tells the computer to get a value from an input device and store it in a memory location.
Q8 |                            are identified by their addresses, we give them names (field names / variable names) using words.
Q9 |                          begins with lower case letters.
Q10 | Another notation for exponentiation.
Q11 | A symbol used for grouping.
Q12 | A statement used to close the IF block.
Q13 | Is Python case sensitive when dealing with identifiers?
Q14 | What is the maximum possible length of an identifier?
Q15 | Which of the following is invalid?
Q16 | Which of the following is an invalid variable?
Q17 | Why are local variable names beginning with an underscore discouraged?
Q18 | Which of the following is not a keyword?
Q19 | All keywords in Python are in                    
Q20 | Which of the following is an invalid statement?
Q21 | Which of the following cannot be a variable?
Q22 | Which is the correct operator for power(xy)?
Q23 | Which one of these is floor division?
Q24 | What is the answer to this expression, 22 % 3 is?
Q25 | Mathematical operations can be performed on a string.