1 / 8

Boolean Logic in Alice

Boolean Logic in Alice . Boolean Functions. Functions in Alice that return true or false values are called Boolean functions. Alice has many such built-in functions, such as these two groups of basic Boolean functions and comparison functions. They can be found on the world’s functions tab.

altsoba
Télécharger la présentation

Boolean Logic in Alice

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Boolean Logic in Alice

  2. Boolean Functions Functions in Alice that return true or false values are called Boolean functions. Alice has many such built-in functions, such as these two groups of basic Boolean functions and comparison functions.

  3. They can be found on the world’s functions tab

  4. They are used inside branching and looping instructions

  5. Boolean Functions The Boolean comparison functions can be used to create simple true or false conditions.

  6. Boolean Functions The Boolean logic functions can be used to create compound conditions.

  7. Boolean Functions Alice has many other world-level and object-level methods that return true or false values, such as the Boolean proximity functions shown here on aliceLiddel’s functions tab in the details area.

  8. Boolean Functions They can be used anywhere that a Boolean value is needed, such as in this If/Else command.

More Related