EDDYMENS

Published 2 years ago

What Is A Keyword?

Keywords are words that have a predefined meaning in a programming language. Keywords are reserved words that developers or programmers cannot use as the name of say a variable , constants, and ...

Published 2 years ago

What Is A Loop?

One of the beautiful things about a computer is its ability to follow a list of instructions from top to bottom, executing them at a fast pace. But the most remarkable part is its ability to continue performing that same task over and over and only stops when it finds an answer for us bas...

Published 2 years ago

What Is A Macro?

A macro is a pseudo instruction that is meant to be converted to code later on. Similar to the use of emojis during texting. It's just a single image but conveys meaning to its intended reader. One that might span an entire sentence if expressed as text. In the software landscape, ...

Published 2 years ago

What Is A Minimum Viable Product MVP?

Minimum Viable Product (MVP) is a term used to describe a software product that has only the most crucial features without any bells and whistles. MVPs can play an important role in a products rollout plan. Some software teams sometimes release MVPs to gauge customer interests and...

Published 2 years ago

What Is A Parameter?

When you take a look at mathematical formulas most of them usually have alphabets say x or y in them, and the intention is that anyone using these formulas will replace the x and ys with actual values. In the programming world functions can be viewed as these formulas...

Published 2 years ago

What Is A Parser?

Just like breaking down a sentence in English into nouns, verbs, adverbs, etc, Parsers take code and break its syntax into different parts ready to be converted into instructions the computer will understand....