Sunday, August 28, 2011

some questions that needs to be answered.


  1. Text file structure:
Along with question, we need to identify  type of question it belongs to. This is essential to pick only the predetermined number of questions belonging to that category (How to identify for every question?)

What if the question or answer is more than one line?  How to identify the beginning and end of a multiline questions/answers? (Do we need terminators?)

Since we need to pick questions randomly  type of question wise, It could be essential to load all questions and answers into memory( will we run short of memory due to page swaps?) : Assuming we  have 60+ sets of questions and each question paper having  around 65 questions and answers having multiple lines what will be the  performance?(I do not have exposure to working with flat text files, but  had only to indexed files  and Databases which also have indexes  and hence fairly fast)
 Rather than uploading entire question paper, if some one wants to add just questions, what  interface should we provide for entry?
As discussed there has to be a facility for modification of questions/answers for wrong entry/ rephrasing of questions or answers.
Do we need to provide a delete option for  selected  questions?
Do we insist that question and answers should always be given/entered  simultaneously?


As we move along we may have more doubts/suggestions…

Wednesday, August 24, 2011

Re: Scanned pages



I. Do you think you want to enhance this to 9th grade and later to 8th Grade. I sense that by the time children are in 10th - they still lack basic elementary math skills like multiplying negative numbers with positive numbers ?
Cross Multiplication.
Finding Square roots , cube roots of.
The content will be in the same format - multiple choice/ one line answer / yes-no / true-false /match-the-following.
 
Teachers can download this and take printouts and give it to students. This is not Online test/ but rather something that I can take it to a rural school and give it to the teacher and show where the students need to sharpen their skills

II. Is it possible to enhance your web site and develop math-word problems, so that when we give it as a quiz -they can still figure it out. ( for rural students ) e.g:
- A water well is 20 feet in dia, and collects water from the base at 2 inches / day - how many days does it take to fill ?  ( here they are learning geometry )
1) 20 days   2) option2    3 ) option 3     4 ) option 4

- A coconut tree grows at 3 ft /year and max height is 100 ft, How many years does it take to reach this height
1)  10 years   2 ) 20 years 3 ) 30 years ...

- A farmer sells 100 eggs at 3 rupees /each in the local market, and he wants to increase his profits, by 10 %. what should he sell it at ?
1 )   option 1 , 2, 3   4

- A certain field has to be fenced, and it has an area of 1 acre X 1. 5 acres - and he has to place posts every 10 ft apart. Can he do it with 25 posts
1 ) Yes 2 ) No

- To calculate the A.P we use this formula, Tn = a + ( n -1 )d
1 ) True 2 ) False

- Shobha climbs Chamundi hills in 1 hr and there are a 1000 steps? how much steps does she take every minute .............. ( to be completed )

- Skin grows at 2 mm / day, and if the cut in the skin is 1 cm , how many days does it take to heal ?


III. There are several high, middle and lower high schools in my rural village and they can benefit from this a lot ? 


In the next months - I am visiting a new school further than Tumkur.

We can send out question papers thru regular post ( say 10 out of our 100 questions ) in advance and when we go there, present a new q paper ?

JAVA development plan

A sample file name will be math_module1.txt
The data structure will have the first entry as the filename itself:
( minus the .txt )
module_name | question_type | question | correct_ans | first option |
second option |third option | fourth option
The question is split into tags :
%KAN% anything follow this is treated as regional language.
%ENG% anything after this is treated as English .
e;g : %KAN% kannada text %ENG% what are the 2 poles of earth
called ?



The question_type in a file can be
1. one_line_answer

2. Multiple_choice

3. yes_or_no

4. true_or_false

5. match_the_following

6. and so on.

Depending on the question_type - the line contents can vary
e.g: if it is a multiple_choice - then there will be correct_ans|question, and 4 possible answers. i.e correct_ans|question|first ptin|second|option

If it is a yes_or_no, there will be |correct_ans|question|yes|no

if it is a true_or_false , there will be |true_or_false|question|true|false

math_module1 | multiple_choice | correct_answer| what is the diameter of the Circle | 2r | 3r|4r| 2 Pi r
math_module1 | one_line_answer | what is the circumference of a circle | 2
Pi r |
gk_module1 | match_following | Cow|Horse|Fowl|Pig || piglet|chicken|Calf|
foal|cub
gk_module |true_false |True|Indian Independence was in 1947 | True |False
gk_module |yes_no|yes|Ice melts under the Sun | Yes |No
gk_module | ???? |???

The different operations one can do are :

Read File/Module : will read the file and store it based on the key
'math_module1';
Delete Module : will ask for the module name and delete it e;g:
math_module1'
List Modules: will present the different modules loaded
math_module1
math_module2
science_module 1:
List /Edit questions from module :
Should ask for module names and present it:
User can edit the module name and click on Reload or Cancel.
On Reload - it will update the module contents.
---------------
Front End will render :
- 5 single line questions
- 3 match the following
- 2 option based answers.
and will present the buttons for multiple choice, and things like that.
Shashi

Sunday, July 17, 2011

some small problems

1. Print 2 numbers and ask if they are "equal" , "greater than", "less
than"

0.25 _____ 0.25
0.75 _____ 0.50
0.12 _____ 0.34

2. Given 2 numbers , determine if they are less than or greater than

1/2 _____ 3/4

1/8 _____ 2/4

3/6 _____ 2/4

3. What is the subtraction of this get me ?

0.24 - 0.34
0.48 - 0.34
0.12 - 0.22


4. Subtract

1/2 - 3/8
1/4 - 1/5
1/4 - 2/3

5. What is the pattern

0.75 , 1.50, 2.25, 3.0
1,4, 1/2 , 3/4, 1, 5/4, 3/2


6. What is the next number
0.25, 0.50, 0.75, 1, 1.25, 1.50
0.13, 0.26, ....

7. If there is a sequence - and if 'a' is the first number ?
what is the first number ? of 1, 2, 3 4, 5, 7, ( Tn )

8.If there is a sequence and 'a' is the first number, what is the last
number ?

9. If there is a sequence , a is the first number, 'l' is the last number ,
what is 'd' ?

10. If the formula is Tn = a + ( n -1 ) d , and if 'a' is 11, d is 4, and
'n' is 5, what is Tn ?

11. If the formula is Sn = n/2 ( a + l ) , and if 'a' is 20, 'l' is 40,
and 'n' is 10 , what is Sn ?

12. If Sn = 210, and n = 5, a = '2', what is 'l ? ( can this be done )

Monday, June 27, 2011

History KPSC - Kids writeup


http://www.scribd.com/doc/34092982/History   Good link for the syllabus below.


http://www.scribd.com/doc/58872813?secret_password=ok28s9lh9dr7fbkuao3


http://www.historyforkids.org/learn/india/history/harappa.htm

Create a single page on each section below.
Copy text from the web page - put into note pad and then Ctrl-C , and paste to Word doc. ( I can do the pdf doc ), Change complex words to simple words.

Page 1 on Harappa & Mohenjodaro
Page 2: Vedic I
Page 3 :Vedic II
Page 4:  Alexander
Page 5 : Maurya
Page 6 : Pre-Gupta ( or Small Kingdoms )
Page 7 : Gupta
Page 8 : Post Gupta




History (Subject Code -13)
PAPER-I
Section - A: History of India (Down to A.D. 750)
i. The Indus Civilisation ( Harappa and Mohenjodaro )
Origins : Extent; Characteristic features, Major cities. Trade and contacts, causes
of decline, Survival and continuity.
ii. The Vedic Age
Vedic literature, Geographical area known to Vedic Texts, Differences and
similarities between Indus civilization and Vedic culture, Political, Social and
Economic patterns, Major religious ideas and rituals.
iii The Pre-Maurya Period
Religious movements (Jainism, Buddhism and other sects), Social and economic
conditions, Republics and growth of Magadha imperialism.
iv The Maurya Empire
Sources, Rise, Extent and fall of the empire; Administration. Social and economic
conditions, Ashoka’s policy and reforms.
v. The Post-Maurya period (200 B.C. - 300 A.D.)
Principal dynasties in Northern and Sourthem India, Economy and Society;
Sanskrit, Prakrit and Tamil, Religion (Rise of Mahayana and Theitic cults), Art
(Gandhara, Mathura and other schools), Contacts with Central Asia.
vi. The Gupta Age
Rise and fall of the Gupta Empire, the vakatakas, Administration, Soceity,
Economic, literature, art and religion, Contacts with South East Asia.
vii. Post Gupta Period (500 - 750 A.D.)
Pushyabhutis, The Mukharis, The later Guptas, Harsha Vardhana and his times,
Chalukyas of Badami, The Pallavas; Society administration and art. The Arab
conquest.
viii. General review of science and technology, education and learning.

....
....


The American and French revolutions, Their significance and message, the Vienna
settlement and the age of reaction, Romantic revival, Hegel and German Idealism,
The Victorian era in England, Bourgeois liberalism.
6. The industrial revolution, Growth of the factory system, The classical economist
and utilitarian philosophers, the revolutions of 1830/32 and 1848 Utopian-socialism,
Karl marx’s scientific socialism, Working class movements, and social legislations,
Nationalism in Europe, Unification of Italy and Germany, Civil war in America,
Colonialism in Afro-Asian countries, Cases of China and Japan. The Ottoman
empire.
7. Neo-lmperialism in Europe, The Eastern question, Partition of Africa, The formation
of the Triple Alliance, The welding of the Entente Europe in two camps.
8. The First World War, Paris peace conference , League of Nations; New trends in
cultural fields, Darwin, Einstein and Froud, Philosophical Reflections of the theories
of evolution, relativity and quantum mechanics, New trends in literature.
9. The Russian revolution, Socialism in one country, Fascism in Italy, Nazism in
Germany, The great depression, milestones to the second world war.
11. U.N.O. Cold war, Afro - Asian resurgence, Detente, The Contemporary scene.
Star Wars, Gorbachev, Glasnost and Perestroika, Collapse of U.S.S.R. and
process of Globalisation.





http://www.forumforhinduawakening.org/articles/id/understanding/stories/shankaracharya




ESL - Links


Short Stories
http://www.english-for-students.com/Moral-Stories.html

Open any small story that relates to the rural landscape like 'Haste Makes Waste' ( there are snakes, and mongoose which the children understand )
1. Fit it into 1 page,
2. Create the title and center it. 
3. Convert a complex word to a simple word/sentence ( e.g: "fondling the carcass of mongoose" to 'holding the dead body of the mongoose' 
4. Remove any pictures.
5. Convert it to PDF.
Send me both the doc and the pdf file.

Calibri(body) 24 was the font and the size I used. Came to about 18 lines
Let's use the same font across.


http://www.kidsgen.com/moral_stories/

Here, even if less than a page - that's fine, then increase the font size. ( remove the pictures)
Some stories are :
Hare and Tortoise,
Dreamy Milk Maid,
Wolf and Goat,
Peacock and Crane  (here change the word 'Strut' to 'Dance'. )
Town Mouse and Country Mouse.


Saturday, June 11, 2011

Saving Patterns - Numbers (DW )


Go to http://www.dadsworksheets.com/ ( Click on Number Patterns on left )










For each file, save both the questions and answers and bundle the files either as zip or tar.


Saving percentages worksheets (DW)


Saving worksheets for Calculating Percentages.

This task involves saving the worksheets and their answers, into a separate folder.  But before I start - let me list some important requirements.
GhostWriter  Or cutePDF installed on your desktop/laptop/server.

Ist Important Note:
Save the pages as follows, on the upper left side there is a description, something like

Tens and hundreds
Version 1 and similarly the next page will be version 2
 For this you will create the page
calc_percentage_v1.pdf  and the answer will be saved as
calc_percentage_v1_ans.pdf

(Note that I added the "_ans" at the end of the filename)

I expect the files to be

calc_perc_v1_tens_huns.pdf
calc_perc_v1_tens_huns_ans.pdf

calc_perc_v2_tens_huns.pdf
calc_perc_v2_tens_huns_ans.pdf

...
calc_perc_v1_fifties.pdf
calc_perc_v1_fifties_ans.pdf

...
calc_perc_v1_twenties.pdf
calc_perc_v1_twenties_ans.pdf

..


Now the actual task;

Follow the steps and create a question and an answer bank for each version.

http://www.dadsworksheets.com 

Click on "Percentages" on the right, and then click on   "Calculate the percentage."

The following page should show up. Now, follow the below steps.







Click on Print and if you have Ghostscript installed, select it.



 

Save it     


 

Click on Answer key





Click on Print again and save it as described above.

Repeat this for as much files as possible, and zip it or tar it.

Let me know when done, I will pick up the bundle.

Thanks
Shashi

Sunday, May 29, 2011

Science Kit for Schools

Human eye
Human heart
Human Kidney
Stomach
Brain
Magnifying Glass – 3 dia China
Physical Balance
Prism
weight box
Thermometer
Bar Magnets
U shaped magnets
Compass
Concave mirror/lens
Convex mirror /lens
Maps
Earth
Pulleys
Traveling microscope

Interior or Earth
DK atlas of the world
Regional wall map ( India, World )
Solar System
Battery Holder
Motor
Gears
Solar Calculator

Tuesday, May 24, 2011

Added Google Analytics




Friday, May 20, 2011

Simple Addition

Find each sum.


1) (-7) + 9

2

3) (-1) + 5

4

5) (-8) + (-5)

-13

7) 49 + (-15)

34

9) 49 + (-27)

22

11) 43 + (-1)

42

13) (-2) + 11 + 4

13

15) (-7) + 3 + 9

5

17) 2 + 10 + (-10) + 10

12

19) 2 + 6 + (-7) + 10

11

21) (-6.8) + (-1.9)

-8.7

23) (-4.7) + 5.7

1

25) (-3.9) + 7.1 + (-7.8)

-4.6

27) (-2.1) + (-1) + (-7.6)

-10.7

Name___________________________________

Date________________ Period____

2) (-8) + (-1)

-9

4) (-6) + 12

6

6) 11 + (-2)

9

8) (-47) + 30

-17

10) (-29) + 9

-20

12) 10 + (-2) + 1

9

14) 12 + 7 + (-4)

15

16) (-1) + 11 + 5

15

18) 10 + (-11) + 5 + (-5)

-1

20) (-5) + (-8) + (-2) + 1

-14

22) 2.489 + (-4.3)

-1.811

24) (-5) + (-7.1)

-12.1

26) (-4.5) + 4.9 + 3.4

3.8

28) 0.85 + (-2.4) + 4.5

2.95

Wednesday, May 18, 2011

Multi Step Equations

Solve each equation.
1) -20 = -4x - 6x 2) 6 = 1 - 2n + 5
{2} {0}
3) 8x - 2 = -9 + 7x 4) a + 5 = -5a + 5
{-7} {0}
5) 4m - 4 = 4m 6) p - 1 = 5 p + 3 p - 8
{No solution. } {1}
7) 5 p - 14 = 8 p + 4 8) p - 4 = -9 + p
{-6} {No solution}.
9) -8 = -(x + 4) 10) 12 = -4(-6x - 3)
{4} {0}
11) 14 = -( p - 8) 12) -(7 - 4x) = 9
{-6} {4}
13) -18 - 6k = 6(1 + 3k) 14) 5n + 34 = -2(1 - 7n)
{-1} {4}
15) 2(4x - 3) - 8 = 4 + 2x 16) 3n - 5 = -8(6 + 5n)
{3} {-1}
17) -(1 + 7x) - 6(-7 - x) = 36 18) -3(4x + 3) + 4(6x + 1) = 43
{5} {4}
19) 24a - 22 = -4(1 - 6a) 20) -5(1 - 5x) + 5(-8x - 2) = -4x - 8x
{No solution. } {-5}

Tuesday, May 17, 2011

Algebra I

Solve for the variable.
1. 4 +y =11 y = 7 2. y – 4 =2 y = 6 3. 3 +y =4 y = 1 4. 2 +y =10 y = 8
5. y – 6 =2 y = 8 6. 9 – y =3 y = 6 7. y + 9 =14 y = 5 8. y + 9 =13 y = 4
9. 5 – y =0 y = 5 10. 7 +y =8 y = 1
Solve for the variable.
11. 5 – y =2 y = 3 12. y – 1 =7 y = 8 13. 3 – y =-6 y = 9 14. 2 +y =10 y = 8
15. 7 – y =1 y = 6 16. y – 7 =2 y = 9 17. 2 +y =6 y = 4 18. y – 5 =2 y = 7
19. 2 +y =8 y = 6 20. 6 – y =-3 y = 9
Solve for the variable.
21. y + 5 =12 y = 7 22. 3 +y =5 y = 2 23. 5 +y =14 y = 9 24. y + 4 =11 y = 7
25. 5 +y =11 y = 6 26. 5 +y =6 y = 1 27. y + 7 =9 y = 2 28. y – 9 =-4 y = 5
29. y – 7 =-2 y = 5 30. y + 4 =12 y = 8
Solve for the variable.
31. y – 8 =-7 y = 1 32. 6 +y =9 y = 3 33. y + 8 =14 y = 6 34. 2 +y =10 y = 8
35. y + 4 =7 y = 3 36. 1 +y =7 y = 6 37. 7 – y =-1 y = 8 38. y + 8 =15 y = 7
39. 9 – y =6 y = 3 40. y – 4 =-1 y = 3
Solve for the variable.
41. 7 – y =-1 y = 8 42. y – 3 =-1 y = 2 43. 4 – y =-5 y = 9 44. y – 5 =-3 y = 2
45. y + 1 =6 y = 5 46. 9 – y =2 y = 7 47. 7 – y =4 y = 3 48. y + 3 =5 y = 2
49. 3 +y =10 y = 7 50. y – 5 =4 y = 9

$array ["4 + y =11" ] =  "y = 7" ;
$array ["y - 4 = 2" ] =  "y = 6" ;
$array ["3 + y =4" ] =  "y = 1" ;
$array ["2 + y =10" ] =  "y = 8" ;
$array ["y - 6 = 2" ] =  "y = 8" ;
$array ["9 - y =3" ] =  "y = 6" ;
$array ["y + 9 =14" ] =  "y = 5" ;
$array ["y + 9 =13" ] =  "y = 4" ;
$array ["5 - y =0" ] =  "y = 5" ;
$array ["7 + y =8" ] =  "y = 1" ;


$array ["5 - y =2" ] =  "y = 3" ;
$array ["y - 1 =7" ] =  "y = 8" ;
$array ["3 - y =-6" ] =  "y = 9" ;
$array ["2 + y =10" ] =  "y = 8" ;
$array ["7 + y =8" ] =  "y = 1" ;
$array ["7  - y =1" ] =  "y = 6" ;
$array ["y - 7 =2" ] =  "y = 9" ;
$array ["2 + y =6" ] =  "y = 4" ;
$array ["y - 5 =2" ] =  "y = 7" ;
$array ["2 + y =8" ] =  "y = 6" ;
$array ["6 - y =-3" ] =  "y = 9" ;


$array ["y + 5 =12" ] =  "y = 7" ;
$array ["3 + y =5" ] =  "y = 2" ;
$array ["5 + y =14" ] =  "y = 9" ;
$array ["y + 4 =11" ] =  "y = 7" ;
$array ["5 + y =11" ] =  "y = 6" ;
$array ["5 + y =6" ] =  "y = 1" ;
$array ["y + 7 =9" ] =  "y = 2" ;
$array ["y - 9 =-4" ] =  "y = 5" ;
$array ["y - 7 =-2" ] =  "y = 5" ;
$array ["y + 4 =12" ] =  "y = 8" ;


$array ["y - 8 =-7" ] =  "y = 1" ;
$array ["6 +y =9" ] =  "y = 3" ;
$array ["y + 8 =14" ] =  "y = 6" ;
$array ["2 + y =10" ] =  "y = 8" ;
$array ["y + 4 =7" ] =  "y = 3" ;
$array ["1 + y =7" ] =  "y = 6" ;
$array ["7 - y =-1" ] =  "y = 8" ;
$array ["y + 8 =15" ] =  "y = 7" ;
$array ["9 - y =6" ] =  "y = 3" ;
$array ["y - 4 =-1" ] =  "y = 3" ;

$array ["7 - y =-1" ] =  "y = 8" ;
$array ["y - 3 =-1" ] =  "y = 2" ;
$array ["4 - y =-5" ] =  "y = 9" ;
$array ["y - 5 =-3" ] =  "y = 2" ;
$array ["y +1 =6" ] =  "y = 5" ;
$array ["9 - y =2" ] =  "y = 7" ; 
$array ["7 - y =4" ] =  "y = 3" ;
$array ["y +3 =5" ] =  "y = 2" ;
$array ["3 + y =10" ] =  "y = 7" ;
$array ["y - 5 =4" ] =  "y = 9" ;

Solve for the following:
1 + y = 10 y = 9 2. y + 9 = 14 y = 5 3. 9 + y = 15 y = 6 4. y + 6 = 8 y = 2
5. 4 + y = 8 y = 4 6. 9 + y = 11 y = 2 7. 7 + y = 11 y = 4 8. 3 + y = 5 y = 2
9. y + 2 = 3 y = 1 10. 4 + y = 13 y = 9 11. 4 + y = 9 y = 5 12. 6 + y = 9 y = 3
13. y + 9 = 10 y = 1 14. y + 6 = 12 y = 6 15. 3 + y = 9 y = 6 16. y + 5 = 6 y = 1
17. y + 1 = 3 y = 2 18. 5 + y = 14 y = 9 19. 9 + y = 12 y = 3 20. 1 + y = 4 y = 3
21. 3 + y = 7 y = 4 22. y + 9 = 16 y = 7 23. 3 + y = 6 y = 3 24. y + 1 = 7 y = 6
25. 7 + y = 8 y = 1 26. 5 + y = 11 y = 6 27. y + 7 = 13 y = 6 28. y + 2 = 8 y = 6
29. y + 1 = 9 y = 8 30. 4 + y = 11 y = 7 31. 8 + y = 9 y = 1 32. y + 2 = 11 y = 9
33. 1 + y = 6 y = 5 34. y + 5 = 9 y = 4 35. 2 + y = 6 y = 4 36. 8 + y = 14 y = 6
37. y + 3 = 10 y = 7 38. 5 + y = 8 y = 3 39. y + 8 = 15 y = 7 40. 9 + y = 13 y = 4
41. 2 + y = 10 y = 8 42. y + 1 = 5 y = 4 43. y + 4 = 12 y = 8 44. y + 3 = 8 y = 5
45. y + 7 = 15 y = 8 46. 1 + y = 8 y = 7 47. y + 8 = 12 y = 4 48. 9 + y = 18 y = 9
49. 6 + y = 11 y = 5 50. y + 5 = 7 y = 2 51. y + 2 = 4 y = 2 52. y + 5 = 10 y = 5
53. y + 8 = 17 y = 9 54. y + 6 = 14 y = 8 55. 4 + y = 10 y = 6 56. 7 + y = 12 y = 5
57. y + 2 = 5 y = 3 58. y + 6 = 7 y = 1 59. y + 7 = 16 y = 9 60. 7 + y = 14 y = 7
61. 6 + y = 15 y = 9 62. y + 5 = 13 y = 8 63. 1 + y = 2 y = 1 64. y + 4 = 7 y = 3
65. y + 3 = 11 y = 8 66. y + 8 = 13 y = 5 67. y + 2 = 7 y = 5 68. 7 + y = 10 y = 3
69. y + 8 = 16 y = 8 70. 6 + y = 10 y = 4 71. y + 3 = 4 y = 1 72. y + 6 = 13 y = 7


-2x - 73 = -89
x = 8
-16x = -64
x = 4
7x + 56 = -56
x = -16
5x - 63 = 17
x = 16
8x + 11 = 75
x = 8
8x + 77 = -43
x = -15
-11x - 27 = -49
x = 2
18x + 75 = 21
x = -3
-6x - 66 = 66
x = -22
-17x = 68
x = -4
-5x + 67 = -48
x = 23
12x = 36
x = 3
17x + 40 = 57
x = 1
12x + 33 = 93
x = 5
-3x - 95 = -8
x = -29
-6x - 4 = -10
x = 1
2x - 3 = 9
x = 6
-19x - 15 = 4
x = -1
-19x - 87 = 8
x = -5
19x + 84 = -11
x = -5
10x + 42 = -8
x = -5
18x = 36
x = 2
-20x + 10 = -10
x = 1
20x - 1 = 59
x = 3
14x + 43 = -83
x = -9
5x - 25 = -5
x = 4
14x - 26 = -12
x = 1

Sunday, May 8, 2011

1. 32    
1b.   164    
2a.   147    
2b.   22    
3a.   1003    
3b.   030    
4a.   91    
4b.   41    
5a.   42    
5b.   82    
6a.   53    
6b.   43    

1a.   9    
1b.   1    
2a.   1    
2b.   4    
3a.   1000000    
3b.   0    
4a.   9    
4b.   4    
5a.   16    
5b.   64    
6a.   125    
6b.   64    


1a.   91    
1b.   51    
2a.   1004    
2b.   (-4)1    
3a.   (-8)1    
3b.   (-2)1    
4a.   (-2)3    
4b.   168    
5a.   32    
5b.   (-10)8    
6a.   26    
6b.   (-2)2    




1a.   9    
1b.   5    
2a.   100000000    
2b.   -4    
3a.   -8    
3b.   -2    
4a.   -8    
4b.   1    
5a.   9    
5b.   100000000    
6a.   64    
6b.   4    

1a.   62    
1b.   035    
2a.   91    
2b.   211    
3a.   92    
3b.   851    
4a.   33    
4b.   871    
5a.   571    
5b.   163    
6a.   095    
6b.   41    
1a.   36    
1b.   0    
2a.   9    
2b.   21    
3a.   81    
3b.   85    
4a.   27    
4b.   87    
5a.   57    
5b.   1    
6a.   0    
6b.   4    




Exponents

1. 32    
1b.   164    
2a.   147    
2b.   22    
3a.   1003    
3b.   030    
4a.   91    
4b.   41    
5a.   42    
5b.   82    
6a.   53    
6b.   43    

1a.   9    
1b.   1    
2a.   1    
2b.   4    
3a.   1000000    
3b.   0    
4a.   9    
4b.   4    
5a.   16    
5b.   64    
6a.   125    
6b.   64    


1a.   91    
1b.   51    
2a.   1004    
2b.   (-4)1    
3a.   (-8)1    
3b.   (-2)1    
4a.   (-2)3    
4b.   168    
5a.   32    
5b.   (-10)8    
6a.   26    
6b.   (-2)2    




1a.   9    
1b.   5    
2a.   100000000    
2b.   -4    
3a.   -8    
3b.   -2    
4a.   -8    
4b.   1    
5a.   9    
5b.   100000000    
6a.   64    
6b.   4    



51 =   5
 
13 =   1
 
31 =   3
 
72 =   49
 
63 =   216
 
02 =   0
 
91 =   9
 
40 =   1
 
100 =   1
 
82 =   64
 
22 =   4
 
73 =   343
 
100 =   1
 
93 =   729
 
82 =   64
 
52 =   25
 
63 =   216
 
03 =   0
 
20 =   1
 
11 =   1
 
41 =   4
 
30 =   1
 
60 =   1
 
82 =   64
 
01 =   0
103 =   1,000
 
21 =   2
 
32 =   9
 
12 =   1
 
81 =   8
 
50 =   1
 
40 =   1
 
63 =   216
 
01 =   0
 
71 =   7
 
92 =   81
 
20 =   1
 
33 =   27
 
102 =   100
 
03 =   0
 
60 =   1
 
92 =   81
 
80 =   1
 
52 =   25
 
41 =   4
 
13 =   1
 
73 =   343
 
92 =   81
 
02 =   0
 
40 =   1

$array["3<sup> 2</sup>"] = 9 ;
$array["1<sup> 64</sup>"] = 1 ;
$array["1<sup> 47</sup>"] = 1 ;
$array["5<sup>1 </sup>"] =  5  ;
$array["1<sup>3 </sup>"] =  1  ;
$array["3<sup>1 </sup>"] =  3  ;
$array["7<sup>2 </sup>"] =  49  ;
$array["6<sup>3 </sup>"] =  216  ;
$array["0<sup>2 </sup>"] =  0  ;
$array["9<sup>1 </sup>"] =  9  ;
$array["4<sup>0 </sup>"] =  1  ;
$array["10<sup>0 </sup>"] =  1  ;
$array["8<sup>2 </sup>"] =  64  ;
$array["2<sup>2  </sup>"] =  4  ;
$array["7<sup>3 </sup>"] =  343  ;
$array["10<sup>0  </sup>"] =  1  ;
$array["9<sup>3  </sup>"] =  729  ;
$array["8<sup>2  </sup>"] =  64  ;
$array["5<sup>2 </sup>"] =  25  ;
$array["6<sup>3 </sup>"] =  216  ;
$array["0<sup>3 </sup>"] =  0  ;
$array["2<sup>0 </sup>"] =  1  ;
$array["1<sup>1 </sup>"] =  1  ;
$array["4<sup>1 </sup>"] =  4  ;
$array["3<sup>0 </sup>"] =  1  ;
$array["6<sup>0 </sup>"] =  1  ;
$array["8<sup>2 </sup>"] =  64  ;
$array["0<sup>1 </sup>"] =  0  ;
$array["10<sup>3 </sup>"] =  1000  ;
$array["2<sup>1 </sup>"] =  2  ;
$array["3<sup>2 </sup>"] =  9  ;
$array["1<sup>2 </sup>"] =  1  ;
$array["8<sup>1 </sup>"] =  8  ;
$array["5<sup>0 </sup>"] =  1  ;
$array["4<sup>0 </sup>"] =  1  ;
$array["6<sup>3 </sup>"] =  216  ;
$array["0<sup>1 </sup>"] =  0  ;
$array["7<sup>1 </sup>"] =  7  ;
$array["9<sup>2 </sup>"] =  81  ;
$array["2<sup>0 </sup>"] =  1  ;
$array["3<sup>3 </sup>"] =  27  ;
$array["10<sup>2 </sup>"] =  100  ;
$array["0<sup>3 </sup>"] =  0  ;
$array["6<sup>0 </sup>"] =  1  ;
$array["9<sup>2 </sup>"] =  81  ;
$array["8<sup>0 </sup>"] =  1  ;
$array["5<sup>2 </sup>"] =  25  ;
$array["4<sup>1 </sup>"] =  4  ;
$array["1<sup>3 </sup>"] =  1  ;
$array["7<sup>3 </sup>"] =  343  ;
$array["9<sup>2 </sup>"] =  81  ;
$array["0<sup>2 </sup>"] =  0  ;
$array["4<sup>0 </sup>"] =  1  ;
$array ["9 <sup>  1 </sup> "] = 9;
$array ["5 <sup>  1 </sup> "] =5;
$array ["100 <sup>  4 </sup> "] =100000000;
$array ["-4 <sup>  1 </sup> "] = -4;
$array ["-8 <sup> 1 </sup> "] =-8;
$array ["-2 <sup>  1 </sup> "] = -2;
$array ["-2 <sup>  3 </sup> "] = -8;
$array ["1 <sup>  68 </sup> "] =1;
$array ["3 <sup>  2 </sup> "] =9;
$array ["-10 <sup>  8 </sup> "] =100000000;
$array ["2 <sup>  6 </sup> "] =64;
$array ["-2 <sup> 2 </sup> "] =4;

$array ["5 <sup> 1 </sup> "] =5;
$array ["1 <sup> 3 </sup> "] =1;
$array ["3 <sup> 1 </sup> "] =3;
$array ["7 <sup> 2 </sup> "] =49;
$array ["6 <sup> 3 </sup> "] =216;

$array ["0 <sup> 2 </sup> "] =0;
$array ["9 <sup> 1 </sup> "] =9;
$array ["4 <sup> 0 </sup> "] =1;
$array ["10 <sup> 0 </sup> "] =1;
$array ["8 <sup> 2 </sup> "] =64;

$array ["2 <sup> 2 </sup> "] =4;
$array ["7 <sup> 3 </sup> "] =343;
$array ["10 <sup> 0 </sup> "] =1;
$array ["9 <sup> 3 </sup> "] =729;
$array ["8 <sup> 2 </sup> "] =64;

$array ["5 <sup> 2 </sup> "] =25;
$array ["6 <sup> 3 </sup> "] =216;
$array ["0 <sup> 3 </sup> "] =0;
$array ["2 <sup> 0 </sup> "] =1;
$array ["1 <sup> 1 </sup> "] =1;

$array ["4 <sup> 1 </sup> "] =4;
$array ["3 <sup> 0 </sup> "] =1;
$array ["6 <sup> 0 </sup> "] =1;
$array ["8 <sup> 2 </sup> "] =64;
$array ["0 <sup> 1 </sup> "] =0;

$array ["10 <sup> 3 </sup> "] =1000;
$array ["2 <sup> 1 </sup> "] =2;
$array ["3 <sup> 2 </sup> "] =9;
$array ["1 <sup> 2 </sup> "] =1;
$array ["8 <sup> 1</sup> "] =8;

$array ["5 <sup> 0 </sup> "] =1;
$array ["4 <sup> 0 </sup> "] =1;
$array ["6 <sup> 3 </sup> "] =216;
$array ["0 <sup> 1 </sup> "] =0;
$array ["7 <sup> 1 </sup> "] =7;

$array ["9 <sup> 2 </sup> "] =81;
$array ["2 <sup> 0 </sup> "] =1;
$array ["3 <sup> 3 </sup> "] =27;
$array ["10 <sup> 2 </sup> "] =100;
$array ["0 <sup> 3 </sup> "] =0;

$array ["6 <sup> 0 </sup> "] =1;
$array ["9 <sup> 2 </sup> "] =81;
$array ["8 <sup> 0 </sup> "] =1;
$array ["5 <sup> 2 </sup> "] =25;
$array ["4 <sup> 1 </sup> "] =4;

$array ["1 <sup> 3 </sup> "] =1;
$array ["7 <sup> 3 </sup> "] =343;
$array ["9 <sup> 2 </sup> "] =81;
$array ["0 <sup> 2 </sup> "] =0;
$array ["4 <sup> 0 </sup> "] =1;
$array ["-2 <sup> 2 </sup> "] =4;

Sunday, May 1, 2011

Topics for Tests.

Addition of decimals
Subtract decimals

Add and Sub Mixed Decimals

Jr - 5-
Comparing Numbers

Ordering Decimals

Convert MM to CM

Convert Fractions to Decimals

Finding Percent of a number

Comparing Fractions



Indian History


1. Who was the first President of India?
Ο Dr. S. Radhakrishnan
Ο Jawaharlal Nehru
Ο M. K. Gandhi
Ο Dr. Rajendra Prasad
Answer
Dr. Rajendra Prasad


2. Who built the Grand Trunk Road?
Ο Humayun
Ο Shah Jahan
Ο Chandragupta Maurya
Ο Sher Shah Suri
Answer
Sher Shah Suri


3. Who built the Agra Fort?
Ο Shah Jahan
Ο Akbar
Ο Jehangir
Ο Humayun
Answer
Akbar


4. Who built the Red Fort in Delhi?
Ο Akbar
Ο Qutb-ud-din Aibak
Ο Shah Jahan
Ο Sher Shah Suri
Answer
Shah Jahan


5. Who built the Qutub Minar?
Ο Shah Jahan
Ο Sher Shah Suri
Ο Bahadur Shah Zafar
Ο Qutb-ud-din Aibak
Answer
Qutb-ud-din Aibak


6. In whose memory was the Taj Mahal built?
Ο Shah Jahan
Ο Noor Jehan
Ο Anarkali
Ο Mumtaz Mahal
Answer
Mumtaz Mahal


7. Name the Rajput princess whom Akbar married.
Ο Mumtaz Mahal
Ο Jija Bai
Ο Jodha Bai
Ο Noor Jehan
Answer
Jodha Bai


8. Who was the last ruler of the Mughal dynasty?
Ο Aurangzeb
Ο Shah Jahan
Ο Jehangir
Ο Bahadur Shah Zafar
Answer
Bahadur Shah Zafar


9. Who defeated Sultan Ibrahim Lodi in the First Battle of Panipat in 1526?
Ο Humayun
Ο Babur
Ο Akbar
Ο Jehangir
Answer
Babur


10. Name the famous battle that Rana Pratap fought against Akbar's forces.
Ο Panipat
Ο Plassey
Ο Kalinga
Ο Haldighat
Answer
Haldighat


11. Who was the founder of Sikhism?
Ο Guru Nanak
Ο Guru Gobind Singh
Ο Guru Granth Sahib
Ο Vardhamana Mahavir
Answer
Guru Nanak


12. Who was the 24th Tirthankara of Jainism?
Ο Guru Nanak
Ο Gautama Buddha
Ο Guru Gobind Singh
Ο Vardhamana Mahavir
Answer
Vardhamana Mahavir


13. Name the holy book of the Parsis.
Ο Guru Granth Sahib
Ο Zend Avesta
Ο Koran
Ο Bible
Answer
Zend Avesta


14. Which religion has 24 great teachers called Tirthankaras?
Ο Jainism
Ο Buddhism
Ο Sikhism
Ο Hinduism
Answer
Jainism


15. Who built the famous Sanchi stupa?
Ο Ashoka
Ο Buddha
Ο Vikramaditya
Ο Harsha
Answer
Ashoka


16. Where is the Deer Park where Buddha first preached his religion?
Ο Sarnath
Ο Benaras
Ο Mathura
Ο Lumbini
Answer
Sarnath


17. Name the place where Buddha was born.
Ο Sarnath
Ο Lumbini
Ο Mathura
Ο Bodh Gaya
Answer
Lumbini


18. Name the capital of King Vikramaditya.
Ο Raigadh
Ο Ujjain
Ο Agra
Ο Kanauj
Answer
Ujjain


19. What was Patna known as in ancient times?
Ο Ujjain
Ο Pataliputra
Ο Kanauj
Ο Panipat
Answer
Pataliputra


20. Which king had Chanakya as his minister?
Ο Akbar
Ο Chandragupta Maurya
Ο Ashoka
Ο Babur
Answer
Chandragupta Maurya


21. Name Maharana Pratap's famous horse.
Ο Bucephalus
Ο Chetak
Ο Rana
Ο Asvamedha
Answer
Chetak


22. Who was the first Viceroy of India?
Ο Lord Mountbatten
Ο Lord Dalhousie
Ο Lord Canning
Ο Lord Nelson
Answer
Lord Canning


23. Who was the last Viceroy of India?
Ο Lord Mountbatten
Ο Lord Canning
Ο Lord Dalhousie
Ο Lord Clive
Answer
Lord Mountbatten


24. Which of Akbar's uncles served as his guardian and won the Delhi throne for Akbar?
Ο Afzal Khan
Ο Bairam Khan
Ο Timur Khan
Ο Chengis Khan
Answer
Bairam Khan


25. In which century was Lord Buddha born?
Ο 14th century B.C.
Ο 25th century B.C.
Ο 6th century B.C.
Ο 36th century B.C.
Answer
6th century B.C.


26. When did Gandhiji launch the Quit India movement?
Ο 9th August 1940
Ο 9th August 1944
Ο 9th August 1942
Ο 9th August 1938
Answer
9th August 1942


27. When did Jawaharlal Nehru die?
Ο 27th June 1954
Ο 27th May 1974
Ο 27th May 1964
Ο 27th June 1959  
Answer
27th May 1964


28. How many days did the battle of Mahabharata last?
Ο 18
Ο 100
Ο 5
Ο 8
Answer
18


29. How many times did Mahmud of Gazni invade India?
Ο 7
Ο 27
Ο 17
Ο 12
Answer
17

1. Which of the following country is not sharing border with *Afghanistan*?

*A*. Turkmenistan *B*. Uzbekistan *C*. Kazakhstan *D*. Tajikistan
Answer: Kazakhstan

2. Who is the author of the book *Decision Points* ? Answer: George W. Bush



5. First Muslim Chief Election commissioner of India? Answer: S.Y. Quraishi

6. Scientific name of *Saffron*  expensive spice? Answer: Crocus sativus

7. Who was the first Dalit President of India? Answer: K.R. Narayanan (1997)

8. Which country suffered worst ever inflation in the last 100 years? Answer: *Hungary* in 1946  Prices were doubled once in every 16 hours. Zimbabwe suffered worst inflation in 2008.

9. Which is the Asia's largest residential university? Answer: Banaras Hindu University (BHU) in Varanasi

10. Where Gautam Buddha delivered his first sermon? Answer: Sarnath (Uttar Pradesh)

11. Who was the first Dalit Chief Justice of India? Answer: K.G. Balakrishnan (2007)

12. Who was the first Asian to win Nobel Prize in economics? Answer: Amartya Sen (India)

13. Which country is the largest producer of Apple fruits? Answer: China (50%)

14. First radio programme was broadcasted in India in? Answer: 1923 by the Radio Club of India
15. *KBC Question*: Who is the first person that born in Antarctica? Answer: Emilio Marcos Palma. His parents belong to Argentina.




Gandhi
1. Which title conferred by the British Government was returned by Gandhiji during the non-cooperation movement after the Jallianwala Bagh massacre?
 1. Kaiser-e-Hind

2. The violent incident in which place in February 1922 led to the calling off the Non-Cooperation movement in India?
2. Chauri-Chaura, Uttar Pradesh (a police station was set on fire killing several polimen) 

3. Two companions of Gandhiji died in the Aga Khan Palace jail during the Quit India movement. One was his wife, Kasturba Gandhi. Who was the other?
 3. His Secretary, Mahadev Desai

4. What was special about the annual Congress session held at Belgaum in 1924?
 4. It was the only Congress session presided over by Gandhiji

5. Presently which famous and heritage route is the National Highway no. 228?
 5. The route of the Dandi March


6. After returning from South Africa, who asked Mahatma Gandhi to take an all-India tour to know the real India and who was later referred as the guru of Gandhiji?
 6. Gopal Krishna Gokhale   

7. Which French woman was a staunch Gandhi follower and was baptized as Madelline Slade?
7. Meeraben

8. Which place in Delhi was Gandhiji assassinated on 30th January 1948 by Nathuram Godse?
 8. Birla Bhavan, New Delhi

9. Which commission was formed to enquire into the assassination of Mahatma Gandhi?
 9. Kapur Commission

10. Who played the role of Mahatma Gandhi in Richard Attenborough’s Oscar winning movie, Gandhi?
 10. Ben Kingsley
*Answers to Gandhi quiz:*




1. What city in India is now known as Chennai?


The correct answer was Madras

   
2. During the Mughal period of Indian history, the empire was divided into administrative regions known as what?


The correct answer was Subah

   
3. What former British general who participated in the American revolution was a Lord-Governor of India?


The correct answer was Cornwallis

Other accepted answers: Lord Cornwallis  Charles Cornwallis  Lord Charles Cornwallis 

He was seemingly more successful in his Indian assignment.


   
4. Who was the heroic founder of the Maratha kingdom in south India?


The correct answer was Shivaji


   
5. What is the Seven Years War called by Indian historians?


The correct answer was 3rd Carnatic War



   
6. What British lord oversaw the defeat of the Bengal Nawab, Suraj-ud-Dowlah, at the battle of Plessey?


The correct answer was Robert Clive


   
7. Who was the first British Governor-General of India?


The correct answer was Warren Hastings

Hastings had a corrupt governorship and was finally impeached in 1785. However, he was acquitted in 1795.

   
8. The British annexation of what area in India led to the Sepoy Rebellion?


The correct answer was Oudh

It also didn't help that the British Enfield rifles were greased with the fat of both cows and pigs, considered pollutants to the Hindus and Muslims, respectively!


   
9. What is the second largest religion of India after Hinduism?


The correct answer was Islam

By far and away it's Islam, with around 12 percent of the population loyal Muslims, over 100 million people!


   
10. The destruction of a mosque at what place in India by Hindu militants caused angry reactions by the Muslim community in India?


The correct answer was Ayodhya

The Hindus claimed that this mosque was built, by the Mughals, on the site of Hindu hero Rama's birthplace.