IT QUEST

IT QUEST

11th Grade

20 Qs

quiz-placeholder

Similar activities

PYTHON PROGRAMMING

PYTHON PROGRAMMING

11th - 12th Grade

15 Qs

Programming - Python (year 12)

Programming - Python (year 12)

9th - 12th Grade

21 Qs

Flow of Control

Flow of Control

11th - 12th Grade

18 Qs

Quiz Pemrograman Phyton

Quiz Pemrograman Phyton

9th - 12th Grade

20 Qs

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

LETS PLAY QUIZ - PYTHON CBSE CLASS XII

11th - 12th Grade

20 Qs

Python Concepts Quiz

Python Concepts Quiz

11th Grade

21 Qs

Python Recap

Python Recap

9th - 11th Grade

19 Qs

Python Basics-02

Python Basics-02

9th - 12th Grade

21 Qs

IT QUEST

IT QUEST

Assessment

Quiz

Computers

11th Grade

Hard

Created by

ST03 ST03

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

WHAT IS THE OUTPUT OF FOLLOWING CODE

 

x,y,z=100,200,300

print(x,y,z)

100,200,300

300,200,100

none

100,300,200

2.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which operator has highest precedence ..

% modulus

& Bitwise And

** Exponent

> comparison

3.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

What is the output of following code

var1=1

var2=2

var3="3"

print(var1+var2+var3)

9

6

None

Error

4.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

All keywords in Python are in:

 

Lower case

Upper case

Capitalize

None

5.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which of the following cannot be a variable?

                               

init

in

it

on

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which is the correct operator for power(xy)?

                                    

                                    

X ^ Y

X^^Y

X**Y

NONE

7.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which one of these is floor division?

/

//

%

NONE

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?