Python basics29

Quiz
•
Computers
•
9th - 12th Grade
•
Hard
Saurabh Hore
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
In python print is a _____
Statement
Function
Command
program
2.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
print("R">"r") will display
Error
True
False
R
3.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Type casting is considered as
technique to use different variables
technique to display data type of the identifier
technique to convert one datatype to another
All of the options
4.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
a=30
a=a+1
a*=2
print(a)
This code will display
62
60
Error
30
5.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
a=input("Enter age")
b=input("Enter Experience")
a=a+b
print(a)
what will be the value of a if the value passed is 26 and 36
62
Error
2636
3626
6.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Sequences are a collection of values. In what way they are different from each other.
They are not different
Not all the sequences can be changed
They are defined in a different manner
Both b and c are correct.
7.
MULTIPLE CHOICE QUESTION
30 sec • 5 pts
Predict the output
name-"Parv"
print("name" *3)
ParvParvParv
error
namenamename
Parv Parv Parv
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python Variables

Quiz
•
7th - 12th Grade
15 questions
PCEP Section 4D: Basics of Python Exception Handling

Quiz
•
12th Grade
8 questions
KS3 Year 9 Python Quiz 02

Quiz
•
10th Grade
10 questions
python(strings)

Quiz
•
11th Grade
10 questions
Python

Quiz
•
5th - 10th Grade
15 questions
Python Basics Quiz

Quiz
•
9th Grade
10 questions
Java Print Statements Warm-Up

Quiz
•
9th - 12th Grade
10 questions
N5 CS SDD - Testing and Errors Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade