0% found this document useful (0 votes)
2 views1 page

G8_Functions and String in Python

This document is a worksheet for Grade VIII students focusing on Functions and Strings in Python. It includes short answer questions about defining functions, string manipulation, and built-in functions, as well as long answer questions that require explanations and examples. The worksheet aims to assess students' understanding of these programming concepts.

Uploaded by

prajaktakdm93
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

G8_Functions and String in Python

This document is a worksheet for Grade VIII students focusing on Functions and Strings in Python. It includes short answer questions about defining functions, string manipulation, and built-in functions, as well as long answer questions that require explanations and examples. The worksheet aims to assess students' understanding of these programming concepts.

Uploaded by

prajaktakdm93
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

SVVNS

COMPUTER TERM II WORKSHEET


Grade - VIII Ls.9 Functions and String in Python Date – 24/2/2025

Short Answer Questions :-


1) What is a function in Python?
2) How do you define a function in Python?
3) How do you concatenate two strings in Python?
4) What is a string in Python?
5) What does the len() function do?
6) How can you convert a string to uppercase in Python?
7) How can you convert a string to lowercase in Python?

Long Answer Questions :-


1) Write the components of a function.
2) Write four built-in functions to manipulate strings.
3) How can we call a function in Python? Explain using an example.
4) Explain the difference between built-in functions and user-defined functions in Python.

***************************

You might also like