Friday Pop Quiz 5

Friday Pop Quiz 5

Professional Development

34 Qs

quiz-placeholder

Similar activities

Their Python Exam

Their Python Exam

9th Grade - Professional Development

31 Qs

Python. Турнир 1

Python. Турнир 1

Professional Development

30 Qs

A+ 1102 Day 3c Identify the basics of scripting

A+ 1102 Day 3c Identify the basics of scripting

Professional Development

30 Qs

Excel

Excel

University - Professional Development

30 Qs

Intro to Python 1

Intro to Python 1

9th Grade - Professional Development

30 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

InCube Quiz #1

InCube Quiz #1

Professional Development

31 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

9th Grade - Professional Development

31 Qs

Friday Pop Quiz 5

Friday Pop Quiz 5

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Olanrewaju Afolayan

Used 1+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a function in Python?

function myFunction():

create myFunction():

def myFunction():

make myFunction ():

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start writing an if statement in Python?

if (x > y)

if x > y:

if x > y then:

if x > y->

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct extension of the Python file?

.pyth

.pt

.py

.python

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable with the numeric value 5?

x = 5

x = = int(5)

Both A and B

x = num(5)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to create a comment in Python?

/* This is a comment */

// This is a comment

# This is a comment

-- This is a comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to check whether a value is in a list?

for

check

in

exists

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of len([1, 2, 3])?

1

2

3

4

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?