Python Quiz

Python Quiz

University

11 Qs

quiz-placeholder

Similar activities

PC-B1 (Basic Python) - Lesson 2

PC-B1 (Basic Python) - Lesson 2

6th Grade - University

9 Qs

PSPC - Week 6

PSPC - Week 6

University

10 Qs

Python-1st

Python-1st

University

10 Qs

Flutter Test 1

Flutter Test 1

University

10 Qs

Data Base One

Data Base One

University

10 Qs

Exploring Python Fundamentals

Exploring Python Fundamentals

12th Grade - University

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Round 4 - Harvest

Round 4 - Harvest

University

15 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

University

Medium

Created by

ALDRICH BERNARDO

Used 111+ times

FREE Resource

11 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____ (int) is a numeric data type

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

the value 23.99 is a/an

integer

float

complex

bigint

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

String is a collection of

integer

float

characters

words

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

primitive data types are stored in ____

heap

stack

ram

hard disk

Answer explanation

Stack memory stores primitive types and the addresses of objects. The object values are stored in heap memory.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To get the letter "o" in the string "Hello", we will use what value for the index?

5

6

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len("Hello World")

Would return ...

11

12

10

13

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

String is an array

True

False

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?