• 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/10

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;

10 Cards in this Set

  • Front
  • Back

Interpreted programming language

An interpreted language is a programming language for which most of its implementations execute instructions directly, without previously compiling a program into machine-language instructions.

Procedural programming language

A procedure contains a series of computational steps to be carried out. Procedural programming is also referred to as imperative programming

linspace()

.

if-else example

.

switch example

.

for loop example

.

while loop example

.

break statement

break statementtransfers controlto after theimmediatelyenclosing for orwhile loop

continue statement

continuestatementtransfers controlto the nextiteration of theimmediatelyenclosing for orwhile loop

zeros / ones / eyes

.