0% found this document useful (0 votes)
87 views2 pages

Python MCQ-1-27-09-21

The document discusses Python programming language. It provides information about the creator of Python (Guido Van Rossum from the Netherlands), the year of creation (1989), its characteristics as a high-level dynamic programming language. It states Python is a preferred language because it is simple, powerful, and readable. It discusses applications of Python like Amazon Alexa for speech recognition. It also covers topics like Python being a cross-platform language, IDE standing for Integrated Development Environment, Python being an object-oriented language but not a compiler. It discusses commands to execute Python code and essential concepts in problem solving like logical thought, mathematics, having multiple solutions to a problem. It defines different types of solutions and describes problem solving consisting of describing reality and

Uploaded by

Vansh Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
87 views2 pages

Python MCQ-1-27-09-21

The document discusses Python programming language. It provides information about the creator of Python (Guido Van Rossum from the Netherlands), the year of creation (1989), its characteristics as a high-level dynamic programming language. It states Python is a preferred language because it is simple, powerful, and readable. It discusses applications of Python like Amazon Alexa for speech recognition. It also covers topics like Python being a cross-platform language, IDE standing for Integrated Development Environment, Python being an object-oriented language but not a compiler. It discusses commands to execute Python code and essential concepts in problem solving like logical thought, mathematics, having multiple solutions to a problem. It defines different types of solutions and describes problem solving consisting of describing reality and

Uploaded by

Vansh Yadav
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

(1) The Father of Python programming language “Guido Van Rossum” is from

(a) Netherland (b)Ireland (c) Germany (d) Dutch

(2) In which year Python Language is created?

(a) 1981 (b) 1988 (c) 1989 (d) 1984

(3) Python is not that complex, but _______________

(a) High level Dynamic Programming Language

(b) Low level Dynamic Programming Language

(c) Static Programming Language

(d) None of the above.

(4) Python is most preferred language because,

(a) Simple (b) Powerful libraries (c) readability (d) All of the above

(5) The Amazon’s Alexa is the real time application of python and it is used for?

(a) Cleaning (b) House hold work (c) Speech reorganization (d) Writing

(6)Python supports ___ to achieve the globally known application’s functionality such as
YouTube

(a) Parallel Platform OS (b) Linux (c) Cross platform OS (d) Mac

(7) IDE stands for ______________

(a) Interrogated Development Environment (b) Integrated Development Environment.

(c) Internet Developed Environment. (d) None of the above

(8) The python language is Object Oriented.

(a) True (b) False

(9) Python is a Compiler.

(a) True (b) False

(10) Which command is used to execute the code in python?

(a) PIP (b) pypy (c) execute (d) exc


(11) Logical thought and mathematics are essential in ______________

(a) Problem statement (b) Problem Solving (c) communication (b) Problem Creation

(12) A problem will have many solutions.

(a) True (b) False

(13) Solutions that cannot be reached through a direct set of steps are called

(a) Indirect solution (b) Algorithmic Solution (c) Heuristic Solution (d) All the above

(14) Problem solving on a scenario consists of ____________ and _____________.

(a) Description of solution, set of questions

(b) Description of reality, set of commands

(c) Description of reality, set of constraints

(d) None of the above

(15) Finding the best solution out of several feasible solutions is called

(a) Decision problem (b) Optimization problem (c) Heuristic Problem (d) Complex problem

(16) How many types of computational problem is available?

(a) 5 (b) 8 (c) 6 (d) 4

(17) Knowing the data requirement is essential in analyzing the problem.

(a) True (b) False

(18) When the Hierarchy Input Process Output chat is developed?

(1) When problem is normally big and complex.


(2) Processing can be divided into subtasks called modules

(a) 1 alone (b) 2 alone (c) 1 and 2 (d) none of the above
(19) When a part of the algorithm is to be executed several times which algorithm pattern should
be used?

(a) Sequential (b) Selectional (c) Iterational (d) Recursive

(20) Field of computers that deals with heuristic types of problems is called Artificial
Intelligence.
(a) True (b) False

You might also like