Gateway Level 3 Data Types - Python

Gateway Level 3 Data Types - Python

9th - 12th Grade

5 Qs

quiz-placeholder

Similar activities

THAM SỐ CỦA HÀM

THAM SỐ CỦA HÀM

10th Grade

9 Qs

ไพทอน 04 การรับค่า

ไพทอน 04 การรับค่า

11th Grade

10 Qs

Fungsi Input dan Output Python

Fungsi Input dan Output Python

2nd Grade - University

10 Qs

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

แบบทดสอบที่ 5 เรื่องการรับค่าในภาษาไพทอน (รายกลุ่ม)

7th Grade - University

10 Qs

IDT S1 Final Review Part 2

IDT S1 Final Review Part 2

8th - 12th Grade

10 Qs

Muuttujat

Muuttujat

10th Grade

10 Qs

Asesmen Akhir Dasar-dasar Pemrograman Berbasis Teks dengan indik

Asesmen Akhir Dasar-dasar Pemrograman Berbasis Teks dengan indik

10th Grade

5 Qs

Input and Output Python

Input and Output Python

10th Grade

10 Qs

Gateway Level 3 Data Types - Python

Gateway Level 3 Data Types - Python

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Samuel Markham

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

what will be the type of x?
x = 5

int

float

str

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the type of x?
x = 5.0

int

float

str

bool

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the type of x?
x = "5"

int

float

str

bool

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the type of x?

x = True

int

float

str

bool

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these types can be one of two values only?

Int

Str

Bool

Float