End Of Lesson 1 Quiz

End Of Lesson 1 Quiz

Vocational training

15 Qs

quiz-placeholder

Similar activities

Python Start. Модуль 1. Практика.

Python Start. Модуль 1. Практика.

University

10 Qs

Bahasa Pemrograman Python

Bahasa Pemrograman Python

University

10 Qs

Python (введение)

Python (введение)

5th Grade

10 Qs

TIPOS DE DATOS PYTHON

TIPOS DE DATOS PYTHON

KG

10 Qs

Float, int 8kl 25

Float, int 8kl 25

6th Grade - University

10 Qs

Python Quiz - 1

Python Quiz - 1

University

10 Qs

แบบทดสอบก่อนเรียนภาษา Python ชนิดของข้อมูล

แบบทดสอบก่อนเรียนภาษา Python ชนิดของข้อมูล

7th Grade

10 Qs

Python Data Types & Input/Output

Python Data Types & Input/Output

9th Grade

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