Explanation: the statement is false. terminals are represented by rounded rectangles. they indicate the starting or ending point in a flowchart.
Problem Solving and Python Programming MCQs | Page - 3
Dear candidates you will find MCQ questions of Problem Solving and Python Programming here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Explanation: the input/output operations are represented by parallelograms. they generally are used to display messages during input and output part of a program.
Explanation: there are basically four flowcharting structures:
Explanation: the action performed by a repetition structure must eventually cause the loop to terminate. otherwise, an infinite loop is created.
Explanation: this symbol is that of a module. the terminal is denoted by a rounded rectangle. i/o operation by a parallelogram and process by a rectangle.
Explanation: just remember: pemdas, that is, parenthesis, exponentiation, division, multiplication, addition, subtraction. note that the precedence order of division and multiplication is the same. likewise, the order of addition and subtraction is also the same.
Explanation: class is a user defined data type.
Explanation: python shell throws a nonetype object back.
Explanation: execute help(round) in the shell to get details of the parameters that are passed into the round function.
Explanation: execute help(id) to find out details in python shell.id returns a integer value that is unique.
Jump to