| Dictionary, Encyclopedia and Thesaurus - The Free Dictionary 3,914,178,724 visitors served. |
Dictionary/ thesaurus | Medical dictionary | Legal dictionary | Financial dictionary | Acronyms | Idioms | Encyclopedia | Wikipedia encyclopedia | ? |
Pascal |
Also found in: Dictionary/thesaurus, Medical, Financial, Acronyms, Wikipedia | 0.03 sec. |
|
|
Pascal: see programming language programming language, syntax, grammar, and symbols or words used to give instructions to a computer.
Development of Low-Level Languages
All computers operate by following machine language programs, a long sequence of instructions called machine ..... Click the link for more information. . pascalUnit of pressure, abbreviated Pa, in the International System of Units. Named for Blaise Pascal, the unit is a pressure of one newton per square meter (1 N/m2). It is inconveniently small for many purposes, and the kilopascal (kPa), 1,000 N/m2, is more commonly used in engineering work (1 lb per sq in. equals 6.895 kPa). PascalComputer programming language named for Blaise Pascal and based partly on ALGOL. It was developed by Niklaus Wirth of Zurich's Federal Institute of Technology in the late 1960s as an educational tool for systematic teaching of programming, with fast, reliable compilers. It was made available to the public in 1974 and was used by many universities for the next 15 years. Pascal strongly influenced languages developed later, such as Ada. Complex data structures and algorithms can be described concisely by Pascal, and its programs are easy to read and debug. Pascal A high-level programming language developed by Swiss professor Niklaus Wirth in the early 1970s and named after the French mathematician, Blaise Pascal. It is noted for its structured programming, which caused it to achieve popularity initially in academic circles. Pascal has had strong influence on subsequent languages, such as Ada, dBASE and PAL. See Turbo Pascal.Pascal is available in both interpreter and compiler form and has unique ways of defining variables. For example, a set of values can be stated for a variable, and if any other value is stored in it, the program generates an error at runtime. A Pascal set is an array-like structure that can hold a varying number of predefined values. Sets can be matched and manipulated providing powerful non-numeric programming capabilities. The following Turbo Pascal example converts Fahrenheit to Celsius:
program convert;
var
fahr, cent : real;
begin
write('Enter Fahrenheit ');
readln(fahr);
cent := (fahr - 32) * 5 / 9;
writeln('Celsius is ',cent)
end.
pascal the derived SI unit of pressure; the pressure exerted on an area of 1 square metre by a force of 1 newton; equivalent to 10 dynes per square centimetre or 1.45 × 10--4 pound per square inch. Pascal1 Blaise . 1623--62, French philosopher, mathematician, and physicist. As a scientist, he made important contributions to hydraulics and the study of atmospheric pressure and, with Fermat, developed the theory of probability. His chief philosophical works are Lettres provinciales (1656--57), written in defence of Jansenism and against the Jesuits, and Pensées (1670), fragments of a Christian apologia Pascal2 a high-level computer programming language developed as a teaching language: used for general-purpose programming pascal [pa′skal] (mechanics) A unit of pressure equal to the pressure resulting from a force of 1 newton acting uniformly over an area of 1 square meter. Symbolized Pa. Pascal [pa′skal] (computer science) A procedure-oriented programming language whose highly structured design facilitates the rapid location and correction of coding errors. pascal (Pa) The Standard International unit of pressure; 1 pascal is equal to 1 newton per square meter.
Pascal a unit of pressure and mechanical stress in the International System of Units. The unit was named in honor of the French scientist B. Pascal and is the pressure exerted by a force of 1 newton (N) uniformly distributed over an area of 1 m2. The international symbol is Pa. 1 Pa = 1 N/m2 = 10 dynes/cm2= 0.102 kilogram-force/m2 = 10-5 bar = 7.50 X 10-3 mm Hg = 0.102 mm water. Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content. |
|
| Encyclopedia |
| Free Tools: |
For surfers:
Free toolbar & extensions |
Word of the Day |
Help
For webmasters: Free content | Linking | Lookup box | Double-click lookup |
|---|