Functions
ICSE · Class 11 · Artificial Intelligence
Practice quiz for Functions — ICSE Class 11 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 11 students started this chapter today
Quick Quiz: Functions
0/4Tap an answer to check it instantly. No sign-up needed for these 4.
Which statement about a function in Python is correct?
What is the result of int('3')?
Which call to int() results in a ValueError because the string is non-numeric?
What is the result of int(34.8)?
Sample Questions
Which built-in functions are always available without importing any module?
Show answer
int(), float(), len()
Built-in functions are present in the standard library and do not need any import. int(), float(), and len() are built-in functions.
What does float(34) return?
Show answer
34.0
float() converts an integer into a floating-point number with a decimal point.
Which call to float() returns 33.0?
Show answer
float('33')
float() accepts a numeric string and converts it into a floating-point number.
What happens when input() executes?
Show answer
Program flow stops until the user gives input.
input() pauses program flow until the user enters a value.
+61 more questions available
Practice AllFrequently Asked Questions
What are the important topics in Functions for ICSE Class 11 Artificial Intelligence?
How to score full marks in Functions — ICSE Class 11 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 11 Artificial Intelligence.