Skip to main content
Chapter 11 of 22
Practice Quiz

Functions

ICSE · Class 11 · Artificial Intelligence

Practice quiz for Functions — ICSE Class 11 Artificial Intelligence. MCQs and questions with answers to test your preparation.

65 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 11 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 statement about a function in Python is correct?

2

What is the result of int('3')?

3

Which call to int() results in a ValueError because the string is non-numeric?

4

What is the result of int(34.8)?

65 Questions·
multiple choicemultiple correct

Sample Questions

1multiple correct
1 marks

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.

2multiple choice
1 marks

What does float(34) return?

Show answer

34.0

float() converts an integer into a floating-point number with a decimal point.

3multiple choice
1 marks

Which call to float() returns 33.0?

Show answer

float('33')

float() accepts a numeric string and converts it into a floating-point number.

4multiple choice
1 marks

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 All

Frequently Asked Questions

What are the important topics in Functions for ICSE Class 11 Artificial Intelligence?
Functions covers several key topics that are frequently asked in ICSE Class 11 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 11 Artificial Intelligence?
Understand the core concepts first, then work through the 65 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 11 Artificial Intelligence.