Apply fundamental programming concepts, using an object oriented programming language, to solve substantial problems
Use, implement, and evaluate fundamental data structures and associated algorithms; create, implement, debug, and evaluate algorithms for solving substantial problems, including recursive, using divide-and-conquer and via decomposition; select and implement an abstract data type for a given problem
Go to your DTY FOLDER/PROGRAMMING and create a new FOLDER and name it CODE.
is most commonly used as a client side scripting language. This means that JavaScript code is written into an HTML page. When a user requests an HTML page with JavaScript in it, the script is sent to the browser and it's up to the browser to do something with it.
Is a set of instructions that tell the computer to do various things; sometimes the instruction it has to perform depends on what happened when it performed a previous instruction. A series of coded software instructions to control the operation of a computer or other machine.
Complete one hour of code challenge
The Hour of Code started as a one-hour introduction to computer science, designed to demystify "code", to show that anybody can learn the basics, and to broaden participation in the field of computer science. It has since become a worldwide effort to celebrate computer science, starting with 1-hour coding activities but expanding to all sorts of community efforts. Check out the tutorials and activities. This grassroots campaign is supported by over 400 partners and 200,000 educators worldwide.
FOLLOW THE LINK ON THE RIGHT
2. Grab the link to your completed Hour of Code challenge: Chose a minimum of 3 challenges and keep a visual record of your progress
3. Make your own Flappybird game: Have you ever heard of the game FlappyBird? By using Event handlers, we're going to learn to program our own custom version of FlappyBird! The code you'll write involves dragging and dropping blocks that represent commands for the computer. Under the hood, each of these blocks is represented by real code. FOLLOW THE LINK ON THE RIGHT FOR YOUR CHALLENGE