Functions
ICSE · Class 9 · Robotics & Artificial Intelligence
Most important questions from Functions for ICSE Class 9 Robotics & Artificial Intelligence board exam 2026. MCQs, short answer, and long answer questions with marks.
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 important questions and more.
1,000+ Class 9 students started this chapter today
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?
How many important questions are there in Functions?
Sources & Official References
Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.
More resources for Functions
Practice Quiz
Test yourself with a quick quiz
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.