Skip to main content
Chapter 17 of 22
Practice Quiz

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.

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 practice quiz and more.

1,000+ Class 9 students started this chapter today

Quick Quiz: Functions

0/4

Tap an answer to check it instantly. No sign-up needed for these 4.

1

Which built-in function converts the string "3" into the integer 3?

2

What does int(34.8) produce?

3

What happens when int("Delhi") is used?

4

What does float(34) output?

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.

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.