BASIC
- 6 votes74 views1 answer
- 2 votes196 views1 answer
- 2 votes198 views1 answer
- 2 votes197 views1 answer
- 1 vote203 views2 answers
- 1 vote196 views4 answers
- 1 vote191 views2 answers
- 1 vote207 views1 answer
- 1 vote202 views2 answers
- 1 vote208 views1 answer
- 1 vote198 views1 answer
- 1 vote205 views1 answer
- 0 vote76 views1 answer
- 0 vote116 views1 answer
- 0 vote215 views1 answer
- 0 vote217 views1 answer
- 0 vote210 views1 answer
- 0 vote212 views2 answers
- 0 vote211 views1 answer
- 0 vote203 views2 answers
- 0 vote227 views1 answer
- 0 vote209 views1 answer
- 0 vote211 views1 answer
- 0 vote207 views10 answers
- 0 vote202 views1 answer
BASIC (Beginner's All-purpose Symbolic Instruction Code) is a high-level programming language that was first developed in 1964 by John Kemeny and Thomas Kurtz. It was created to provide a simple and easy-to-use language for beginners and non-computer scientists, and it became one of the most popular programming languages for personal computers in the 1970s and 1980s.
BASIC has a simple and easy-to-learn syntax, which makes it a great choice for beginners. It also offers a variety of built-in functions and commands for common tasks such as input/output, string manipulation, and mathematical operations. This simplicity and ease of use made it a popular choice for educational institutions and home users.
BASIC also has a strong backward compatibility, this means that code written in the 1970s and 1980s can still be run on modern computers without modification, this makes it possible to use old programs and games.
BASIC also has a large and active community, this community has created a lot of libraries, plugins and resources that are available for free, this allow developers and users to easily add various functionalities and features to their applications.
BASIC also offers a wide range of tools for building and deploying applications, it has a built-in support for creating console applications and simple GUI applications, this makes it easy to deploy the developed code on various platforms.
Overall, BASIC is a high-level programming language that was first developed in 1964. It has a simple and easy-to-learn syntax, which makes it a great choice for beginners. It also offers a variety of built-in functions and commands for common tasks. Its simplicity and ease of use made it a popular choice for educational institutions and home users. Its strong backward compatibility and a large and active community make it a valuable tool for learning programming, running old programs and games and building simple applications.