Class XI Computer Science Viva

Class XI Computer Science Viva

11th Grade

10 Qs

quiz-placeholder

Similar activities

Python Arrays Quiz P7

Python Arrays Quiz P7

11th Grade

15 Qs

Unit 1 Post Test: Basic Python

Unit 1 Post Test: Basic Python

9th - 12th Grade

10 Qs

Comments and Variables in Python Programming

Comments and Variables in Python Programming

11th Grade

10 Qs

python basics(vaishali)

python basics(vaishali)

11th - 12th Grade

9 Qs

Python - Chpt 1 - Review

Python - Chpt 1 - Review

9th - 12th Grade

15 Qs

Python:  Rock, Scissors, Paper

Python: Rock, Scissors, Paper

10th - 12th Grade

10 Qs

GCSE SLR12 Classification of Languages

GCSE SLR12 Classification of Languages

7th - 12th Grade

10 Qs

Exploring Python: Input and Output Essentials

Exploring Python: Input and Output Essentials

9th Grade - University

10 Qs

Class XI Computer Science Viva

Class XI Computer Science Viva

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Amrita Singh

Used 18+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What happened when the condition of while loop becomes false?

control passes to statements inside whole loop

control passes to the line immediately following the loop

Control passes to starting of the program

None of the above

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which one of the following is the correct extension of the Python file?

.p

.python

.py

None of these

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is an invalid variable?

my_string_1

1st_string

foo

_

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the answer to this expression, 22 % 3 is?

7

0

1

5

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of this expression, 3*1**3?

27

9

3

1

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What do we use to define a block of code in Python language?

Key

Brackets

Indentation

None of these

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which line of code produces an error?

“PythonMcq” + “12”

‘PythonMcq’ + 16

3+7

‘PythonMcq’ + “21”

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?