Monday, April 6, 2020

Cognitive Psychology Assignment IGNOU 2011

-->
Qusestion 1
Qusetion 2
Question 4
How to measure Intelligence
level of intelligence

Cognitive Psychology Assignment IGNOU 2011

-->
Qusestion 1
Qusetion 2
Question 4
How to measure Intelligence
level of intelligence

Friday, April 9, 2010

Worry and be happy?

Worrying could keep depression away.


Worrying could actually be good for you because it reduce the effect of depression, a study suggests. Scientists studying the mental condition found that anxious nervousness or worry work against the ill effects of the disease.

According to result found after scientists studying, Fearful awareness sometimes increases the brain activity related with depression, whereas worry may actually counter it, thus some of the negative effects of depression and fear.


Professor Gregory Miller, a Psychologist at the University of Illinois said that, “Different type of nervousness and worry processing at different part of brain”. Worry encountered in a region of the left frontal lobe which is linked with vocal process. Anxious lights up inferior temporal lobe. The brain of worried and depressed person doing the emotional word task was very different from that of a vigilant or panicky depressed person.

Thursday, December 24, 2009

Introduction of HTML

Introduction to HTML
HTML is abbreviation of Hyper Text Markup Language which is a markup language currently used on the World Wide Web
No introduction to HTML would be complete without a discussion of the LOGICAL vs PHYSICAL markup battle at the heart of HTML
Physical HTML refers to using HTML to mark pages look a particular way.
Logical HTML refers to using specify the structure of a document while using another technology such as cascading style sheet to designate the look of the page
In case of HTML, markup command direct to our web-based content relay the structure of the document to the browser software and where appropriate, indicate how you want to content to be display. For example, if you want to display a section of text in boldface, then you must surround the corresponding text with the boldface markup tags as shown here
here is boldface statement

whole statement is called HTML Tagile) that contains the information you want to publish It also contains embedded instruction called element or Tag which indicate how a browser should structure or represent document

align=" “left”">My Blog


Where

is Tag Name
Align is attribute
Left is attribute value
My Bog is affected text

is end of the tag.

Whole statement is HTML element

How to Start, Save, View HTML page

To Write the code open any text editor type the code save it with .HTHL Extension when you open that file now it will open in web browser the affected text only

Sunday, December 20, 2009

Example of GET,POST,FORM,Session,Cookie,Submit Butoon

This is the simplest example to demonstrate GET. POST METHOD, SESSION,COOKIES...
IF ANY PROBLEM PLEASE LET ME KNOW ON
pawar0365@gmail.com

Example of GET, POST, FORM,Session, Cookie, Submit Button


Following screen for coding

Index.php



Login.php




Accounting.php




Screen for index.php




Screen for login.php



Screen for accounting.php


Friday, December 18, 2009

Unavoidalbe changes in IT

Developments in software technology continue to be dynamic, New tools and techniques are announced day by day. So user, Software Industry and Engineers continuously looking for new approach of software design and development

This creates big problems for them, i.e., competitive nature of the industry and increase complexity.

Quality of software
  • Re usability
  • Extensibility of module
  • Improve software productivity
  • Decrease software cost

Many of software products are either not finished or not used, else are delivered with major errors.
  1. 50% software were never delivered
  2. One third of those were delivered but never used
  3. Few were used after change; some of them are never upgraded
  4. Only 2% were used as delivered

Almost 50% of software modifications are due to changes in user requirement and data formats, or just for new technology.

In changing world with a dynamic business environment request are unavoidable and therefore system must be adaptable and tolerant to change.