- What is programming?
- “a computer program is a set of instructions”
- every computer program is a set of instructions
- take a large idea and take it apart to small parts
- getting your instructions correct and right
- computer will do exactly what you tell them
- using the write syntax
- statements (kind of like sentences)
- Popular languages?
- adopt or die
- languages are constantly changing
- compromise to machine languages
- How to write source code?
- notepad ++
- programmers text editors (syntax checkers)
- (IDE) integrated development environments
- do not use a word processor
- what is a compiler and interpreter?
- intermediate approach
- very low level language
- Hybrid, Java C#,VB.NET, Python
- compiler
- Can be sent to any one
- ready to run
- don’t have to send source code
- ofter faster
- OS (has to be compiler it to that OS)
- difficult to test
- C, C++, objective C
- interpreter
- a file that transfers the raw source code (ex Java Script)
- cross platform
- simpler to test
- easier to debug
- interpreter required
- source code is public
- PHP, Javascript, j script
- intermediate approach
- Why JavaScript?
- relevant language
- Java script engine
- interpreter
- scripting language
- Limited programing language
- Web browser
- case sensitive language
- Java script engine
- relevant language
- Computer programs are?
- garbage in garbage out
- input and output
- can be different type of things
- waving your hand
- moving mouse
- keyboard
- What are variables?
- containers of data
- can be given a name
- give it a value (email, numbers etc)
- variables vary all the time.
- You get to name the variable.
- can be made out of letters and numbers
- what is going to go in the variables?
- What type of information is going to be stored or data type
- hole number (integer)
- floating point number
- single character
- string (multiple characters)
- Boolean value (true or false value)
- complex numbers
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More