Basic Python Coding

Basic Python Coding

11th - 12th Grade

15 Qs

quiz-placeholder

Similar activities

Python Casting and Input

Python Casting and Input

8th - 11th Grade

15 Qs

POGIL: Python Activity 1

POGIL: Python Activity 1

9th - 12th Grade

12 Qs

Inputs and Variables

Inputs and Variables

9th - 11th Grade

12 Qs

Print command Quiz Day2

Print command Quiz Day2

5th - 12th Grade

16 Qs

Python List Comprehension Review

Python List Comprehension Review

9th - 12th Grade

10 Qs

Python Lab Quiz - 1

Python Lab Quiz - 1

12th Grade

15 Qs

g7 python

g7 python

7th Grade - University

19 Qs

Dictionary in Python

Dictionary in Python

10th - 12th Grade

20 Qs

Basic Python Coding

Basic Python Coding

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

choki dorji

Used 795+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is correct way of declaring and initializing a variable, x with value 5?

int x

x=5

int x=5

x=5

declare x=5

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not valid variable name in Python?

_var

var_name

var11

11var

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is False?

Variable names can be arbitrarily long.

They can contain both letters and numbers.

Variable name can begin with underscore.

Variable name can begin with number.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: print 10//3

3.5

3

1

Error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the operator means less than equal to ?

>

<

>=

<=

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

what is the correct output

PYn PYnat ive PYnativ

Yna PYnat tiv PYnativ

Yna PYnat tive PYnativ

Yna PYnat tive PYnative

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8. If, else and elif is used for…..

Selection

Indentation

printing

iteration

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?