Posts

Showing posts with the label Differentiate between

Difference Between Mouse and Trackball

Difference Between Mouse and Trackball Points : Difference Between Mouse and Trackball, comparison Between Mouse and Trackball, Mouse vs Trackball Difference Between Mouse and Trackball Mouse Trackball 1. The mouse has to be moved when used. The track ball Is stationary. 2. A mouse consists of a metal or plastic housing or caring, a ball at its base and is rolled on a flat horizontal surface. You use a trackball by the rolling the ball with your palm and fingers. 3. Mouse are popular among light computer users. Trackball are popular among heavy computer users. 4. A mouse has ability to transmit textual information. A trackball can placed on any surface. 5. Mouse is commonly use Trackball is rear use.

Distinguish between (Computer and Calculator), (Microprocessor and Micro Computer) and (Second Generation and Third Generation of computer)

Distinguish between the following a. Computer and Calculator b. Microprocessor and Micro Computer c. Second Generation and Third Generation of computer Points : difference between computer and calculator, difference between microprocessor and micro computer, difference between second generation and third generation of computer Difference between Computer and Calculator Computer Calculator 1. Computer can accept and operate alphabetic data. Calculator can not accept alphabetic data. 2. Computer has large memory for storing programs and data. Calculator has small memory. 3. Computer has internal storage. It has very small internal storages as compared to computer. 4. It has predefined instruction called Programmed. It his not predefined instruction like a programmed. 5. It performs numeric, arithmetic and logical operations. It performs only numeric and arithmetic calculation. Difference between Microprocessor and Micro Computer Microprocessor Micro Computer 1. A central processing un...

Define and Differentiate between Compiler and Interpreter

Define and Differentiate between Compiler and Interpreter Points : define and differentiate between compiler and interpreter Compiler Compiler is a translator, which converts high level “Source” program into low level “Object” program. It translates the whole programs at once and gives an error list to be removed. It can not execute the object program. Interpreter Interpreter is a translator program which converts “Source program” into object program. It translates one instruction at a time. Difference between Compiler and Interpreter Compiler Interpreter 1. It translates the whole program at once and give an errors list to be removed. An interpreter is a program that translates a high level programming language into machine language during the actual step by step execution of program. 2. Compilation is not necessary for repeated execution of a program. In case of interpreter whenever an instructions is used, it must once again be interpreted and translated into machine language. ...