Posts tagged: Definition

Cyclic redundancy check [CRC32]

Assalamulaikum.. salam sejahtera
Pernahkah anda mengunakan CRC32 ? Apa itu? CRC sebenarnya ialah daripada singkatan “Cyclic redundancy check”. Terdapat pelbagai versi CRC. Namun pertubuhan IEEE (Disebut i-triple E) menyarankan mengunakan CRC32. Berdasarkan formula seperti dibawah:

x32 + x26 + x23 + x22 + x16 + x12 + x11 + x10 + x8 + x7 + x5 + [...]

Saturday January 9th, 2010 in , , , , | No Comments »

PROGRAMMING LANGUAGE

Defination
A set of rules and reserved words (keywords) that can be
used to tell a computer what are the operations to be done.
Artificial language composed by a fixed vocabulary and set of rules is used
to create instructions for the computer to follow.Now, there are over
200 programming languages in the world.
For example: Cobol, Pascal, C, C++, and [...]

Saturday April 11th, 2009 in , | No Comments »

DEFINITION OF PROGRAM, PROGRAMMING AND PROGRAMMER

• To understand program design in application software, user should know the definitions of:
Program:
A set of step by step instructions that directs a computer to perform a specific task and to produce the required results.
Programming:
Programming is a process of designing/ creating a program.
Programmer:
Programmer is a person who writes the program.

Saturday April 11th, 2009 in , | No Comments »