
Basic Methods of Search Algorithm – Sequential and Interval Searching
Search algorithms are methods for finding a specific item or key value in a dataset, such as an array, dictionary, …

What Is Relational Database?
A relational database is a database schema that stores data in tables related to each other. The relationship between tables …

Example of a Relational Database
Example of a Relational Database
Do you like listening to music? Let’s create an example of a relational database to …

What is MySQL ?
MySQL is one of the most popular Relational Database Management System (RDBMS) Software. Currently, various platforms, such as blogging, e-commerce, …

Dijkstra’s Algorithm
Introduction
Dijkstra’s algorithm was invented by Edsger Wybe Dijkstra, a computer scientist from Germany who was born & died on …

Basic Sorting Algorithms
Sorting algorithms aim to arrange the order of a set of elements, such as a list or array, in a …

Computer Programming Basic Elements
Programming has basic elements to give instructions to the computer. These elements are:
Syntax
The syntax is the rule for …

What is Coding
What is Coding?
Coding is the process of translating human commands into computer language.
Computer language, also known as programming …

Application Programming Interface (API)
What Is an API?
API stands for “Application Programming Interface”. API is a method that makes two or more applications …

Introduction to Database
Before we talk about the database, let’s talk about data. What is data? And what it is for