End Of Lesson 1 Quiz

End Of Lesson 1 Quiz

Vocational training

15 Qs

quiz-placeholder

Similar activities

Python

Python

1st Grade

16 Qs

Python Data Types & Input/Output

Python Data Types & Input/Output

9th Grade

11 Qs

AP CA A Unit 4 Review

AP CA A Unit 4 Review

11th - 12th Grade

20 Qs

Python Basics Quiz

Python Basics Quiz

9th Grade

15 Qs

Python Practical Questions

Python Practical Questions

12th Grade

15 Qs

Python (введение)

Python (введение)

5th Grade

10 Qs

Data Types in Python

Data Types in Python

9th - 12th Grade

10 Qs

Float, int 8kl 25

Float, int 8kl 25

6th Grade - University

10 Qs

End Of Lesson 1 Quiz

End Of Lesson 1 Quiz

Assessment

Quiz

Computers

Vocational training

Hard

Created by

Alisia Habibi

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What is the data type of the python variable: x = 5.9?

str

int

float

bool

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which data type in Python is used to store a sequence of characters?

int

str

float

bool

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What would be the right data type to check if: 23 x 2 = 46?

float

str

bool

str

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which library will I need to include in my code if I want to insert a 2-second pause between statements?

math

time

seconds

str

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Line 1:

Line 2: print("Missing Hypotenuse = 30 / math.sin(math.radians(42))

What statement is missing in line 1?

import time

import sin

import math

import radians

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which one of the following commands creates a list?

list = list[]

list = (new list)

list{1,2}

list =[]

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image

What will this function display?

cat,pen,2,3.5,house

house,3.5,2,pen,cat

5

4

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?