Save
...
FOURTH QUARTER
ICT - 4
Lesson 2.1: Intro to Computer Programming
Save
Share
Learn
Content
Leaderboard
Share
Learn
Created by
Carly
Visit profile
Cards (9)
For Choosing a Web Browser in Different Companies,
Android (PCs & mobile phones) -
Google Chrome
, and
Microsoft
Edge
(for Windows 10 and above)
iOS -
Safari
Other recommended:
Mozilla Firefox
and
Opera
Computer Programming
is the process of designing and writing computer programs.
This focuses on
web development
, performing an interpretation of coding on a system with a
computer code
written by a web developer.
Three Common Types of Code:
Hyper Text Markup Language
Cascading Style Sheets
JavaScript
HTML
- the center of almost everything on the Internet; forms the building blocks on top.
CSS
- doesn't do anything on its own; takes plain HTML & styles it to look different.
JavaScript
- change the HTML & CSS of a website in real time after it has loaded.
For Web Development,
A
web browser
is to run any webpages you create, even though they won't be on the Internet yet.
For web development,
The
Text Editor
is used to write your code.