Phase_2 Pre- Python Quiz

Phase_2 Pre- Python Quiz

Professional Development

15 Qs

quiz-placeholder

Similar activities

JavaScript

JavaScript

Professional Development

15 Qs

Ch.8 - Introducing Python

Ch.8 - Introducing Python

6th Grade - Professional Development

20 Qs

Python Interaction

Python Interaction

9th Grade - Professional Development

20 Qs

Introduction

Introduction

Professional Development

10 Qs

JF UIT 2022 - Game 3

JF UIT 2022 - Game 3

Professional Development

15 Qs

Práctica Curso Introducción Python

Práctica Curso Introducción Python

Professional Development

16 Qs

1. Ayo Main Quiz

1. Ayo Main Quiz

University - Professional Development

16 Qs

PE2 Module 3

PE2 Module 3

KG - Professional Development

11 Qs

Phase_2 Pre- Python Quiz

Phase_2 Pre- Python Quiz

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Coding Department

Used 13+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?

A type of snake

A web browser

A high-level programming language

An operating system

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used to comment a single line in Python?

//

#

/* */

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you print something in Python?

console.print()

echo()

printf()

print()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to assign the value 10 to a variable?

10 = x

x == 10

x = 10

x := 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name?

2value

first-name

first_name

class

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of print(2 + 3 * 4)?

20

14

24

9

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type is the result of 5 / 2 in Python 3?

int

float

str

bool

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?