References

I

Introduction to Programming Basics

This chapter provides a foundational understanding of computer programming, covering the core concepts of languages,...

Integrating CSS and Cascade

1. Methods of Integrating CSS There are three primary ways to link CSS rules to an...

Inheritance and Polymorphism

Inheritance and Polymorphism are two of the three pillars of OOP (along with Encapsulation) that...

Input/Output (I/O)

Input/Output (I/O) operations are essential for any useful program, allowing it to communicate with the...

Introduction & Tools

Pascal Fundamentals and Local Setup (Basic) This chapter introduces the Pascal language, the principles behind its...

Introduction & Tools

1. What is Delphi and Object Pascal? Delphi is a powerful Integrated Development Environment (IDE) developed...

IDs, Classes, and Block vs. Inline

1. The id Attribute The id attribute is used to provide a unique identifier to a...

Input Types and Attributes

The <input> element is the workhorse of HTML forms. It is a void element (self-closing)...

Introduction to Forms

Forms are the central element used to collect input from a user and send that...

Introduction & Tools

1. What is HTML5? HTML stands for HyperText Markup Language. It is the fundamental language used...

Interoperability (C and Assembly)

C is often called a "high-level assembly language" because it provides control over memory and...

Introduction to Pointers

A pointer is a special type of variable that stores the memory address of another...

Input and Output (I/O)

Input and Output (I/O) operations are handled by standard library functions located in the <stdio.h>...

Introduction to C

This chapter introduces the C programming language, its historical context, primary uses, and its fundamental...

Introduction to Shell

This chapter defines the core tools and concepts needed to begin interacting with the Linux...

Initializing a Repository

To use Git for version control, you must first designate a project directory as a...

Introduction to Version Control

This chapter covers the fundamental concepts of Git, explains its purpose, and defines the key...

Introduction to Databases and SQL

This chapter establishes the core terminology and concepts required to understand how MySQL works as...

Scroll to Top