Module 1- Python Basics_2nd_Semester

Module 1- Python Basics_2nd_Semester

University

10 Qs

quiz-placeholder

Similar activities

cpp-while-loop

cpp-while-loop

University

10 Qs

Python Turtle

Python Turtle

KG - Professional Development

11 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

Python Variables

Python Variables

University

10 Qs

Python - Class

Python - Class

12th Grade - University

11 Qs

c-programming-2

c-programming-2

University

13 Qs

CST 362 Programming in Python #1

CST 362 Programming in Python #1

University

8 Qs

Python 2

Python 2

University

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