PYTHON BOOTCAMP

PYTHON BOOTCAMP

University

15 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

KG - University

15 Qs

Introduction to Python

Introduction to Python

University

10 Qs

Arduino IDE

Arduino IDE

3rd Grade - Professional Development

17 Qs

Programming Fundamentals

Programming Fundamentals

University

16 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Exam 1 Practice

Exam 1 Practice

University

15 Qs

Python Basics

Python Basics

KG - University

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