PYTHON BOOTCAMP

PYTHON BOOTCAMP

University

15 Qs

quiz-placeholder

Similar activities

PSP Week 4

PSP Week 4

University

15 Qs

science day competition (computer science)

science day competition (computer science)

University

10 Qs

programming language generation

programming language generation

University

15 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

code trivia

code trivia

University

15 Qs

Computer Programming

Computer Programming

University

11 Qs

Round 1

Round 1

University

10 Qs

PYTHON BOOTCAMP

PYTHON BOOTCAMP

Assessment

Quiz

Computers

University

Medium

Created by

Skill Wave

Used 5+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Python data type?

Integer

Float

Character

Boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Python?

var x

x = 5

variable

var = 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of 5 > 3 and 2 < 1?

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start an if statement in Python?

if:

then:

if do:

statement:

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many times will the following loop run? for i in range(5):

0

1

5

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of a break statement in a loop?

What is the purpose of a break statement in a loop?

To exit the loop prematurely

To start the loop over again

Create a new loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the input() function in Python?

To display output to the user

To read user input from the keyboard

To perform mathematical calculations

to exit

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?