<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Education Archives - Pentoday</title>
	<atom:link href="https://www.pentoday.com/education/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.pentoday.com/education/</link>
	<description>Directory of Creative Minds</description>
	<lastBuildDate>Thu, 06 Jun 2019 10:23:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>PHP Short Notes(complete basic information)</title>
		<link>https://www.pentoday.com/php-short-notes/</link>
					<comments>https://www.pentoday.com/php-short-notes/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Wed, 05 Jun 2019 12:04:59 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">https://www.pentoday.com/?p=1746</guid>

					<description><![CDATA[<p>What is Php Php is a  Server-side Programming/Scripting language designed to be used for writing</p>
<p>The post <a href="https://www.pentoday.com/php-short-notes/">PHP Short Notes(complete basic information)</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h1><span style="font-weight: 400;">What is Php</span></h1>
<p><span style="font-weight: 400;">Php is a  Server-side Programming/Scripting language designed to be used for writing software in the widest variety of application domains. Php stands for Hypertext Preprocessor but its original name is Personal Home Page. Rasmus Lerdorf developed this language in 1994. Php runs on various platform such as Window, Unix, Linux, Mac OS X, etc. PHP is faster than other scripting languages like ASP and JSP. Php is compatible with almost server Apache, IIS etc.Php 7.2.0 is the latest version of Php. PHP is an open source general-purpose scripting language and its file extension is . (dot)php. Php is especially well versed for Web development and can be embedded into HTML. </span></p>
<p><span style="font-weight: 400;">Let&#8217;s take an example:</span></p>
<pre><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span>

<span style="font-weight: 400;">&lt;html&gt;</span>

<span style="font-weight: 400;">    &lt;head&gt;</span>

<span style="font-weight: 400;">        &lt;title&gt;Example&lt;/title&gt;</span>

<span style="font-weight: 400;">    &lt;/head&gt;</span>

<span style="font-weight: 400;">    &lt;body&gt;</span>

<span style="font-weight: 400;">        </span><span style="font-weight: 400;">&lt;?php</span>

<span style="font-weight: 400;">            </span><span style="font-weight: 400;">echo </span><span style="font-weight: 400;">"Hello, My first PHP script!"</span><span style="font-weight: 400;">;</span>

<span style="font-weight: 400;">        </span><span style="font-weight: 400;">?&gt;</span>

<span style="font-weight: 400;">    &lt;/body&gt;</span>

<span style="font-weight: 400;">&lt;/html&gt;</span></pre>
<p><span style="font-weight: 400;">Output: Hello, My first PHP script.</span></p>
<h2><span style="font-weight: 400;">There are three main uses of PHP</span></h2>
<ul>
<li style="font-weight: 400;"><b>Server-side script:</b><span style="font-weight: 400;"> This is the most common field for PHP. for the function of server-side scripting it requires: the PHP parser that is CGI (common gateway interface), a web server and a web browser. You can run the PHP server after the installation. You can access the PHP program output with a web browser or page with the server. All these can run on your personal computer or laptop.</span></li>
<li style="font-weight: 400;"><b>Command line script: </b><span style="font-weight: 400;">You can make a PHP program to run it without any server or browser. To run the program, you only need the PHP parser. These programs can also be used for simple tasks. </span></li>
<li style="font-weight: 400;"><b>Writing desktop applications:</b><span style="font-weight: 400;"> PHP is mainly not considered the very best language to create a desktop application with a graphical user interface, but it has some advanced features which you can use in your client-side applications.</span></li>
</ul>
<p><b>Some other uses of the PHP are:</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Create  dynamic page</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Handle button click</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Make  a database application</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Client or server application</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Student registration application</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Online course</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Online shopping cart</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Chat rooms</span></li>
</ul>
<h2><span style="font-weight: 400;">Characteristic of Php</span></h2>
<p><span style="font-weight: 400;">In PHP you have the freedom to choose web server and operating system. As it has some flexible and best characteristics that make it use easily.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Simple</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Efficient</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Secure</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Flexible</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Familiar/Easy</span></li>
</ul>
<h2><span style="font-weight: 400;">Php in Web Development</span></h2>
<figure id="attachment_1754" aria-describedby="caption-attachment-1754" style="width: 640px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="size-large wp-image-1754" src="https://www.pentoday.com/wp-content/uploads/2019/06/array-2-1024x551.jpeg" alt="PHP Code" width="640" height="344" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/array-2-1024x551.jpeg 1024w, https://www.pentoday.com/wp-content/uploads/2019/06/array-2-300x161.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2019/06/array-2-768x413.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2019/06/array-2.jpeg 1880w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1754" class="wp-caption-text">PHP Code</figcaption></figure>
<p><span style="font-weight: 400;">PHP is an open source language that&#8217;s why it is widely used in web development nowadays. Using PHP you can create dynamic websites easily. But you must have the basic knowledge of following technologies for PHP web development as well.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">HTML</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">CSS</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">JavaScript</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Ajax</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">XML and JSON</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">jQuery</span></li>
</ul>
<h2><span style="font-weight: 400;">How to Install Php</span></h2>
<p><span style="font-weight: 400;">In order to develop and run PHP Programs, three important components need to be installed on your computer system.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Web Server − PHP will work with almost all Web Server software, including Microsoft&#8217;s Internet Information Server (IIS) but most often used is freely available Apache Server. </span></li>
</ul>
<p><span style="font-weight: 400;">To download Apache for free − https://httpd.apache.org/download.cgi</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Database − PHP will work with almost all database software, including Oracle but mostly used is freely available MySQL database. </span></li>
</ul>
<p><span style="font-weight: 400;">To download MySQL for free here − https://www.mysql.com/downloads/</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">PHP Parser − In order to process PHP programs instructions a parser must be installed to generate HTML output so that it can be sent to the Web Browser. Given below steps will help you to know how to install PHP parser on your computer.</span></li>
</ul>
<h2><b>PHP Parser Installation</b></h2>
<p><span style="font-weight: 400;">Before you proceed it is important to make sure that you have a proper environment set up on your desktop or laptop to develop your web programs using PHP.</span></p>
<p><span style="font-weight: 400;">Type the following address into your browser&#8217;s address box.</span></p>
<p><b>http://127.0.0.1/info.php</b></p>
<p><span style="font-weight: 400;">If the page displays PHP installation related information then it means you have PHP and Web Server installed properly. If not, you have to follow the given procedure to install PHP on your computer.</span></p>
<h3><span style="font-weight: 400;">Apache Configuration</span></h3>
<p><span style="font-weight: 400;">If you are using Apache Web Server then follow these guidelines to edit Apache Configuration Files.</span></p>
<h3><b>PHP.INI File Configuration</b></h3>
<p><span style="font-weight: 400;">PHP.INI  is the PHP configuration file which is the final and most immediate way to affect PHP&#8217;s functionality.</span></p>
<h3><b>Windows IIS Configuration</b></h3>
<p><span style="font-weight: 400;">To configure IIS on your Windows you can refer your IIS Reference Manual come along with IIS.</span></p>
<p><span style="font-weight: 400;">To install PHP, we will suggest you install AMP (Apache, MySQL, PHP) software stack. This is available for all operating systems. </span></p>
<p><b>There are several AMP options available in the market below</b><b>:</b></p>
<ul>
<li style="font-weight: 400;"><b>WAMP</b><span style="font-weight: 400;"> for Windows Os</span></li>
<li style="font-weight: 400;"><b>LAMP</b><span style="font-weight: 400;"> for Linux Os</span></li>
<li style="font-weight: 400;"><b>MAMP</b><span style="font-weight: 400;"> for Mac Os</span></li>
<li style="font-weight: 400;"><b>SAMP</b><span style="font-weight: 400;"> for Solaris Os</span></li>
<li style="font-weight: 400;"><b>FAMP</b><span style="font-weight: 400;"> for FreeBSD</span></li>
<li style="font-weight: 400;"><b>XAMPP</b><span style="font-weight: 400;"> (Cross, Apache, MySQL, PHP, and Perl) for Cross-Platform: It includes some other components also such as OpenSSL, Webalizer, Mercury Mail, etc.</span></li>
</ul>
<p><span style="font-weight: 400;">If you are using Windows and don&#8217;t want Perl and other features of XAMPP, you should go for WAMP. In a similar way, you may use a LAMP for Linux and MAMP for Macintosh.</span></p>
<h3><b>Syntax of PHP</b></h3>
<figure id="attachment_1753" aria-describedby="caption-attachment-1753" style="width: 640px" class="wp-caption aligncenter"><img decoding="async" class="size-large wp-image-1753" src="https://www.pentoday.com/wp-content/uploads/2019/06/php-code-1024x452.png" alt="PHP Syntax" width="640" height="283" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/php-code-1024x452.png 1024w, https://www.pentoday.com/wp-content/uploads/2019/06/php-code-300x132.png 300w, https://www.pentoday.com/wp-content/uploads/2019/06/php-code-768x339.png 768w, https://www.pentoday.com/wp-content/uploads/2019/06/php-code.png 1280w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1753" class="wp-caption-text">PHP Syntax</figcaption></figure>
<p><span style="font-weight: 400;">All PHP code goes between the PHP tag. Syntax of PHP tags is given below:</span></p>
<ol>
<li style="font-weight: 400;"><b>&lt;?PHP</b><span style="font-weight: 400;">   </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">//your code here  </span></li>
<li style="font-weight: 400;"><b>?&gt;</b><span style="font-weight: 400;">  </span></li>
</ol>
<p><span style="font-weight: 400;">Write your first program in PHP, which you can run easily. For writing a Code on PHP you can use Notepad or  Notepad++ editor. </span></p>
<pre><b>Example:</b>

<b>&lt;?php</b>

<b>Echo “My 1st Php program”;</b>

<b>?&gt;</b></pre>
<p><b>Result (output)= My 1st Php</b></p>
<p><span style="font-weight: 400;"># The statements or expression in PHP is terminated by a semicolon(;)</span></p>
<p><b>Commenting in PHP</b></p>
<p><span style="font-weight: 400;">For single line comment(# or //): </span><span style="font-weight: 400;">It is used to make a particular line as a comment.</span></p>
<pre><span style="font-weight: 400;">&lt;?</span> <span style="font-weight: 400;">   # This is a comment, and</span> <span style="font-weight: 400;"># This is the second line of the comment</span>
<span style="font-weight: 400;">  // This is a comment too. </span>
<span style="font-weight: 400;">Each style comments only</span> 
<span style="font-weight: 400;">print "An example with single line comments";</span> <span style="font-weight: 400;">?&gt;</span>

<b>For multiple line comment( enclosed between /* */)</b>

<b>&lt;?</b> <span style="font-weight: 400;">   /* This is a comment with multiline</span> <span style="font-weight: 400;">  </span>

<span style="font-weight: 400;">Author: Mohammad Mohtashim</span> <span style="font-weight: 400;">     </span>

<span style="font-weight: 400;"> Purpose: Multiline Comments Demo</span> <span style="font-weight: 400;">      </span>

<span style="font-weight: 400;">Subject: PHP</span> <span style="font-weight: 400;">   */</span> <span style="font-weight: 400;">   </span>

<span style="font-weight: 400;">print "An example with multi-line comments";</span>

<span style="font-weight: 400;">?&gt;</span></pre>
<ul>
<li><b>Php is case sensitive</b></li>
</ul>
<p><span style="font-weight: 400;">Yes, PHP is case sensitive. Take a look at this example:</span></p>
<pre><span style="font-weight: 400;">&lt;html&gt;</span>

<span style="font-weight: 400;">  &lt;body&gt;</span>

<span style="font-weight: 400;">  &lt;?php</span>

<span style="font-weight: 400;"> $rupees = 67;</span>

<span style="font-weight: 400;">print("Variable rupees is $rupees&lt;br&gt;");</span>

<span style="font-weight: 400;">print("Variable Rupees is $Rupees&lt;br&gt;");</span>

<span style="font-weight: 400;"> ?&gt;</span>

<span style="font-weight: 400;">  &lt;/body&gt;</span>

<span style="font-weight: 400;">&lt;/html&gt;</span></pre>
<p><b>The output of the code:</b></p>
<p><span style="font-weight: 400;">Variable rupees is 67</span></p>
<p><span style="font-weight: 400;"> Variable Rupees is </span></p>
<p><b>Curly braces make blocks of statements</b></p>
<p><span style="font-weight: 400;">Although statements cannot be combined like expressions, you can always put a </span><span style="font-weight: 400;">sequence of statements in a set of curly braces(opening{ and }closing braces).</span></p>
<p><b>Example:</b></p>
<pre><b>if (4 == 2 + 2)</b>

<b>   print("correct.&lt;br&gt;");</b>

<b>if (4 == 2 + 2)</b>

<b> {</b>

<b>   print("yeah  I haven't totally");</b>

<b>   print("lost my mind.&lt;br&gt;");</b>

<b>}</b></pre>
<h2><strong>PHP Variable Types</strong></h2>
<p><span style="font-weight: 400;"> Variable is the main way to store information in the middle of a PHP program.</span></p>
<p><span style="font-weight: 400;">Here are the most important points to know about variables in PHP.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">All variables in PHP are denoted with a dollar sign ($).</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The value of a variable is of its most recent assignment.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Variables are assigned with the (equal to)= operator, the left-hand side and the expression to be evaluated on the right.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Variables can be declared before the assignment but not mandatory.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Variables in PHP do not have a prior definition means a variable does not know in advance whether it is going to store a number or a string of characters.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Variables have their default values before they are assigned to use.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">PHP can automatically convert types from one to another when necessary.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">PHP variables are like Perl variables.</span></li>
</ul>
<h2><strong>Php Data Types</strong></h2>
<p><span style="font-weight: 400;">PHP has a total of eight data types which is used to construct variables −</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Integers − are whole numbers like 2125.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Doubles − are floating-point numbers, decimal numbers like 2.14159 or 47.1.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Booleans −It </span><span style="font-weight: 400;">holds only two values, either TRUE or FALSE.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">NULL −  It is a special type that only has one value: “NULL”.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Strings − are sequences of characters like &#8216;PHP supports boolean operations.&#8217;</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Arrays − </span><span style="font-weight: 400;"> </span><span style="font-weight: 400;">Store multiple elements of similar data type under a single variable</span><span style="font-weight: 400;">.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Objects − </span><span style="font-weight: 400;"> </span><span style="font-weight: 400;">These are defined as instances of user-defined classes that can hold both values and functions</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Resources − </span><span style="font-weight: 400;">These are basically used to store references to some function call or to external PHP resources</span></li>
</ul>
<p><span style="font-weight: 400;">The first five are </span><i><span style="font-weight: 400;">simple types</span></i><span style="font-weight: 400;">, and the next two (arrays and objects) are compound &#8211; the compound types that </span><span style="font-weight: 400;">allow for multiple items of the same type to be collected under a single entity</span><span style="font-weight: 400;">, whereas the simple types cannot.</span></p>
<h2><b>Variable Scope</b></h2>
<p><span style="font-weight: 400;">The scope of a variable can be defined as the range of availability to the program in which it is declared. PHP variables have four scope types −</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Local variables: A variable declared within the function.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Function parameters: it is a local variable whose value is passed to the function by calling code.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Global variables: declared outside of any function and represent by Global keyword.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Static variables: when a function is completed normally its variable is deleted. Sometimes you want a local variable not to delete for that you can use static. Represent by Static keyword. </span></li>
</ul>
<h2><b>Variable Naming</b></h2>
<p><span style="font-weight: 400;">How to name a variable −</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Variable names must start with a letter or underscore character.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">A variable name can be consist of numbers, letters, underscores but cannot use characters like + , &#8211; , % , ( , ) . &amp; , etc.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">There is no size limit is defined for variables and also it cannot start with a number.</span></li>
</ul>
<p><b>Php constant types</b></p>
<p><span style="font-weight: 400;">A constant is an identifier or a simple names assigned any fixed value. A constant value cannot change during the execution or runtime and also a case. -sensitive. By default, constants are always uppercase. It is global and can be used across the entire PHP script.</span></p>
<h3><b>Php Operator Types</b></h3>
<p><span style="font-weight: 400;">Operators are used to performing operations on variables and values.</span></p>
<p><span style="font-weight: 400;">PHP divides the operators into the following groups:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Arithmetic operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Assignment operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Comparison operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Increment/Decrement operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Logical operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">String operators</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Array operators</span></li>
</ul>
<p><b>Arithmetic operators</b></p>
<p><span style="font-weight: 400;">These arithmetic operators are used to perform common arithmetical operations with a numeric value, such as multiplication, division, subtraction, and addition.</span></p>
<p><span style="font-weight: 400;">Let assume A=10 and B=20.</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Description</b></td>
<td><b>Example</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">+</span></td>
<td><span style="font-weight: 400;">Adds two operands</span></td>
<td><span style="font-weight: 400;">A + B will give 30</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&#8211;</span></td>
<td><span style="font-weight: 400;">Subtracts second operand from the first</span></td>
<td><span style="font-weight: 400;">A &#8211; B will give -10</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">*</span></td>
<td><span style="font-weight: 400;">Multiply both operands</span></td>
<td><span style="font-weight: 400;">A * B will give 200</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">/</span></td>
<td><span style="font-weight: 400;">Divide numerator by the denominator</span></td>
<td><span style="font-weight: 400;">B / A will give 2</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">%</span></td>
<td><span style="font-weight: 400;">Modulus Operator and the remainder of after a division</span></td>
<td><span style="font-weight: 400;">B % A will give 0</span></td>
</tr>
</tbody>
</table>
<p><b>Assignment operators</b></p>
<p><span style="font-weight: 400;">The PHP assignment operators are used with numeric values to assign a value to a variable.</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Same as </b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X=Y</span></td>
<td><span style="font-weight: 400;">X=Y</span></td>
<td><span style="font-weight: 400;">Left side operand gets to set the value of assignment expression of the right side.</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X+=y</span></td>
<td><span style="font-weight: 400;">X=X+Y</span></td>
<td><span style="font-weight: 400;">Addition</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X-=Y</span></td>
<td><span style="font-weight: 400;">X=X-Y</span></td>
<td><span style="font-weight: 400;">Subtraction</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X*=Y</span></td>
<td><span style="font-weight: 400;">X=X*Y</span></td>
<td><span style="font-weight: 400;">Multiplication</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X/=Y</span></td>
<td><span style="font-weight: 400;">X=X/Y</span></td>
<td><span style="font-weight: 400;">Division</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">X%=Y</span></td>
<td><span style="font-weight: 400;">X=X%Y</span></td>
<td><span style="font-weight: 400;">Modulus</span></td>
</tr>
</tbody>
</table>
<p><b>Comparison operators</b></p>
<p><span style="font-weight: 400;">The PHP comparison operators are used to compare two values whether it is number or string.</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Description</b></td>
<td><b>Example</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">==</span></td>
<td><span style="font-weight: 400;">Returns true if $A is equal to $B </span></td>
<td><span style="font-weight: 400;">$A == $B </span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">!=</span></td>
<td><span style="font-weight: 400;">Returns true if $A is not equal to $B</span></td>
<td><span style="font-weight: 400;">$A != $B </span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&gt;</span></td>
<td><span style="font-weight: 400;">Returns true if the value of the left operand has greater than the value of the right operand</span></td>
<td><span style="font-weight: 400;">$A &gt; $B</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&lt;</span></td>
<td><span style="font-weight: 400;">Returns true if the value of the left operand has less than the value of the right operand</span></td>
<td><span style="font-weight: 400;">$A &lt; $B </span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&gt;=</span></td>
<td><span style="font-weight: 400;">Return true  if the value of the left operand is greater than or equal to the value of the right operand</span></td>
<td><span style="font-weight: 400;">$A &gt;= $B</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&lt;=</span></td>
<td><span style="font-weight: 400;">Return true if the value of the left operand is less than or equal to the value of the right operand</span></td>
<td><span style="font-weight: 400;">$A &lt;= $B</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">===</span></td>
<td><span style="font-weight: 400;">Return true if the $A is equal to $B and of the same type</span></td>
<td><span style="font-weight: 400;">$A===$B</span></td>
</tr>
</tbody>
</table>
<p><b>Increment/Decrement operators</b></p>
<p><span style="font-weight: 400;">The PHP increment operators are used to increase a variable&#8217;s value.</span></p>
<p><span style="font-weight: 400;">The PHP decrement operators are used to decrease a variable&#8217;s value</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Name</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">++$a</span></td>
<td><span style="font-weight: 400;">Pre-increment</span></td>
<td><span style="font-weight: 400;">Increments $a by one, then returns $a</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">$a++</span></td>
<td><span style="font-weight: 400;">Post-increment</span></td>
<td><span style="font-weight: 400;">Returns $a, then increments $a by one</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&#8211;$a</span></td>
<td><span style="font-weight: 400;">Pre-decrement</span></td>
<td><span style="font-weight: 400;">Decrements $a by one, then returns $a</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">$a&#8211;</span></td>
<td><span style="font-weight: 400;">Post-decrement</span></td>
<td><span style="font-weight: 400;">Returns $a, then decrements $a by one</span></td>
</tr>
</tbody>
</table>
<p><b>Logical operators</b></p>
<p><span style="font-weight: 400;">These logical operators are used to combine the statements.</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Name</b></td>
<td><b>Example</b></td>
<td><b>Result</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">and</span></td>
<td><span style="font-weight: 400;">And</span></td>
<td><span style="font-weight: 400;">$a and $b</span></td>
<td><span style="font-weight: 400;">True if both $a and $b are true</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">or</span></td>
<td><span style="font-weight: 400;">Or</span></td>
<td><span style="font-weight: 400;">$ or $b</span></td>
<td><span style="font-weight: 400;">True if either $a or $b are true</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">xor</span></td>
<td><span style="font-weight: 400;">Xor</span></td>
<td><span style="font-weight: 400;">$a xor $b</span></td>
<td><span style="font-weight: 400;">True if either $a or $b is true, but not both</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&amp;&amp;</span></td>
<td><span style="font-weight: 400;">And</span></td>
<td><span style="font-weight: 400;">$a&amp;&amp;$b</span></td>
<td><span style="font-weight: 400;">True if both $a and $b are true</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">||</span></td>
<td><span style="font-weight: 400;">Or</span></td>
<td><span style="font-weight: 400;">$a || $b</span></td>
<td><span style="font-weight: 400;">True if either $a or $b is true</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">!</span></td>
<td><span style="font-weight: 400;">Not</span></td>
<td><span style="font-weight: 400;">!$a</span></td>
<td><span style="font-weight: 400;">True if $a is not true</span></td>
</tr>
</tbody>
</table>
<p><b>String operators</b></p>
<p><span style="font-weight: 400;">PHP has two operators for strings.</span></p>
<table class="table table-striped">
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Name</b></td>
<td><b>Description</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">.</span></td>
<td><span style="font-weight: 400;">Concatenation</span></td>
<td><span style="font-weight: 400;">Used to join the statements</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">.=</span></td>
<td><span style="font-weight: 400;">Concatenation assignment</span></td>
<td><span style="font-weight: 400;">Append two statements</span></td>
</tr>
</tbody>
</table>
<p><b>Array operators</b></p>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td><b>Operator</b></td>
<td><b>Name</b></td>
<td><b>Example</b></td>
<td><b>Result</b></td>
</tr>
<tr>
<td><span style="font-weight: 400;">+</span></td>
<td><span style="font-weight: 400;">Union</span></td>
<td><span style="font-weight: 400;">$a + $b</span></td>
<td><span style="font-weight: 400;">Union of $a and $b</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">==</span></td>
<td><span style="font-weight: 400;">Equality</span></td>
<td><span style="font-weight: 400;">$a == $b</span></td>
<td><span style="font-weight: 400;">Returns true if $a and $b have the same value pairs</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">===</span></td>
<td><span style="font-weight: 400;">Identity</span></td>
<td><span style="font-weight: 400;">$a === $b</span></td>
<td><span style="font-weight: 400;">Returns true if $a and $b have the same value pairs in the same order and of the same types</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">!=</span></td>
<td><span style="font-weight: 400;">Inequality </span></td>
<td><span style="font-weight: 400;">$a!=$b</span></td>
<td><span style="font-weight: 400;">Returns true if $a is not equal to $b</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">&lt;&gt;</span></td>
<td><span style="font-weight: 400;">Inequality</span></td>
<td><span style="font-weight: 400;">$a&lt;&gt;$b</span></td>
<td><span style="font-weight: 400;">Returns true if $a is not equal to $b</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">!==</span></td>
<td><span style="font-weight: 400;">Not identity</span></td>
<td><span style="font-weight: 400;">$a!==$b</span></td>
<td><span style="font-weight: 400;">Returns true if $a is not identical to $b</span></td>
</tr>
</tbody>
</table>
<p><b>Php Conditional statements</b></p>
<p><span style="font-weight: 400;">In PHP we have the following conditional statements:</span></p>
<p><span style="font-weight: 400;">if statement </span></p>
<p><span style="font-weight: 400;">It only executes code if condition is true</span></p>
<p><b>Syntax of if statement</b></p>
<p><span style="font-weight: 400;">if(condition)</span></p>
<p><span style="font-weight: 400;">{</span></p>
<p><span style="font-weight: 400;">//code;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">if&#8230;else statement </span></p>
<p><span style="font-weight: 400;">It executes if code when a condition is true and else code  when that condition is false</span></p>
<p><b>Syntax of if&#8230;else statement</b></p>
<p><span style="font-weight: 400;">if (condition) {</span></p>
<p><span style="font-weight: 400;">    //code;</span></p>
<p><span style="font-weight: 400;">} else {</span></p>
<p><span style="font-weight: 400;">    code to be executed if the condition is false;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">if&#8230;elseif&#8230;.else statement </span></p>
<p><span style="font-weight: 400;">Execution of different programs for more than two conditions.</span></p>
<p><b> if&#8230;else&#8230;.else statement Syntax</b></p>
<p><span style="font-weight: 400;">if (condition) {</span></p>
<p><span style="font-weight: 400;">    code to be executed if this condition is true;</span></p>
<p><span style="font-weight: 400;">} elseif (condition) {</span></p>
<p><span style="font-weight: 400;">    code to be executed if this condition is true;</span></p>
<p><span style="font-weight: 400;">} else {</span></p>
<p><span style="font-weight: 400;">    code to be executed if all conditions are false;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><b>Switch statement </b></p>
<p><span style="font-weight: 400;">The </span><span style="font-weight: 400;">switch</span><span style="font-weight: 400;"> statement is to select the block of code for different conditions.</span><span style="font-weight: 400;"> Selects one of many blocks of code to be executed according to the conditions.</span></p>
<p><span style="font-weight: 400;">switch (n) {</span></p>
<p><span style="font-weight: 400;">case 1:</span></p>
<p><span style="font-weight: 400;">    </span> <span style="font-weight: 400;">code to be executed if n=label1;</span></p>
<p><span style="font-weight: 400;">    </span> <span style="font-weight: 400;">break;</span></p>
<p><span style="font-weight: 400;">    case 2:</span></p>
<p><span style="font-weight: 400;">  </span> <span style="font-weight: 400;">  code to be executed if n=label2;</span></p>
<p><span style="font-weight: 400;">    break;</span></p>
<p><span style="font-weight: 400;">    case 3:</span></p>
<p><span style="font-weight: 400;">  </span> <span style="font-weight: 400;">  code to be executed if n=label3;</span></p>
<p><span style="font-weight: 400;">    break;</span></p>
<p><span style="font-weight: 400;">    &#8230;</span></p>
<p><span style="font-weight: 400;">default:</span></p>
<p><span style="font-weight: 400;">    </span> <span style="font-weight: 400;">code to be executed if n is different from all labels;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">Take a example of Switch case</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">   &lt;body&gt;</span></p>
<p><span style="font-weight: 400;">      &lt;?php</span></p>
<p><span style="font-weight: 400;">         $day = date(&#8220;D&#8221;);</span></p>
<p><span style="font-weight: 400;">         switch ($day){</span></p>
<p><span style="font-weight: 400;">            case &#8220;Mon&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Monday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">            case &#8220;Tue&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Tuesday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">             case &#8220;Wed&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Wednesday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">            case &#8220;Thu&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Thursday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">            case &#8220;Fri&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Friday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">              case &#8220;Sat&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Saturday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">            case &#8220;Sun&#8221;:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;Today is Sunday&#8221;;</span></p>
<p><span style="font-weight: 400;">               break;</span></p>
<p><span style="font-weight: 400;">            default:</span></p>
<p><span style="font-weight: 400;">               echo &#8220;ohhh! which day is this ?&#8221;;</span></p>
<p><span style="font-weight: 400;">         }</span></p>
<p><span style="font-weight: 400;">      ?&gt;</span></p>
<p><span style="font-weight: 400;">   &lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><span style="font-weight: 400;">Output: Today is Monday</span></p>
<figure id="attachment_1755" aria-describedby="caption-attachment-1755" style="width: 640px" class="wp-caption aligncenter"><img decoding="async" class="size-large wp-image-1755" src="https://www.pentoday.com/wp-content/uploads/2019/06/require-1-1024x546.jpeg" alt="PHP Script" width="640" height="341" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/require-1-1024x546.jpeg 1024w, https://www.pentoday.com/wp-content/uploads/2019/06/require-1-300x160.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2019/06/require-1-768x410.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2019/06/require-1.jpeg 1880w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1755" class="wp-caption-text">PHP Script</figcaption></figure>
<h3><span style="font-weight: 400;">Php Loops</span></h3>
<p><span style="font-weight: 400;">Often when you write a code and want to run the code over and over again. For the execution of the same code again we can use looping. </span><span style="font-weight: 400;">In PHP we have the following looping statements:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;"><span style="font-weight: 400;">While</span></span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Do while</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">For</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Foreach</span></li>
</ul>
<p><b>While loop:</b></p>
<p><span style="font-weight: 400;">This loop executes the block of code as long as the specified condition is true.</span></p>
<p><span style="font-weight: 400;">Syntax:</span></p>
<p><span style="font-weight: 400;">while(condition)</span></p>
<p><span style="font-weight: 400;">{</span></p>
<p><span style="font-weight: 400;">Code to be executed;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><b>Do while loop:</b></p>
<p><span style="font-weight: 400;">This loop executes the code once then after it will check the condition.</span></p>
<p><span style="font-weight: 400;">do{</span></p>
<p><span style="font-weight: 400;">Code to be executed;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">while(condition)</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">For loop:</span></p>
<p><span style="font-weight: 400;">This loop runs the code at a specified number of times.</span></p>
<p><span style="font-weight: 400;">Syntax</span></p>
<p><span style="font-weight: 400;">for(initialization; test counter;increment)</span></p>
<p><span style="font-weight: 400;">{</span></p>
<p><span style="font-weight: 400;">Code to be executed;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><b>Foreach loop</b></p>
<p><span style="font-weight: 400;">This loop is used through arrays.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Syntax</span></p>
<p><span style="font-weight: 400;">(array as value)</span></p>
<p><span style="font-weight: 400;">{</span></p>
<p><span style="font-weight: 400;">Code to be executed;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<h2><span style="font-weight: 400;">Php Functions</span></h2>
<p><span style="font-weight: 400;">Php has more than a functions built-in function that is the real power of the PHP. The best thing with PHP is that we can create a function also that is known as a user-defined function.</span></p>
<figure id="attachment_1759" aria-describedby="caption-attachment-1759" style="width: 662px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1759" src="https://www.pentoday.com/wp-content/uploads/2019/06/PHP-Function.png" alt="PHP Function" width="662" height="273" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/PHP-Function.png 987w, https://www.pentoday.com/wp-content/uploads/2019/06/PHP-Function-300x124.png 300w, https://www.pentoday.com/wp-content/uploads/2019/06/PHP-Function-768x317.png 768w" sizes="auto, (max-width: 662px) 100vw, 662px" /><figcaption id="caption-attachment-1759" class="wp-caption-text">PHP Function</figcaption></figure>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">A user-defined function is a block of statements that can be used repeatedly in a program.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">It will not immediately execute when a page loads.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">It will be executed by a call to the function.</span></li>
</ul>
<h2><span style="font-weight: 400;">Php user-defined functions</span></h2>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">A user-defined function is a block of statements that can be used repeatedly in a program.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">It will not immediately execute when a page loads.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">It will be executed by a call to the function.</span></li>
</ul>
<p>&nbsp;</p>
<p><b>Create a user-defined function in PHP</b></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">A user-defined function declaration begins with the word </span><span style="font-weight: 400;">function.</span></p>
<p><b>Syntax</b></p>
<p><b>function function name()</b></p>
<p><b>{</b></p>
<p><b>Code to be executed;</b></p>
<p><b>}</b></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">A function name can be started with an underscore or letter but not with the number. By convention, the function name is not case sensitive.Give a function that name which reflects what it does.</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">  Let&#8217;s take an example</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">   </span><span style="font-weight: 400;">&lt;head&gt;</span></p>
<p><span style="font-weight: 400;">      </span><span style="font-weight: 400;">&lt;title&gt;</span><span style="font-weight: 400;">Writing PHP Function</span><span style="font-weight: 400;">&lt;/title&gt;</span></p>
<p><span style="font-weight: 400;">   </span><span style="font-weight: 400;">&lt;/head&gt;</span></p>
<p><span style="font-weight: 400;">   </span><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">      </span><span style="font-weight: 400;">&lt;?</span><span style="font-weight: 400;">php</span></p>
<p><span style="font-weight: 400;">         </span><span style="font-weight: 400;">/* Defining a PHP Function */</span></p>
<p><span style="font-weight: 400;">         </span><b>function</b><span style="font-weight: 400;"> writeMsg</span><span style="font-weight: 400;">()</span> <span style="font-weight: 400;">{</span></p>
<p><span style="font-weight: 400;">            echo </span><span style="font-weight: 400;">&#8220;You are really a nice person, Have a nice day!&#8221;</span><span style="font-weight: 400;">;</span></p>
<p><span style="font-weight: 400;">         </span><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">         </span><span style="font-weight: 400;">/* Calling a PHP Function */</span></p>
<p><span style="font-weight: 400;">         writeMsg</span><span style="font-weight: 400;">();</span></p>
<p><span style="font-weight: 400;">      </span><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">   </span><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p>&nbsp;</p>
<p><b>  Output: You are really a nice person, Have a nice day!</b></p>
<p>&nbsp;</p>
<p><b>Php function Arguments</b></p>
<p><span style="font-weight: 400;">An argument is just like a variable and the information is passed to function through it. You can add as many arguments as you want just by separating them with a comma.</span></p>
<p><b>Take an example:</b></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">function familyName($fname) {</span></p>
<p><span style="font-weight: 400;">    echo &#8220;$fname devenson.&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">familyName(&#8220;Jani&#8221;);</span></p>
<p><span style="font-weight: 400;">familyName(&#8220;Hege&#8221;);</span></p>
<p><span style="font-weight: 400;">familyName(&#8220;Stale&#8221;);</span></p>
<p><span style="font-weight: 400;">familyName(&#8220;Kai&#8221;);</span></p>
<p><span style="font-weight: 400;">familyName(&#8220;Borge&#8221;);</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">Output:</span></p>
<p><span style="font-weight: 400;">Jani Devenson.</span></p>
<p><span style="font-weight: 400;">Hege Devenson.</span></p>
<p><span style="font-weight: 400;">Stale Devenson.</span></p>
<p><span style="font-weight: 400;">Kai Devenson.</span></p>
<p><span style="font-weight: 400;">Borge Devenson.</span></p>
<p><b>Php default Argument value</b></p>
<p><span style="font-weight: 400;">If we call the function without argument it will take the default value.</span></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">function setheight($height = 50) {</span></p>
<p><span style="font-weight: 400;">    echo &#8220;The height is : $height &lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">setheight(250);</span></p>
<p><span style="font-weight: 400;">setheight();</span></p>
<p><span style="font-weight: 400;">setheight(235);</span></p>
<p><span style="font-weight: 400;">setheight(180);</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">output: The height is: 250 </span></p>
<p><span style="font-weight: 400;">The height is: 50 </span></p>
<p><span style="font-weight: 400;">The height is: 235 </span></p>
<p><span style="font-weight: 400;">The height is: 180 </span></p>
<h2><b>Passing Arguments by Reference</b></h2>
<p><span style="font-weight: 400;">It is possible to pass arguments to the tasks by reference. This means that instead of copying the value of the variable, the function&#8217;s reference to the variables is manipulated.</span></p>
<p><span style="font-weight: 400;">If any changes made to an argument in these cases will change the value of the original variable. You can pass an argument by reference by adding the ampersand (&amp;) to the variable name in the function call or function definition.</span></p>
<p><b>Php function returning value</b></p>
<p><span style="font-weight: 400;">To let the function return value, use the return statement.</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">function sum($a, $b) {</span></p>
<p><span style="font-weight: 400;">    $c = $a + $b;</span></p>
<p><span style="font-weight: 400;">    return $c;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">echo &#8220;15+ 50 = &#8221; . sum(15, 50) . &#8220;&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">echo &#8220;17 + 23 = &#8221; . sum(17, 23) . &#8220;&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">echo &#8220;12 +2 4 = &#8221; . sum(12, 24);</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">Output:</span></p>
<p><span style="font-weight: 400;">It will return the value </span></p>
<p><span style="font-weight: 400;">15 + 50 = 65</span></p>
<p><span style="font-weight: 400;">17 + 23 = 40</span></p>
<p><span style="font-weight: 400;">12 +2 4 =3 6</span></p>
<h3><b>Php Arrays</b></h3>
<figure id="attachment_1751" aria-describedby="caption-attachment-1751" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1751" src="https://www.pentoday.com/wp-content/uploads/2019/06/array-1-1024x551.jpeg" alt="PHP Web Development" width="640" height="344" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/array-1-1024x551.jpeg 1024w, https://www.pentoday.com/wp-content/uploads/2019/06/array-1-300x161.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2019/06/array-1-768x413.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2019/06/array-1.jpeg 1880w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1751" class="wp-caption-text">PHP Array</figcaption></figure>
<p><span style="font-weight: 400;">An array is a special variable which can store multiple values of the same data types and you</span><span style="font-weight: 400;"> can access the values by using to an index number. The array is created by using an array() function.</span><span style="font-weight: 400;">There are three types of the array in PHP</span></p>
<ul>
<li style="font-weight: 400;"><b>Indexed arrays or Numeric arrays</b></li>
<li style="font-weight: 400;"><b>Associative arrays </b></li>
<li style="font-weight: 400;"><b>Multidimensional arrays </b></li>
</ul>
<p><b>Indexed arrays or Numeric arrays</b></p>
<p><span style="font-weight: 400;">An array with a numeric index in which values are stored and accessed in a linear fashion.</span></p>
<p><span style="font-weight: 400;">Example:</span></p>
<p><span style="font-weight: 400;">In php it assigned automatically</span></p>
<p><span style="font-weight: 400;">$days = array(&#8220;Mon&#8221;, &#8220;Tue&#8221;, &#8220;Wed&#8221;);</span></p>
<p><span style="font-weight: 400;">Index assign manually:</span></p>
<p><span style="font-weight: 400;">$days[0] = &#8220;Mon&#8221;;</span></p>
<p><span style="font-weight: 400;">$days[1] = &#8220;Tue&#8221;;</span></p>
<p><span style="font-weight: 400;">$days[2] = &#8220;Wed&#8221;;</span></p>
<p><b>Associative arrays </b></p>
<p><span style="font-weight: 400;">An array with strings as an index in which element values are stored in association with key values.</span></p>
<p><span style="font-weight: 400;">Example:</span></p>
<p><span style="font-weight: 400;">$age = array(&#8220;Rohan&#8221;=&gt;&#8221;35&#8221;, &#8220;Shyam&#8221;=&gt;&#8221;37&#8221;, &#8220;Sunil&#8221;=&gt;&#8221;43&#8221;);</span></p>
<p><span style="font-weight: 400;">Or</span></p>
<p><span style="font-weight: 400;">$age[&#8216;Rohan&#8217;] = &#8220;35&#8221;;</span></p>
<p><span style="font-weight: 400;">$age[&#8216;Shyam&#8217;] = &#8220;37&#8221;;</span></p>
<p><span style="font-weight: 400;">$age[&#8216;Sunil&#8217;] = &#8220;43&#8221;;</span></p>
<p><b>Multidimensional arrays</b></p>
<p><span style="font-weight: 400;">It contains one or more arrays and the values are accessed using multiple indices.</span></p>
<p><span style="font-weight: 400;">Example:</span></p>
<p><span style="font-weight: 400;">$cars = array</span></p>
<p><span style="font-weight: 400;">  (</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Toyota&#8221;,22,18),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;BMW&#8221;,15,13),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Mercedes&#8221;,5,2),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Land Rover&#8221;,17,15)</span></p>
<p><span style="font-weight: 400;">  );</span></p>
<p><span style="font-weight: 400;">To access the values we have to set it in the form of row and column.</span></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">$cars = array</span></p>
<p><span style="font-weight: 400;">  (</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Toyota&#8221;,22,18),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;BMW&#8221;,15,13),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Mercedes&#8221;,5,2),</span></p>
<p><span style="font-weight: 400;">  array(&#8220;Land Rover&#8221;,17,15)</span></p>
<p><span style="font-weight: 400;">  );  </span></p>
<p><span style="font-weight: 400;">echo $cars[0][0].&#8221;: In stock: &#8220;.$cars[0][1].&#8221;, sold: &#8220;.$cars[0][2].&#8221;.&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">echo $cars[1][0].&#8221;: In stock: &#8220;.$cars[1][1].&#8221;, sold: &#8220;.$cars[1][2].&#8221;.&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">echo $cars[2][0].&#8221;: In stock: &#8220;.$cars[2][1].&#8221;, sold: &#8220;.$cars[2][2].&#8221;.&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">echo $cars[3][0].&#8221;: In stock: &#8220;.$cars[3][1].&#8221;, sold: &#8220;.$cars[3][2].&#8221;.&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><span style="font-weight: 400;">Output:</span></p>
<p><span style="font-weight: 400;">Toyota: In stock: 22, sold: 18.</span></p>
<p><span style="font-weight: 400;">BMW: In stock: 15, sold: 13.</span></p>
<p><span style="font-weight: 400;">Mercedes: In stock: 5, sold: 2.</span></p>
<p><span style="font-weight: 400;">Land Rover: In stock: 17, sold: 15.</span></p>
<p><b>To get the length of the array count() function is used.</b></p>
<p><b>Php sort function for Arrays</b></p>
<ul>
<li><b><span style="font-weight: 400;">sort()</span><span style="font-weight: 400;"> &#8211; This function is used to sort arrays in ascending order</span></b></li>
<li><span style="font-weight: 400;">rsort()</span><span style="font-weight: 400;"> &#8211; It is used to sort arrays in descending order</span></li>
<li><span style="font-weight: 400;">asort()</span><span style="font-weight: 400;"> &#8211; This is to sort associative arrays in ascending order, according to the value</span></li>
<li><span style="font-weight: 400;">ksort()</span><span style="font-weight: 400;"> &#8211; To sort associative arrays in ascending order, according to the key</span></li>
<li><span style="font-weight: 400;">arsort()</span><span style="font-weight: 400;"> &#8211; This function is used to sort associative arrays in descending order, according to the value</span></li>
<li><span style="font-weight: 400;">krsort()</span><span style="font-weight: 400;"> &#8211; It is used to sort associative arrays in descending order, according to the key</span></li>
</ul>
<p><b>PHP Global Variables- Superglobals</b><span style="font-weight: 400;">Various predefined variables in PHP are “superglobals” means they are always accessible regardless of scope, it can access from any file, function or class. These are as follows:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">$GLOBALS</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_SERVER</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_REQUEST</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_POST</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_GET</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_FILES</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_ENV</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_COOKIE</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">$_SESSION</span></li>
</ul>
<p><b>Get and Post Method</b></p>
<figure id="attachment_1757" aria-describedby="caption-attachment-1757" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1757" src="https://www.pentoday.com/wp-content/uploads/2019/06/method-1-1024x433.jpg" alt="PHP Method" width="640" height="271" srcset="https://www.pentoday.com/wp-content/uploads/2019/06/method-1-1024x433.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2019/06/method-1-300x127.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/06/method-1-768x325.jpg 768w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1757" class="wp-caption-text">PHP Method</figcaption></figure>
<p><span style="font-weight: 400;">There are two ways by which the browser can send information to the web server.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">The GET Method: It requests data from a particular resource.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The POST Method: It submits data to be processed to a particular resource.</span></li>
</ul>
<p><b>The GET Method</b><span style="font-weight: 400;">The GET method sends the encoded user information attached to the page request. Page and encoded information are separated by? Character.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">GET method produces a long string appearing in your server log in the Browser&#8217;s Location: box.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The GET method is restricted to sending up to 1024 characters only.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Never use the GET method if you have passwords or other sensitive information sent to the server.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">GET cannot be used to send binary data, such as a picture or word document to the server.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Data sent by GET method can be accessed using the QUERY_STRING environment variable.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The $ _GET companion array provides access to all sent information using PHP GET method.</span></li>
</ul>
<p><b>The POST Method</b><span style="font-weight: 400;">POST method transfers information through HTTP header. The information described in the case of GET method has been coded and is placed in the title named QUERY_STRING.</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">There is no restriction on the data size to be sent to the POST method.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The POST method can be used to send ASCII and binary data.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The data sent by POST method goes through the HTTP header hence the security depends on the HTTP protocol. By using secure HTTP you can ensure that your information is safe.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The $ _POST provides associative array for accessing all sent information using PHP POST method.</span></li>
</ul>
<p><b>The $_REQUEST variable</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">The PHP $ _REQUEST variable contains content of $ _GET, $ _POST and $ _COOKIE. When we tell about cookies, we will discuss the $ _COOKIE variable.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">PHP $ _REQUEST variable can be used to get results from form data sent with both GET and POST methods.</span></li>
</ul>
<p><b>File Handling in PHP</b></p>
<ul>
<li>Opening a file: fopen()</li>
<li>Reading a file: fread()</li>
<li>Writing a file: fwrite()</li>
<li>Closing a file: fclose()</li>
</ul>
<p><b>Opening and Closing of file</b><span style="font-weight: 400;">The fopen () function is used to open a file. In order to operate the first file name and the mode, two arguments are required.</span><span style="font-weight: 400;">It is important to close the file with the fclose () function after making the changes in the opened file. The fclose () function requires file pointer as its argument and then returns back when it is closed or failed.</span></p>
<p><b>Reading a File</b><span style="font-weight: 400;">Once a file is opened using the Fopen () function, it can be read with a function called Fread () and two arguments are required. These file pointer and bytes should have the length of the file being expressed.</span><span style="font-weight: 400;">Files can be found using the filesize () function, which takes the file name as its arguments and returns the size of the file expressed in the bytes.</span></p>
<p><b>Writing a file</b></p>
<p><span style="font-weight: 400;">A new file can be written or text can be added to the existing file using the fwrite () function. For this function, two arguments that specify the file indicator and the string of data that are required to be written. Alternatively, a third integer argument can be used to specify the length of the data to write. If the third argument is included, the writing will be closed after reaching the specified length.</span></p>
<p><span style="font-weight: 400;">Take a look of a few programs which are mentioned below:</span></p>
<p><b>For loop</b></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php  </span></p>
<p><span style="font-weight: 400;">for ($x = 0; $x &lt;= 10; $x++) {</span></p>
<p><span style="font-weight: 400;">  echo &#8220;The number is: $x &lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">?&gt;</span><span style="font-weight: 400;">  </span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><span style="font-weight: 400;">Output:</span></p>
<p><span style="font-weight: 400;">The number is: 0 </span></p>
<p><span style="font-weight: 400;">The number is: 1 </span></p>
<p><span style="font-weight: 400;">The number is: 2 </span></p>
<p><span style="font-weight: 400;">The number is: 3 </span></p>
<p><span style="font-weight: 400;">The number is: 4 </span></p>
<p><span style="font-weight: 400;">The number is: 5 </span></p>
<p><span style="font-weight: 400;">The number is: 6 </span></p>
<p><span style="font-weight: 400;">The number is: 7 </span></p>
<p><span style="font-weight: 400;">The number is: 8 </span></p>
<p><span style="font-weight: 400;">The number is: 9 </span></p>
<p><span style="font-weight: 400;">The number is: 10 </span></p>
<p><b>While loop</b></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php  </span></p>
<p><span style="font-weight: 400;">$x = 1; </span></p>
<p><span style="font-weight: 400;">while($x &lt;= 5) {</span></p>
<p><span style="font-weight: 400;">  echo &#8220;The number is: $x &lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">  $x++;</span></p>
<p><span style="font-weight: 400;">} </span></p>
<p><span style="font-weight: 400;">?&gt;</span><span style="font-weight: 400;">  </span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><b>Output</b></p>
<p><span style="font-weight: 400;">The number is: 1 </span></p>
<p><span style="font-weight: 400;">The number is: 2 </span></p>
<p><span style="font-weight: 400;">The number is: 3 </span></p>
<p><span style="font-weight: 400;">The number is: 4 </span></p>
<p><span style="font-weight: 400;">The number is: 5 </span></p>
<p><b>Array</b></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">$cars = array(&#8220;Volvo&#8221;, &#8220;BMW&#8221;, &#8220;Toyota&#8221;);</span></p>
<p><span style="font-weight: 400;">$arrlength = count($cars);</span></p>
<p><span style="font-weight: 400;">for($x = 0; $x &lt; $arrlength; $x++) {</span></p>
<p><span style="font-weight: 400;">    echo $cars[$x];</span></p>
<p><span style="font-weight: 400;">    echo &#8220;&lt;br&gt;&#8221;;</span></p>
<p><span style="font-weight: 400;">}</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><b>Output</b></p>
<p><span style="font-weight: 400;">Volvo</span></p>
<p><span style="font-weight: 400;">BMW</span></p>
<p><span style="font-weight: 400;">Toyota</span></p>
<p><b>File handling</b></p>
<p><span style="font-weight: 400;">&lt;!DOCTYPE html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;html&gt;</span></p>
<p><span style="font-weight: 400;">&lt;body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;?php</span></p>
<p><span style="font-weight: 400;">$myfile = fopen(&#8220;dictionary.txt&#8221;, &#8220;r&#8221;) or die(&#8220;Unable to open file!&#8221;);</span></p>
<p><span style="font-weight: 400;">echo fread($myfile,filesize(&#8220;dictionary.txt&#8221;));</span></p>
<p><span style="font-weight: 400;">fclose($myfile);</span></p>
<p><span style="font-weight: 400;">?&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/body&gt;</span></p>
<p><span style="font-weight: 400;">&lt;/html&gt;</span></p>
<p><span style="font-weight: 400;">Output</span></p>
<p><span style="font-weight: 400;">Unable to open file!</span></p>
<p>The post <a href="https://www.pentoday.com/php-short-notes/">PHP Short Notes(complete basic information)</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/php-short-notes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Literature in india ( From Vedic Era Till Today )</title>
		<link>https://www.pentoday.com/indian-literature-from-vedic-era/</link>
					<comments>https://www.pentoday.com/indian-literature-from-vedic-era/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Thu, 14 Feb 2019 10:30:57 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">https://www.pentoday.com/?p=1409</guid>

					<description><![CDATA[<p>Indian literature had always more than a mystery, According to Britishers, It is difficult to</p>
<p>The post <a href="https://www.pentoday.com/indian-literature-from-vedic-era/">Literature in india ( From Vedic Era Till Today )</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Indian literature had always more than a mystery, According to Britishers, It is difficult to know the past of Indian literature. But it is not true because Sanskrit literature begins with the oral literature of the Rig Veda which is 1500–1200 BCE old. </span></p>
<p><span style="font-weight: 400;">The Sanskrit epics Ramayana and Mahabharata appeared from the end of the 2nd millennium BCE, which proves that India and Indian literature are always good. The partition segments of literature can be look in India. </span></p>
<p><span style="font-weight: 400;">Sanskrit is the mother of all languages, In now a day, there is a lot of languages/ way or writing is present in our society. </span></p>
<p><span style="font-weight: 400;">Before knowing literature, you must have to take a look at languages: </span></p>
<p><span style="font-weight: 400;">Mainly there are two types of language division </span></p>
<ol>
<li style="font-weight: 400;"><span style="font-weight: 400;">In archaic Indian languages</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Common Indian languages</span></li>
</ol>
<table style="height: 192px;">
<tbody>
<tr style="height: 24px;">
<td style="width: 243px; text-align: left; height: 24px;"><b> Archaic Indian languages</b></td>
<td style="width: 566px; text-align: left; height: 24px;"><b>Common Indian languages</b></td>
</tr>
<tr style="height: 24px;">
<td style="width: 243px; height: 24px;"><span style="font-weight: 400;">Vedic literature</span></td>
<td style="width: 566px; height: 24px;"><span style="font-weight: 400;">Indian Persian literature</span></td>
</tr>
<tr style="height: 24px;">
<td style="width: 243px; height: 24px;"><span style="font-weight: 400;">Epic Sanskrit literature</span></td>
<td style="width: 566px; height: 24px;"><span style="font-weight: 400;">English literature from North East India</span></td>
</tr>
<tr style="height: 24px;">
<td style="width: 243px; height: 24px;"><span style="font-weight: 400;">Classical Sanskrit literature</span></td>
<td style="width: 566px; height: 24px;"><span style="font-weight: 400;">Hindi literature, English literature, Urdu literature, </span></td>
</tr>
<tr style="height: 48px;">
<td style="width: 243px; height: 48px;"><span style="font-weight: 400;">Prakrit literature</span></td>
<td style="width: 566px; height: 48px;"><span style="font-weight: 400;">Every state of India having different literature </span><b>i.e.</b><span style="font-weight: 400;"> Bhojpuri (In Bihar), Panjabi (In Punjab), Tamil (In Tamil Nadu) </span></td>
</tr>
<tr style="height: 48px;">
<td style="width: 243px; height: 48px;"><span style="font-weight: 400;">Pali literature</span></td>
<td style="width: 566px; height: 48px;"><span style="font-weight: 400;">Assamese, Bengali, Chhattisgarhi, Gujarati, Kodava literature and many more like Telugu, Sindhi, Odia, Mizo.</span></td>
</tr>
</tbody>
</table>
<h2><strong>The time period of origin of Indian Literature Era</strong></h2>
<figure id="attachment_1421" aria-describedby="caption-attachment-1421" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1421" src="https://www.pentoday.com/wp-content/uploads/2019/02/origin-of-Indian-Literature-1024x649.jpg" alt="origin of Indian Literature" width="640" height="406" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/origin-of-Indian-Literature-1024x649.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2019/02/origin-of-Indian-Literature-300x190.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/origin-of-Indian-Literature-768x487.jpg 768w, https://www.pentoday.com/wp-content/uploads/2019/02/origin-of-Indian-Literature.jpg 1200w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1421" class="wp-caption-text">origin of Indian Literature</figcaption></figure>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Literature in Kannada and Telugu appeared in 9th and 11th centuries respectively.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">After that literature in Marathi, Odia and Bengali appeared.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">In the 20th Century, Rabindranath Tagore becomes India&#8217;s first Nobel laureate.</span></li>
</ul>
<h3><strong>Vedic literature (1500–1200 BCE)</strong></h3>
<figure id="attachment_1422" aria-describedby="caption-attachment-1422" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1422" src="https://www.pentoday.com/wp-content/uploads/2019/02/Vedic-literature-1500–1200-BCE-1024x571.jpg" alt="Vedic literature (1500–1200 BCE)" width="640" height="357" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Vedic-literature-1500–1200-BCE-1024x571.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2019/02/Vedic-literature-1500–1200-BCE-300x167.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/Vedic-literature-1500–1200-BCE-768x428.jpg 768w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1422" class="wp-caption-text">Vedic literature (1500–1200 BCE)</figcaption></figure>
<p><span style="font-weight: 400;">Now you are going to know about Vedic Era Literature, Which is as well know as Human revolution Era. On the basis of literary evidence, the Vedic period in the second and first millennia B.C.E. continuing up to sixth-century B.C.E.</span></p>
<p><span style="font-weight: 400;">According to the Archaeological department, Vedic civilization was center in the northern and northwestern parts of the Indian subcontinent. Ancient India contains various kingdoms, from ca. 600 B.C.E. rise of the Mahajanapadas and Maurya Empire from (ca. 320 B.C.E.) is the classical age of Sanskrit literature.</span></p>
<p>The ancient world was more interconnected to space and continent because of that human civilization is the result of mixing ideas across geopolitical borders.</p>
<p>The Vedic word comes from <b><i>Vedas</i></b><i>, </i>a religious texts originating in ancient India. Which is written in Vedic Sanskrit, the texts written in the oldest layer of Sanskrit literature, oldest scriptures of Hinduism?</p>
<p><span style="font-weight: 400;">According to Hinduism culture Vedas to be <strong>A</strong></span><strong><i>pauruseya</i> </strong><span style="font-weight: 400;">(not of a man), Vedic literature is a big mystery in Today’s literature because it is authorless. </span></p>
<p><b>Example: </b><span style="font-weight: 400;">Sulba Sutras is related to geometry (Mathematical calculation) which very coming from the Vedic period.</span></p>
<p><span style="font-weight: 400;"> Disputed Aryan invasion theory related to the Vedic period. According to theory, North India was originally inhabited by darker-skinned Dravidians(Indus Valley founder).</span></p>
<p><span style="font-weight: 400;">According to  Iranian regions, Indo-European languages derived from their ancient tongue are linguistic cousins, this shows Vedas connection to Zoroastrianism ancient Iranian religion.</span></p>
<p><span style="font-weight: 400;">On the evidence of  Pococke, the &#8220;language&#8221; and &#8220;philosophy&#8221; and &#8220;religion,&#8221; the &#8220;rivers,&#8221; &#8220;mountains&#8221; words show that  </span><b>Greece</b><span style="font-weight: 400;"> was </span><b>colonized from India</b><span style="font-weight: 400;">. Pococke also believes that Indian visited and contributed to </span><b>Ancient Egyptian civilization</b><span style="font-weight: 400;">.  </span></p>
<h2><strong>The Historical literature part of Vedic India</strong></h2>
<p><span style="font-weight: 400;">Vedic Literature have a very wide concept but you can understand easily on the basis of there classification in five chronological veins:</span></p>
<ol>
<li>
<h3><b> Rigvedic Period of Literature</b></h3>
<p><figure id="attachment_1423" aria-describedby="caption-attachment-1423" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1423" src="https://www.pentoday.com/wp-content/uploads/2019/02/Rigvedic-Period-of-Literature-1024x572.jpg" alt="Rigvedic Period of Literature" width="640" height="358" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Rigvedic-Period-of-Literature-1024x572.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2019/02/Rigvedic-Period-of-Literature-300x168.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/Rigvedic-Period-of-Literature-768x429.jpg 768w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1423" class="wp-caption-text">Rigvedic Period of Literature</figcaption></figure></li>
</ol>
<p><span style="font-weight: 400;">Rigveda is an example of Vedic texts, contain many common Indo-Iranian elements in both term language and in content, Which are not present in any other Vedic texts. </span></p>
<p><span style="font-weight: 400;">The history of </span><b>Rig-Veda</b><span style="font-weight: 400;"> creation must have taken place over several centuries from part&#8221; 1 to 10 &#8221; complete by 1000 B.C.E. Archaeologically. This era is as well know as Gandhara Grave Culture but not widely accept by  Indus Valley Civilization on the basis of evidence. </span></p>
<ol start="2">
<li>
<h3><b> Mantra Language/Literature</b></h3>
<p><figure id="attachment_1424" aria-describedby="caption-attachment-1424" style="width: 698px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1424" src="https://www.pentoday.com/wp-content/uploads/2019/02/Mantra-language-Atharvaveda-vedas.jpg" alt="Mantra language Atharvaveda vedas" width="698" height="419" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Mantra-language-Atharvaveda-vedas.jpg 1000w, https://www.pentoday.com/wp-content/uploads/2019/02/Mantra-language-Atharvaveda-vedas-300x180.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/Mantra-language-Atharvaveda-vedas-768x461.jpg 768w" sizes="auto, (max-width: 698px) 100vw, 698px" /><figcaption id="caption-attachment-1424" class="wp-caption-text">Atharvaveda</figcaption></figure></li>
</ol>
<p><span style="font-weight: 400;">Mantra and prose language of the Atharvaveda, are considered in Mantra Literature. But Samaveda Samhita 75 mantras not in Rigveda, many of these texts are largely derived from the Rigveda but that&#8217;s not exactly matching with language.</span></p>
<h3><b>Change word</b></h3>
<p><b><i>Vishva</i></b> <span style="font-weight: 400;">(All)in the modern era was replaced by <strong>S</strong></span><strong><i>arva.</i></strong></p>
<p><span style="font-weight: 400;">This time period Was Iron age in north-western India, Black and Red Ware (BRW) culture as the kingdom of the Kurus( ca. 10-century B.C.E ).</span></p>
<p><span style="font-weight: 400;">For information: Atharvaveda contains a great deal of medical knowledge (Ayurvedic healing is modern words).</span></p>
<ol start="3">
<li>
<h3><b> Samhita prose( Before or since Vedic era)</b></h3>
</li>
</ol>
<figure id="attachment_1425" aria-describedby="caption-attachment-1425" style="width: 633px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1425" src="https://www.pentoday.com/wp-content/uploads/2019/02/Samhita-prose.jpg" alt="Samhita prose" width="633" height="268" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Samhita-prose.jpg 600w, https://www.pentoday.com/wp-content/uploads/2019/02/Samhita-prose-300x127.jpg 300w" sizes="auto, (max-width: 633px) 100vw, 633px" /><figcaption id="caption-attachment-1425" class="wp-caption-text">The Samhita prose</figcaption></figure>
<p><span style="font-weight: 400;">Samhita means &#8220;put together, joined&#8221;,  as well refers to the most ancient layer of text in the Vedas. Methodical Shastra, sutra or Sanskrit Epic, along with Vedic texts, can be known a Samhita. </span></p>
<p><span style="font-weight: 400;">Samhita is divided in 4 contemporary literature Vedas (Rigveda, Yajurveda, Samaveda, and Atharvaveda). It is the oldest living part of Hindu tradition.</span><span style="font-weight: 400;"> Very few Samhita is in existence must have been lost at some point or over a period of Indian history.</span><span style="font-weight: 400;">“Yajurveda belongs to Samhita Prose period.”</span></p>
<ol start="4">
<li>
<h3><b> Brahmana prose(Focus on Chhandas, Precise pitch)</b></h3>
</li>
</ol>
<figure id="attachment_1426" aria-describedby="caption-attachment-1426" style="width: 684px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1426" src="https://www.pentoday.com/wp-content/uploads/2019/02/Brahmana-prose-1024x441.jpg" alt="Brahmana prose" width="684" height="295" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Brahmana-prose-1024x441.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2019/02/Brahmana-prose-300x129.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/Brahmana-prose-768x331.jpg 768w, https://www.pentoday.com/wp-content/uploads/2019/02/Brahmana-prose.jpg 1200w" sizes="auto, (max-width: 684px) 100vw, 684px" /><figcaption id="caption-attachment-1426" class="wp-caption-text">Brahmana prose</figcaption></figure>
<p><span style="font-weight: 400;">Aranyakas, Shrautasutras (BSS, VadhSS), Upanishads (BAU, ChU, JUB) along with Vedas are related to Brahmana prose era.</span></p>
<p><span style="font-weight: 400;">You can see such words and lines:</span></p>
<p><span style="font-weight: 400;">यदेतद्धृदयं तव तदस्तु हृदयं मम ।</span></p>
<p><span style="font-weight: 400;">यदिदं हृदयं मम तदस्तु हृदयं तव ॥ </span></p>
<p><b>On the basis of the Oldest Brahmana</b></p>
<p><span style="font-weight: 400;">Chandogya Brahmana is the oldest tell about the eight Suktas for the ceremony of marriage and birth of child rituals. </span></p>
<ol start="5">
<li>
<h3><b> Sutra language( c.500 B.C.E)</b></h3>
</li>
</ol>
<figure id="attachment_1427" aria-describedby="caption-attachment-1427" style="width: 569px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1427" src="https://www.pentoday.com/wp-content/uploads/2019/02/Buddhist-language.jpg" alt="Buddhist language" width="569" height="427" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Buddhist-language.jpg 650w, https://www.pentoday.com/wp-content/uploads/2019/02/Buddhist-language-300x225.jpg 300w" sizes="auto, (max-width: 569px) 100vw, 569px" /><figcaption id="caption-attachment-1427" class="wp-caption-text">Buddhist language</figcaption></figure>
<p><span style="font-weight: 400;">The Sutra language has contained many  Sutra of the bulk and Grhya Sutras and few parts of Upanishads (Kathu, Maitri).</span></p>
<p><span style="font-weight: 400;">But the five prose Upanishads are post-Buddhist, North Bihar is the 3rd political center.</span></p>
<p><span style="font-weight: 400;">During this time the Srauta Sutras, Grihya Sutras, and Upanishads had composed.</span></p>
<ol start="6">
<li>
<h3><b> Epic and Paninian Sanskrit (Post Vedic)</b></h3>
</li>
</ol>
<figure id="attachment_1428" aria-describedby="caption-attachment-1428" style="width: 515px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1428" src="https://www.pentoday.com/wp-content/uploads/2019/02/Panini.jpg" alt="Panini" width="515" height="458" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Panini.jpg 717w, https://www.pentoday.com/wp-content/uploads/2019/02/Panini-300x267.jpg 300w" sizes="auto, (max-width: 515px) 100vw, 515px" /><figcaption id="caption-attachment-1428" class="wp-caption-text">Panini</figcaption></figure>
<p><span style="font-weight: 400;">The time after 500 B.C.E. Archaeologically, the language of the Mahabharata and Ramayana epics on Classical Sanskrit described by Panini. </span></p>
<p><span style="font-weight: 400;">All North India belongs to this period in which  Vedanta, Gautama Buddha, and the Pali Prakrit dialect of Buddhist scripture belong.</span></p>
<p><span style="font-weight: 400;">End of the Vedic period records is present in history, scarce throughout the Indian Middle Ages. End of a Vedic era marked on the basis of linguistic, cultural and political changes.</span></p>
<p><span style="font-weight: 400;">Final epic is set by panini after doing codification of sutra text, that time is famous as the beginning of Classical Sanskrit/ Panini Sanskrit.</span></p>
<p><span style="font-weight: 400;">The end of the Vedic Period Civilization in India created big changes in the literature world. The invention of the Indus valley by Darius 1 in the 6th century is the proof of Post Vedic period. </span></p>
<p><span style="font-weight: 400;">Due to the great contribution of panini, this time period is known as Paninian Sanskrit Literature.</span></p>
<p><span style="font-weight: 400;">Know you have knowledge about the old Vedic </span><b>Period literature culture</b><span style="font-weight: 400;">.</span></p>
<h2><strong>A quick look at Changing Indian Literature</strong></h2>
<h3><b>Epic Sanskrit literature</b></h3>
<figure id="attachment_1430" aria-describedby="caption-attachment-1430" style="width: 973px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-1430" src="https://www.pentoday.com/wp-content/uploads/2019/02/Sanskrit-literature.jpg" alt="Sanskrit literature" width="973" height="498" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Sanskrit-literature.jpg 973w, https://www.pentoday.com/wp-content/uploads/2019/02/Sanskrit-literature-300x154.jpg 300w, https://www.pentoday.com/wp-content/uploads/2019/02/Sanskrit-literature-768x393.jpg 768w" sizes="auto, (max-width: 973px) 100vw, 973px" /><figcaption id="caption-attachment-1430" class="wp-caption-text">Sanskrit literature</figcaption></figure>
<p><span style="font-weight: 400;">Epic Sanskrit literature is traditionally known as Kavaya writing because Ramayana and the Mahabharata, which were originally composed in Sanskrit. Tamil Literature and Sangam literature are the oldest surviving epic poems.</span></p>
<h3><b>Classical Sanskrit literature</b></h3>
<figure id="attachment_1431" aria-describedby="caption-attachment-1431" style="width: 571px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class=" wp-image-1431" src="https://www.pentoday.com/wp-content/uploads/2019/02/Classical-Sanskrit-literature.jpg" alt="Classical Sanskrit literature" width="571" height="320" /><figcaption id="caption-attachment-1431" class="wp-caption-text">Classical Sanskrit literature</figcaption></figure>
<p><span style="font-weight: 400;">If you want to read the classical Sanskrit literature then read Raghuvamsha (Dynasty of Raghu) written by famous poet Kālidāsa. Classical Sanskrit started through Kalidas and carrying by Panini. </span></p>
<p><span style="font-weight: 400;">Chanakya&#8217;s Arthashastra and Vatsyayana&#8217;s Kamasutra are also present in this language along with English, Hindi and many more language.</span></p>
<h3><b>Sub-division of classical literature</b><b>                                              </b></h3>
<ol>
<li><b> </b><span style="font-weight: 400;">Prakrit literature</span></li>
<li><b> </b><span style="font-weight: 400;">Pali literature</span></li>
</ol>
<h4><b>1.Prakrit literature</b></h4>
<p><span style="font-weight: 400;">The Notable Prakrit language Jain Prakrit, Pali, Maharashtra, and Shauraseni. Modern scholars have used the term &#8220;Prakrit&#8221;  on the basis of two concepts:</span></p>
<p><b>*</b><span style="font-weight: 400;"> A group of closely- related literary languages.</span></p>
<p><b>*</b><span style="font-weight: 400;"> Used as a primary language of entire poems.</span></p>
<p><span style="font-weight: 400;">&#8211; Ashoka&#8217;s inscriptions</span></p>
<p><span style="font-weight: 400;">&#8211; An inscription of Indian literature.</span></p>
<p><span style="font-weight: 400;">&#8211;  Kavya-Darsha (c. 700) mentions 4 sub-branch of literary languages: Sanskrit, Prakrit, Apabhramsha, and mixed.</span></p>
<p><span style="font-weight: 400;">&#8211; In the 11th century, Bhoja&#8217;s Sarasvati-Kanthabharana said these languages suitable for the composition of literature.</span></p>
<p><span style="font-weight: 400;">&#8211; In 1676,  Mirza Khan&#8217;s (Tuhfat al-hind) give three kinds of name to Prakrit.</span></p>
<p><b>Few languages</b><span style="font-weight: 400;"> which are labeled as </span><b>&#8220;Prakrit&#8221;</b><span style="font-weight: 400;"> in modern time are: </span><i><span style="font-weight: 400;">Apabhramśa, Ardhamagadhi, Dramili, Elu, Gandhari, Kamarupi, Magadhi, Maharashtra, Paishachi, Pali, Shauraseni</span></i></p>
<h4>2. <b> Pali literature</b></h4>
<p><span style="font-weight: 400;">Pali Literature includes  Buddhist philosophical works, mostly produced outside of the mainland Indian subcontinent like Sri Lanka and Southeast Asia.</span></p>
<p><span style="font-weight: 400;">The major part of Pali language functions is co-ordinate to Jataka tales, Dhammapada, Atthakatha, and Mahavamsa. </span></p>
<h3><b>Pali Literature Categories</b></h3>
<p><span style="font-weight: 400;">Pali literature wrote in Sri Lanka because at that time Sri Lanka became the headquarters of Theravada for centuries. The chronicle of Buddhism in India and Ceylon work on the standard summary of the traditional interpretation in the 4th or 5th century. At the end of the 13th century,  Pali literature in Sri Lanka went into a steep decline because of Buddhist literature(in Sinhalese).</span></p>
<h3><b>Theravada Canon</b></h3>
<p><span style="font-weight: 400;">Pali literature constitutes </span><i><span style="font-weight: 400;">Pāli Canon</span></i><span style="font-weight: 400;"> on scriptures of Theravada school(Buddhist culture extended the brand in the recent era). </span></p>
<h4><b>The Pāli Canon is classified into three Pitakas</b></h4>
<ol>
<li><b>i)</b><span style="font-weight: 400;"> Vinaya Pitaka (</span><i><span style="font-weight: 400;">monastic rules</span></i><span style="font-weight: 400;">)</span></li>
<li><b>ii) </b><span style="font-weight: 400;">Sutta Pitaka (</span><i><span style="font-weight: 400;">Info about discipline</span></i><span style="font-weight: 400;">)</span></li>
<li><b>iii) </b>Abhidhamma Pitaka (<i>deals psychological works</i>)</li>
</ol>
<p><b>* Commentarial literature: </b></p>
<p><span style="font-weight: 400;">Atthakatha refers to Pali-language Theravadin Buddhist commentaries. Traditional interpretations of the scriptures wrote in the last century BCE. According to Theravada tradition, the commentary narrated by five hundred senior monks of First Buddhist council. </span></p>
<p><b>* Paracanonical Texts:</b></p>
<p>The best look to see Paracanonical texts is Khuddaka Nikaya of a language of The Burmese Tipitaka.</p>
<p><strong>New India Literature concept:</strong></p>
<p>Now day Indian literature required in any field of work, Indipandaintent India adopt Hindi as a mother language but it is not valid on the regional area of India. There are 18 official languages are set in our country</p>
<h3><b>Contemporary Literature</b></h3>
<p><span style="font-weight: 400;">In the Postmodern era, the common man has to be socially conscious, to get a good job and life. Malayalam writers like N. Prabhakaran and P. Surendran prefer the term anti-modernism to post-modernism to check out the result on common people way of writing. </span></p>
<p><span style="font-weight: 400;">In Contemporary India every poet wrote there an article in their regional language along with Hindi sub translation. Few Novel writer Vijaydan Detha (Rajasthani language), Surendra Prakash (Urdu), Jayamohan (Tamil), Debes Ray (Bengali), Shivprasad Singh (Hindi), Nayantara Sahgal (English), V. Bedekar (Marathi).</span></p>
<p><span style="font-weight: 400;">For today&#8217;s era poet try to write in a traditional system along with Modern language. </span></p>
<h3><b>Dalit Literature</b></h3>
<figure id="attachment_1432" aria-describedby="caption-attachment-1432" style="width: 662px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-1432" src="https://www.pentoday.com/wp-content/uploads/2019/02/Dalit-Literature.jpg" alt="Dalit Literature" width="662" height="320" srcset="https://www.pentoday.com/wp-content/uploads/2019/02/Dalit-Literature.jpg 662w, https://www.pentoday.com/wp-content/uploads/2019/02/Dalit-Literature-300x145.jpg 300w" sizes="auto, (max-width: 662px) 100vw, 662px" /><figcaption id="caption-attachment-1432" class="wp-caption-text">Dalit Literature</figcaption></figure>
<p><span style="font-weight: 400;">The post-modernist era was the emergence of writings for outcasts by major literary force, example word Dalit means downtrodden. Dalit movement was started in the literature by Marathi, Gujarati, and Kannada write under the guidance of Dr. B.R. Ambedkar, this is the progressive step of literature. </span></p>
<h3><b>Progressive Literature</b></h3>
<p><span style="font-weight: 400;">Both Gandhi, Marx, and Lincoln is the father of progressive literature because of their words creation revolution.  The main goal of India Literature is to improve awareness of common people. After the great pan-Indian movement Fakir Mohan Senapati (Oriya, 1893-1918) was the first Indian novelist, who added a new socio-political outlook. </span></p>
<p>The post <a href="https://www.pentoday.com/indian-literature-from-vedic-era/">Literature in india ( From Vedic Era Till Today )</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/indian-literature-from-vedic-era/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Importance of Technology in Education</title>
		<link>https://www.pentoday.com/importance-technology-education-online-examination/</link>
					<comments>https://www.pentoday.com/importance-technology-education-online-examination/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Sat, 08 Dec 2018 07:45:18 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[computer science]]></category>
		<category><![CDATA[information technology]]></category>
		<guid isPermaLink="false">https://www.pentoday.com/?p=699</guid>

					<description><![CDATA[<p>What is technology? Why is the importance of technology in education? technology includes all the method,</p>
<p>The post <a href="https://www.pentoday.com/importance-technology-education-online-examination/">Importance of Technology in Education</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">What is technology? Why is the importance of technology in education? </span><span style="font-weight: 400;">technology includes all the method, manner, systems, and devices which are the result of scientific knowledge being used for practical goals. There is much importance of technology in education, in present time. Education and technology are co-related to each other at this time. You can see anywhere like college, business, Airport, etc.</span></p>
<p><span style="font-weight: 400;">With the help of technology and education, there are many countries has developed many types of weapons. These weapons that represent the internal power of their country. Its all things are the possible reason for education and technology. I am going to tell you some reason how technology and education depend on each other.</span></p>
<p><strong>1. According to student need</strong></p>
<p><strong>2. Learning new things </strong></p>
<p><strong>3. New teacher demanding It</strong></p>
<p><strong>4. Easy to study</strong></p>
<p><strong>5. Time-saving</strong></p>
<p><strong>6. Online examination</strong></p>
<h2><b>According to student need</b></h2>
<p><span style="font-weight: 400;">In nowadays technology is growing every day with the help of education. In this modern world, students are like to read books. But he wants to learn everything with practically. Due to this reason, students are liking to engage with technology. Also with study books, technical knowledge is very necessary to develop your technical skill. Because technical knowledge increases the thinking power of your mind.</span></p>
<p><span style="font-weight: 400;">Technology is good equipment for learning. Education lifestyle has been totally changed by the cause of technology.</span></p>
<h2><b>Learning New Things</b></h2>
<p><span style="font-weight: 400;">Technology is very helpful in <a href="https://www.pentoday.com/education/how-internet-is-a-teacher-of-modern-world/#Some" target="_blank" rel="noopener noreferrer"><em><strong>online learning</strong></em></a> new things. In this present time, the internet is the most popular technology to learn everything. Technology makes your learning process easy. By using technology education process is very comfortable for us. Because technology has developed a different type of education equipment that increases your education level.</span></p>
<figure id="attachment_703" aria-describedby="caption-attachment-703" style="width: 960px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-703" src="https://www.pentoday.com/wp-content/uploads/2018/11/online-learning.jpg" alt="online learning" width="960" height="573" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/online-learning.jpg 960w, https://www.pentoday.com/wp-content/uploads/2018/11/online-learning-300x179.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/online-learning-768x458.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /><figcaption id="caption-attachment-703" class="wp-caption-text">online learning</figcaption></figure>
<p><span style="font-weight: 400;">Some educational equipment like a light pen, projector, computer etc.</span></p>
<h2><b>New Teacher demands It</b></h2>
<p><span style="font-weight: 400;">To see the huge usage of technology in education, technical knowledge required for anyone for any filed like the government sector or the private sector. There are many benefits of technology in education In this time because their totally work depends on technology, The technology movements have been changed have post-secondary education as well as other professional jobs. If you want to increase your work efficiency, technical knowledge be required for you.</span></p>
<h2 id="Easy"><b>Easy to study</b></h2>
<p>Due to technology, the technical education process is very easy. With the help of technology, you can study anywhere at any time for it no needs for books. In this modern world, mobile is a famous technical device at this time which you may be used in the field of education. Almost 95% of people use this technology. It is useful devices for study and also a small device which you can easily manage and carry on anywhere. Besides of study, mobile is a communication device which you can talk easily in the whole world. It makes your work very easier.</p>
<figure id="attachment_701" aria-describedby="caption-attachment-701" style="width: 960px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-701" src="https://www.pentoday.com/wp-content/uploads/2018/11/study.jpg" alt="study" width="960" height="649" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/study.jpg 960w, https://www.pentoday.com/wp-content/uploads/2018/11/study-300x203.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/study-768x519.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /><figcaption id="caption-attachment-701" class="wp-caption-text">study</figcaption></figure>
<h2><b>Time-saving</b></h2>
<p>Technical devices are time-saving equipment, suppose that you required to do a complex mathematical calculation, that does difficult to do manually and  It may take a lot of time to do this task. But with the help of technical equipment such as a calculator(technical devices), you can calculate this calculation in a few seconds. Thus technical device saves you more time and it provides safety for your work. A lot of people at this time like to use technical devices. Because the machine is technical devices through which human can do their work fastly.</p>
<figure id="attachment_704" aria-describedby="caption-attachment-704" style="width: 960px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-704" src="https://www.pentoday.com/wp-content/uploads/2018/11/technology-with-education.jpg" alt="technology with education" width="960" height="565" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/technology-with-education.jpg 960w, https://www.pentoday.com/wp-content/uploads/2018/11/technology-with-education-300x177.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/technology-with-education-768x452.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /><figcaption id="caption-attachment-704" class="wp-caption-text">technology with education</figcaption></figure>
<h2><b>Online Examination</b></h2>
<p><span style="font-weight: 400;">The online examination has organized a test online to measure the knowledge of the participants on a given subject. A few years ago everybody had to collect in a classroom at the same time to take an exam. The online examination has been made very easy examination process. There are many exam papers online to be conducted With the help of technology. Through online examination, students can do the online exam, in their own time and with their own device, in the whole world. Only two things required for online examination first one is an internet connection, second internet supportable devices such as the mobile, tablet, laptop etc.</span></p>
<figure id="attachment_702" aria-describedby="caption-attachment-702" style="width: 960px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-702" src="https://www.pentoday.com/wp-content/uploads/2018/11/online-examination.jpg" alt="online examination" width="960" height="639" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/online-examination.jpg 960w, https://www.pentoday.com/wp-content/uploads/2018/11/online-examination-300x200.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/online-examination-768x511.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /><figcaption id="caption-attachment-702" class="wp-caption-text">online examination</figcaption></figure>
<p><span style="font-weight: 400;">Online examination saves a lot of time student and examiner. It provides a good result in minimum time. The online examination process is increasing trends. I hope that technology will do more changement in education, in the future.</span></p>
<h2><b>Multiple resources of education</b></h2>
<p><span style="font-weight: 400;">There are many technologies available at the present time like a computer, tablet, light pen,  laptop, mobile etc. This technology works as a teacher which you did not require a book. It has many entertainment things through which you can enjoy. They not only keep students committed with exciting new features and apps but also have other ways to teach students instruments.</span></p>
<h2><b>Technology is necessary to succeed in primary or secondary education</b></h2>
<p><span style="font-weight: 400;">Technology is an important concept to learn new things in modern time. If you want to like learn or not technology. But you daily in your life. Children are very attractive to learn any kind of technology. Technology is a primary part of every industry. Without technology, industry work is incomplete. Technology has made self-part of every aspect of our lives today.</span></p>
<h2><b>Technology made game-based learning education platform</b></h2>
<p><span style="font-weight: 400;">An Intention way to use technology in the classroom, you can prefer a game-based learning platform. The game-based learning platform is a good technology to develop technical skill in children. Because every child is like to play the game. during the game, children have more concentrate your mind on the game. which increase thinking and learning capacity in his mind. In this time a different type of game has made for education purpose. Gaming is the best technology to improve your education level.</span></p>
<p><strong>Read more</strong>: <a href="https://www.pentoday.com/education/how-internet-is-a-teacher-of-modern-world/"><em><strong>HOW INTERNET IS A TEACHER OF MODERN WORLD?</strong></em></a></p>
<h2><b>Conclusion-</b></h2>
<p><span style="font-weight: 400;">I have explained complete information about the importance of technology in education, We have analyzed that education and technology bonding to each other. In the field of education, technology has an important role because It makes easier the education process and provides a better result. With the help of technology, you can save more time. At this time technology grow up each and every day. This information will give you a few new ideas about education and technology. By using technology continue your study is a good utilization of technology. Online examination is one of them. Through which we can attend the exam anywhere. I aspect that technology will come more changement education in feature so that we can make the education process easier.</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.pentoday.com/importance-technology-education-online-examination/">Importance of Technology in Education</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/importance-technology-education-online-examination/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The importance of education in society and its an advantage</title>
		<link>https://www.pentoday.com/education-in-society-importance-disadvantages/</link>
					<comments>https://www.pentoday.com/education-in-society-importance-disadvantages/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Thu, 22 Nov 2018 10:36:25 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">https://www.pentoday.com/?p=710</guid>

					<description><![CDATA[<p> Education is a learning cycle which you learn knowledge, value, behavior, and skills to develop</p>
<p>The post <a href="https://www.pentoday.com/education-in-society-importance-disadvantages/">The importance of education in society and its an advantage</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;"> Education is a learning cycle which you learn knowledge, value, behavior, and skills to develop your brain.  Because education is a way through which you can achieve better skill.  Education is a cost less which you can only learn not can buy”. Education provides by educator but you learn this education themselves.</span></p>
<p><span style="font-weight: 400;">It is an important aspect that plays a big role in the new, industrialized world. People need a good education to spend their living. Fortunately, a lot of people fell how important education is for future generations. Governments investing a lot of money on a good education system. </span></p>
<p><span style="font-weight: 400;">A good education provides good ideas to spend your life. Education is directly correlated to your life. There are many things available in the whole world. If you thinking about any particular things like train, airplane, and medicine it is a part of education. There are many types of education in society. These education has provided many kinds of things like school, bicycle, mobile, laptop, manner, behavior etc. here is some importance of education in society.</span></p>
<ul>
<li>Carrier Advancement</li>
<li>Character building</li>
<li>Backbone of society</li>
</ul>
<p>Most read: <strong><a href="https://www.pentoday.com/education/sex-education-benefit-necessity-and-side-effects/">Sex education</a></strong></p>
<h2><b>Carrier Advancement-</b></h2>
<p><span style="font-weight: 400;">A direct relationship between good job and education. A good education provides a better job to you. Which person required a good job that person need of education. Nowadays the companies are searching to hire an employee who has a high level of education. Although that’s not necessary for all positions, most companies hire candidates which candidates have particular qualifications in their field.</span></p>
<figure id="attachment_771" aria-describedby="caption-attachment-771" style="width: 960px" class="wp-caption alignleft"><img loading="lazy" decoding="async" class="size-full wp-image-771" src="https://www.pentoday.com/wp-content/uploads/2018/11/Carrier-Advancement.jpg" alt="Carrier Advancement" width="960" height="319" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Carrier-Advancement.jpg 960w, https://www.pentoday.com/wp-content/uploads/2018/11/Carrier-Advancement-300x100.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/Carrier-Advancement-768x255.jpg 768w" sizes="auto, (max-width: 960px) 100vw, 960px" /><figcaption id="caption-attachment-771" class="wp-caption-text">Carrier Advancement</figcaption></figure>
<p><span style="font-weight: 400;">An Educated person may be an expert in a particular field. Yet the experience is the most important factor, nothing compares to having a good degree in a certain field. Education does not mean that spends your time in school and college. It essentially means to develop your skills, motivation, behavior, and self-discipline.</span></p>
<h2><b>Character Building-</b></h2>
<p><span style="font-weight: 400;">The most important needs of education in character building. Education is one of the most important factors, that creates a difference between you and others people in your society. Because a high-level education provides the best identity along with personality. It tells people important of life values. In this time classroom is a place where the teacher provides an education about some particular things like health, story, history, science etc. To make a different identity in society, first you need to understand the social problem.</span></p>
<figure id="attachment_772" aria-describedby="caption-attachment-772" style="width: 622px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-772" src="https://www.pentoday.com/wp-content/uploads/2018/11/Character-Building.jpg" alt="Character Building" width="622" height="340" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Character-Building.jpg 622w, https://www.pentoday.com/wp-content/uploads/2018/11/Character-Building-300x164.jpg 300w" sizes="auto, (max-width: 622px) 100vw, 622px" /><figcaption id="caption-attachment-772" class="wp-caption-text">Character Building</figcaption></figure>
<p><span style="font-weight: 400;">What is the reason of this problem and how to solve its problems It all things are possible through a good education? A better education system makes a man perfect. To provide a better education for your children you can select the best schools or college. So that he can find a high-level education. A good educational environment is necessary for a  better education.</span></p>
<p>To build carrier: <a href="https://www.pentoday.com/education/sex-education-benefit-necessity-and-side-effects/"><strong>Choose field of study</strong></a></p>
<h2><b>The backbone of society-</b></h2>
<p><span style="font-weight: 400;">Needs of education is the most important factor to develop your country. To increase the education level in your country, you need to develop new schools and college. So that every person may be educated in your country. An educated person is able to solve every problem in their life easier. To development, your country educated person has a main important role.</span></p>
<figure id="attachment_773" aria-describedby="caption-attachment-773" style="width: 544px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-full wp-image-773" src="https://www.pentoday.com/wp-content/uploads/2018/11/society-1.jpg" alt="society" width="544" height="340" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/society-1.jpg 544w, https://www.pentoday.com/wp-content/uploads/2018/11/society-1-300x188.jpg 300w" sizes="auto, (max-width: 544px) 100vw, 544px" /><figcaption id="caption-attachment-773" class="wp-caption-text">society</figcaption></figure>
<p><span style="font-weight: 400;">Modern society is based on that have a high level of education, which can solve different type of problem in a good way. </span><span style="font-weight: 400;">A better education provides a good idea and working approach. Through education, you can tell people about new technology and machine. </span></p>
<p>If you also want to write then try to follow the guidelines: <a href="https://www.pentoday.com/education/simplest-way-write-essay-technology/"><strong>SIMPLEST WAY TO WRITE ESSAY</strong></a></p>
<h2><b>An advantage of education-</b></h2>
<p><span style="font-weight: 400;">There are many advantages of education at this time. You can read below.</span></p>
<ol>
<li style="font-weight: 400;"><span style="font-weight: 400;">Employment</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Responsibility</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">discipline</span></li>
</ol>
<p>Before knowing these you have to read: <a href="https://www.pentoday.com/education/tips-make-youths-better-leaders/"><strong>Know Own Leadership Quality</strong></a></p>
<h3><b>Employment-</b></h3>
<p><span style="font-weight: 400;">There are many job opportunity is available for an educated person in modern time. If you are an educated person you can get any types of job which you wanted.  You have a different identity in your living environment. The people will take inspiration seeing to you. This person has a spent a lot of time on education. In this time education is a  big source of income.</span></p>
<h3><b>Responsibility-</b></h3>
<p><span style="font-weight: 400;">A complete education teaches you how to manage yourself and be responsible. During the education, you face different types of problem and you spend a lot of time reading books. Education teaches you how to solve complex problems in your life. </span></p>
<h3><b>Discipline- </b></h3>
<p><span style="font-weight: 400;">Discipline is the most important factor in education. Because education will teach you what is discipline and how will you apply in your life. A better discipline is necessary to improve your character. A disciplined person is respectable in the whole world.</span></p>
<h2>Conclusion</h2>
<p><b>“</b><span style="font-weight: 400;">Above articles we describe education and needs of education. In this modern time, education is a most important topic. The importance of education in society. Present time education is a basic need of every people. This article gives you more ideas on why education is necessary for your daily life. Because education is one of the most important ways to make a better carrier. </span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.pentoday.com/education-in-society-importance-disadvantages/">The importance of education in society and its an advantage</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/education-in-society-importance-disadvantages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Top Difference Between Indian and Western Culture</title>
		<link>https://www.pentoday.com/indian-and-western-culture/</link>
					<comments>https://www.pentoday.com/indian-and-western-culture/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Thu, 01 Nov 2018 11:34:27 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">https://www.pentoday.com/?p=665</guid>

					<description><![CDATA[<p>Before we begin with this topic, we must first understand what culture implies. Culture has</p>
<p>The post <a href="https://www.pentoday.com/indian-and-western-culture/">Top Difference Between Indian and Western Culture</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Before we begin with this topic, we must first understand what culture implies. Culture has been defined in a number of styles, but most commonly, as the read and shared role of a community of interacting human beings. Culture defines what people develop to enable them to change to their life, such as language, Food, tools to enable them to survive and gain, customs and traditions that define values and organize social interactions, religious beliefs and rituals, and dress, art, and music to make symbolic and beautiful expressions. Today we are going to illustrate some difference in Indian and Western Culture.</span></p>
<p><span style="font-weight: 400;">This topic is forever controversial and frankly, but, there is never a winner as to which culture is best. Indian and Western culture are developed in various parts of India and they are different from each other. Indian culture belongs to the traditions, religions and the rules that are followed in India while Western culture is the culture followed in American and the European countries.</span></p>
<blockquote><p>So in this article, we are going to show the major difference between Indian culture and western culture.</p></blockquote>
<h2><b>1)Dressing Style</b></h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-667 size-full" src="https://www.pentoday.com/wp-content/uploads/2018/11/Dressing-style.jpg" alt="Dressing style" width="512" height="320" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Dressing-style.jpg 512w, https://www.pentoday.com/wp-content/uploads/2018/11/Dressing-style-300x188.jpg 300w" sizes="auto, (max-width: 512px) 100vw, 512px" /></p>
<p><span style="font-weight: 400;">Attire is the most common and major difference in both the culture. In Indian culture, traditional saree is the most famous choice which is worn in different style. Today’s women choose a fresh path when it comes to dressing. Except for the older age who are traditional and conservative, the saree has been commonly replaced by Churidar-Kurta and the Salwar Kameez. Women of most all the ages starting of 18 years old to 90 years old prefer dressing in Salwaar Kameez for their day to day life. Accessories like bangles,mangalsutra, and a bindi on the forehead usually bring the Indian attire. Dhoti kurta, kurta pajama are the common dress for men.</span></p>
<p><span style="font-weight: 400;">In western culture, Suits are favored by men during formal occasions, while jeans and t-shirts are used on casual occasions. Gowns, Skirts, Trousers, Jeans, tunics, shorts are among the most regularly worn outfits for women.</span></p>
<h2><b>2) Dance Forms</b></h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-668 size-full" src="https://www.pentoday.com/wp-content/uploads/2018/11/indian-vs-western-dance-e1541070771127.jpg" alt="indian vs western dance" width="478" height="398" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/indian-vs-western-dance-e1541070771127.jpg 478w, https://www.pentoday.com/wp-content/uploads/2018/11/indian-vs-western-dance-e1541070771127-300x250.jpg 300w" sizes="auto, (max-width: 478px) 100vw, 478px" /></p>
<p><span style="font-weight: 400;">The most beautiful part of a culture is many dance forms that the culture supports. Bharatnatyam, Odissi, Kuchipudi, Kathakali or Ghoomer are some of the famous dance forms relating to different states and are danced on classical or folk song. The Classical dance forms are considered as a discipline and a way to give yourself to God with the help of art.</span><span style="font-weight: 400;"><br />
</span></p>
<p><span style="font-weight: 400;">Dance forms in the western are to more upbeat music such as Salsa, Breakdance, Tap dance, Hip-Hop etc but also sometimes represents despair and pain. Dance forms like Ballet show a whole story with a plot.</span></p>
<p><span style="font-weight: 400;">Now Hip-Hop has become the world by passion, one cannot go an Indian wedding and dance without the classic Thumkas. There’s Salsa, Break Dance,  Tap-Dance from the West that makes one want to groove, whereas there’s Bhangra, Garba, Bharatnatyam, Bollywood, and Kuchipudi given by India that adorns the art of dance.</span></p>
<h2><b>3) Languages</b></h2>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-669 size-full" src="https://www.pentoday.com/wp-content/uploads/2018/11/Languages.png" alt="Languages" width="300" height="180" /></p>
<p><span style="font-weight: 400;">India has approximately 1650 mother tongues, though 150 languages are spoken by the overall population. Hindi is the highly spoken language in India, but there are various other languages which are spoken in different areas like Telugu, Tamil, Marathi, Punjabi, Bengali, Bihari, Urdu etc.    </span></p>
<p><span style="font-weight: 400;">English is generally spoken in western countries, supported by French and Spanish. Most of the western countries speak English, French or Spanish as the official language. Latin languages are primarily spoken in the western.</span></p>
<h2><b>4) Festivals</b></h2>
<p><img loading="lazy" decoding="async" class="size-full wp-image-670 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/Indian-festival.jpg" alt="Indian festival" width="510" height="340" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Indian-festival.jpg 510w, https://www.pentoday.com/wp-content/uploads/2018/11/Indian-festival-300x200.jpg 300w" sizes="auto, (max-width: 510px) 100vw, 510px" /></p>
<p><span style="font-weight: 400;">Festivals are at heart in people’s lives in India Holi, Diwali, Navratri, etc. There a  lot of festivals that are based on various events in the past; modern festivals are being held such as Christmas.T he festivals in India are known universal. The brilliant colors of Holi, the bright and shimmering lights of Diwali, savories, and sweets served on Eid and multiple festivals are celebrated with happiness.</span></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-671 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/Western-Festival.jpg" alt="Western Festival" width="510" height="340" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Western-Festival.jpg 510w, https://www.pentoday.com/wp-content/uploads/2018/11/Western-Festival-300x200.jpg 300w" sizes="auto, (max-width: 510px) 100vw, 510px" /></p>
<p><span style="font-weight: 400;">In western culture, however, there are only some extremely known festivals. The famous festivals are Christmas, Halloween, Thanksgiving and are known to be not as loud as the festivals of India but have special traditions which are followed on that day like eating Turkey on Thanksgiving, clothing up as zombies and magicians on Halloween and wearing green and drinking green beer on St. Patrick’s day.</span></p>
<h2><b>5) Food</b></h2>
<p><img loading="lazy" decoding="async" class=" wp-image-672 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/unnamed-15.png" alt="" width="323" height="203" /></p>
<p><span style="font-weight: 400;">No one can hold the mouthwatering foods offered by both cultures. Both Indian and Western food have their individual fans. </span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;"><br />
</span><span style="font-weight: 400;">India- Rice is the staple food around in all the parts of the people. Paratha in the north, Dosas, and idlis in the south, biryani, curries, pickles and countless types of sweets like Kheer, Halwa, Rosogollas, Ladoos, and Gulab Jamuns are some of the other favorite Indian food items.</span></p>
<p><img loading="lazy" decoding="async" class=" wp-image-673 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/unnamed-17.png" alt="Food" width="329" height="209" /></p>
<p><span style="font-weight: 400;">But, maximum people favor wheat over rice in the West. Pizzas, Burgers, Sandwiches, French fries, Croissants, Pasta, Salads, Soups, Chicken wings, wraps, wine and sweets such as Cakes, Pastries, Puddings, Jellies, Ice cream, and multiple western food items have made their style to demand all across the world.</span></p>
<h2><b>6) Equality</b></h2>
<p><img loading="lazy" decoding="async" class="size-full wp-image-674 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/Equality.png" alt="Equality" width="312" height="340" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/Equality.png 312w, https://www.pentoday.com/wp-content/uploads/2018/11/Equality-275x300.png 275w" sizes="auto, (max-width: 312px) 100vw, 312px" /></p>
<p><span style="font-weight: 400;">Women are yet judged unequal and inferior to man though taking of western civilization is changing this idea. We happy Indians of 21st century enjoy in celebrations when a boy is born, and if there is a girl, a silenced or never celebrations is normal. Respect and love for a male child are so important from the past time, we are killing and stopping our girls at birth or before birth.</span></p>
<p><span style="font-weight: 400;">In the west, Women are equal to men in society. Both man and woman are considered equal. They have equal rights.</span></p>
<h2><b>7) Marriages</b></h2>
<p><span style="font-weight: 400;">      <img loading="lazy" decoding="async" class="aligncenter wp-image-675 " src="https://www.pentoday.com/wp-content/uploads/2018/11/132e5faf4eba9e0a11849d4ca50ebfbd.jpg" alt="Marriages" width="548" height="548" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/132e5faf4eba9e0a11849d4ca50ebfbd.jpg 564w, https://www.pentoday.com/wp-content/uploads/2018/11/132e5faf4eba9e0a11849d4ca50ebfbd-150x150.jpg 150w, https://www.pentoday.com/wp-content/uploads/2018/11/132e5faf4eba9e0a11849d4ca50ebfbd-300x300.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/11/132e5faf4eba9e0a11849d4ca50ebfbd-50x50.jpg 50w" sizes="auto, (max-width: 548px) 100vw, 548px" /></span></p>
<p><span style="font-weight: 400;">In Indian culture, the wedding is not just the coming together two people or two souls, Indian wedding also brings two families closer. Arranged marriages are most common in India, compared to love marriage. Parents and other families decide on a life partner that they think perfect for their child. They have in mind different factors, different for boys and girls while searching for a perfect match to join their names with. Still, in the 21st Century, nearly 85 percent of Indians favor marrying the boy or girl preferred by their parents, rather than choosing their life partners themselves.</span></p>
<p><span style="font-weight: 400;">In western culture, Love marriages and consented marriages are most common.</span></p>
<p>&nbsp;</p>
<h2><b>8) Live in Relationship</b></h2>
<p><img loading="lazy" decoding="async" class="size-full wp-image-676 aligncenter" src="https://www.pentoday.com/wp-content/uploads/2018/11/73a3c9ad6ee4cdbf8a627e63b4bd312c.jpg" alt="Live in Relationship" width="564" height="846" srcset="https://www.pentoday.com/wp-content/uploads/2018/11/73a3c9ad6ee4cdbf8a627e63b4bd312c.jpg 564w, https://www.pentoday.com/wp-content/uploads/2018/11/73a3c9ad6ee4cdbf8a627e63b4bd312c-200x300.jpg 200w" sizes="auto, (max-width: 564px) 100vw, 564px" /></p>
<p><span style="font-weight: 400;">Live in the relationship in Indian culture! </span></p>
<p><span style="font-weight: 400;">What? No, have you gone mad? This is so shameless…..</span></p>
<p><span style="font-weight: 400;">Such reactions have come if she/he wants to come to live in relation. Live in relationships are a big NO in India, culturally. As wedding is a very sacred matter, live in relationships are thought as an insult to society and to the family.</span></p>
<p><span style="font-weight: 400;">In the west, Live in relationship is common and cool. Two characters can live as a couple even without marriage and also be physical with each other. If two people are happy &amp; comfortable with each other then they can be together and can walk away anytime if they are not happy.</span></p>
<h2><b>Conclusion</b></h2>
<p><span style="font-weight: 400;">So Indian culture is an ancient and traditional culture in the world. Western culture is a modern and advanced culture in the world. Both Indian and Western Culture is best at their places. There is a lot to get from both cultures. For last some decades, Indian culture has been affected by the western culture, and they are using the merits of the western culture like cleanliness, equal rights for both men and women, honesty, etc. which helped in killing the shortcomings of Indian culture. Same as western culture is also becoming an Indian touch about Indian food and yoga.</span></p>
<p><span style="font-weight: 400;">It is important to know about both the cultures and decide for ourselves what to follow. We hope this article will help you to understand the Indian and western culture. If you like this article then don&#8217;t forget to share it with your Peers!</span></p>
<p>The post <a href="https://www.pentoday.com/indian-and-western-culture/">Top Difference Between Indian and Western Culture</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/indian-and-western-culture/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Importance of Internet in Education (Internet as a Teacher)</title>
		<link>https://www.pentoday.com/how-internet-is-a-teacher-of-modern-world/</link>
					<comments>https://www.pentoday.com/how-internet-is-a-teacher-of-modern-world/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Wed, 10 Oct 2018 12:18:05 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">http://pentoday.com/?p=544</guid>

					<description><![CDATA[<p>&#160; What do you know about the internet? Do you ever used the internet for</p>
<p>The post <a href="https://www.pentoday.com/how-internet-is-a-teacher-of-modern-world/">Importance of Internet in Education (Internet as a Teacher)</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>&nbsp;</p>
<blockquote><p><span style="font-weight: 400;">What do you know about the internet? Do you ever used the internet for Study? Internet is a teacher of modern world this line is 100% true. Know How?</span></p></blockquote>
<p><span style="font-weight: 400;">The invention of the Internet has brought various advantages in almost every field. The main motive of the Internet is the sharing of information, especially in the Education sector. The Internet has proved to be a boon in the field of Education as it provides fast access to information anywhere in the world. You get tons and tons of information just by pressing a few buttons and browsing across the web. Let us see some major advantages of the Internet in the field of Education.</span></p>
<p><span style="font-weight: 400;">The Internet is an interconnected network system, which used to transmit data to another network TCP/IP protocols. The internet is referred to as a global communication system. </span><span style="font-weight: 400;">We can say that the internet is like a net that connects internally the whole network where we communicate with each other and send data. It is a secure way to send data and other important documents. We are going to describe, all about the internet.</span></p>
<figure id="attachment_1691" aria-describedby="caption-attachment-1691" style="width: 640px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1691" src="https://www.pentoday.com/wp-content/uploads/2018/10/adults-analysis-banking-1451447-1024x766.jpg" alt="advantages of internet in education" width="640" height="479" srcset="https://www.pentoday.com/wp-content/uploads/2018/10/adults-analysis-banking-1451447-1024x766.jpg 1024w, https://www.pentoday.com/wp-content/uploads/2018/10/adults-analysis-banking-1451447-300x224.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/10/adults-analysis-banking-1451447-768x575.jpg 768w" sizes="auto, (max-width: 640px) 100vw, 640px" /><figcaption id="caption-attachment-1691" class="wp-caption-text">advantages of internet in education</figcaption></figure>
<p>Things To Read in this Article are-</p>
<p>1. <a href="#How"><strong>How To study  through the internet</strong></a></p>
<p>2.<a href="#Required"> <b>Required software to access the Internet</b></a></p>
<p>3. <a href="#Some"><b>Some way of online learning</b></a></p>
<p>4.<a href="#The"><b>The advantage of Internet studies</b></a></p>
<h2 id="How"><b>How To study  through the internet: </b></h2>
<p><span style="font-weight: 400;">There are many study material available on the internet. </span><span style="font-weight: 400;">Students now only need their own laptops, who are able to access the information available anywhere in the world, which are convenient for them, using the Internet and then quickly save your notes on your laptop or digital device.</span></p>
<p><span style="font-weight: 400;">You can learn every subject which you like to read. Like physics, chemistry, math,  digital marketing, internet marketing, networking web development, software development etc. There are many websites available for online study.as for example- Edx.org, Archive.org, courser.org, brightstrom.org, cosmolearning.com  etc.</span></p>
<h3><b>Required Equipment for  Internet studies:</b></h3>
<p><span style="font-weight: 400;">If you want to study through the internet or online study following equipment is required for internet studies. I will tell you bellow step by step.</span></p>
<ol>
<li style="font-weight: 400;"><span style="font-weight: 400;">An electronic device like Mobile, laptop, or table etc.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Internet connection as broadband or sim card in which data pack is available.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">The device may be 3g, 4g or other variants you can use.</span></li>
</ol>
<h2 id="Required"><b>Required software to access the Internet: </b></h2>
<p><span style="font-weight: 400;"><span style="font-weight: 400;">Many software is available to access the internet. Through which you can directly connect to the internet. Some application list a bellow you can read It.</span></span></p>
<ul>
<li>Google Chrome</li>
<li>Mozilla Firefox</li>
<li>Bing</li>
<li>Yahoo</li>
<li>Wow,</li>
<li>Web crawler,</li>
<li>Ask</li>
</ul>
<h3><b>How will use this software in an online study?</b></h3>
<p><b></b><span style="font-weight: 400;">If you have already Installed that software on your computer or mobile. Click on that software and you will connect to the internet. Before connecting with the browser you have to on your data pack.</span></p>
<p><span style="font-weight: 400;">Otherwise, if you don&#8217;t have the software you can install on a device. If you open that application, put the information you required and click the search button. </span></p>
<p><span style="font-weight: 400;">After that, you can click on any web page to get a result.</span></p>
<h2 id="Some"><b>Some way of online learning:</b></h2>
<p><span style="font-weight: 400;">In the early days, the student was going to learning in college or school. But you have not bounded to go to school or college to learn something.  The online study gives a better option to know the things in video audio and written form. </span></p>
<p><span style="font-weight: 400;">Some important online learning way.</span></p>
<ul>
<li><b>Communicate with other students </b></li>
<li><strong>Online training </strong><b></b></li>
<li><b>Make valuable contacts</b></li>
<li><b>Research for assignment</b></li>
</ul>
<p><b>Communicate with other students</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;"> You can search that students, who are related to that. You can discuss courses and project, or course-specific topic.</span></li>
</ul>
<p><b>Online Training:</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">You can download the course, note, and video related to your subject.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;"> Online study has a lot of options like practice paper and test series.</span></li>
</ul>
<p><b>Make valuable contact:</b><span style="font-weight: 400;">  </span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Through the internet, you can easily contact, an organization near your study area.</span></li>
</ul>
<p><b>Research for assignment:</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">You can research our assignment  through and you can create a better assignment comparison to another student who does a study in college </span></li>
</ul>
<h2 id="The"><b>The advantage of Internet studies:</b></h2>
<figure id="attachment_547" aria-describedby="caption-attachment-547" style="width: 1880px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-547 size-full" src="http://pentoday.com/wp-content/uploads/2018/10/Old-time-study-needs-teacher.jpeg" alt="Old time study needs teacher" width="1880" height="1253" srcset="https://www.pentoday.com/wp-content/uploads/2018/10/Old-time-study-needs-teacher.jpeg 1880w, https://www.pentoday.com/wp-content/uploads/2018/10/Old-time-study-needs-teacher-300x200.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/10/Old-time-study-needs-teacher-768x512.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/10/Old-time-study-needs-teacher-1024x682.jpeg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-547" class="wp-caption-text">Old time study needs a teacher</figcaption></figure>
<p><span style="font-weight: 400;"> There are many advantages to online education or internet study.</span></p>
<ul>
<li>Variety of program and  courses</li>
<li>Lower total cost.</li>
<li>More comfortable learning environment.</li>
<li>Convenience and  flexibility</li>
<li style="font-weight: 400;"><span style="font-weight: 400;">School/College Projects</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Using Multimedia</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">No Age Bracket for Education</span></li>
<li>Carrier advancement</li>
</ul>
<p><b>Variety of program and courses: </b><span style="font-weight: 400;">Higher education provider university or college that provide the online course. The student chooses a different type of course and studies online. University by provided online degree and certificate certified student. </span></p>
<p><b>Lower Total cost:</b><span style="font-weight: 400;"> the Online course is very affordable compared to a traditional college. It saves your money like tuition fee, book charges and we can say that online education study is very cost less.  </span></p>
<p><b>More comfortable  learning environment :</b></p>
<p><span style="font-weight: 400;">online study is more comfortable because if you want to go study for collage fist you will be ready to go to college. But, you do online study no requirement to ready .you can take simply mobile or laptop and you can start online education. Internet treats like a teacher to give the right information.</span></p>
<p><b>Convenience and flexibility: </b><span style="font-weight: 400;">Online study provides student good opportunity plan and also provide rest time Because online education saves your time which you can take rest. So online is study is very reliable for anyone.</span></p>
<h3><span style="font-size: 12pt;"><b>School/College Projects</b><span style="font-weight: 400;">: Internet access can be very useful for completing projects in schools and colleges. As the internet is an ocean of information, which covers almost all the subjects known to humans, one can find necessary information, research work, etc. for someone&#8217;s projects.</span></span></h3>
<h3><span style="font-size: 12pt;"><b>Using Multimedia</b><span style="font-weight: 400;">: </span><span style="font-weight: 400;">Of course, it is believed that there is more impact on learning and remembering visual data compared to plain text. Therefore, pictures, graphics, animation, pictures, slides, documentaries, etc., appeal more than a plain textbook. Multimedia and Internet access provides children with the opportunity to gain deep knowledge about a specific subject.</span></span></h3>
<p><b>No Age Bracket for Education</b><span style="font-weight: 400;">: </span><span style="font-weight: 400;">Online courses offer people of all age groups the opportunity to take the education of their choice according to their likes and wishes. Become a student, a housewife, or a professional, they can just start their own computers, connect to the internet, and take virtual classes.</span></p>
<p><b>Carrier advancement: </b></p>
<p><span style="font-weight: 400;">The student can take a course and complete our degree working with the job. If you do an online study you can support your family with a job. As you complete our degree can increase job positions.</span></p>
<h2><span style="font-weight: 400;"><strong>Conclusion</strong>:</span></h2>
<p>Nowadays everyone wants to know things in a practical way. For that 3D or 4D classes are provided by school and college for better information. Through the internet, we can easily know about the things we want. For making study easier videos are available.</p>
<p>Particle things have basically low probability of loss. The Internet gives practical knowledge.  So, we can say that internet is a teacher of the modern world.</p>
<p>The post <a href="https://www.pentoday.com/how-internet-is-a-teacher-of-modern-world/">Importance of Internet in Education (Internet as a Teacher)</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/how-internet-is-a-teacher-of-modern-world/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Sex education: Benefit , necessity and Side effects</title>
		<link>https://www.pentoday.com/sex-education-benefit-necessity-and-side-effects/</link>
					<comments>https://www.pentoday.com/sex-education-benefit-necessity-and-side-effects/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Wed, 26 Sep 2018 06:54:51 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">http://pentoday.com/?p=502</guid>

					<description><![CDATA[<p>image source: neoskosmos.com Sex education is very important for all age group. In some families</p>
<p>The post <a href="https://www.pentoday.com/sex-education-benefit-necessity-and-side-effects/">Sex education: Benefit , necessity and Side effects</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>image source: neoskosmos.com</p>
<p>Sex education is very important for all age group. In some families parents not explain all sex education topic, which may lead to a big problem for children.  Human sexual anatomy is natural So, don&#8217;t hide educate your children and society.</p>
<h2><span style="font-weight: 400;">What is sex education?</span></h2>
<figure id="attachment_505" aria-describedby="caption-attachment-505" style="width: 1880px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-505 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/Sex-education.jpeg" alt="Sex education" width="1880" height="1253" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/Sex-education.jpeg 1880w, https://www.pentoday.com/wp-content/uploads/2018/09/Sex-education-300x200.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/09/Sex-education-768x512.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/09/Sex-education-1024x682.jpeg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-505" class="wp-caption-text">Sex education</figcaption></figure>
<p><span style="font-weight: 400;">The education which relates to human sexuality, emotional relations, sexual anatomy, activity, and reproduction Is known as sex education.  Age of consent, reproductive health,  rights, safe sex, birth control, and sexual abstinence is a part of Education.</span></p>
<p><span style="font-weight: 400;">In short, the education in which we read about the sex, sex advantage and disadvantage, process of safe sex etc is called sex education.</span></p>
<p><span style="font-weight: 400;">After the discovery of sex disease “AIDS”, sex education spread all over the world. Many NGO around the world spread knowledge about the sex or safe sex. Some form of sex education is given at many schools as a part of the curriculum. </span></p>
<p><span style="font-weight: 400;">There are some sites which provide online sex education, where you receive all information about sex and use the information in best ways.</span></p>
<h2><span style="font-weight: 400;">Importance of sex education</span></h2>
<p><span style="font-weight: 400;">In many cultures were not given any information about sexual matters and the discussion of these issue being considered as misbehaving. It was traditionally left to a child’s parents and often this was put off until just before a child’s marriage.</span></p>
<h3><span style="font-weight: 400;">For teenagers:</span></h3>
<figure id="attachment_506" aria-describedby="caption-attachment-506" style="width: 500px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-506 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/pad-for-information.jpg" alt="pad for information" width="500" height="500" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/pad-for-information.jpg 500w, https://www.pentoday.com/wp-content/uploads/2018/09/pad-for-information-150x150.jpg 150w, https://www.pentoday.com/wp-content/uploads/2018/09/pad-for-information-300x300.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/09/pad-for-information-50x50.jpg 50w" sizes="auto, (max-width: 500px) 100vw, 500px" /><figcaption id="caption-attachment-506" class="wp-caption-text">pad for information             image source: www.dainikprabhat.com</figcaption></figure>
<p><span style="font-weight: 400;">Sex education is very important for the teenagers because it’s that stage was their mind are so sensitive. At this stage almost teenager don’t know about sex and the sex part. If someone harasses them by sex and touching their sex-sensitive part, then they have no idea about this and not complain to anyone.</span></p>
<p><span style="font-weight: 400;">But if they have knowledge about this, then they complain from their parents or guardian and take action on that person. At this stage, if you do not give the right education about the sex then they make mistake and going for sex before the adult period or other sexual activity like masturbation. </span></p>
<p><span style="font-weight: 400;">It’s that stage where puberty of boys and girls starts, they grew very fast and their body structure also changes slowly. They attract to each other and fall in love. Love is not a matter but their sex hormone also increases at this stage and then they go for the sex, which affects their career and their life badly. Sex education help teenagers to keep away from the sex or any sexual activity before the adult period and focused only on their career.</span></p>
<h3><span style="font-weight: 400;">For adults:</span></h3>
<p>&nbsp;</p>
<p><span style="font-weight: 400;">At this stage, a boy and a girl so much attracted to each other and they also have permission from the government to sex with their partner, if both of them agree. But this stage the excitement of sex are very increased and in the excitement, they try unsafe sex and other things which are harmful to the body.</span></p>
<p><span style="font-weight: 400;">Sometime in the excitement, the female partner gets pregnant before marriage that affects the life of kid. Which creates a bad impact on society. In the excitement, sometime partner get forced to sex which is a crime.</span></p>
<p><span style="font-weight: 400;">Sex education for an adult is necessary because some adult wants to live in sexual relationship with more than one partner and sex with them but slowly they are addicted for sex and spoiled their life and their marital relationship.</span></p>
<p><span style="font-weight: 400;">After marriage sex education helps in the birth control. Sex education gives knowledge to the adult to use of condoms and medicine to control the population.</span></p>
<h4><b><i>Sex education is very important for our society but it has some side effects also which effect mostly teenagers. Some of those side effects we describe here:-</i></b></h4>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Sex education at schools is important but some time it gives bad result in students. They are curious and when that curiosity for the sex increase they misuse. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Most difficult part of sex education is that to decide which age is the right one to talk about sex.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Sex education at school is making a large number of student sex addicted.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Sex education generally educates teenagers regarding safe and unsafe sexual practices. So they apply this information in a bad way.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">After sex education at schools, sexual intercourse during school is increasing. The increment in a sexual ratio in school.  Boys percentage sex ratio is more than the girl&#8217;s ratio. </span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">It increases the interest in sex and encourages unhealthy tendencies in teenagers.</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Sex education indirectly increases crime. Because of curiosity of sex in children after sex education. </span></li>
</ul>
<p>&nbsp;</p>
<table>
<tbody>
<tr>
<td><strong>    Benefit</strong></td>
<td><strong>                Necessity</strong></td>
<td><strong>                 Side effects</strong></td>
</tr>
<tr>
<td><span style="font-weight: 400;">1. Prevent from Disease </span></td>
<td><span style="font-weight: 400;">Help in knowing the facts</span></td>
<td><span style="font-weight: 400;">Increase sexual excitement</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">2. Reduce Kids exploitation</span></td>
<td><span style="font-weight: 400;">If someone tries to molest your kids, they come to you. </span></td>
<td><span style="font-weight: 400;">Some boys are misusing the information</span></td>
</tr>
<tr>
<td><span style="font-weight: 400;">3. Help in Teenager problem</span></td>
<td></td>
<td><span style="font-weight: 400;">32%  kids take education in a bad way</span></td>
</tr>
</tbody>
</table>
<h3><span style="font-weight: 400;">Conclusion:</span></h3>
<p><span style="font-weight: 400;">Sex is an important and very risky part of human life. It makes the life beautiful and also destroys the life. So it’s very important to keep knowledge about sex to save your life. This information, you have to explain in front of children, to protect them.</span></p>
<p>Sex education for Girls: About menstruation cycle age ( 10 to 15 age).</p>
<p>For kids, if someone gives chocolate and touches the private part, then they directly say to parents.</p>
<p>What is the use of condom, pads and copper T. How and why it is used? if someone try to bad and good perspective, it&#8217;s your choice how you can deal with your kids.</p>
<p><span style="font-weight: 400;">Teenagers have to avoid the side effect of sex education. Keep only those information which helps to get the life better.</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://www.pentoday.com/sex-education-benefit-necessity-and-side-effects/">Sex education: Benefit , necessity and Side effects</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/sex-education-benefit-necessity-and-side-effects/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to choose field of study for better scope?</title>
		<link>https://www.pentoday.com/how-to-choose-field-of-study-for-better-scope/</link>
					<comments>https://www.pentoday.com/how-to-choose-field-of-study-for-better-scope/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Mon, 17 Sep 2018 11:26:42 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[Engineering study]]></category>
		<guid isPermaLink="false">http://pentoday.com/?p=443</guid>

					<description><![CDATA[<p>If  you forcefully selected study field never gives better result. Choose a better field of</p>
<p>The post <a href="https://www.pentoday.com/how-to-choose-field-of-study-for-better-scope/">How to choose field of study for better scope?</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<blockquote><p>If  you forcefully selected study field never gives better result.</p></blockquote>
<p><span style="font-weight: 400;">Choose a better field of study is more important because the carrier depends upon it. Every person wants success, but how you can achieve that success is the main question?. To achieve your target, you have to do study and planning for that particular scope. </span></p>
<p><span style="font-weight: 400;">Commonly in our society, everything is manipulated on the basis of others opinion. Due to that, it is difficult for the student to select their field of interest. Generally, in Asian continent countries like China, Pakistan, India, Bangladesh, Sri Lanka, parents decision is forcefully imposed on children.</span></p>
<p>It is your life, so select the study field according to your choice and capacity. If anyone is suggesting you, listen to his/her advice but follow your own mind. It is a good key to success and can help to achieve any target.</p>
<p><b>Before taking any decision, follow these three Rules:-</b></p>
<ol>
<li><span style="font-weight: 400;"> The decision must be taken according to your capacity and ability.</span></li>
<li><span style="font-weight: 400;"> Always select your strong zone field of a stream.</span></li>
<li><span style="font-weight: 400;"> Try to understand another point of views also.</span></li>
</ol>
<h2><b>How to select the study field?</b></h2>
<figure id="attachment_445" aria-describedby="caption-attachment-445" style="width: 1880px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-445 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/study-for-better-scope.jpg" alt="study for better scope" width="1880" height="1253" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/study-for-better-scope.jpg 1880w, https://www.pentoday.com/wp-content/uploads/2018/09/study-for-better-scope-300x200.jpg 300w, https://www.pentoday.com/wp-content/uploads/2018/09/study-for-better-scope-768x512.jpg 768w, https://www.pentoday.com/wp-content/uploads/2018/09/study-for-better-scope-1024x682.jpg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-445" class="wp-caption-text">study for the better scope</figcaption></figure>
<p><span style="font-weight: 400;">If you stuck on point of scope that means you are not selecting a right field of study. Because everything which exists in this world having a scope no matter it is good or bad.</span></p>
<p><span style="font-weight: 400;">It is very easy to select, choose the study stream in which your brain feel comfort and you fail to recognize time. Many students have a creative mind, some of them are good in remembering things.</span></p>
<p><span style="font-weight: 400;">If your catching power or recalling power is strong then </span><b>a medical field</b><span style="font-weight: 400;"> is better for you.</span></p>
<p><span style="font-weight: 400;">But if you are good at resolving puzzle or having a good mathematical approach then you can select any stream of below stream after 10th.</span></p>
<ol>
<li><b>Math stream</b></li>
<li><b> Commerce stream</b></li>
<li><b>Science stream</b></li>
</ol>
<p><span style="font-weight: 400;">Everyone knows about their strong and weak zone field of study so, select your choice apart from any pressure. A study is a life, So take decision carefully because there is no any way to return after selecting of any field of study.</span></p>
<ol>
<li>
<h3><b>Math stream</b></h3>
</li>
</ol>
<p><span style="font-weight: 400;">This stream has an ability to gives you a direction in a field of  Engineering. For this stream, you need an intelligent mind to do quick works. Math stream has a lot of feature scope. After selecting math you can take any stream of engineering field like computer, mechanical, civil, Electronic and communication branch and more. Every course of b.tech has a different scope. Math stream is a king in study courses. Because without mathmetic are nothing possible. </span></p>
<ol start="2">
<li>
<h3><b> Commerce stream</b></h3>
</li>
</ol>
<p><span style="font-weight: 400;">Commerce stream is good but It covers basically accounting, economics and related subjects to trade and business. But before selecting commerce stream study field mathematical calculation be require to good. </span></p>
<p><span style="font-weight: 400;">Related Topic:</span></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Accounting</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Tax</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Business Economics</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Finance</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Maths ( hope of higher study CA, ICWAI, CFA )</span></li>
</ul>
<p>If you are confuse that which study field better for you, can following tips that will help to choose better scope study fields. you can carefully understand.</p>
<h3><strong>Best tips to select better scope study</strong></h3>
<ol>
<li>First you recognized your study skill.</li>
<li>You can select your entrusted subject for study</li>
<li>you may take suggestion academic adviser.</li>
<li>Choose better study fields, you can ask a highly educated person.</li>
<li>You can self consider which study field is best for you.</li>
<li>You can take instruction student community which study field may compatible for you.</li>
</ol>
<p><b>Basic academic skills: </b></p>
<p><span style="font-weight: 400;">Due to good analytical skill, it gives comfort to calculations and number crunching. Time management required for completing the task within a time limit. Good communication and Computing skills are the necessity.</span></p>
<p><b>eligibility: </b></p>
<p><span style="font-weight: 400;">10th pass with good marks. </span></p>
<p><b>After 12th class &#8211;</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Bachelor’s Degree in Commerce (B.Com)</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Bachelor’s Degree in Arts (B.A.)</span></li>
</ul>
<p><b>After Graduation &#8211;</b></p>
<ul>
<li style="font-weight: 400;"><span style="font-weight: 400;">Chartered Accountancy</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Chartered Financial Analyst</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Cost Accountancy</span></li>
<li style="font-weight: 400;"><span style="font-weight: 400;">Company Secretary</span></li>
</ul>
<h3><b>    3. Science stream</b></h3>
<figure id="attachment_447" aria-describedby="caption-attachment-447" style="width: 1880px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-447 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/select-field-of-study.jpeg" alt="select field of study" width="1880" height="1249" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/select-field-of-study.jpeg 1880w, https://www.pentoday.com/wp-content/uploads/2018/09/select-field-of-study-300x200.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/09/select-field-of-study-768x510.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/09/select-field-of-study-1024x680.jpeg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-447" class="wp-caption-text">select field of study</figcaption></figure>
<p><span style="font-weight: 400;">Science field  has also a lot of scope from which </span></p>
<p><b>Scope with a study of science : </b></p>
<p><span style="font-weight: 400;">It has two division</span></p>
<p><span style="font-weight: 400;">applied = engineering and technology/medicine</span></p>
<p><span style="font-weight: 400;">pure = theoretical</span></p>
<p><b>Topic related to this field :</b></p>
<p><span style="font-weight: 400;">Physics</span></p>
<p><span style="font-weight: 400;">Chemistry</span></p>
<p><span style="font-weight: 400;">Mathematics (is optional, but important for other option like engg.)</span></p>
<p><span style="font-weight: 400;">Biology( is optional, but important for other option like Medicine)</span></p>
<p><b>Basic academic skills :</b></p>
<p><span style="font-weight: 400;">Comfort with science along with patients due to long study duration.  the Properties of an object by using your senses needed for observing. Having good measurement and estimation skill.</span></p>
<p><b>Eligibility :</b></p>
<p><span style="font-weight: 400;">10th pass with Science </span></p>
<p><b>12th pass with</b></p>
<p><span style="font-weight: 400;">Bachelor’s Degree in Science (B.Sc/ B.E / B.Tech)</span></p>
<p><span style="font-weight: 400;">Bachelor’s Degree in Medicine  &amp; Surgery (MBBS)</span></p>
<p><b>After Graduation</b></p>
<p><span style="font-weight: 400;">Doctor of Medicine ( MD.)</span></p>
<h3><b>How to select, which one is good for you?</b></h3>
<figure id="attachment_446" aria-describedby="caption-attachment-446" style="width: 573px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-446 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/Scope-in-every-study-field.jpeg" alt="study for better scope" width="573" height="350" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/Scope-in-every-study-field.jpeg 573w, https://www.pentoday.com/wp-content/uploads/2018/09/Scope-in-every-study-field-300x183.jpeg 300w" sizes="auto, (max-width: 573px) 100vw, 573px" /><figcaption id="caption-attachment-446" class="wp-caption-text">study for the better scope</figcaption></figure>
<p><span style="font-weight: 400;">How to select, which one is good for you?</span></p>
<ol>
<li><span style="font-weight: 400;"> Select matches with your skill ( passionate study )</span></li>
<li><span style="font-weight: 400;"> Commerce is less stressful than science and math.</span></li>
<li><span style="font-weight: 400;"> Can&#8217;t change commerce stream after 12th, but it is easy in science and math. </span></li>
</ol>
<p><span style="font-weight: 400;">Still, any confusion then focuses on every subject which is provided in the 10th syllabus. After giving the final exam of 10th,  meet with the person who is already in that stream or read online books about both the subjects. That help you to abstract your field of study. </span></p>
<p><span style="font-weight: 400;">Science has more option than commerce. Both are different than each other but both contain a good scope.</span></p>
<h2>Ending word</h2>
<p>I have explained complete information about, How to choose the field of study for the better scope? Because selection is very important for every for any kind of the stream. If you select the wrong study stream then the result will be wrong. So If you are confused about selection, then you can take advice or suggestion to a highly educated person. I hope this article can help to select the right stream.</p>
<p>&nbsp;</p>
<p>The post <a href="https://www.pentoday.com/how-to-choose-field-of-study-for-better-scope/">How to choose field of study for better scope?</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/how-to-choose-field-of-study-for-better-scope/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Natural Disaster: types and impact in human life</title>
		<link>https://www.pentoday.com/natural-disaster-types-impact-human-life/</link>
					<comments>https://www.pentoday.com/natural-disaster-types-impact-human-life/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Tue, 11 Sep 2018 07:09:12 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<guid isPermaLink="false">http://pentoday.com/?p=433</guid>

					<description><![CDATA[<p>I know that you have heard about the disasters but when it happens in human</p>
<p>The post <a href="https://www.pentoday.com/natural-disaster-types-impact-human-life/">Natural Disaster: types and impact in human life</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">I know that you have heard about the disasters but when it happens in human life, you have thought that what impact of the disasters on human life. And what they lose from this hazards. You see this and understand then you can able to do precautions over these hazards. </span></p>
<p><span style="font-weight: 400;">Disaster is the natural hazards which affect the human life.</span></p>
<h2><b>Natural Disaster</b></h2>
<figure id="attachment_435" aria-describedby="caption-attachment-435" style="width: 825px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-435 " src="http://pentoday.com/wp-content/uploads/2018/09/diaster-due-to-fire.jpg" alt="disaster due to fire" width="825" height="439" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/diaster-due-to-fire.jpg 620w, https://www.pentoday.com/wp-content/uploads/2018/09/diaster-due-to-fire-300x160.jpg 300w" sizes="auto, (max-width: 825px) 100vw, 825px" /><figcaption id="caption-attachment-435" class="wp-caption-text">disaster due to fire                                                                                                                                            image source: www.irishtimes.com</figcaption></figure>
<p><span style="font-weight: 400;">Any kind of exposure which may cause property, human and many more things is known as &#8220;Natural Disaster&#8221;. In another way, Disaster means that any type of misshaping on the Earth that damages or causes the natural beauty, properties damage, loss of lives is also termed as &#8220;Natural Disaster&#8221;.</span></p>
<p><b>The Impact of Natural disasters on Human</b></p>
<p><b>Population displacements:</b><span style="font-weight: 400;"> One of the effective disasters in population displacement. when countries are harassed by the earthquake or any other powerful disaster, all people search for the safe place from there they can get rescue.  </span></p>
<p><b>Health risk:</b><span style="font-weight: 400;"> In the natural disaster, many people take the risk for their families to reach safe places. But, in this situation water effects on the health of human from waterborne bacteria and malaria-carrying mosquitos. </span></p>
<p><b>Loss of agriculture supplies:</b><span style="font-weight: 400;"> After the natural disaster, millions of people in the world go hungry because destroy of crops or you can say a loss of agriculture supplies. It damages the development of child also.</span></p>
<p><b>Emotional for loved ones:</b><span style="font-weight: 400;"> In disasters like earthquakes, landslide, tsunami, thunderstorm many people died in these. And people felt emotional for their loved ones in this situation.</span></p>
<p><span style="font-weight: 400;">There are three types of natural disasters which have sub parts also:</span></p>
<ol>
<li><strong>Geological disasters</strong></li>
<li><strong>Hydrological disasters</strong></li>
<li><strong>Meteorological disasters</strong></li>
</ol>
<h3><b>1. <span style="text-decoration: underline;">Geological disasters</span></b></h3>
<p><b>Avalanches and landslides</b></p>
<p><span style="font-weight: 400;">According to me, the wide range of ground movements, such as rockfalls, slope failures, mudflows ( the soil or mass of rocks converted into liquid ) and debris flows (it include masses of soil and small pieces of rocks) are the terms of a landslide. </span></p>
<p><span style="font-weight: 400;">And, &#8220;Avalanches&#8221; which is known as &#8220;snowslide&#8221;. An avalanche is a large amount of snow layer in the snowpack that discharges and slides down to downwards of the mountains when triggered. Avalanche quickly combined snow and triggered in the heavy element which affects the nature so much.</span></p>
<p><b>Earthquakes</b></p>
<figure id="attachment_436" aria-describedby="caption-attachment-436" style="width: 1880px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-436 size-full" src="http://pentoday.com/wp-content/uploads/2018/09/boy-lost-his-family-due-to-eart-quake.jpeg" alt="boy lost his family due to earth quake" width="1880" height="1268" srcset="https://www.pentoday.com/wp-content/uploads/2018/09/boy-lost-his-family-due-to-eart-quake.jpeg 1880w, https://www.pentoday.com/wp-content/uploads/2018/09/boy-lost-his-family-due-to-eart-quake-300x202.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/09/boy-lost-his-family-due-to-eart-quake-768x518.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/09/boy-lost-his-family-due-to-eart-quake-1024x691.jpeg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-436" class="wp-caption-text">boy lost his family due to earth quake</figcaption></figure>
<p><span style="font-weight: 400;">The movement on a surface of the Earth is known as quake or we can say that as &#8220;Earthquakes&#8221;.  Earthquakes break the rocks and sudden movements in the surface of the earth with harmful energy.</span></p>
<p><b>Sinkholes</b></p>
<p><span style="font-weight: 400;">Anything which is caused by water erosion or the surface of water disappears underground known as &#8220;Sinkholes&#8221;.</span></p>
<p><b>Volcanic eruptions</b></p>
<p><span style="font-weight: 400;">The eruptions which occur from a stream of gas and ash. And the violent discharges of volcanic material like lava, rock, dust, and gas are known as &#8221; Volcanic eruption&#8221;.</span></p>
<h3><b>2. <span style="text-decoration: underline;">Hydrological disasters</span></b></h3>
<p><b>Floods</b></p>
<p><span style="font-weight: 400;">The water which is overflow on the dry land. And at sometimes the water bodies get flushed like river, lake, or ocean are described as &#8220;Flood&#8221;.</span></p>
<p><b>Limnic eruptions</b></p>
<p><span style="font-weight: 400;">It causes due to excess amount of CO2 in lake water, looks like a gas bubble (ex. fom). </span></p>
<p><b>Tsunami</b></p>
<p><span style="font-weight: 400;">The meaning of Tsunami is &#8220;Harbor wave&#8221;. The peak range of waves which occurs from volcanic eruptions or earthquake and movement or shaking of the surface in the sea are known as &#8220;Tsunami&#8221;. </span></p>
<h3><b>3. <span style="text-decoration: underline;">Meteorological disasters</span></b></h3>
<figure id="attachment_437" aria-describedby="caption-attachment-437" style="width: 816px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-437" src="http://pentoday.com/wp-content/uploads/2018/09/destruction-by-nature.jpg" alt="destruction by nature" width="816" height="612" /><figcaption id="caption-attachment-437" class="wp-caption-text">destruction by nature                                                                                                                              image source: slideplayer.com</figcaption></figure>
<p><b>Blizzards</b></p>
<p><span style="font-weight: 400;">The term is characterized as heavy snow, powerful winds, and low temperature and low visibility are known as &#8220;Blizzards&#8221;.</span></p>
<p><b>Cyclonic storms</b></p>
<p><span style="font-weight: 400;">In general term, it is a variety of low pressure like tropical cyclones and this also known as &#8220;hurricanes&#8221; and &#8220;typhoons&#8221;.</span></p>
<p><b>Droughts</b></p>
<p><span style="font-weight: 400;">The shortage of water or low rainfall on the surface of the earth is known as &#8220;Droughts&#8221;.</span></p>
<p><b>Thunderstorms</b></p>
<p><span style="font-weight: 400;">Thunder means lightning and it occurs due to heavy rainfall or hail. It is a harmful effect for Earth atmosphere known as &#8220;thunderstorm&#8221;.</span></p>
<p><b>Heat waves</b></p>
<p><span style="font-weight: 400;">The heat waves define as a period of abnormal or uncomfort like humid weather. If we see in meteorology, the heat waves have a maximum temperature for than five consecutive days, it exceeds 9 degrees from the normal temperature.</span></p>
<p><b>Tornadoes </b></p>
<p><span style="font-weight: 400;">These are so violent and it is a column of air extending from a thunderstorm to the ground. This hazard is from the surface of the earth to the base of a cumulus cloud. They can destroy heavy materials like buildings, flyovers, uproot trees and many more. This is known as &#8220;Tornadoes&#8221;.</span></p>
<blockquote><p><span style="font-weight: 400;">The disasters which damage the natural beauty. </span></p></blockquote>
<p><span style="font-weight: 400;">It also destroys the life of all living beings that are on the earth and in water too. Some disasters have more power to destroy but from this, you can understand and take precautions to live a long life.   </span></p>
<p>The post <a href="https://www.pentoday.com/natural-disaster-types-impact-human-life/">Natural Disaster: types and impact in human life</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/natural-disaster-types-impact-human-life/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>What is science and how it is related to technology ?</title>
		<link>https://www.pentoday.com/what-is-science-related-to-technology/</link>
					<comments>https://www.pentoday.com/what-is-science-related-to-technology/#respond</comments>
		
		<dc:creator><![CDATA[fUkssrPqs1]]></dc:creator>
		<pubDate>Tue, 28 Aug 2018 07:55:27 +0000</pubDate>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[time travel]]></category>
		<guid isPermaLink="false">http://pentoday.com/?p=343</guid>

					<description><![CDATA[<p>Science is not created or invented by any individual person. It is just happen over</p>
<p>The post <a href="https://www.pentoday.com/what-is-science-related-to-technology/">What is science and how it is related to technology ?</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">Science is not created or invented by any individual person. It is just happen over time due to curious needs of human. In ancient time human need fire for their safety and they find. They needed swords from their protection from animal.</span></p>
<p><span style="font-weight: 400;">Protecting yourself with the help of Technics and technology is define as science. Science definition not contain a fix clarity because the boundaries of it is not limited. If you want to see the real touch of ancient time tools then visit science museum.</span></p>
<p><span style="font-weight: 400;">It is the keenness of human effort to know more about natural world. Observation of natural phenomena through experimentation to judge the real cause of occurrence. Some time we have a lot of things to search </span><b>why it occur </b><span style="font-weight: 400;">, that why is science.</span></p>
<p><span style="font-weight: 400;">Science and technology are two different things but the connection between them is important. Technology is developed on the basis of science, if you don&#8217;t have any to search then what you suppose to do.</span></p>
<h2><b>Explain science &amp; technology through example.</b></h2>
<figure id="attachment_346" aria-describedby="caption-attachment-346" style="width: 1880px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-346 size-full" src="http://pentoday.com/wp-content/uploads/2018/08/science-and-technology.jpeg" alt="science and technology" width="1880" height="1248" srcset="https://www.pentoday.com/wp-content/uploads/2018/08/science-and-technology.jpeg 1880w, https://www.pentoday.com/wp-content/uploads/2018/08/science-and-technology-300x200.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/08/science-and-technology-768x510.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/08/science-and-technology-1024x680.jpeg 1024w" sizes="auto, (max-width: 1880px) 100vw, 1880px" /><figcaption id="caption-attachment-346" class="wp-caption-text">science and technology</figcaption></figure>
<p><span style="font-weight: 400;">We all know that Rats, weasels, snakes, and centipedes reportedly left their homes before Earthquake. That means they find any sign before the occurrence.</span></p>
<p><span style="font-weight: 400;">Now, science gives a reason why is it so?</span></p>
<p><span style="font-weight: 400;">You are also think why it is happen, that curiosity is known as science. It is better to understand these things through an Example.</span></p>
<p><span style="font-weight: 400;">According to experiments, it is proved that ecologist observing power of these animals are higher than human. Before earthquake, disturbance of fossils and chemical reaction in earth core leads a vibration. That indicates the occurrence of Earthquake. </span></p>
<p><span style="font-weight: 400;">If, you find the reason of occurrence and you made something which protect from that is technology. Human makes </span><b>Seismometer</b><span style="font-weight: 400;"> which detect earth vibration, is a part of technology. </span></p>
<h3><b>Type of Science:</b></h3>
<p><span style="font-weight: 400;">Due to wider area of working it hard to hold all topic in a single frame. So, it is divided into many subdivision.</span></p>
<p><b>Ecology</b></p>
<p><span style="font-weight: 400;">It contain the information related to earth, (Eco + Logic ) Eco means environment and logic means concept. The branch of biology that gives the relations of organisms to one another. Example- draws nourishment from the air and from the ground. </span></p>
<p><span style="font-weight: 400;">  </span><b>Oceanography</b></p>
<p><span style="font-weight: 400;">(ocean + write )Branch of science which deals with physical and biological properties of Sea ecosystem. Example-chemical oceanographers study,chemical interaction of seawater.</span></p>
<p><b>Geology</b></p>
<p><span style="font-weight: 400;">(Geo + logic) Geo means earth. Study of earth occurring problem and their changes.Example-study of earthquakes, floods, and volcanic eruptions.</span></p>
<p><strong>Meteorology</strong></p>
<p><span style="font-weight: 400;">It is also a branch of science which deals with weather forecast.Example- Absolute humidity,Absolute temperature,Absorption hygrometer,Actual pressure</span></p>
<p><b>Zoology</b></p>
<p><span style="font-weight: 400;">The scientific study of animals  behaviour, structure, physiology, classification.</span></p>
<p><b>Human biology</b></p>
<p><span style="font-weight: 400;">Branch of science which deals in human health and the chemical changes in body. Example-physiology, anthropology, and nutrition</span></p>
<p><b>Botany</b></p>
<p><span style="font-weight: 400;">Botany is the study of plant life, life cycle and their growth rate. </span></p>
<h3><b>Science Fiction ( possibilities of possibility and impossibility )</b></h3>
<figure id="attachment_347" aria-describedby="caption-attachment-347" style="width: 1415px" class="wp-caption alignnone"><img loading="lazy" decoding="async" class="wp-image-347 size-full" src="http://pentoday.com/wp-content/uploads/2018/08/center-of-science.jpeg" alt="" width="1415" height="1300" srcset="https://www.pentoday.com/wp-content/uploads/2018/08/center-of-science.jpeg 1415w, https://www.pentoday.com/wp-content/uploads/2018/08/center-of-science-300x276.jpeg 300w, https://www.pentoday.com/wp-content/uploads/2018/08/center-of-science-768x706.jpeg 768w, https://www.pentoday.com/wp-content/uploads/2018/08/center-of-science-1024x941.jpeg 1024w" sizes="auto, (max-width: 1415px) 100vw, 1415px" /><figcaption id="caption-attachment-347" class="wp-caption-text">center of science</figcaption></figure>
<p><span style="font-weight: 400;">In Today’s world we all want to know about  Science fiction is the side dark science in which people don&#8217;t know about it clearly.Their will be always a possibility of happening and mishappening. Scientist and engineering together they are performing on spaceflight,</span>, and extraterrestrial life.</p>
<p><span style="font-weight: 400;">It is a phase of science in which we have idea to reach their but it is temporary stop due to their unfortunate results. </span></p>
<p><b><i>&#8220;Sci-Fi&#8221;</i></b></p>
<p><span style="font-weight: 400;">In 2nd century AD by the Hellenized Syrian, provided many themes and tropes that are characteristic of modern science fiction. Example &#8211; travel to other worlds,extraterrestrial lifeforms,artificial life</span></p>
<p><span style="font-weight: 400;">Many movies and novels was written on the principle of Fiction. Some movies based on &#8220;Sci-Fi&#8221;- Edge of Tomorrow, Interstellar,Ex Machina, Attack The Block and many more. Books like Artemis, Children of time,The Moon Is a Harsh Mistress,Robopocalypse. </span></p>
<p><span style="font-weight: 400;">In every county due to importance of science, </span><b>Science center</b><span style="font-weight: 400;"> was established . The main benefit is that common people will also share their invention. </span></p>
<p><b>Science diet</b><span style="font-weight: 400;"> is a list animal food and their care techniques. Within the first couple of weeks, there was a major difference in my dog body to protect that Science diet.</span></p>
<p><b>Conclusion :</b></p>
<blockquote><p><span style="font-weight: 400;">              Science is the main root of technology on which concepts are aimed to be. </span></p></blockquote>
<p><span style="font-weight: 400;">Science and Engineering practices together to create new revolution. Both are incomplete without each other. Powerful and reliable knowledge generated by science, it helps in treatment of diseases. Because it is hidden every where.</span></p>
<p><span style="font-weight: 400;">According to time, science is continually refining and expanding. It is global participation of people, you can too! </span></p>
<p>The post <a href="https://www.pentoday.com/what-is-science-related-to-technology/">What is science and how it is related to technology ?</a> appeared first on <a href="https://www.pentoday.com">Pentoday</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.pentoday.com/what-is-science-related-to-technology/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
