Exploring Python Data Types

Exploring Python Data Types

11th Grade

10 Qs

quiz-placeholder

Similar activities

ENGLISH  ASSESSMENT ABOUT CONVERSATION STRATEGIES

ENGLISH ASSESSMENT ABOUT CONVERSATION STRATEGIES

4th Grade - University

10 Qs

Quiz 1: Help

Quiz 1: Help

12th Grade

10 Qs

Talking About Self

Talking About Self

12th Grade

6 Qs

PHP BASIC

PHP BASIC

University

10 Qs

Revision module 3

Revision module 3

University

10 Qs

Python 2

Python 2

University

10 Qs

python assesment

python assesment

University

15 Qs

ภาษาอังกฤษ

ภาษาอังกฤษ

10th - 12th Grade

10 Qs

Exploring Python Data Types

Exploring Python Data Types

Assessment

Quiz

Education

11th Grade

Medium

Created by

Ummul Hasseena

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of adding two integers, 5 and 3?

8

9

6

7

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have a float 4.5 and you multiply it by 2, what is the expected result?

10.0

8.0

9.0

7.5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the real part of the complex number 3 + 4j?

4

3 + 4j

0

3

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you represent a string that contains the word 'Hello'?

"Hello"

'Hello'

Hello

"Hello!"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you create a list with elements [1, 2, 3], what is the first element?

1

3

2

0

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a list and a tuple in Python?

Lists are defined using parentheses, while tuples use square brackets.

The main difference is that lists are mutable and tuples are immutable.

Tuples are mutable and lists are immutable.

Lists can contain only numbers, while tuples can contain any data type.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the value associated with the key 'name' in a dictionary {'name': 'Alice', 'age': 12}?

12

{'name': 'Alice'}

Alice

Bob

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?