• Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me
mjpric3@gmail.com
Curriculum Vitae

The Code Standard

  • Home
  • Java
    • Java Basics
  • Kafka
    • Producer
  • AWS
  • GoLang
  • About Me

What Is A Computer Program?

Welcome

A computer program is a useful piece of code written by a programmer or sometimes by another program to produce something useful. So what constitutes something “useful”. This can range from anything we can imagine. From something as small as printing out the phrase “Hello World” to something more complex like launching a ship into space! Programs are everywhere and I believe that everyone should learn some kind of programming language and the concepts of programming. After all, technology is not going away and the need for learning programming is going to become even more relevant. I recommend rolling up your sleeves and getting your hands dirty!!! Maybe start with a small program that prints out the phrase “Hello World” in any language that you would like to start with… Happy Coding!

Ex: Using Java Syntax -> System.out.print(“Hello World”);

You also might be interested in

Conditional Statements

Dec 27, 2018

Conditional Statements are a core part of programming and everyday[...]

Abstraction

Jan 4, 2019

Abstraction is used to hide the implementation details of a particular[...]

What Is A Class

Dec 22, 2018

What is a Java Class? There are two kinds of[...]

Recent Posts

  • Producer
  • Interfaces
  • Abstraction
  • Polymorphism
  • Conditional Statements

Categories

  • Basics
  • Kafka
  • Welcome

© 2026 · thecodestandard.com

Prev Next