Home / Engineering / Problem Solving and Python Programming MCQs / Page 13

Problem Solving and Python Programming MCQs | Page - 13

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.

M

Mr. Dubey • 51.17K Points
Coach

Q. 121) Which of these is not true about recursion?

(A) it’s easier to code some real-world problems using recursion than non-recursive equivalent
(B) recursive functions are easy to debug
(C) recursive calls take up a lot of memory
(D) programs using recursion take longer time than their non-recursive equivalent
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 122) Which of the following commands will create a list?

(A) list1 = list()
(B) list1 = []
(C) list1 = list([1, 2, 3])
(D) all of the mentioned
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 123) What is the output when we execute list(“hello”)?

(A) [‘h’, ‘e’, ‘l’, ‘l’, ‘o’]
(B) [‘hello’]
(C) [‘llo’]
(D) [‘olleh’]
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 124) Suppose list1 is [2445,133,12454,123], what is max(list1)?

(A) 2445
(B) 133
(C) 12454
(D) 123
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 125) What type of structure is this?

(A) sequence
(B) case
(C) repetition
(D) process
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 126) A                is a connector showing the relationship between the representative shapes.

(A) line
(B) arrow
(C) process
(D) box
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 127) The following box denotes?

(A) decision
(B) input/output
(C) process
(D) module
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 128) Capitalize initial keyword – This is a rule while writing a pseudo code.

(A) true
(B) false
(C) ---
(D) ---
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 129)                              is used to show hierarchy in a pseudo code.

(A) indentation
(B) curly braces
(C) round brackets
(D) semicolon
View Answer Discuss Share

M

Mr. Dubey • 51.17K Points
Coach

Q. 130) 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
View Answer Discuss Share

Explore Sets

Problem Solving and Python Programming MCQs Set 1

Problem Solving and Python Programming MCQs Set 2

Problem Solving and Python Programming MCQs Set 3

Problem Solving and Python Programming MCQs Set 4

Problem Solving and Python Programming MCQs Set 5

Problem Solving and Python Programming MCQs Set 6

Problem Solving and Python Programming MCQs Set 7

Problem Solving and Python Programming MCQs Set 8

Problem Solving and Python Programming MCQs Set 9

Problem Solving and Python Programming MCQs Set 10

Problem Solving and Python Programming MCQs Set 11

Problem Solving and Python Programming MCQs Set 12

Problem Solving and Python Programming MCQs Set 13

Problem Solving and Python Programming MCQs Set 14

Problem Solving and Python Programming MCQs Set 15

Problem Solving and Python Programming MCQs Set 16

Problem Solving and Python Programming MCQs Set 17

Problem Solving and Python Programming MCQs Set 18

Problem Solving and Python Programming MCQs Set 19

Problem Solving and Python Programming MCQs Set 20

Problem Solving and Python Programming MCQs Set 21

Problem Solving and Python Programming MCQs Set 22

Problem Solving and Python Programming MCQs Set 23

Problem Solving and Python Programming MCQs Set 24

Problem Solving and Python Programming MCQs Set 25

Problem Solving and Python Programming MCQs Set 26

Problem Solving and Python Programming MCQs Set 27

Problem Solving and Python Programming MCQs Set 28

Problem Solving and Python Programming MCQs Set 29

Problem Solving and Python Programming MCQs Set 30

Problem Solving and Python Programming MCQs Set 31

Problem Solving and Python Programming MCQs Set 32

Problem Solving and Python Programming MCQs Set 33

Problem Solving and Python Programming MCQs Set 34

Problem Solving and Python Programming MCQs Set 35

Problem Solving and Python Programming MCQs Set 36

Problem Solving and Python Programming MCQs Set 37

Problem Solving and Python Programming MCQs Set 38

Problem Solving and Python Programming MCQs Set 39

Problem Solving and Python Programming MCQs Set 40

Problem Solving and Python Programming MCQs Set 41

Problem Solving and Python Programming MCQs Set 42

Problem Solving and Python Programming MCQs Set 43