ArticleslgStudy

computer science

LYaPAS

LYaPAS is a computer science topic covered in the lgStudy science library. This page brings together a partial reference excerpt, illustrations, worked examples, real-world applications and a short study plan, so you can understand LYaPAS rather than just read about it. In short: Logical Language for the Representation of Synthesis Algorithms (LYaPAS, Russian: ЛЯПАС) is a programming language created by Arkady Zakrevsky in the Soviet Union. LYaPAS was initially designed especially for non-numeric programming for the Soviet designed and built Ural-1 line of mainframe computers.

Key takeaways

  • LYaPAS belongs to computer science; place it in that map before memorising details.
  • Learn the definition first, then one example that makes the definition concrete.
  • Connect LYaPAS to a quantity you can measure, compute or draw — that is where exam questions come from.
  • Reproduce the core statement of LYaPAS from memory before moving on to harder problems.

Reference excerpt

Logical Language for the Representation of Synthesis Algorithms (LYaPAS, Russian: ЛЯПАС) is a programming language created by Arkady Zakrevsky in the Soviet Union. LYaPAS was initially designed especially for non-numeric programming for the Soviet designed and built Ural-1 line of mainframe computers. LYaPAS uses octal numbers. A further refinement of LYaPAS is LYaPAS-M.

History The development started in the end of 1962, while Zakrevsky was working at the Siberian Physical-Technical Institute (part of Tomsk State University). The first translators were implemented in 1963. The first widely available book about the language was published in Russian (Логический язык для представления алгоритмов синтеза релейных устройств, 1966), which was soon translated and published in English (LYaPAS: a programming language for logic and coding algorithms, 1969). The book contained a collection of articles with full LYaPAS descriptions, some algorithms in the language and descriptions of programming environments for the Ural-1 and M-20 computers which operated at a speed of 100 and 20,000 operations per second, respectively. In 1974, LYaPAS-M, a new version of the language, appeared. Among other changes, this version was adapted for the character set common among the Soviet computers of the time, namely the first 100 characters of the GOST 10859 7-bit encoding. Zakrevsky later worked on LYaPAS at the Laboratory of System Programming and Logical Synthesis, of the Academy of Sciences of the Byelorussian SSR, since renamed the National Academy of Sciences of Belarus.

Versions LYaPAS-70 for Minsk-22 machine LYaPAS-71 for BESM-6 and M-220 machines LYaPAS-M

Example Example program in LYaPAS-M for calculating GCD of variables N and M:

Explanation:

Program is executed from left to right. П1 and П2 are line labels. Operation N puts the value of the integer variable into the implicit "current value" variable τ, which holds the result of the last operation. Conditional branch operation ↑–2 moves the execution to line 2 if the current value is zero. Expression M;N calculates remainder. Expression =R assigns current value to variable R. ↑=1 is an unconditional branch to line 1. ** is the end marker. All whitespaces are ignored, so the above program is equivalent to the one-liner:

Bibliography LYaPAS: a programming language for logic and coding algorithms. Edited by M. A. Gavrilov and A. D. Zakrevskii. Translated by Morton Nadler. New York, Academic Press, 1969. 475 p.

References

Worked examples

Example 1 — a first encounter with LYaPAS

Start with the simplest possible case. Write down what LYaPAS claims or describes in one sentence, then invent the smallest concrete situation in which that sentence is true. In computer science, the smallest case is usually a single object, a single equation or a single measurement. Check that every symbol or term in your sentence has a meaning in that case.

Example 2 — changing one variable

Take the situation from Example 1 and change exactly one quantity: double it, halve it, or set it to zero. Predict what should happen to LYaPAS before you calculate. Comparing your prediction with the result is the fastest way to find out whether you understand the idea or only the words.

Example 3 — an exam-style question

Typical questions about LYaPAS ask you to (a) state it precisely, (b) apply it to given data, and (c) explain a limitation. Practise writing all three answers in under five minutes; the third part is what separates a full-mark answer from an average one.

Applications of LYaPAS

In research
LYaPAS appears in computer science research whenever the underlying quantities have to be modelled precisely. Papers usually cite it as a starting assumption and then explore where it breaks down.
In technology and industry
Engineering practice reuses LYaPAS in design rules, simulations and safety margins. Knowing the idea lets you read a specification sheet and understand why the numbers look the way they do.
In the classroom
LYaPAS is common in secondary-school and first-year university syllabi. It links to neighbouring topics Array programming languages, Computing in the Soviet Union, Programming language topic stubs, so understanding it makes those chapters shorter.
In everyday life
Look for LYaPAS outside the textbook — in sport, cooking, traffic, electronics or the sky above you. An example you found yourself is remembered far longer than one you were given.

Affiliate

Preply — study more efficiently by working with a personal tutor. 50% off.

How to study LYaPAS in 20 minutes

  1. Read the reference excerpt below once, without taking notes.
  2. Close the page and write down what LYaPAS means in your own words.
  3. Compare your version with the excerpt and mark what you missed.
  4. Work through the three examples above with pen and paper.
  5. Explain LYaPAS out loud to somebody else — or to Teacher Smith in the lgStudy chat.

Frequently asked questions

What is LYaPAS in simple terms?

Logical Language for the Representation of Synthesis Algorithms (LYaPAS, Russian: ЛЯПАС) is a programming language created by Arkady Zakrevsky in the Soviet Union. LYaPAS was initially designed especially for non-numeric programming for the Soviet designed and built Ural-1 line of mainframe compute…

Why does LYaPAS matter?

Because it connects several computer science ideas at once: it gives you a definition you can apply, a quantity you can calculate, and a way to check whether a result is plausible.

How should I study LYaPAS?

Read the excerpt, restate it from memory, then work through the examples and applications listed on this page. The five-step study plan above takes about twenty minutes.

What does this page cover?

It gives you a compact reference excerpt plus original lgStudy explanations, examples, applications and study material on LYaPAS.

Tags

  • Array programming languages
  • Computing in the Soviet Union
  • Programming language topic stubs
  • Programming languages created in 1964
  • Soviet inventions

Keep exploring