Python Quiz

Python Quiz

University

11 Qs

quiz-placeholder

Similar activities

Quiz 1

Quiz 1

University

10 Qs

Q8 - FundComp - Python Básico (En)

Q8 - FundComp - Python Básico (En)

University

10 Qs

Python Basics

Python Basics

6th Grade - University

10 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

Understanding Programming Constructs

Understanding Programming Constructs

10th Grade - University

10 Qs

Round 2 for Preplacement Bootcamp

Round 2 for Preplacement Bootcamp

University

15 Qs

Lesson 3: Variables Part 1

Lesson 3: Variables Part 1

University

7 Qs

Programming Basics Basics

Programming Basics Basics

8th Grade - University

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