PYTHON UNIT I MCQS

PYTHON UNIT I MCQS

University

15 Qs

quiz-placeholder

Similar activities

Monday Night Quiz 3/15

Monday Night Quiz 3/15

University

10 Qs

Programación Avanzada II - Parte 1

Programación Avanzada II - Parte 1

University

10 Qs

Introduction to Django Framework Quiz

Introduction to Django Framework Quiz

University

15 Qs

 Executing SQL Commands With Python

Executing SQL Commands With Python

12th Grade - University

10 Qs

Python

Python

University

15 Qs

java script

java script

University

10 Qs

Intro-Computacao_3.2

Intro-Computacao_3.2

University

10 Qs

Java_ScriptES

Java_ScriptES

8th Grade - University

15 Qs

PYTHON UNIT I MCQS

PYTHON UNIT I MCQS

Assessment

Quiz

Computers

University

Hard

Created by

MS.SHYAMALADEVI C

Used 3+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature of Python?

Strongly typed language

Static typing

Interpreted language

Compiler-based language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you run a Python script from the command line?

python script.py

execute script.py

start script.py

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid identifier in Python?

1variable

variable_1

global

break

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a reserved keyword in Python?

for

while

if

all of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a variable in Python?

var x = 5

x = 5

int x = 5

variable x = 5

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of comments in Python?

They are used to improve the performance of the code.

They are used to make the code run faster.

They are used to explain the code and make it more readable.

They are used to add extra functionality to the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which symbol is used for indentation in Python?

Spaces

Tabs

Both spaces and tabs

None of the above

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?