Python Quiz Girls in ICT Day

Python Quiz Girls in ICT Day

University

20 Qs

quiz-placeholder

Similar activities

G9-Introduction to Python Programming

G9-Introduction to Python Programming

9th Grade - University

25 Qs

Python Challenge

Python Challenge

University

15 Qs

2F-3 | Python Quiz | 14/11/2024

2F-3 | Python Quiz | 14/11/2024

University

20 Qs

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

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

University

20 Qs

Bài 24

Bài 24

10th Grade - University

15 Qs

PPL (Quiz 5)  Procedures and Functions

PPL (Quiz 5) Procedures and Functions

University

25 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Python Library Routines Quiz

Python Library Routines Quiz

10th Grade - University

18 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?