@@ -67,10 +67,10 @@ common in different programming languages.*
6767
6868## Input And Output
6969As was mentioned, a programmable computer is very
70- important but the way you interact with the computer
71- is through input and output: you as the user
72- will have an input, the computer will process it
73- (the way it is processed is programmed also),
70+ important, but the way you interact with the computer
71+ is through input and output: you, as the user,
72+ will provide input, the computer will process it
73+ (the way it is processed is also programmed ),
7474then the computer will output something.
7575The very first demonstration is the "Hello World"
7676program. The programmer will tell the computer
@@ -81,17 +81,16 @@ as that. Typical programs like binary
8181to human language (and vice versa)
8282takes a lot of processing,
8383an operating system to recognize computer applications,
84- a business collaborative tool with a lot of features
84+ a business collaborative tool with many features
8585to manage data, a 3D game that is almost realistic,
8686an Artificial Intelligence program that can simulate humans
8787in the virtual world!
8888
8989But of all the things programmers can do, the
9090computer only processes input as binary data
91- (0s and 1s) and
92- it should not be interpreted literally. It's just
93- a representation of something a computer
94- can recognize: absence or presence of electric pulse.
91+ (0s and 1s), and it should not be interpreted literally.
92+ It's just a representation of something a computer
93+ can recognize: the absence or presence of an electric pulse.
9594Compare this with any drawing
9695that can be accomplished just
9796by simply using a dot-and-no-dot pattern!
0 commit comments