Swift Learn to Code 1

Swift Learn to Code 1

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

While Loop

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 (16)

Section 1

(16 cards)

While Loop

Front

a loop that runs a block of code as long as a given condition is true.

Back

Coding

Front

Telling a computer what to do

Back

Call

Front

Telling a program to run a function.

Back

Bug

Front

An error in a program.

Back

Condition

Front

Something you test that results in true or false

Back

Pseudocode

Front

an informal description of code or a concept that's intended for human reading

Back

algorithm

Front

A step-by-step procedure for solving a problem, especially by a computer.

Back

Function

Front

A collection of commands grouped together and given a name.

Back

Command

Front

A specific action for the computer to perform.

Back

Developer

Front

Person who writes computer code to create technology tools

Back

Logical Operator

Front

One of the operators that combines boolean expressions: and, or, and not.

Back

Boolean

Front

A single value of either TRUE or FALSE

Back

Conditional code

Front

A block of code that will run only if something is true

Back

For Loop

Front

Runs a block of code over and over for a set number of times.

Back

Debugging

Front

Finding and fixing problems in code.

Back

Sequence

Front

the order in which things happen or should happen

Back