Python Objects and Recursion

Quiz
•
Computers
•
10th Grade
•
Medium

turgut kalfaoglu
Used 2+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the output of the following recursive function?
def factorial(n):
if n == 1: return 1
else: return n * factorial(n-1)
print(factorial(5))
Answer explanation
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Answer explanation
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
GCSE Computer Science - Python Programming Concepts

Quiz
•
9th - 11th Grade
10 questions
CS 1 Review

Quiz
•
9th - 12th Grade
14 questions
Unit 5: Input in Java

Quiz
•
9th - 10th Grade
12 questions
Codehs

Quiz
•
9th - 12th Grade
15 questions
Program Logic Test

Quiz
•
10th Grade
11 questions
Kotlin

Quiz
•
1st - 12th Grade
10 questions
Python Recursion Quiz

Quiz
•
10th Grade
17 questions
1.4 principles of programming

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

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

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade