• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/16

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

16 Cards in this Set

  • Front
  • Back

Variable

A name given to point to data in memory

Concatenation

A sequence of things or events.

Iteration

taking each item of something, one after another.

Loop

repeating one or more statements several different times

Boolean

an expression that is either true or false

String

A sequence of characters.

Float



Variable with numbers on either side of the decimal point.

List

A list of items

Parameter / Argument

An argument refers to the actual input, whilst a parameter refers to the variable

Web API

These are like web addresses (end points) which are built to do some task when someone requests them, these may also need some data to work.

HTML





Hypertext Markup Language—uses tags to mark elements in a web page



Python

Highly used programming language

Blockly

helps javascript in creating visual programming

Input/Output

communication between an information processing system.

CSS

Cascading Style Sheets—a formatting standard that specifies the layout and appearance of a web page. CSS is usually written in a separate file so that it can be applied to many pages on a single website.

Int

Whole numbers/integers