Python basics29

Python basics29

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

CSC401- G9[GEN]_53

CSC401- G9[GEN]_53

9th Grade

10 Qs

Mock Test of Python Basics

Mock Test of Python Basics

11th Grade

10 Qs

Python Programming

Python Programming

6th - 12th Grade

9 Qs

Python - тест

Python - тест

1st - 12th Grade

15 Qs

Kiểm tra thường xuyên lần 2

Kiểm tra thường xuyên lần 2

10th Grade

10 Qs

Lesson Three: Writing Python Code Vocab

Lesson Three: Writing Python Code Vocab

9th - 12th Grade

15 Qs

4.3 Programming Errors

4.3 Programming Errors

12th Grade

12 Qs

Python Quiz for 10s

Python Quiz for 10s

10th Grade

10 Qs

Python basics29

Python basics29

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Saurabh Hore

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

In python print is a _____

Statement

Function

Command

program

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

print("R">"r") will display

Error

True

False

R

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Type casting is considered as

technique to use different variables

technique to display data type of the identifier

technique to convert one datatype to another

All of the options

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

a=30

a=a+1

a*=2

print(a)

This code will display

62

60

Error

30

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

a=input("Enter age")

b=input("Enter Experience")

a=a+b

print(a)

what will be the value of a if the value passed is 26 and 36

62

Error

2636

3626

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Sequences are a collection of values. In what way they are different from each other.

They are not different

Not all the sequences can be changed

They are defined in a different manner

Both b and c are correct.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Predict the output

name-"Parv"

print("name" *3)

ParvParvParv

error

namenamename

Parv Parv Parv

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?