Coding Basics
commands
Programming Languages
Coding Vocabulary
The Internet
100
Persistence
What is trying again and again, even when something is very hard?
100

git pull is used for 

fetch and download content from a remote repository and immediately update the local repository to match that content

100
JavaScript
What programming language are we learning in class?
100
Variable
What is a placeholder for a piece of information that can change?
100

what is API?

RESTful API is an interface that two computer systems use to exchange information securely over the internet. Most business applications have to communicate with other internal and third-party applications to perform various tasks.

200
Drag and Drop Programming
What type of programming allows you to move blocks onto the screen?
200

git commit 

After you're happy with the staged snapshot, you commit it to the project history with git commit

200
HTML
What anchors JavaScript to create an interactive website?
200
Debug
What is to find and fix problems in your algorithm or program?
200

vpc in aws is

private virtual cloud

300
Algorithm
What is a list of steps that you can follow to finish a task?
300

kubectl svc

is used to check what services are running using kubernetes 

example: load balancer por 8000 

300
Ruby
What programming language was used to create Twitter?
300
Abstraction
What is removing details from a solution so that it can work for many problems?
300

ec2  instance in vpc 

Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity in the Amazon Web Services (AWS) Cloud.

400
Program
What is an algorithm that has been coded into something that can be run by a machine?
400

terraform fmt

to check if code in a tf file is has a proper indentation

400
Visual Basic, C++, Java, JavaScript, Ruby
What are the names of two programming languages?
400
Parameter
What is an extra piece of information that you can pass to the function to customize it for a specific need?
400

a aws bucket is good for 

storing progress in a project rather than doing it locally

500
Loop
What is the action of doing something over and over again?
500

terraform apply

apply changes made in a tf format to a cluster, container or pod.

500
Hour of Code
What is the week long activity that kids participate in around the globe the first week of December?
500
Function
What is a piece of code that you can easily call over and over again?
500

parts of continuous integration 

code commit, unit test, code quality, package, integration tests 

M
e
n
u