Python Quiz

Python Quiz

University

11 Qs

quiz-placeholder

Similar activities

Basic Java

Basic Java

University

15 Qs

Recap

Recap

University

15 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

11 Qs

J277 - 2.2 - Understanding Data Types in Programming

J277 - 2.2 - Understanding Data Types in Programming

10th Grade - University

10 Qs

Pythonintro

Pythonintro

University

15 Qs

Python Workshop 1 review

Python Workshop 1 review

University

16 Qs

Python Basics Quiz for KS3

Python Basics Quiz for KS3

11th Grade - University

9 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Quiz

Python Quiz

Assessment

Quiz

Computers

University

Medium

Created by

ALDRICH BERNARDO

Used 92+ 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?