Monday, April 6, 2020
Cognitive Psychology Assignment IGNOU 2011
Cognitive Psychology Assignment IGNOU 2011
Thursday, January 6, 2011
Cognitive Psychology Assignment IGNOU 2011
Qusestion 1
Explain
www.edpsychinteractive.org/topics/cogsys/infoproc.html
www.en.wikipedia.org/wiki/information_processing_theory
www.cogprints.org/3093
http://www.buzzle.com/articles/information-processing-model.html
http://education.calumet.purdue.edu/vockell/edPsybook/Edpsy6/edpsy6_info.htm
http://en.wikipedia.org/wiki/Atkinson%E2%80%93Shiffrin_memory_model
http://www.usq.edu.au/studentservices/counselling/issues/memory/process
Qusetion 2
http://en.wikipedia.org/wiki/Cognitive_psychology
http://www.scholarpedia.org/article/Cognitive_psychology
http://psychology.about.com/od/cognitivepsychology/f/cogpsych.htm
http://www.wisegeek.com/what-is-cognitive-psychology.htm
http://www.suite101.com/cognitive-psychology
Question 4
How to measure Intelligence
http://www.eruptingmind.com/how-to-measure-intelligence/
http://www.medicalnewstoday.com/articles/15059.php
level of intelligence
http://wilderdom.com/intelligence/IQWhatScoresMean.html
http://en.wikipedia.org/wiki/Intelligence_quotient
http://en.wikipedia.org/wiki/Intelligence
http://webspace.ship.edu/cgboer/intelligence.html
Friday, April 9, 2010
Worry and be happy?
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
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
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.
- 50% software were never delivered
- One third of those were delivered but never used
- Few were used after change; some of them are never upgraded
- 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.