Skip to main content

A C Roynon

  • Blog
  • About
  • Contact
  • Links

Stacks and Queues

28th January 20198th May 2019 acroynon Leave a comment

Stacks and queues are types of lists, although they managed adding and removing elements differently. Normal arrays allow you to add and remove elements at any index within the array. Stacks use First In, First Out (FIFO) and queues use … Click to read more

What Are Arrays / Lists?

21st January 20198th May 2019 acroynon Leave a comment

Arrays and lists are collections of variables stored inside one other variable. This allows us to store lists of related data together and access and modify them together. An array could consist of a list of names, locations, numbers, or … Click to read more

What are Variables and Data Structures?

14th January 20198th May 2019 acroynon Leave a comment

Variables are a key element to programming, and every programmer must understand them and how to use them. Variables are a way of storing, retrieving and modifying data within a computer program. There are two overarching types of variables; primitives … Click to read more

What is Computer Programming / Coding?

7th January 20197th May 2019 acroynon Leave a comment

Computer programming or coding is the process of writing instructions for a computer to execute. Computer programs are often referred to software and can achieve many different things. For example, there is software inside your microwave, television, smart phone and … Click to read more

Posts navigation

Newer posts 1 … 12 13
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Privacy Policy

Popular

  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP
  • Relational Databases Explained
  • What is Programming Syntax?
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 8
  • The TCP/IP Model
  • What is Encryption?
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 3
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 5
  • Concurrency vs. Parallelism
  • Functions in JavaScript
  • JavaScript Spread Operator Explained
  • What is PHP?
  • What is Hashing?
  • REST Method Basics Explained
  • Open-Closed Principle

Recent

  • Dependency Inversion Principle
  • Interface Segregation Principle
  • Liskov Substitution Principle
  • Open-Closed Principle
  • Single Responsibility Principle (SRP)
  • The SOLID Principles
  • What is a Firewall?
  • What is Steganography?
  • The Difference Between a LAN and a WAN
  • JavaScript Destructuring Explained
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 11
  • JavaScript Spread Operator Explained
  • JavaScript Arrow Functions Explained
  • How To Create A Simple To Do List App Using HTML, CSS, JS, and PHP – Part 10
© A C Roynon - Copyright 2021