Python Revision Tour - II

Python Revision Tour - II

12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

12th Grade

20 Qs

String Data Type(Python)

String Data Type(Python)

12th Grade

20 Qs

Season 4 #Spaic Python Weekly Quiz

Season 4 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Python Strings

Python Strings

8th - 12th Grade

14 Qs

Python Programming 1: print, strings, variables, casting

Python Programming 1: print, strings, variables, casting

9th Grade - University

15 Qs

Python Comparisons

Python Comparisons

12th Grade

10 Qs

PCEP Section 1D: Choose operators (May 7th)

PCEP Section 1D: Choose operators (May 7th)

12th Grade

15 Qs

Python Basics Quiz

Python Basics Quiz

11th - 12th Grade

12 Qs

Python Revision Tour - II

Python Revision Tour - II

Assessment

Quiz

Computers

12th Grade

Medium

Created by

sunder lal

Used 128+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

If you want to write code to check whether the given no. is divisible by 3. what condition will you write with if ( ) in the code written below

n/30==0

n//10==3

n/3==0

n%3==0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the suitable construct to make the following Program

if

for

if...elif

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the type of structure in the following code snippet

if else

if else if

nested if else

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(5==5) or (3==1) will give result

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(4==5) or (3==3) will give result

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(6) and (37==8) will give result

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(8==8) and 6 will give result

True

False

6

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?

Discover more resources for Computers