Swift Playgrounds 1 voc3

Swift Playgrounds 1 voc3

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

Logical Not operator

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (9)

Section 1

(9 cards)

Logical Not operator

Front

A symbol ! that inverts the boolean value of a piece of code.

Back

Logical Or operator

Front

A symbol || that results in true if one or both operands are true; otherwise, the operator results in false

Back

Nest

Front

To place one repeating block of code inside another

Back

Logical And operator

Front

A symbol && that combines two boolean values where both values must be true for overall code to be true.

Back

While loop

Front

A block of code that runs for as long as a given condition true

Back

For loop

Front

A block of repeated code that runs a certain number of times.

Back

Inner loop

Front

A repeating block of code that's nested inside another loop

Back

Outer loop

Front

A repeating block of code that contains another loop

Back

Psuedocode

Front

A human readable description of an algorithm.

Back