answersLogoWhite

0

structured English resembles spoken English

where as pseudocode resembles programming language

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Educational Theory

How deadlock can be prevented?

Deadlock can be prevented by using techniques such as enforcing a strict ordering of resource requests, implementing a timeout mechanism that releases resources if they are not available within a certain time frame, using resource preemption to forcibly take resources from one process to allocate to another, or designing systems that minimize the possibility of circular wait conditions. Additionally, avoiding the use of multiple resources at the same time or reducing resource contention can also help prevent deadlock.


Was creationism taught before the theory of evolution?

Yes, the tradition of Creation by God goes all the way back to the first man, passed down in an uninterrupted chain of teachers and disciples, and recorded in the Torah by Moses (Deuteronomy 31:24) at God's dictation (Exodus 24:12).The Creationism-movement, however, is very recent.


What are the benefits of teaching creationism?

None. The inclusion of creationism into the educational curriculum has created the incorrect perception that creationism is a science-based theory which is "just as valid" as evolutionism.However, evolutionism has solid theories that explain the entire evolution of the human species from the very beginning of life on Earth, backed up by independent research, subjected to open peer review.Creationism on the other hand has no substantiated evidence that would be accepted outside of its "selective" peer review - i.e. creationist "evidence" is only validated by supporters of creationism. Furthermore, creationism does not explain the origin of the universe or the evolutionary footprints in our DNA with anything more than "God did it".In the scientific method, a theory has to withstand research, objective observation and peer review before it deemed worthy the title of theory. Theories can have strong opposition during their development within the scientific community, but in the end, if a theory fits all the facts, it will be accepted even by its strongest opponents if they adhere to the scientific method (as was the case with Darwin's theory of evolution).Since neither independent research, independent observations or open peer review have been possible or permitted on the statements of creationism, most scientists regard it as pseudo-science and therefore unworthy of being included in the educational curriculum of democratic nations where religion (a private practice) and education (a public service) are supposed to be separated by the very foundations of their constitutions.


Related Questions

What does Votre pseudo mean in English?

"Votre pseudo" translates to "Your username" in English.


Differences between science and pseudo science?

Pseudo means "false" so pseudoscience is something claiming to be science that isn't. And science is ability to produce solutions in some problem domain


When was the prefix Pseudo inducted into the English language?

== ==


What is the basic Difference between flow chart and pseudo-code?

what's the difference between flow chart and structure diagrams and pseudo code


What is the differences between para and pseudo psychology?

Para-psychology is the study of paranormal phenomena such as telepathy and clairvoyance, while pseudo-psychology refers to beliefs or practices that are falsely presented as having scientific validity, such as astrology or graphology. Para-psychology aims to investigate phenomena that are not easily explained by traditional science, while pseudo-psychology lacks empirical evidence and is considered to be outside the realm of scientific psychology.


What does ton pseudo mean in English?

Where did you see it ? Your pseudonym, your nickname, your log-in name, your username....


What are the different ways of representing algorithms?

You can represent an algorithm by three different ways: 1. Pseudo Code 2. Structured flow charts 3. Actual code


What are the properties and reactivity of pseudo halides in comparison to traditional halides?

Pseudo halides have similar properties and reactivity to traditional halides, but they are not true halides. They can act as halogens in chemical reactions, but they may have different characteristics due to their structure. Overall, pseudo halides exhibit some similarities and differences compared to traditional halides.


What is the name of code written in readable English?

Code that is written in readable English as opposed to being written in a specific computer language is Pseudo Code.


Does the caucasian brain weigh more than the negro brain?

The pseudo-scientific attempts to differentiate between Caucasian and African humans according to gross physical differences, and the thinly veiled implication that inherent differences in natural abilities could be generalized, had been thoroughly discredited by the beginning of the 20th Century. In other words: No.


How do you change algorithm to program code?

Ah yes, the eternal question on structured design and top-down coding.First, you need to understand the algorithm you intend to use. Write down English-like statements that describe the steps., etc., to arrive at a solution. If you can't describe what you want to do then chances are you don't understand the algorithm.Then, translate the English-like statement/paragraph into something called pseudo-code. Pseudo-code is a mixture of the English-like statement you provided and close to the grammar of the computer language you are translating to.Then, step by step, change the individual steps from your pseudo-code example into the exact grammar of the computer language you are using. Finally, take all of the variables you have declared along the way and define them.Voila! You now have the corresponding computer program that represents the algorithm you described earlier.


What is the difference between instruction and pseudo-instruction?

A pseudo-instruction : A symbolic representation in a compiler or interpreter. An instruction : a simple statement in any language that defines a task or computation etc.