python quiz 1

python quiz 1

Professional Development

30 Qs

quiz-placeholder

Similar activities

Python Programming Essentials Assessment Day 1

Python Programming Essentials Assessment Day 1

Professional Development

30 Qs

Quiz Computer Department-2024

Quiz Computer Department-2024

Professional Development

28 Qs

C Questions for BCA & BSc

C Questions for BCA & BSc

University - Professional Development

30 Qs

Ansible Quiz

Ansible Quiz

Professional Development

30 Qs

A+ 1102 Day 3c Identify the basics of scripting

A+ 1102 Day 3c Identify the basics of scripting

Professional Development

30 Qs

Python Coding Specialist Exam

Python Coding Specialist Exam

9th Grade - Professional Development

31 Qs

TN +2 CSC  - LESSON 1 TO 10 & 12

TN +2 CSC - LESSON 1 TO 10 & 12

Professional Development

25 Qs

html 2

html 2

Professional Development

31 Qs

python quiz 1

python quiz 1

Assessment

Quiz

Computers

Professional Development

Easy

Created by

KEERTHI BADUGU

Used 15+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

print(2 ** 3);

a) 5


b) 6

c) 8

d) 9

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Python?

a) 2variable


b) variable_name

c) variable-name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

a) .pyth


b) .pt

c) .py

d) .pyt

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is used to define a function in Python?

a) func


b) define

c) def

d) function.def

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code?

print("Hello" + "World");

a) Hello World


b) HelloWorld

c) Hello+World

d) Error

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a core data type in Python?

a) List


b) Dictionary

c) Tuples

d) Class

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you insert comments in Python code?

a) //


b) #

c) /* */

d) --

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?