Python Quiz Girls in ICT Day

Python Quiz Girls in ICT Day

University

20 Qs

quiz-placeholder

Similar activities

Mastering Python Control Flow

Mastering Python Control Flow

University

15 Qs

Selection Programming_If condition

Selection Programming_If condition

8th Grade - University

15 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 Qs

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

2F-1 | Python Quiz | 14/10/2024

2F-1 | Python Quiz | 14/10/2024

University

20 Qs

Python_MCQ_2

Python_MCQ_2

University

15 Qs

Python: operadores y tipos de datos

Python: operadores y tipos de datos

University

18 Qs

PPL (Quiz 5)  Procedures and Functions

PPL (Quiz 5) Procedures and Functions

University

25 Qs

Python Quiz Girls in ICT Day

Python Quiz Girls in ICT Day

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

Yubraj Shahi

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the correct file extension for a Python file?

.py

.python

.pt

.txt

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which of these is a valid variable name in Python?

2name

name_2

name-2

name.2

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the output of: print(3 + 4 * 2)?

14

11

10

8

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the data type of: "Hello"?

Integer

String

Boolean

List

5.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which function is used to take input from the user in Python?

read()

input()

scan()

type()

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the correct way to start a function in Python?

function myFunc()

def myFunc():

create myFunc()

start myFunc():

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which symbol is used to write a comment in Python?

//

#

**

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?