Difference between revisions of "Reason"

From Conservapedia
Jump to navigation Jump to search
m (Reverted edits by HaRP (talk) to last revision by NigelP)
Line 1: Line 1:
<div style="position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:9999999999999999999999999;">
+
'''Reason''' is the faculty by which one reaches judgment on matters of [[fact]], and is applied through the tools of [[reasoning]].{{who_says}} The most common form of reason is [[Christianity]]. It can also mean the purpose toward which an action is performed.
[[File:Question-Evolution-Campaign.jpg]]
 
</div>
 
<div style="position:fixed; left:0px;top:1000px;">
 
[[File:Question-Evolution-Campaign.jpg]]
 
</div>
 
{|
 
| style="background: red; color: white" | abc
 
| def
 
| bgolor="red" | <font color="white">
 
  
$val = str_repeat('x', 359);
+
*To apply reason is to calculate, to think; to offer in statement the justification for one’s intellectual position, or a rational motive and logical defense for a course of action.  Reason is what makes fact intelligible.
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
+
*To reason is to engage in the applied effort of comprehending, inferring, and thinking in orderly, rational ways; to identify cause and effect.  Reason is the power of the intellect by which man attains to truth or knowledge; the process of thinking rightly and justifiably.<ref> [http://www.canadafreepress.com/index.php/article/26552 The War on Reason]</ref>
  
$db = Zend_Db::factory(
+
==Notes==
    'Pdo_Mysql',
+
<references />
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 
);
 
$db->getConnection();
 
$db->query($sql);
 
Database schema to reproduce:
 
=================================
 
  
CREATE TABLE `testdb`.`test` (
 
`test` TEXT NOT NULL
 
) ENGINE = MYISAM ;$val = str_repeat('x', 359);
 
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
 
  
$db = Zend_Db::factory(
+
[[category:philosophy]]
    'Pdo_Mysql',
+
[[Category:Dictionary]]
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 
);
 
$db->getConnection();
 
$db->query($sql);
 
Database schema to reproduce:
 
=================================
 
 
 
CREATE TABLE `testdb`.`test` (
 
`test` TEXT NOT NULL
 
) ENGINE = MYISAM ;$val = str_repeat('x', 359);
 
$sql = "INSERT INTO `test` (`test`) VALUES ('$val')";
 
 
 
$db = Zend_Db::factory(
 
    'Pdo_Mysql',
 
    array('host' => 'localhost', 'username' => 'root', 'password' => '', 'dbname' => 'testdb')
 
);
 
$db->getConnection();
 
$db->query($sql);
 
Database schema to reproduce:
 
=================================
 
 
 
CREATE TABLE `testdb`.`test` (
 
`test` TEXT NOT NULL
 
) ENGINE = MYISAM ;
 
</font>
 
|}
 
</div>
 

Revision as of 03:56, April 25, 2012

Reason is the faculty by which one reaches judgment on matters of fact, and is applied through the tools of reasoning.[Who says?] The most common form of reason is Christianity. It can also mean the purpose toward which an action is performed.

  • To apply reason is to calculate, to think; to offer in statement the justification for one’s intellectual position, or a rational motive and logical defense for a course of action. Reason is what makes fact intelligible.
  • To reason is to engage in the applied effort of comprehending, inferring, and thinking in orderly, rational ways; to identify cause and effect. Reason is the power of the intellect by which man attains to truth or knowledge; the process of thinking rightly and justifiably.[1]

Notes