Difference between revisions of "Translations:FP Laboratory 6/1/cs"

From Marek Běhálek Wiki
Jump to navigation Jump to search
(Created page with "== Operátory == *Definujte následující funkce které provádí příslušné logické operace: <code>not', and', or', nand', xor', impl', equ'</code> *Definujte 'standard...")
(No difference)

Revision as of 10:17, 20 October 2021

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (FP Laboratory 6)
== Operators ==
*Define following functions that performs corresponding logic operations: <code>not', and', or', nand', xor', impl', equ'</code>
*Define the 'standard' priority for all these functions, if they are used as operators. 
*Create a function that prints the truth table of a given logical expression for two variables.
Translation== Operátory == 
*Definujte následující funkce které provádí příslušné logické operace: <code>not', and', or', nand', xor', impl', equ'</code>
*Definujte 'standardní' prioritu pro tyto funkce když budou použity jako operátory. 
*Implemenetujte funkci která vytiskne pravdivostní tabulku logického výrazu.

Operátory

  • Definujte následující funkce které provádí příslušné logické operace: not', and', or', nand', xor', impl', equ'
  • Definujte 'standardní' prioritu pro tyto funkce když budou použity jako operátory.
  • Implemenetujte funkci která vytiskne pravdivostní tabulku logického výrazu.