Functions
ICSE · Class 9 · Robotics & Artificial Intelligence
Practice quiz for Functions — ICSE Class 9 Robotics & Artificial Intelligence. MCQs and questions with answers to test your preparation.
Interactive on Super Tutor
Studying Functions? Get the full interactive chapter.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan — built for practice quiz and more.
1,000+ Class 9 students started this chapter today
Quick Quiz: Functions
0/4Tap an answer to check it instantly. No sign-up needed for these 4.
Which built-in function converts the string "3" into the integer 3?
What does int(34.8) produce?
What happens when int("Delhi") is used?
What does float(34) output?
Sample Questions
What happens when float('delhi') is used?
Show answer
It results in a ValueError
float() can convert only numeric strings, so a non-numeric string causes a ValueError.
What does input() always convert an entered value into?
Show answer
A string
input() always converts whatever is entered into a string, even if an integer is typed.
What is the result of eval('88+12')?
Show answer
100
eval() evaluates the string as an expression, so 88 + 12 becomes 100.
What does min(11, 22, 33, 44) return?
Show answer
11
min() returns the smallest item among the given values, so the result is 11.
+57 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Functions for ICSE Class 9 Robotics & Artificial Intelligence?
How to score full marks in Functions — ICSE Class 9 Robotics & Artificial Intelligence?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Functions
Important Questions
Practice with board exam-style questions
Revision Notes
Key points for last-minute revision
Formula Sheet
All formulas in one place
Chapter Summary
Understand the chapter at a glance
Concept Maps
See how topics connect visually
Study Plan
Step-by-step plan to ace this chapter
Flashcards
Quick-fire cards for active recall
Syllabus
What topics to cover
NCERT Solutions
Every textbook question solved step by step
For serious students
Get the full Functions chapter — for free.
Quizzes, flashcards, AI doubt-solver and a step-by-step study plan for ICSE Class 9 Robotics & Artificial Intelligence.