You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TechTopics/CodingRoadmap2020/learn_coding_roadmap_2020.md
+13-19Lines changed: 13 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,7 @@ Please watch this video to understand how you can learn effectively so that you
11
11
12
12
https://www.youtube.com/watch?v=yZFrSDjRvjk
13
13
14
-
### 2. What is Code?
15
-
16
-
At this step you want to understand what exactly is code. It is a language that you use to communicate with the computer (hence it is called programming ***language***). This video goes elaborates what exactly is code.
17
-
18
-
https://www.youtube.com/watch?v=hYws-CDXA7k
19
-
20
-
### 3. Computer Science Principals
14
+
### 2. Computer Science Principals
21
15
22
16
Program or code runs on a computer and uses CPU,RAM, input/output devices. This khan academy course goes over all these basic principals of computer science. Data is stored as bits (1s and 0s) in RAM and disk. The course will also go over fundamentals of binary numbers. **In this course only follow first 4 sections (1) Digital Information (2) The Internet (3) Programming (4) Algorithms** Completing remaining sections is optional and do it if you have time and interest.
0 commit comments