Skip to main content
Chapter 17 of 22
Important Questions

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.

61 questions40 flashcards5 concepts

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

61 Questions·
multiple choicetrue falsemultiple correct

Sample Questions

1multiple choice
1 marks

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.

2multiple choice
1 marks

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.

3multiple choice
1 marks

What is the result of eval('88+12')?

Show answer

100

eval() evaluates the string as an expression, so 88 + 12 becomes 100.

4multiple choice
1 marks

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 All

Frequently Asked Questions

What are the important topics in Functions for ICSE Class 9 Robotics & Artificial Intelligence?
Functions covers several key topics that are frequently asked in ICSE Class 9 board exams. Focus on the core concepts listed on this page and practise related questions to build confidence.
How to score full marks in Functions — ICSE Class 9 Robotics & Artificial Intelligence?
Understand the core concepts first, then work through the 61 practice questions available for this chapter. Revise formulas and definitions regularly, and use flashcards for quick recall before the exam.
How many important questions are there in Functions?
There are 61 practice questions available for Functions. These cover multiple question types including MCQs, short answer, and long answer questions.

Sources & Official References

Content is aligned to the official syllabus. Refer to the board website for the latest curriculum.

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.