Class 6 – Computer – Introduction to Python – Fill in the Blanks

Fill in the Blanks

  1. ___________ are set of instructions.
  2. Python was created by ____________.
  3. Python was release in the year ____________.
  4. Python is ________ independent programming language
  5. Python is a case-_______ language.
  6. Python is ______________ language ( interpreted / compiled )
  7. After installing python, you can start python in two modes : __________ and __________
  8. The default mode of python is ___________
  9. A high level language is computer language which uses __________ , ________ and __________ for coding
  10. Examples of high level languages are ______ , ________ and _______.
  11. __________ is the rules to be followed while writing program in any language
  12. IDLE Python screen has four components : ______ , _______, _______ and _________
  13. ________ is the area which displays name of the application and document
  14. Menus in Menu bar of Python window are : _______, _______, __________, ___________, ________ and ________
  15. Command Prompt is denoted by ________
  16. __________ tells you current status of control or cursor on the window
  17. ____________ is the area where you type code.
  18. In Interactive mode of python, instructions are exceuted ____________ giving the output.
  19. In Interactive mode, commands are type next to ___________
  20. Interactive mode is useful for ___________ code
  21. _______ function is used to display the output of any command on the screen
  22. Print and print are ________ things in python
  23. print(“Naman is a good boy”) will display ________________
  24. To evaluate ___________ expression, it not necessary to use print() function
  25. ________ is used to store data in python.
  26. When a new value is stored in variable, its previous value is _________
  27. A variable name should start with an _________ or an ____________
  28. A vairable name can consist of _______ , ________ and _______
  29. A _________ cannot be used as variable name
  30. Age and age are ____________ variable names
  31. If a variable is being used without assigning a value, it gives _______
  32. For writing lengthy program , you must use ________ mode in python
  33. ______ is extension of python files
  34. ______ represents the type of data stored in a variable.
  35. Three types of integers in python are _____ , ________ and _____
  36. _______ data types stores numbers with fractional / decimal part.
  37. String data type represents string of _______ enclosed with ______ and ________ quotation marks.
  38. _____ function is used to accept the value of variable from user.
  39. To input integer and float values, you can use ______ and _______ along with ________ function.
  40. print() function can have ________ parameters
  41. print() function supports ________ sequences to format output
  42. ______ is escape sequence for new line
  43. ______ is escape sequence for tab
  44. ______ is escape sequence for carriage return
  45. print() converts ____ or ______ into _____ before writing to the screen
  46. Identify and fill in blanks if variable to right or wrong and why
Variable NameCorrect or IncorrectWhy Incorrect
minvalue
Employee Code
balanceFee
print
10code
min@Value
c.o.s.t
else

39. Itentify data types to store below values

ValueData Type
100
Naman
100.1
8 > 5

Leave a Reply

Discover more from Abhyas

Subscribe now to keep reading and get access to the full archive.

Continue reading