|
Computersight > Authors > sameer
|
 |
sameer |
|
|
 | | Program Interrupts | | by sameer, Jul 22, 2007 | | In the program control transfer, the computer keeps checking the flag bits, and when it finds anyone set, it initiates an information transfer. The difference of information flow rate between the computer and that of the input-output device makes this type of transfer inefficient. | | Comments(0) Liked It: 8 |
|
 | | Compilation and Execution | | by sameer, Nov 12, 2006 | | Generally coding is done in high-level language and sometimes in low-level language (such as assembly language). For these languages to work on the computer it must be translated into machine language. There are two kinds of translators – compilers and interpreters. The high level languages can be either called compiled languages or interpreted languages. | | Comments(0) Liked It: 6 |
|
 | | Debugging and Testing | | by sameer, Nov 12, 2006 | | Here we can find the different process of debugging and testing methods of the computer programs. | | Comments(0) Liked It: 2 |
|
 | | Effective Coding | | by sameer, Nov 12, 2006 | | Here you can find the techinques for the effective coding in programming languages | | Comments(0) Liked It: 4 |
|
 | | Compiler Vs Interpreter | | by sameer, Jul 5, 2006 | | This article gives the brief idea of Compiler and Interpreter and the difference between them and some information about how the computer compiles or interprets the source code | | Comments(6) Liked It: 13 |
|
|