Recursion in Programming: Self-Calling Functions Quiz

Created by: FreeQuizzesFor

Go Back
15 Questions
0 Plays
Recursion in Programming: Self-Calling Functions: a General level Programming quiz. Test your knowledge with 15 questions!
Rate this quiz:
No ratings yet

Questions

Question 1
What is recursion?
A A screen flicker
B A loop error
C Function calling itself
D A hardware reboot
Question 2
What must a recursive function have to stop?
A Base case
B A power button
C An internet connection
D A switch
Question 3
What happens if there is no base case?
A Faster speed
B Auto-save
C Memory boost
D Infinite loop
Question 4
Recursion uses which data structure?
A Table
B Stack
C Box
D Wheel
Question 5
What is the 'call stack'?
A A web browser
B A printer queue
C A pile of books
D Memory for function calls

๐Ÿ“‹ This quiz has 15 questions in total.

Log in to see all questions and correct answers!

๐Ÿšจ Report An Error