From 0742d370d669723095cdb9464980a0634e51d721 Mon Sep 17 00:00:00 2001 From: nihalxkumar <121309701+nihalxkumar@users.noreply.github.com> Date: Thu, 2 May 2024 01:27:21 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Misc/History.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Misc/History.md b/src/Misc/History.md index 173f56d..5329c76 100644 --- a/src/Misc/History.md +++ b/src/Misc/History.md @@ -7,7 +7,7 @@ Programming languages have undergone a remarkable evolution since the inception ### Machine Language or Binary Language - Consists of 0s and 1s. - Computers can only understand binary. - - Unambiguous, simple, and easy to build. + - Unambiguous and simple. - Difficult for humans to read and understand. - Not suitable for representing complex data structures. - Machine-dependent due to differences in code architecture. @@ -28,7 +28,7 @@ Programming languages have undergone a remarkable evolution since the inception - Compiler - Interpreter -High-Level Languages -> Character User Interface +High-Level Languages ➡️ Character User Interface ## Fourth Generation languages