வரலாறு

இடைக்கால இந்தியாவில் கல்வி முறை – சமச்சீர் பாடத்திட்டம் – Free Study Material

இடைக்கால இந்தியாவில் கல்வி இந்தியத் துணைக்கண்டத்தில் இஸ்லாமிய கல்வியை அறிமுகப்படுத்தியதன் மூலம் இடைக்காலம் ஒரு மாற்றத்தைக் கண்டது. உலகின் பல்வேறு பகுதிகளிலிருந்த படையெடுப்பாளர்களாலும் வணிகர்களாலும் நாடு தாக்குதலுக்குள்ளானது.வணிகர்களும் படையெடுப்பாளர்களும் தங்களது கலாச்சாரங்களை இந்நாட்டு மக்களுடன் ஒன்றிணைத்தனர். அவற்றைத் தவிர சமயம், சமூகம், பண்பாடு மற்றும் கல்வி ஆகியவற்றில் இடைக்கால இந்தியா ஒரு புதியகண்ணோட்டதை அடைந்தது. முஸ்லிம்களின் ஆட்சி காலத்தில் (இடைக்காலம்) அறிவின் ஒளியூட்டமும், விரிவாக்கமும் கல்வியின் நோக்கமாக இருந்தன. பதினோறாம் நூற்றாண்டில் முஸ்லிம் ஆட்சியாளர்கள் தொடக்க மற்றும் […]

வரலாறு

பண்டைய கால இந்தியாவின் கல்விமுறை – சமச்சீர் பாடத்திட்டம் – Free Online Studymaterial

தொடக்க காலத்திலிருந்தே பாரம்பரியமாக கற்றல் மற்றும் கற்பித்தல் இந்தியாவில் நடைமுறையில் இருந்ததாக, வரலாற்று ஆதாரங்கள் நமக்கு தகவல்களை வழங்குகின்றன. வேதம் (Veda) என்ற சமஸ்கிருத சொல்லிற்கு அறிவு என்று பொருள். இச்சொல்லானது “வித்” என்ற சொல்லிலிருந்து பெறப்பட்டது. இதன் பொருள் ‘அறிதல்’ என்பதாகும். நமது பண்டைய கல்வி முறை பல நூற்றாண்டுகளுக்கு முன்னரே உருவானது. இது தனிநபரின் உள்ளார்ந்த மற்றும் மறைந்திருக்கும் திறன்களை வெளிக்கொணர்வதன் மூலம், அவரின் முழுமையான வளர்ச்சியில் கவனம் செலுத்தியது. இக்கல்வியானது பணிவு, உண்மை, […]

basics

Mathematic Variables For C Programming – Variables – Learn Basics of C programming – Free Online Studymaterials

Variables In mathematics, variables are used as placeholders for values that aren’t necessarily known. For example, in the equation, x = 3y + 5 the variables x and y represent numbers that can take on a number of different values.Similarly, in a computer program, we also use variables to store values. A variable is essentially […]

basics

Flow Control Of A Computer program Process – Computer Basics study materials

The flow of control (or simply control flow) is how a program processes its instructions.Typically, programs operate in a linear or sequential flow of control. Executable statementsor instructions in a program are performed one after another. In source code, the order that instructions are written defines their order. Just like English, a program is “read” […]

Modern India

Modern India History – The Government of India Act – 1858-1947 – Exam Free Study Materials

The Government of India Act refers to any one of a series of Acts passed by the Parliament of the United Kingdom to regulate the government of British India, in particular: Sepoy Mutiny 1857 ’Indian Mutiny, also called Sepoy Mutiny or First War of Independence, widespread but unsuccessful rebellion against British rule in India in […]

How It Works

How Chargers Are Manufactured – PCBA Board – Learn The Basics of A PCB board – Free Study Material

The market is flooded with cheap mobile charger circuit.every charger circuit is not same, some of them contains few extra capacitors or resistors. First you need to understand the basics of components. What is PCB board? A printed circuit board, or PCB, is used to mechanically support and electrically connect electronic components using conductive pathways, […]

Polity

What is Media – Importance of Media – Roles and Responsibilities of Media-Public opinion about Media – Free Study Material

What is Media :Every individual person is a medium of expression. Media is the plural of the word medium.An individual interacts through the media to reach other individual and institutions. Media is generally the agency for inter-personal communication. Media includes every broadcasting and narrowcasting medium. It includes physical and online newspapers and magazines, television, radio, […]

Polity

Parliament Of India – Union Legislature – Upsc and Group 1 Study Guide – Indian polity – Free Study Material

Introduction: The Parliament is the legislative organ of the Union government. It occupies a preeminent and central position in the Indian democratic political system due to adoption of the parliamentary form of government, also known as ‘Westminster’ model of government. Articles 79 to 122 in Part V of the Constitution deal with the organisation, composition,duration, […]

Process Department

5 Why Analysis – Free Online Studymaterial

Five why or 5 why is an iterative interrogative technique used to explore the cause-and-effect relationships underlying a particular problem.Wherever we are facing issues, this technique will find the root causes of the problem by the way of Asking 5 times “Why?”. Each answer forms the basis of the next question. The “five” in the […]

Strength of Material

Stress, Strain,Shear stress, Shear strain, Tensile stress, compressive stress – Engineering Study Material

What is stress? The internal resistance offered by a body per unit area against deformation is known as stress. The unit of stress is N/mm2orN/m2 When an external force acts on a body, the body tends to undergo deformation. Due to cohesion between molecules the body resist the force. This resistance offered by the body […]

basics

Syntax Rules & Pseudocode

Programming languages are a lot like human languages in that they have syntax rules.These rules dictate the appropriate arrangements of words, punctuation, and other symbols that form valid statements in the language. For example, in many programming languages, commands or statements are terminated by semicolons (just as most sentences are ended with a period). This […]

basics

Basic C Program Structure – C program basic introduction – Free Study Material

Programs start out as source code, a collection of instructions usually written in a high level programming language. A source file containing source code is nothing more than a plain text file that can be edited by any text editor. However, many developers and programmers utilize modern Integrated Development Environment (IDE) that provide a text […]