Showing posts with label programming concept. Show all posts
Showing posts with label programming concept. Show all posts

Wednesday, September 28, 2011

How to Create DAO using Java

What is DAO (Data Access Object) ? Maybe it's that currently exists in your mind. It’s very reasonable because it’s usually spoken by someone who is just learning programming. About what DAO is will be discussed by the Ar-Rohman Software House Team in another post, so please be patient to wait. In this post we will explain how to make it directly(we got this idea after completing the DAO of Equipment History Software).

Wednesday, August 10, 2011

Software Programming Basic Concept Part 3 : Translator Language

This post still has relationship with the Software Programming Language material. Programs that are written in software programming languages ​​will be translated into machine language (binary digits) by using The Translator Language.Here is the various of translator language :

Monday, August 8, 2011

Software Programming Basic Concept Part 2 : Software Programming Language

OK, stepping into the next material, after reading the material about Computer Programming, let step into the next material about The Software Programming Languages​​. The program must be written in a language that can be understood by computer. The software programming languages ​​can be divided into :

Thursday, August 4, 2011

Algorithm Introduction Part 3 : Algorithm Writing

This post is the last part of the posts about The Algorithm Introduction. After we know about What Algorithm is and The Algorithm Characteristics, now let's we learn about The Algorithm Writing. Here are three kinds of algorithm writing that include:

Friday, July 29, 2011

Algorithm Introduction Part 2 : Algorithm Characteristics

Connecting with the previous post about What Algorithm is, in this post I will explain the next material about The Algorithm Characteristics. Still the same material on the previous post, this post is based on material which I get during college. Here are the summary,

Wednesday, July 27, 2011

Computer Programming

Software Programming, this case is interesting to learn. Especially in today’s era that emphasizes speed and accuracy, software programming has been regarded as an effective and an efficient problem solving tool. For that, there is nothing wrong if we learn about it basic concept first. Then, happy to read …

Tuesday, July 26, 2011

What Algorithm is

In this post I will try to discuss about the algorithm based on the material that I learned while in college. For friends who are studying software programming must have often heard this programming term, but what algorithm is ? More about it, please read the summary below.