What does IDE stand for?
Integrated Development Environment
What is REPL? (Not what it stands for)
It’s a computer language model (such as python)
What does REPL Stand For/ Do?
-Read the command entered
-Evaluate and execute the command
-Prints the output to the console
-Loops back and repeats the process
What is a notebook?
A mini version of Python where scripts are placed into smaller “cells”
What is an algorithm?
a set of instructions for solving a problem or completing a task
First 3 Steps to an Algorithm?
Last 4 steps to an algorithm?
What does an oval represent in a flowchart?
Start/End
What shape is the start /end
oval
What does a parallelogram represent in a flowchart?
declare / read / display
What shape represents declare / read / display
parallelogram
What does a rectangle represent in a flowchart?
The program needs to find / apply a formula
What shape means the program needs to find / apply a formula
rectangle
What does a diamond represent?
Decision
What shape represents a decision the program must make
Diamond
What are all the steps to an algorithm?
First three steps to debugging?
Middle three steps to debugging?
Last three steps to debugging?
All steps to debugging