Blog Archives

Computation, Programming and Computational Thinking

What is Computation There are two types of knowledge: declarative and imperative. Declarative knowledge (or descriptive knowledge) is mainly expressed as statements of facts. For example, the following statement defines the term “maximum”: The maximum of a collection of numbers

Tagged with: , ,
Posted in Java

The First Java Program: Hello World

Programming is to design and implement solutions using languages understandable by computers. A programming language is a way of communication between humans and computers. Java is one of the most popular programming languages. The goal of programming is to solve

Tagged with: , ,
Posted in Java