Font size
WorksheetsPython101
Total questions: 10
Worksheet time: 5mins
What are the importance of coding?
It's another language
It leads you to success
Enhances creativity
Makes you more confident in problem solving
Python is attractive for RAD
(Rapid Application Development)
True
False
Ranking of Python according to Statista
No.1
No.2
No.3
Differences between Python and C++.
Error Identification
Compilation Step
Python and C++ are the same
Where is Python Used?
Google Web Search
Youtube Search Engine
EVE Online
Youtube Video Sharing Service
IronPort Email Server
Which Email Service Provider uses 1 million lines of python code to do its job
Google mail
Yahoo mail
IronPort mail
Outlook mail
What does open source mean?
denoting software for which the original source code is made freely available and may be redistributed and modified.
denoting software for which the original source code is paid to be available and couldn't be redistributed and modified.
Define "object-oriented"
set of objects which can't be controlled and manipulated in a modular manner
set of objects which can be controlled and manipulated in a modular manner
Define Intepreted
Directly from source code, couldn't be understood by the program
Directly from source code, could be understood by the program
What is Dynamic Typing
Type Checks are performed real-time
Type Checks are performed during compilation process
