
Python

Quiz
•
Professional Development
•
9th - 12th Grade
•
Medium
Ioana Boiu
Used 3+ times
FREE Resource
24 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Insert the code boxes in the correct position in the order to build a line of code witch asks the user for an integer value and assings it to the counter variable-Python
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Whitch of the following expresion evaluate to a non-zero result?-Python
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A program written in a hight-level programming language is called..
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Arrange the binary numeric operators in the order whitch reflects their priorities: ** , /,-
5.
MULTIPLE SELECT QUESTION
1 min • 1 pt
menu={"sarmale":20.6 , "cozonac":40.3 , "pui":12.56}
for value in menu.items():
print(value[1],end="")
20.640.312.56
aou
Error
002
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
colectie=[]
colectie.append(1)
colectie.insert(0,2)
dublura=colectie[:]
dublura.append(3)
print(colectie+dublura)
[2,1,2,1,3]
[2,1,3,2,1,3]
Sintax error
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the following Python code?
numbers = [1, 2, 3]
numbers.append(4)
numbers.extend([5, 6])
print(numbers)
[1, 2, 3, 4, 5, 6]
[1, 2, 3, 4, [5, 6]]
[1, 2, 3, 4, (5, 6)]
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Python básico

Quiz
•
9th - 12th Grade
25 questions
Introduction to Alexa Skills and APIs

Quiz
•
10th Grade - Professi...
20 questions
quiz python

Quiz
•
12th Grade
21 questions
Computer Science Topics Quiz

Quiz
•
10th Grade
24 questions
Câu hỏi về Chatbot

Quiz
•
12th Grade - University
20 questions
IT Test 1 Career Paths units 1-5

Quiz
•
10th - 11th Grade
20 questions
Quizz Toastmasters - JPOT

Quiz
•
1st - 12th Grade
21 questions
B2 M2.3A Cadre juridique

Quiz
•
12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade