Skip to main content
Blogger

Welcome to Education Blog

Education is the act of learning things around us. It helps us to easily understand and deal with any problem and makes balance throughout the whole life in every aspect. Education is the first and foremost rights of every human being. Without education we are incomplete and our lives are useless. Education helps us to set a goal and go ahead by working on that throughout the life.

It improves our knowledge, skill, confidence level and personality. It empowers us intellectually to interact with others in our life. Education brings maturity and teaches us to live in society with changing environment. It is the way to social development, economic growth and technological development.Education plays a great role in everyone’s life by building personality, improving knowledge and skill and providing feeling of well being of a person. Education has been divided into three categories in our country as Primary education, Secondary education and Higher Secondary education. It develops our analytical skills, character and overall personality. Education helps a person in nourishing his present and future by ensuring aim of the life. Quality and importance of the education is increasing day by day.Every child must to go school in his/her appropriate age as everyone has equal rights for the education from birth. The growth and development of any country depends on the quality of education system set for young ones in the schools and colleges. However, the education system in every areas of the country is not same so the proper growth and development of the people and society varies according to the weak and strong education system of the particular region.

Education is very important tool for the people all over the world to make balance of life and its existence on the earth. It is the tool which stimulates everyone to go ahead and succeed in life as well as provides ability to overcome challenges in life. It is the one and only way to acquire knowledge and improve our skills in any particular field according to the need. It makes us able to create fine balance of our body, mind and spirit. It trains us whole life and brings lots of opportunities to our way to get better prospects required for the career growth. Each and every individual need proper education to enhance their own life standards as well as become a part of the social and economic growth of their own country. Future of the any person or country depends on the education system strategy followed. Even after lots of awareness programmes about proper education in our country, there are many villages still left which are not having proper resources and awareness for education of people living there. Though condition has improved than earlier and various steps have been taken by the government to improve the education status in the country. Well being of the society depends on the well being of the people living in that society. It brings economic and social prosperity all through the country by solving issues and identifying solutions.

Comments

Post a Comment

Thank you for comment.

Popular posts from this blog

Classification of computer based on their cost size and confriguration.

TYPES OF COMPUTER Computer and it's Type Computers are classified by the type of data they are desinged to process. Data may be obtained either as a result of countig of through the use of same measuring instrument. Data that are obtained by counting are called discreate data are total numbers of students in a classroom. Data that must be obtained throgh measurement are called continous data. For example, continious data are the speeds an automobile measure by speedmotor or the tempreature of a patient as masured by a thermometer. Classification of computer based on their cost size and confriguration. In this category computers are classified as micro-computer. mainfraim compute...

Use of statement in python

Use of statement of Python: Use of if – else statement:-if – else is the variation of if statement. We attach condition with if statement if given condition is true then if block code will executed and if the given condition is false then else block code will executed. The syntax of if – else statement is given below:- if condition: Statement 1 Statement 2 else: Statement 3 Statement 4 Write a program in python to check the given number is even or odd. n=input(“Enter a number : ”) if n%2==0: print “The number ”,n,”is even” else: print “The number”,n,”is odd” Use of if-else ladder:- In Python language the switch statement is not worked. In Python we use if-else ladder in spite of using switch. The syntax of if-else ladder is given below:- if condition1: Statement 1 elif condition 2: Statement 2 elif condition 3: Statement 3 >br> else: Statement 4 Write a program in python to find greatest number in three numbers. a=input(“Enter firs...

computer and it's generation

Computer and It's GENERATION Let us first define the term computer. Computer is defined in the Oxford dictionary as "An automatic electronic apparatus for making calculations or controlling operations that are expressible in numerical or logical terms." The definition clearly categorise computer as electronic apparatus although the first computers were mechanical and electromechanical apparatus. The definition is also pointing towords the two major areas of computer application viz. data processing and computer assisted controls/operations. The another important confluence of the definition is the fact that the computer can perform only those operations/calculations which can be expressed in logical or numerical terms. Computer Generation From the early 1940's to the present, Computer scientists have been able to identify clear-cut stages in the development of computer technology. With each stage, radical change in electronics have taken place. As a resu...