Startertutorials Blog
Tutorials and articles related to programming, computer science, technology and others.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Introduction to C Programming Language

Introduction to C Programming Language

Categories: C Programming. No Comments on Introduction to C Programming Language

This article provides a comprehensive introduction to C programming language which is the base for many other programming languages. This article is a part of C programming tutorial for beginners.   What is C Programming? C is used for developing operating systems which are system software and also used to create application software. Hence, C […]

Read the rest of this entry »
Basic Programming Terminology

Basic Programming Terminology

Categories: Programming. No Comments on Basic Programming Terminology

In this article we will learn about the basic programming terminology which include the basic terms every programmer should know before learning any programming language. If you have not yet read, learn what is an algorithm and flowchart.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Language […]

Read the rest of this entry »
Flowchart

Flowchart Symbols in Computer Programming

Categories: Programming. No Comments on Flowchart Symbols in Computer Programming

This article provides a comprehensive overview of flowchart symbols in computer programming along with examples.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Flowchart   The fundamental or basic symbols used in a flowchart are:   Start/Stop symbol This symbol looks like a flat oval. Only one […]

Read the rest of this entry »
Algorithm

Algorithm in Computer Science

Categories: Programming. No Comments on Algorithm in Computer Science

This article provides a comprehensive overview of algorithm in computer science field along with relevant examples. If not already done, go through this program development steps article.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Definition   An algorithm, named after 9th centaury Persian mathematician al-Khowarazmi, is […]

Read the rest of this entry »
Basics of programming languages

Basics of Programming Languages

Categories: Programming. 4 Comments on Basics of Programming Languages

In this article we will learn about basics of programming languages. First we will look at different types of computer languages and then learn about different generations of programming languages. Hope you had already learned about basic networking concepts.   Before going to start reading this article, see our complete C programming tutorial for beginners.   […]

Read the rest of this entry »

HTML Form Validation using PHP and JavaScript

Categories: Programming. Tags: AJAX, HTML, JavaScript, and PHP. No Comments on HTML Form Validation using PHP and JavaScript

In this article I will show you how to validate a HTML form using PHP and JavaScript. JavaScript performs preliminary checks on the client-side and PHP is used to validate the details entered by the user against the details available in the database on server-side.   AJAX has also been used to display the error […]

Read the rest of this entry »