computer coding - chris pondoc

7
Computer Coding The Future of Technology By: Chris Pondoc

Upload: cpondoc

Post on 16-Aug-2015

48 views

Category:

Career


0 download

TRANSCRIPT

Page 1: Computer Coding - Chris Pondoc

Computer CodingThe Future of Technology

By: Chris Pondoc

Page 2: Computer Coding - Chris Pondoc

What is Computer Coding?In layman's terms, Computer Coding/Programming is the art/skill of instructing a computer using a sequence of commands written in a computer language that the computer can understand; it can interpret functions and run them on the screen of our laptop or desktop.

Page 3: Computer Coding - Chris Pondoc

What is some Key Vocabulary?Algorithm - A precise sequence of instructions for the computer.Variable - Similar to mathematics, a placeholder for a value in your code.Iteration - A single instance of your code.Loop - The process of reiterating a single piece of code over and over again.Bug - An error(s) in your code.Debug - To find the errors in your code and fix them.

Page 4: Computer Coding - Chris Pondoc

How does it Work?When you create a computer program and run it, the compiler and processor make it into information the computer can understand, mainly what is known as binary. As a sequence of the numbers 0 and 1, the computer can then interpret your commands and display them onto the screen.

Page 5: Computer Coding - Chris Pondoc

How is it used?Computer Programming can be used to create a lot of things, including:-Apps-Webpages-Video Games-Softwares-Databases-Browsers-Drivers (Hardware)-Other Programming Languages

Page 6: Computer Coding - Chris Pondoc

Who does it?When you have a Computer Science degree, you can take on a number of professions, including:-Software Developer/Engineer-Database Administrator-Computer Hardware Engineer-WebPage/App Developer-Information Security Analysts-Computer Programmer-Game Developer

Page 7: Computer Coding - Chris Pondoc

How could I use it in my regular life?By having an understanding of programming and coding, you will know how things you use in your everyday life work, - such as your smartphones, televisions, video game consoles, computers, appliances, and even cars and other electronics, - and begin to appreciate the endless wonders and possibilities of technology.