Hackathon Quiz

Hackathon Quiz

University

20 Qs

quiz-placeholder

Similar activities

PYTHON

PYTHON

University

20 Qs

Data Analysis using Python

Data Analysis using Python

University

20 Qs

Introduction to Python

Introduction to Python

University

20 Qs

Python Programming - Introduction

Python Programming - Introduction

University

15 Qs

Sense_The_Bug

Sense_The_Bug

University

15 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

University

20 Qs

Reckon your Techie Quiz - Day 2 - Python (23.08.22)

Reckon your Techie Quiz - Day 2 - Python (23.08.22)

University

25 Qs

Season 1 #Spaic Python Weekly Quiz

Season 1 #Spaic Python Weekly Quiz

KG - Professional Development

20 Qs

Hackathon Quiz

Hackathon Quiz

Assessment

Quiz

Computers

University

Hard

Created by

SHAIK ARSHE

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The prototype of a function can be used to:

Define a function

Declare a function

Erase a function

None of the above

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Who developed Python Programming Language?

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What will be the output of the following Python code?

i = 1

while True:

if i%3 == 0:

break

print(i)

i + = 1

1 2 3

error

1 2

Error and 1,2

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you specify double constant 3.14 as a long double?

By using LD after 3.14

By using L after 3.14

By using DL after 3.14

By using LF after 3.14

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

What does pip stand for python?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The return keyword used to transfer control from a function back to the calling function.

Yes

Switch

go back

goto

7.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Which method checks if the string starts with a particular substring?

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?