Search Header Logo

Revision of Class XI (Python) - 1

Authored by Krishnendu Bhattacharjee

Computers

12th Grade

Used 13+ times

Revision of Class XI (Python) - 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Python is an example of a....

Text-based programming language
Object orientated programming language
language written in java script
Visual-based programming language

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of these would work as a piece of code?

IF answer == "Yes":
if answer == "Yes"
if answer == "Yes":
if answer = "yes":

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?

Shell
Window
IDLE
CLI

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What key do you use to compile (run) your program so that it runs in the shell?

F3

F5

F7

F9

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

x = 5

y = 6

print("x*y")


The code above displays the following:

11

x*y

Syntax Error

30

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

x == 5

y = 6

print(x*y)


Select the correct answer(s):

Output is 30

Output is 56

Output is 11

Output is Error

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which symbol do we use if we want to add a comment to our code?

@

#

*

&

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?