Introduction to Python Programming

Introduction to Python Programming

University

10 Qs

quiz-placeholder

Similar activities

Python Programming Quiz

Python Programming Quiz

University

13 Qs

Object Oriented Programming

Object Oriented Programming

University

15 Qs

test

test

University

15 Qs

Classification of Variables

Classification of Variables

11th Grade - University

15 Qs

AlgoPro Python - Sesi 1

AlgoPro Python - Sesi 1

University

10 Qs

C# and Python

C# and Python

4th Grade - University

7 Qs

Intro to DDP2

Intro to DDP2

University

10 Qs

privileges

privileges

University

11 Qs

Introduction to Python Programming

Introduction to Python Programming

Assessment

Quiz

Other

University

Easy

Created by

M Pooja

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct file extension for Python files?

.py

.java

.txt

.cpp

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a variable in Python?

You create a variable in Python by using the syntax: value = variable_name.

You initialize a variable in Python by writing: variable_name : value.

You declare a variable in Python with the command: var variable_name;

You create a variable in Python by using the syntax: variable_name = value.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to define a function in Python?

function

def

define

method

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to comment in Python?

/* This is a comment */

# This is a comment

// This is a comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

6

9

8

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a list in Python?

You create a list in Python using curly braces, e.g., my_list = {1, 2, 3}.

You create a list in Python using parentheses, e.g., my_list = (1, 2, 3).

You create a list in Python by using the list() function without any arguments.

You create a list in Python using square brackets, e.g., my_list = [1, 2, 3].

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What function is used to read input from the user?

input()

getUserInput()

readInput()

fetchInput()

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?