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.

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 »
Basic networking concepts

Basic Networking Concepts

Categories: Computer Science. 5 Comments on Basic Networking Concepts

This article introduces you with the basic networking concepts which are essential for every person learning about computer science. Hope you have already read about history of computers.   Before going to start reading this article, see our complete C programming tutorial for beginners.   Network Examples of communication devices are: modems, routers and bridges.   […]

Read the rest of this entry »
Basic software concepts

Basic Software Concepts

Categories: Computer Science. No Comments on Basic Software Concepts

In this article we will learn about basic software concepts like program, software, and different types of software with examples.   Before going to start reading this article, see our complete C programming tutorial for beginners.   A computer generally consists of two components: Hardware and Software. The purpose of software is to use the hardware […]

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 »