computer fundamentals
Computer fundamentals Objective: Computer Advantages History Classification Components Computer "Computer is an electro-mechanical device, which takes the Input from the user and, after processing it, gives the Output to user" Input: Input means the commands, or instructions, which a user give to the computer to know the solution. Processing: The computer doesn't know our language. It only knows the Binary Language the is 0110011001100.Computer first converts our language to understand and after that again converts the binary data to the user language so that the user can understand the result. Output: Output means the result given by computer against a specific input. Suppose a user wants to know the result of 2+2 In the case, 2+2 is the input After taking this input, computer converts the 2+2 to binary language to understand the input, after that creates the result in binary and converts the result into the user language and then shows the result in monitor whi...