Tech for Novice
Table of contents
No headings in the article.
TECH JOURNEY
As a complete novice, I have been wondering how to launch myself into this tech world that has been widely talked about, so I decided to take a step of faith to do some learning myself. Thank God for Google and YouTube self-learning has been made easy.
The first step I took was to get myself with the tech concept I see every day and here is the summary of the very first one:
CODING
Coding is the process or activity of writing a computer program. Coding is the process of transferring ideas, solutions, and instructions into the language that the computer can understand. Coding is how humans talk to computers. Coding involves communicating and giving instructions to our computer using a programming language.
Programming means telling a computer what to do and how to do it, it includes providing well-thought-out methodological instructions for your computer to read and execute. Programming is the process of problem-solving, complex thinking, attention to detail, and reasoning all using a computer. Programming languages helps computer understand human-generated instructions for various command and computations. Writing code allows a human to translate information into languages a computer can process. Programming languages are essential for building websites, mobile apps, gaming, and machine learning.
Types of programming languages
Programming Languages include Python, javascript, CTT, HMTL, CSS, Ruby, etc.
Types of coding languages
There are hundreds of coding languages in existence but the four general ones are classified as follows:
. imperative languages
. functional languages
. logical languages
. Object-oriented languages