Python quiz 1

Python quiz 1

Professional Development

11 Qs

quiz-placeholder

Similar activities

Snakes

Snakes

4th Grade - Professional Development

16 Qs

PC 3

PC 3

University - Professional Development

15 Qs

Django Basic

Django Basic

Professional Development

10 Qs

Vsco Girlssss

Vsco Girlssss

KG - Professional Development

11 Qs

FinTech 19-1 Blockchain Python

FinTech 19-1 Blockchain Python

Professional Development

9 Qs

Elite Force

Elite Force

3rd Grade - Professional Development

6 Qs

#Sg_Spaic Last season Quiz (ML and Python)

#Sg_Spaic Last season Quiz (ML and Python)

KG - Professional Development

10 Qs

Website Development Training

Website Development Training

Professional Development

10 Qs

Python quiz 1

Python quiz 1

Assessment

Quiz

Other, Other

Professional Development

Medium

Created by

V Analysts

Used 10+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Identify the Variables and constants in the expression a = b + 5

a is a variable, b and 5 are constants

a and b are variables, 5 is a constant

a is a constant, b and 5 are variables

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of these is a valid variable assignment operation?

5 = Alpha

Alpha = 5

Alpha = @5

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Beta = “True”. What is the type of data assigned to the Beta variable?

Boolean

String

int

decimal

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The weight of a person which is 50.50 should be saved as what type of variable?

String

int

float

boolean

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What does the // operator do

Float division

integer division

gives remainder

none of the above

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the below options will give you the remainder of a division?

%%

%

/

*

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

You can perform mathematical operations on a string.

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?