PYTHON VOCABULARY

PYTHON VOCABULARY

Professional Development

10 Qs

quiz-placeholder

Similar activities

CIT JULY 2022

CIT JULY 2022

Professional Development

10 Qs

Day 2

Day 2

Professional Development

10 Qs

DECI - Week 12 - round

DECI - Week 12 - round

Professional Development

14 Qs

DECI - Week 5 - round

DECI - Week 5 - round

Professional Development

10 Qs

Python Basics: External Libraries

Python Basics: External Libraries

University - Professional Development

6 Qs

PyGames Workshop quiz

PyGames Workshop quiz

Professional Development

14 Qs

ITF - Quiz 13.1 - Securing Devices

ITF - Quiz 13.1 - Securing Devices

Professional Development

12 Qs

C Programming

C Programming

Professional Development

10 Qs

PYTHON VOCABULARY

PYTHON VOCABULARY

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Jeison Díaz

Used 4+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It lets you test if a condition in your code returns True, if not, the program will raise an Error.

ASSERT

ELIF

GLOBAL

IMPORT

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It can be used to erase an item at a given index and to remove slices from a list.

RAISE

NONE

DEL

RETURN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is used in conditional statements (if statements), and decides what to do if the condition is False.

YIELD

RETURN

LAMBDA

ELSE

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is used to end the current iteration in a for loop or a while loop and goes to the next iteration.

GLOBAL

CONTINUE

FINALLY

NONLOCAL

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is used to produce an exception to interrupt the code execution.

RAISE

TRY

WHILE

IF

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is the same as "else if" in other programming languages.

EXCEPT

ELIF

ELSE

FINALLY

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It allows you to modify the variable outside of the current scope.

CLASS

WHILE

PASS

GLOBAL

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?