Review of Python

Review of Python

12th Grade

35 Qs

quiz-placeholder

Similar activities

Câu Hỏi Trắc Nghiệm Ôn Tập

Câu Hỏi Trắc Nghiệm Ôn Tập

11th Grade - University

32 Qs

Quarter 2 Quiz 2

Quarter 2 Quiz 2

12th Grade

35 Qs

PROGRAMMING(MIDTERM EXAM)

PROGRAMMING(MIDTERM EXAM)

12th Grade

35 Qs

Kesegaran sebelum ASAT

Kesegaran sebelum ASAT

9th Grade - University

30 Qs

AIJ XII TKJ - LOAD BALANCING

AIJ XII TKJ - LOAD BALANCING

12th Grade

40 Qs

EMAIL SERVER DAN DATABASE SERVER

EMAIL SERVER DAN DATABASE SERVER

12th Grade

40 Qs

PowerPoint Quiz

PowerPoint Quiz

12th Grade

30 Qs

TIK kelas 7, Penilaian Tengah semester

TIK kelas 7, Penilaian Tengah semester

7th Grade - University

40 Qs

Review of Python

Review of Python

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Reshma Premarajan

Used 2+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is x = 15.8?

String

Float

Integer

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a variable?

create.variable(‘x’)

x == 25

print (‘Create variable x=25’)

x = 25

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type of variable is x = 15.8?

String

Float

Integer

Boolean

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a variable?

create.variable(‘x’)

x == 25

print (‘Create variable x=25’)

x = 25

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the right statement:

25 < 8

3%3 == 1

5 + 2 > 6

33 - 9 < 10

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following options removes an element from a list called tower:

tower.append(“carrot”)

tower.pop(5)

tower[1]=”blue”

tower.insert(1,”orange”)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, we can create lists that include elements of many different types (floats, strings and integers)?

True

False

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?