FCC & Reading Week 1 Flashcards
Reveiw FCC week one assignments
algorithm
series of elementary steps
source code
commands to make computer to take actions
programming language
way to give orders to a computer
assembly language
primitive human-readable representation of machine language
ECMAScript
ES2015 or ES6
console.log()
function to write a message to the console
value types
number strings
string concatenation
+
execution
asking the computer to process orders
interpreted language
from source code to machine language one line at a time
compiled language
taking the whole program to machine language all at once through a compiler program
algorithm
an ordered sequence of operations solving a given problem
browser
software to visit and use a web application
Node.js
a framework that allows JavaScript outside the browser
MongoDB
database program written in JavaScript using JSON documents