Posts

DIWALI CELEBRATION (CLASS VIII)

Image
  DIWALI CELEBRATION  Diwali,  one of the most auspicious Hindu festivals, celeb rates the victory of good over evil. People celebrate the festival of lights by bursting fire crackers, gorging on sweets and exchanging gifts with family friends.  The students of Class 8  heralded the festival of lights by presenting a food fest with a lot of enthusiasm . As part of the celebrations, an Inter House Rangoli competition was also held. Children displayed colourful and ravishing rangol i.
Image
PATTERN AND SEQUENCE  :-  SQUASH CARD ACTIVITY (CLASS 7) A  sequence  is an ordered list of numbers (or other elements like geometric objects), that usually follow a specific pattern or function. Sequences can be both finite and infinite. sequence  is a chain of numbers (or other objects) that usually follow a particular pattern. The individual elements in a sequence are called  Students made SQUASH CARD on the basis of patterns and sequence
Image
PATTERN AND SEQUENCE :- SQUASH CARD ACTIVITY (CLASS 6) A  sequence  is an ordered list of numbers (or other elements like geometric objects), that usually follow a specific pattern or function. Sequences can be both finite and infinite. sequence  is a chain of numbers (or other objects) that usually follow a particular pattern. The individual elements in a sequence are called  Students made SQUASH CARD on the basis of patterns and sequence
Image
Class 8     Paper folding activity:- Exponential relationship between the number of folds We can generate the sequence of numbers 1, 2, 4, 8, 16, 32 and so on, just by folding the paper in half again each time. This means that there is an exponential relationship between the number of folds you have made and the number of areas created on the paper. Notice that if I instead fold the paper into thirds each time, the sequence changes into 1, 3, 9, 27, etc… which suggests that folding a piece of paper is a little bit like multiplication.  
Image
                             EARTH DAY Ever wondered how Earth Day started? The first Earth Day was April 22, 1970. The idea was to raise awareness about our role in protecting our natural world. It’s hard to believe today but many people were not aware of some serious environmental issues—from air pollution to toxic dumps to pesticides to loss of wilderness.  It started out as more of a political movement, though today it was become a popular day for many communities to clean up litter, plant trees, or simply reflect on nature. Nature’s gifts to our planet are the millions of species that we know and love, and many more that remain to be discovered. Unfortunately, human beings have irrevocably upset the balance of nature and, as a result, the world is facing the greatest rate of extinction since we lost the dinosaurs more than 60 million years ago. But unlike the fate...
Image
Sieve of Eratosthenes                             Class VI A  prime number  is a  natural number  that has exactly two distinct natural number  divisors :  1  and itself. The sieve of Eratosthenes is one of the most efficient ways to find all primes smaller than n when n is smaller than 10 million. https://upload.wikimedia.org/wikipedia/commons/b/b9/Sieve_of_Eratosthenes_animation.gif
Image
Sieve of Eratosthenes                             Class VII A  prime number  is a  natural number  that has exactly two distinct natural number  divisors :  1  and itself. The sieve of Eratosthenes is one of the most efficient ways to find all primes smaller than n when n is smaller than 10 million. https://upload.wikimedia.org/wikipedia/commons/b/b9/Sieve_of_Eratosthenes_animation.gif Following is the algorithm to find all the prime numbers less than or equal to a given integer  n  by Eratosthenes’ method: 1.     Create a list of consecutive integers from 2 to  n : (2, 3, 4, …,  n ). 2.     Initially, let  p  equal 2, the first prime number. 3.     Starting from  p 2 , count up in increments of  p  and mark each of these numbers greater than or equal to  p 2...