Page 173 - Plus_V2.2_C8_Flipbook
P. 173
Periodic Assessment 4
(Based on chapters 8 to 10)
A. Write a Program in python to determine whether a given number is prime or not.
B. Factorial of a number means that the given number is multiplied by all the numbers
preceding up to that number. For example,
5! = 5 x 4 x 3 x 2 x 1 = 120
Write a program in python to determine the factorial of a given number.
C. Write the full form of the following abbreviations.
1. NLP: _________________________________________________________________________
2. CV: _________________________________________________________________________
3. AI: _________________________________________________________________________
D. Write a short note on the following:
1. Big Data
________________________________________________________________________________
________________________________________________________________________________
2. Functions
________________________________________________________________________________
________________________________________________________________________________
3. Jump Statements
________________________________________________________________________________
________________________________________________________________________________
Periodic Assessment 4 171

