Python Basics

Quiz
•
Computers
•
University
•
Medium
Used 128+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following statements is true?
Python is a high level programming language.
Python is an interpreted language.
Python is an object-oriented language.
All of the above.
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is used to define a block of code (body of loop, fuction etc.) in Python?
Curly braces
Parenthesis
Indentation
Quotation
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is correct?
Comments are for programmers for better understanding of the program.
Python Interpreter ignores comment.
You can write multi-line comments in Python using triple quotes, either ''' or """.
All of the above
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is correct?
Variable name can start with an underscore.
Variable name can start with a digit.
Keywords cannot be used as a variable name.
Variable name can have symbols like: @, #, $ etc.
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In the following code, n is a/an _______?
n = '5'
integer
string
tuple
operator
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the output of the following code?
print(1, 2, 3, 4, sep='*')
1 2 3 4
1234
1*2*3*4
24
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is used to take input from the user in Python?
cin
scanf()
input()
<>
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Python Programming - Introduction

Quiz
•
University
12 questions
Data visualization

Quiz
•
10th Grade - University
9 questions
Python

Quiz
•
University
10 questions
Python Quiz

Quiz
•
University
15 questions
Python

Quiz
•
University
15 questions
Python Programming Intermediate-1

Quiz
•
University
15 questions
Python

Quiz
•
University
15 questions
CSE 102 Exam 2 Practice

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade