Grade 9 Exam  >  Grade 9 Notes  >  Computer Science for Grade 9  >  Long Answer Type Questions: Introduction to Python

Long Answer Type Questions: Introduction to Python | Computer Science for Grade 9 PDF Download

Q.1. State the difference between Interactive and Script Mode.

Interactive Mode is a command line shell which gives immediate result for each instruction, while running previously fed instructions in active memory. As new lines are fed into the interpreter, the fed program is evaluated both in part and in whole.

The Script Mode on the other hand allows you to type in instructions into a file, which is then used by the interpreter for execution of the instruction. Thus instead of having to run one line or block of code as in interactive mode you can type up all your code in one text file, or script, and run all the code at once.


Q.2. What is a Data Type? What are the data types used in Python?

Data Type is a way of dictating Python what type of data will a variable hold.


Q.3. State the process of starting Python IDLE.

To start the Python IDLE.

  • Click on Start → All apps of the Start Menu.
  • Scroll down the list until you get Python 3.6. Click on it.
  • It shows you a list of programs in a submenu. Click on IDLE (Python 3.6 32-bit)


Q.4. Give any two aspect of the print( ) statement in Python.

The two aspects of print() statement are:

  • The print( ) statement is used to display an output.
  • In case you want to display a message, you need to enclose within quotes within the parenthesis. Any text enclosed within quotes is called a string. A string may consist of letters, digits and/or symbols. Thus print( ) statement is used to display a string.


Q.5. Name the different numerical data types used in Python.

Python has five standard data types:

  • Numbers
  • String
  • List
  • Tuple
  • Dictionary
The document Long Answer Type Questions: Introduction to Python | Computer Science for Grade 9 is a part of the Grade 9 Course Computer Science for Grade 9.
All you need of Grade 9 at this link: Grade 9
51 videos|44 docs|9 tests

Top Courses for Grade 9

51 videos|44 docs|9 tests
Download as PDF
Explore Courses for Grade 9 exam

Top Courses for Grade 9

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

MCQs

,

Free

,

video lectures

,

shortcuts and tricks

,

mock tests for examination

,

Previous Year Questions with Solutions

,

Long Answer Type Questions: Introduction to Python | Computer Science for Grade 9

,

Exam

,

pdf

,

practice quizzes

,

Semester Notes

,

ppt

,

Sample Paper

,

Summary

,

Important questions

,

Objective type Questions

,

Long Answer Type Questions: Introduction to Python | Computer Science for Grade 9

,

study material

,

Viva Questions

,

Extra Questions

,

past year papers

,

Long Answer Type Questions: Introduction to Python | Computer Science for Grade 9

;