Quiz 1 - Python

Quiz 1 - Python

University

5 Qs

quiz-placeholder

Similar activities

IQ IN BPB MODULE 8

IQ IN BPB MODULE 8

University

10 Qs

Historia de la Web

Historia de la Web

University

10 Qs

Latest Technology in Modern Hotel

Latest Technology in Modern Hotel

University

10 Qs

QUIZ 1 - RIZAL

QUIZ 1 - RIZAL

KG - Professional Development

10 Qs

EPP QUIZ

EPP QUIZ

University

10 Qs

all about eli part 2

all about eli part 2

1st Grade - University

10 Qs

Statistics for Psychology - Quiz 2

Statistics for Psychology - Quiz 2

University

10 Qs

Revision

Revision

University

8 Qs

Quiz 1 - Python

Quiz 1 - Python

Assessment

Quiz

Other

University

Easy

Created by

Saranya Devi

Used 1+ times

FREE Resource

AI

Enhance your content

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

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Media Image

Who is the person shown in the image?

Guido Van Rossum

Dennis Ritchie

James Gosling

None of the above

2.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will be the output of the following statement?

type('5')

str

int

float

Boolean

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the correct file extension for Python files?

.py

.pt

.pyt

.pyth

5.

MULTIPLE CHOICE QUESTION

5 sec • 1 pt

Which keyword is used for function in Python language?

function

def

fun

define