Bertelsmann AI Track Quiz Initiative #3
Quiz
•
Computers, Science, Mathematics
•
University - Professional Development
•
Hard
+2
Standards-aligned
Tirtadwipa Manunggal
Used 3+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What is the difference between list and tuples in Python? Choose all correct answers
Lists are mutable i.e they can be edited.
Tuples are mutable i.e they can be edited.
Tuples are immutable (tuples are lists which can’t be edited).
Lists are immutable (Lists are array which can’t be edited).
2.
MULTIPLE SELECT QUESTION
1 min • 1 pt
What are the key features of Python? Choose all correct answers
Python is a compiled language. That means that, like languages like C and its variants, Python does need to be compiled before it is run.
Python is dynamically typed, this means that you don’t need to state the types of variables when you declare them or anything like that.
Python is well suited to object-orientated programming in that it allows the definition of classes along with composition and inheritance.
In Python, functions are first-class objects. This means that they can be assigned to variables, returned from other functions and passed into functions.
3.
MULTIPLE SELECT QUESTION
1 min • 1 pt
How is memory managed in Python? Choose all correct answers
Memory management in python is managed by Python private heap space
Memory management in python is managed by Python private stack space
Python also has an inbuilt garbage collector which recycles all the unused memory
Memory allocation have to be managed by the programmer
4.
MULTIPLE SELECT QUESTION
1 min • 1 pt
Which data types are natively supported in Python? Choose all correct answers
Numbers
Strings
Tensors
Dictionaries
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
A = "Bertelsman"
B = "Scholarship"
B = A.join(B)
What is the value of B?
Bertelsman Scholarship
BertelsmanScholarship
Scholarship
Error because string is immutable
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
r = lambda q: q * 2
s = lambda q: q * 3
x = 2
x = r(x)
x = s(x)
x = r(x)
print (x)
What's printed in the console?
6
12
24
48
Tags
CCSS.8.F.A.1
CCSS.HSF.IF.A.1
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
a = 4.5
b = 2
print (a//b)
What's printed in the console?
0
1.0
1.5
2.0
Tags
CCSS.2.OA.C.3
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
18 questions
Programming in C language
Quiz
•
12th Grade - University
20 questions
JavaScript - Cuestionario de Repaso
Quiz
•
Professional Development
20 questions
Artificial Intelligence CT-1
Quiz
•
University
20 questions
Cloud Review Quiz
Quiz
•
University
20 questions
Web Development Technical Skills
Quiz
•
Professional Development
16 questions
Python Basics
Quiz
•
KG - University
20 questions
Python Recap
Quiz
•
7th Grade - University
20 questions
SPARK FIDDLE
Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Order of Operations
Quiz
•
5th Grade
20 questions
Halloween
Quiz
•
5th Grade
16 questions
Halloween
Quiz
•
3rd Grade
12 questions
It's The Great Pumpkin Charlie Brown
Quiz
•
1st - 5th Grade
20 questions
Possessive Nouns
Quiz
•
5th Grade
10 questions
Halloween Traditions and Origins
Interactive video
•
5th - 10th Grade
Discover more resources for Computers
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
12 questions
Halloween
Quiz
•
3rd Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
History of Halloween: Pagan or Christian?
Interactive video
•
11th Grade - University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
