EDDYMENS

Published 2 years ago

What Is A Graphic User Interface GUI?

The graphic-user interface refers to all the visual elements you interact with when using most software today. The search bar and buttons you find on ...

Published 2 years ago

What Is A Just In Time Compiler Jit?

For a computer to execute our code we need either a compiler or ...

Published 2 years ago

What Is A Key Value Pair?

Key-value pair is a phrase used to refer to any data set that has two parts, an identifier known as a key and a value being the data captured. key-value pairs make it easy to organize data into groups. There are many data stores and data structures that store information as key-value pai...

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, ...