27 solutions available
Question 1Python is a high level language.
Question 2Python's two working modes are : interactive mode and script mode.
Question 3The shortcut key to run a Python program from script mode is F5.
Question 4Python programs/scripts are stored in files with .py extension.
Question 5Python's default distribution's IDE is called IDLE.
Question 1Python is a/an .......... language.High level ✓Object oriented ✓proceduraldifficult
Question 2Python uses a/an .......... to convert source code to object code.Interpreter ✓CompilerCombination of Interpreter and compilerSpecial...
Question 3Python code can run on a variety of platforms, it means Python is a .......... language.GraphicalCross-platform ✓independentall of these
Question 4Python programs are typed inInteractive modeScript mode ✓A combination of interactive and script modesAll of these
Question 5The .......... mode of Python gives instant result of typed statementInteractive mode ✓Script modeCombination of interactive and script...
Question 6Which of the following is not a Python IDE ?IDLESpyderJupyter NotesSublime Text ✓
Question 7To print the value of a variable, Python usesPrint statementPrint( ) functionprint statementprint( ) function ✓
Question 8You don't have to pay for Python and you can view its source code too. It means Python is ..........Free and open source ✓freewareopen...
Question 1Python is the fastest language.False
Question 2Python code is compiled before running.False
Question 3You can create programs in Python's interactive mode.False
Question 4You can create programs in Python's script mode.True
Question 5Python is an interpreted language.True
Question 1When was Python released ?
Question 2Who was Python's developer and which two languages contributed to Python as a programming language?
Question 3What is a cross-platform software?
Question 4What are the advantages of Python programming language?
Question 5What are some limitations of Python programming language?
Question 6In how many different ways, can you work in Python?
Question 7What are advantages/disadvantages of working in Interactive mode in Python?
Question 8What are the advantages/disadvantages of working in script mode in Python?
Question 1Write instructions to get the following result :Math is Fun so don't be resistant Just learn the rules, the rules are consistent And most...