PYTHON VOCABULARY

PYTHON VOCABULARY

Professional Development

10 Qs

quiz-placeholder

Similar activities

Java Increment & Decrement Operators

Java Increment & Decrement Operators

Professional Development

10 Qs

Clean Code

Clean Code

Professional Development

8 Qs

Introduction to PHP

Introduction to PHP

Professional Development

15 Qs

Datatypes and Flowcontrol

Datatypes and Flowcontrol

Professional Development

15 Qs

Python Quiz

Python Quiz

Professional Development

15 Qs

Microprocessor 8086 Architecture -Module I

Microprocessor 8086 Architecture -Module I

Professional Development

10 Qs

Python quiz

Python quiz

10th Grade - Professional Development

10 Qs

PLSQL and Cursor Quiz

PLSQL and Cursor Quiz

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?