What is Basic Programming?
BASIC programming has a long history as the computer programming language of choice for beginners. It has been used since the 1960s to simplify communication between the programmer and the computer. This computer language has been widely imitated and altered, and it is currently most well-known as Visual Basic.
<h3 id="section---BASICProgramming">BASIC Programming</h3>
<p>Programming languages have been in use longer than computers have, as a way for a user to give a machine a series of commands to perform a set of functions. When computers were first developed, only mathematicians and scientists had the ability to program them. The creation of BASIC opened up computer programming to more people.
</p>
<p>Important Facts About Basic Programming
</p>
<p />
<table border="1"><tr><td>Work Environment</td><td>Office setting</td></tr>
<tr><td>Possible Careers</td><td>Computer Programmer, Web Designer, Software Developer</td></tr>
<tr><td> Median Salary (2021) </td><td> $93,000 (<i>for all computer programmers</i>)</td></tr>
<tr><td> Job Outlook (2021-2031)</td><td> -10% decline (<i>for all computer programmers</i>)</td></tr>
</table><p><i>Source: U.S. Bureau of Labor Statistics</i>
</p>
<h3 id="section---CreationOfBASIC">Creation of BASIC</h3>
<p>Two computer scientist from Dartmouth College created Beginner's All-purpose Symbolic Instruction Code (BASIC) in 1964 to help students learn a simplified version of computer programming and give computer access to non-science students. Programming languages like BASIC allow programmers to interact with a program's source code, or source. Through this communication, programmers can give the computer complex sets of instructions to accomplish tasks.
</p>
<h3 id="section---Function">Function</h3>
<p>High-level programming languages like BASIC filter many details out so that the programmer can access simpler, more consolidated data and actions. Low-level programming, by contrast, presents raw data directly from the source. Because of this, low-level languages are more efficient, but they also are more difficult to sift through. Thus, high-level programming languages that emphasize symbols, the way BASIC does, are useful for beginners.
</p>
<h3 id="section---LaterDevelopment">Later Development</h3>
<p>BASIC has inspired many imitative programming languages, known as dialects. Most notable among these dialects is Microsoft's Visual Basic, which allows for more event-driven and object-oriented programming, making BASIC even easier to use.</p>