Python Programming Quiz-03

Quiz
•
Engineering
•
Professional Development
•
Medium
pragya _CSE
Used 10+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q-1. What will be the output of the following Python code?
a=[1,2,3,4,5,6,7,8,9]
print(a[::2])
[1,2]
[8,9]
[1,3,5,7,9]
[1,2,3]
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q-2. The code below manipulates a Python list using the slicing operator. What will be the output?
a=[1,2,3,4,5,6,7,8,9]
a[::2]=10,20,30,40,50,60
print(a)
ValueError: Attempt to assign a sequence of size 6 to an extended slice of size 5
[10, 2, 20, 4, 30, 6, 40, 8, 50, 60]
[1, 2, 10, 20, 30, 40, 50, 60]
[1, 10, 3, 20, 5, 30, 7, 40, 9, 50, 60]
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Q-5. What is the correct command to shuffle the given Python list?
fruit=['apple', 'banana', 'papaya', 'cherry']
fruit.shuffle()
shuffle(fruit)
random.shuffle(fruit)
random.shuffleList(fruit)
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
The code below uses a Python list and iterates using the range() function. What will be the output?
arr = [1, 2, 3, 4, 5, 6]
for i in range(1, 6):
arr[i - 1] = arr[i]
for i in range(0, 6):
print(arr[i], end = " ")
1 2 3 4 5 6
2 3 4 5 6 1
1 1 2 3 4 5
2 3 4 5 6 6
5.
DRAW QUESTION
2 mins • 2 pts
Draw the flow chart diagram to print the swap two numbers without using intermediate/
temporary variables and also take the input from users.

6.
DRAW QUESTION
2 mins • 2 pts
Make the use of a python program that accepts a sequence of
lines as input and prints the line after making all characters in the
sentence capitalized.
Input: “Hello GL BAJAJ..
Now we start to learn Python Programming Language”.
Output:
HELLO GL BAJAJ..
NOW WE START TO LEARN PYTHON PROGRAMMING
LANGUAGE.

7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following code snippet?
fruit_list1 = ['Apple', 'Berry', 'Cherry', 'Papaya']
fruit_list2 = fruit_list1
fruit_list3 = fruit_list1[:]
fruit_list2[0] = 'Guava'
fruit_list3[1] = 'Kiwi'
sum = 0
for ls in (fruit_list1, fruit_list2, fruit_list3):
if ls[0] == 'Guava':
sum += 1
if ls[1] == 'Kiwi':
sum += 20 print (sum)
22
21
0
43
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
FM II Lab Quiz 1

Quiz
•
Professional Development
28 questions
LA INDUSTRIA 4.0

Quiz
•
Professional Development
20 questions
Egzamin zawodowy styczeń 2024 - PART 5

Quiz
•
Professional Development
20 questions
Electricidad

Quiz
•
Professional Development
25 questions
Quiz về Radar SSR Mode S

Quiz
•
Professional Development
20 questions
STRENGTH OF MATERIAL

Quiz
•
Professional Development
25 questions
Tes Cater Air

Quiz
•
Professional Development
20 questions
EXAMEN FINAL MODULO 02 CIRCUITOS DE VENTILACIÓN

Quiz
•
Professional Development
Popular Resources on Wayground
55 questions
CHS Student Handbook 25-26

Quiz
•
9th Grade
10 questions
Afterschool Activities & Sports

Quiz
•
6th - 8th Grade
15 questions
PRIDE

Quiz
•
6th - 8th Grade
15 questions
Cool Tool:Chromebook

Quiz
•
6th - 8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
20 questions
Bullying

Quiz
•
7th Grade
18 questions
7SS - 30a - Budgeting

Quiz
•
6th - 8th Grade
Discover more resources for Engineering
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
11 questions
complex sentences

Quiz
•
Professional Development
8 questions
Ötzi the Iceman: A 5,000-Year-Old True Crime Murder Mystery | Full Documentary | NOVA | PBS

Interactive video
•
Professional Development
1 questions
Savings Questionnaire

Quiz
•
6th Grade - Professio...
6 questions
Basics of Budgeting 7

Quiz
•
6th Grade - Professio...
20 questions
Movies

Quiz
•
Professional Development