answersLogoWhite

0

1. who are the people involved in programming?

2. tell us about logic formulation.

i hopr that you will answer my questions.


Maybe the right question is "What is a Logic Formulation". I would like to give my view on this.

Perhaps, the best way to understand "logic formulation" is by first knowing what "logic" is. In philosophy "logic" can be discussed endlessly but in so far as computer science is concern what we actually need is a simple application of it. Let me define "logic" as the grammar of correct thinking and reasoning. Take note of the conjunctive word "and" in the definition. Hence, two important elements must conform to define logic and that is (1) to think correctly and; (2) to reason out correctly. If one of the elements would be missing then no logic can be derived from.

The importance of logic in computer science is not as complicated as one might think of it philophically. Its use in programming is only for the purpose of bringing your instructions into proper order. Other than that, no further deductions or inference is needed. In writing instructions for the computer you have to take the individual steps comprising of the whole act to attain the desired results. Computer don't possess inherent power of thinking as human would demonstrate in the conduct of his task. Thus, each step must be taken and arranged according to the order of their priorities. These individual steps will make the instructions needed by the computer to execute its task. Each individual step is known as ALGORITHM.

Let us "MAKE COFFEE" to further illustrate this. When you want to make a coffee there are certain steps you need to do and so you can sip it in the end. Even us, human, cannot take all the steps at one time just to make coffee. Much so if computer is to make it for you. Computers works faster than human but despite of that tremendous speed computers will still take your instructions one at a time. So what are the steps in doing a cup of coffee? Let us consider:

  1. Get a cup
  2. Put a teaspoon of coffee into the cup
  3. Put a spoonful of sugar into the cup
  4. Pour hot water into the cup
  5. Stir it with spoon
  6. Drink (slowly)

As you can see, the above steps are arranged in LOGICAL order. Some of the steps like the 2nd to the 4th steps maybe interchanged without affecting the LOGICAL process but not steps 1, 5 and 6. But just to satisfy your curiosity try to do step 5 as your first step or perhaps 6th as your first. I just wonder what will become of your coffee as what would become of you in the face of those people watching you.

Clearly LOGIC FORMULATION simply means bringing the steps as required by the task in PROPER ORDER so that when it is executed procedurally the desired result is achieved according to the required output specification.

-Nilo M. Padre

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the meaning of logic formulation?

Logic formulation refers to the process of creating structured representations of reasoning, often using formal languages and symbols to express arguments, propositions, and relationships. It involves translating informal statements into precise logical expressions that can be analyzed and evaluated for validity. This process is essential in fields like mathematics, computer science, and philosophy, as it helps clarify reasoning and supports the development of algorithms and proofs. Ultimately, logic formulation aids in understanding and solving complex problems by providing a clear framework for analysis.


Simple logic program formulation by Gerald Herrera Delarosa?

The correct name of the author is: Jerald Herrera De La Rosa


What has the author M J C Gordon written?

M. J. C. Gordon has written: 'HOL, a machine orientated formulation of higher order logic'


What five elements comprise the strategy formulation diamond?

The strategy formulation diamond consists of five key elements: arenas, vehicles, differentiators, staging, and economic logic. Arenas refer to the markets and segments where a company will compete. Vehicles describe the means by which a company will enter and operate in those arenas, such as partnerships or acquisitions. Differentiators focus on what makes the company’s offerings unique, while staging addresses the sequence and timing of initiatives, and economic logic explains how the strategy will generate profit.


Explain why problem formulation must follow goal formulation?

In Problem formulation method ,goal is a parameter to provide which (goal) is formulated in goal formulation method.that's why problem formulation must follow goal formulation. suacsecu


What is The role of logic in daily life and science and technology?

Logic plays a crucial role in daily life by enabling individuals to make reasoned decisions, solve problems, and evaluate arguments critically. In science and technology, logic underpins the formulation of hypotheses, the design of experiments, and the interpretation of data, ensuring that conclusions are drawn systematically and reliably. It helps in developing algorithms and programming languages, which are foundational to technological advancements. Overall, logic enhances clarity of thought and facilitates effective communication in both personal and professional contexts.


Formulation of PVA in paint?

I need the formulation for Industrial PVA paint


What is formulation nitrile rubber?

we need the best nitril rubber formulation


Why is logic called ars artium?

Logic is referred to as "ars artium," which translates to "the art of arts," because it serves as a foundational discipline that underpins all other forms of knowledge and inquiry. It provides the essential principles of reasoning that guide critical thinking, argumentation, and the formulation of coherent ideas across various fields. By establishing a framework for evaluating arguments and drawing conclusions, logic enhances the practice of all other arts and sciences, making it a crucial tool in intellectual discourse.


What does geological formulation tell us about the Hydrocarbon behavior?

The formation of Hydorcarbons is related to the geological formulation. Based on the geological formulation, we can determine the behaviours of the Hydrocarbons.


Why problem formulation must follow goal formulation in artificial intelligence?

In goal formulation, we decide which aspects of the world we are interested in, and which can be ignored or abstracted away. Then in problem formulation we decide how to manipulate the important aspects (and ignore the others). If we did problem formulation first we would not know what to include and what to leave out. That said, it can happen that there is a cycle of iterations between goal formulation, problem formulation, and problem solving until one arrives at a sufficiently useful and efficient solution. @ oneous.com


What are the blocks in logic gates?

The blocks in a logic gate depends on the logic family we use.A logic gate is designed using a specific logic family. The logic families can be DTL, TTL, CMOS etc.The blocks are different for different logic families.The various blocks in various logic families are:Diode logic: diodes and resistorsDTL logic : diodes and resistorsTTL logic : transistors and resistorsNMOS logic: only NMOS FETsPMOS logic: Only PMOS FETsCMOS logic: Both NMOS and PMOS FETsBiCMOS Logic: both transistors and FETs.