Friday Pop Quiz 5

Friday Pop Quiz 5

Professional Development

34 Qs

quiz-placeholder

Similar activities

ML/AI internship Intermediate assessment

ML/AI internship Intermediate assessment

Professional Development

30 Qs

Python Knowledge Check

Python Knowledge Check

Professional Development

35 Qs

Python

Python

Professional Development

35 Qs

PG Code Breaker Challenge Round-1

PG Code Breaker Challenge Round-1

Professional Development

30 Qs

C BASICS

C BASICS

Professional Development

30 Qs

Python Basics 2

Python Basics 2

5th Grade - Professional Development

36 Qs

Gmetrix Python

Gmetrix Python

9th Grade - Professional Development

31 Qs

Collections

Collections

University - Professional Development

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