Archive
Computer Programming And Programming Approaches
What Is Program? A program is a set of instructions written by a programmer. Program contains detailed instructions and complete procedures for performing the relevant tasks. What Is Programming? Programming is an art, although we can learn and taught it, but the creativity and problem solving skills is God gifted. A program has following processing operations in its working:- Reading an input record for processing
- Arithmetic calculations to produce statements
- Comparison of values to perform certain operations
- Output of items on output devices
- Moving data from memory to storage or... Read more
INPUT DEVICES
What is Input? Input is simply anything which you are entering into a computer. But technically speaking, input is a process by which human enters data which that is readable and then this data is transformed into a form that is machine-readable. The data that is entered into a computer is also referred to as, Input. All the documents from where we get the data which are entered into the computer are known as Source Document. What are Input devices? The devices that are used to enter data into a... Read moreAUTOMATIC DATA ENTRY DEVICES OR AUTOMATIC INPUT DEVICES
Examples of such devices are:- Magnetic Ink Character Recognition
- Magnetic Strips
- Smart Cards
- Scanners
- Computer Scanners
- Optical Recognition
- Point-Of-Sale Terminal
- Financial Transaction Terminal
- Machine Vision System
2G and 3G Wireless Technology
In today’s world of communication, 2G and 3G technologies have their own importance and priority. Nowadays even a layman has some knowledge about 2G as it has become so popular because of the current political issues related to 2G spectrum. The "G" here stands for generation, thus 2G and 3G means second and third generation technologies respectively. Even 1G technology exists; though it did not become that popular. Today the technology has come up to 4G. As in case of any other technology, as the updated technology gets introduced with many advanced features, the older... Read moreArtificial Intelligence (AI)
Artificial Intelligence is one of the hot topics of today’s IT world. The name itself suggests that it is intelligence which is artificially created. As we all know for human beings intelligence could not be or need not be created artificially, as it is natural. So it is sure that artificial intelligence is for machines but we cannot be specific while defining intelligence. When we consider a human being, the parameters that are considered for defining his intelligence will vary from person to person, that is it is an immeasurable characteristic. Still we could say that intelligence helps... Read moreSome awesome Notepad tricks to remember
Trick 01 1. Open an empty Notepad file 2. Write .LOG remember it should be the first line of the file, and then press ENTER. Save the file and exit. 3. Open the saved file and you will notice that Notepad shows the current date and time at the end of the file and places the cursor on the line after. 4. Type your notes, save changes and exit the file. After you have done that open the file and you will see the changes. By using this trick you can... Read moreSTAGES / STEPS INVOLVED IN PROGRAMMING
What is Program? A program is a set of instructions written by a programmer. Program contains detailed instructions and complete procedures for performing the relevant tasks. What is Programming? Programming is an art, although we can learn and taught it, but the creativity and problem solving skills are God gifted. Steps Involved in Programming- Analyzing the Problem
- Algorithm design / Pseudocode
- Flowchart
- Coding
- Debugging
- Testing
- Final output
- Documentation