IT QUEST

IT QUEST

11th Grade

20 Qs

quiz-placeholder

Similar activities

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

การเขียนโปรแกรมภาษา python ม.5 ภาคเรียนที่ 2 ปีการศึกษา 2561

10th - 12th Grade

20 Qs

Python_quiz

Python_quiz

11th Grade

15 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Python Basics

Python Basics

KG - University

15 Qs

PYTHON TUPLE QUIZ

PYTHON TUPLE QUIZ

11th Grade

20 Qs

Python - List and Tuples

Python - List and Tuples

11th - 12th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Built-in Functions

Python Built-in Functions

11th - 12th Grade

15 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?