Page 114 - Digicode_AI_class_6
P. 114
REFRESH
Python is a popular high-level programming language.
Interactive Mode is a command line shell which gives immediate result for each command.
IDLE stands for Integrated Development and Learning Environment.
The input() function takes the user’s input while a program executes.
The print() function prints or sends the output to the standard output device, which is usually a
monitor.
Variables are memory reference points where we store values which can be accessed or changed later.
TeCh Ready
A. Tick ( ) the correct option.
1. Which of the following can be developed by using Python?
(i) Games (ii) Websites
(iii) Graphical user interface programs (iv) All of these
2. Which of the following does menu bar of Python IDLE window contains?
(i) File (ii) Edit
(iii) Shell (iv) All of these
3. Which of the following mode saves the commands entered by the user in the form of a program?
(i) Interactive mode (ii) Script mode
(iii) Both (i) and (ii) (iv) All of these
4. Which of the following function takes the user’s input while a program executes?
(i) input( ) (ii) output( )
(iii) print( ) (iv) All of these
B. Fill in the blanks using the words given below.
Guido van Rossum Variables print() line by line Prompt
1. Blinking cursor after the symbol (>>>) in the window is .
2. Python was developed by .
3. are memory reference points to store values.
4. The function prints or sends the output to the standard output device.
5. The code written in Python is executed .
C. State whether these statements are true or false.
1. Python is a free and open-source programming language.
2. The byte code makes it difficult to execute or run the code in future.
3. Python is a fixed typed language.
4. IDLE stands for Integrated Development and Learning Environment.
112 DigiCode AI-VI

