Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

quiz-placeholder

Similar activities

GFG Final Quiz

GFG Final Quiz

University

10 Qs

Python Variable and Datatype Quiz

Python Variable and Datatype Quiz

University

11 Qs

Python Compound Data Types and their Method Set-2

Python Compound Data Types and their Method Set-2

11th Grade - University

10 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

Python Variables

Python Variables

University

10 Qs

csi events

csi events

University

10 Qs

COST OF PRODUCTION, SHORT AND LONG RUN

COST OF PRODUCTION, SHORT AND LONG RUN

University

10 Qs

Quiz Dasar-Dasar Pemrograman Python

Quiz Dasar-Dasar Pemrograman Python

12th Grade - University

15 Qs

Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

Assessment

Quiz

Education

University

Medium

Created by

Hemanth Kumar

Used 7+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.Enter 2 + 2 at the prompt to have Python do some simple math. The editor window should now look like this:
2+2
(2+2)
2+2;
y=2+2;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2. Result of this expression (5 - 1) * ((7 + 1) / (3 - 1))
20
16
21
31

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3. output of the Expression is a
single Value
Multi Value
Complex Value
cant be determine

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4.Python programs can also have text values called
Variable
Strings
Expression
statement

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.The output of this statement 'Alice' * 5
'AliceAliceAliceAliceAlice'
AliceAliceAliceAliceAlice
can't be performed
125

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.Variable Names should not
only one word with no spaces
use only letters, numbers, and the underscore (_) character
begin with a number
begin with a alphabet

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7. This symbol indicates comment
#
//
\\
"

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?