From cf866137ed892af5ab09d617eb6f2fb2cdb7532b Mon Sep 17 00:00:00 2001 From: Ethan-code-code <105393468+Ethan-code-code@users.noreply.github.com> Date: Wed, 19 Oct 2022 07:54:58 +0100 Subject: [PATCH] Add files via upload --- start.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 start.html diff --git a/start.html b/start.html new file mode 100644 index 0000000..7162fe8 --- /dev/null +++ b/start.html @@ -0,0 +1,29 @@ + + + + + + + + + Blog page + + + +
+

What is Programming?

+

Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms (usually in a chosen programming language, commonly referred to as coding). The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit. The purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an operating system) on a computer, often for solving a given problem. Proficient programming thus usually requires expertise in several different subjects, including knowledge of the application domain, specialized algorithms, and formal logic.

+
+ + + \ No newline at end of file