Python

Python

Professional Development

30 Qs

quiz-placeholder

Similar activities

TRY OUT PPPK TEAM 12 SESI 1

TRY OUT PPPK TEAM 12 SESI 1

Professional Development

30 Qs

WAMS SOP Workshop

WAMS SOP Workshop

Professional Development

25 Qs

Pre-Test Training Dec.2021

Pre-Test Training Dec.2021

KG - Professional Development

25 Qs

TECHNICIAN L1

TECHNICIAN L1

Professional Development

25 Qs

evaluasi B Indo tanggal 11 Juni

evaluasi B Indo tanggal 11 Juni

Professional Development

25 Qs

Layouts and Symbology

Layouts and Symbology

Professional Development

25 Qs

Guess The Gibberish

Guess The Gibberish

Professional Development

25 Qs

KDP: 1st Monthly Exam

KDP: 1st Monthly Exam

Professional Development

25 Qs

Python

Python

Assessment

Quiz

Professional Development

Professional Development

Practice Problem

Hard

Created by

Kavyashree PN

Used 31+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is a

Object Oriented Programming

Interpreted Programming

High Level Programming

All the Above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which can be an Identifier among them in Python?

$123

_abc

@fg

1a

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the data type of print(type(10))

<class 'int'>

int

integer

<class 'integer'>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Predict the Output
x = 'abcd'
for i in x:
    print(i.upper())

Syntax Error

a B C D

a b c d

A B C D

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

All keywords in Python are in _________?

Capitalized

Lower case

Upper Case

None of the mentioned

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of the following Python code?

for i in range(1,5):

if i==4:

continue

print(i)

1 2 3 4 5

1 2 3 5

1 2 3

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the order of precedence in python?

Exponential, Parentheses, Multiplication, Division, Addition, Subtraction

Exponential, Parentheses, Division, Multiplication, Addition, Subtraction

Parentheses, Exponential, Multiplication, Division, Addition, Subtraction

Parentheses, Exponential, Multiplication, Division, Subtraction, Addition

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?