update
This commit is contained in:
7
content/courses/_index.md
Normal file
7
content/courses/_index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# title: Courses
|
||||
weight: 2
|
||||
---
|
||||
|
||||
<!--* [Introduction to Programming in Java](prog-intro/)
|
||||
* [Paradgims of Programming](paradgims/)-->
|
||||
5
content/courses/paradigms/_index.md
Normal file
5
content/courses/paradigms/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Paradgims of Programming
|
||||
weight: 3
|
||||
---
|
||||
|
||||
5
content/courses/prog-intro/_index.md
Normal file
5
content/courses/prog-intro/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
title: Introduction to Programming in Java
|
||||
weight: 3
|
||||
---
|
||||
|
||||
4
content/courses/prog-intro/homeworks/_index.md
Normal file
4
content/courses/prog-intro/homeworks/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Homeworks
|
||||
weight: 4
|
||||
---
|
||||
4
content/courses/prog-intro/lectures/_index.md
Normal file
4
content/courses/prog-intro/lectures/_index.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
title: Lectures
|
||||
weight: 4
|
||||
---
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 7.4 KiB |
BIN
content/courses/prog-intro/lectures/assets/tiobe.png
Normal file
BIN
content/courses/prog-intro/lectures/assets/tiobe.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 200 KiB |
27
content/courses/prog-intro/lectures/intro.md
Normal file
27
content/courses/prog-intro/lectures/intro.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
title: Lecture 1. Introduction
|
||||
weight: 5
|
||||
---
|
||||
|
||||
# Why do we choose Java?
|
||||
|
||||
According to **TIOBE Programming Community Index** Java is one of the most demanded languages in the programming field.
|
||||
|
||||

|
||||
*Img. 1 - TIOBE Programming Community Index*
|
||||
|
||||
Also, Java has a lot of advantages for beginners such as:
|
||||
|
||||
* It's fairly easy
|
||||
* It has a broad spectre of usage
|
||||
* Server
|
||||
* Desktop
|
||||
* Mobile devices
|
||||
* Smart-cards
|
||||
|
||||
# What does Java consist of?
|
||||
|
||||
Java consists of multiple main components. The first one being the **Java compiler**. The process of converting *human-readable* text to *machine code* is called **compilation**.
|
||||
|
||||

|
||||
*Img.2 - Simplified Compilation Process*
|
||||
Reference in New Issue
Block a user