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.

What is Unix?

Categories: Unix Programming. No Comments on What is Unix?

In this article you will learn what is Unix and its features.   Source: https://www.ionos.com/digitalguide/fileadmin/DigitalGuide/Teaser/unix-t.jpg   Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests. Email address: Leave this field empty if you’re human: An operating system (OS) acts as an interface between computer hardware and the user. Unix is an […]

Read the rest of this entry »

Java program to find the largest of three numbers

Categories: Computer Science. No Comments on Java program to find the largest of three numbers

In this article we will learn to implement a Java program to find the largest of three numbers. A Java program is provided below which reads three numbers from the user and prints the largest number among them.   Program is as follows: import java.util.Scanner; public class Driver { public static void main(String[] args) { […]

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 »