Chapter 2 Visual Basic and Integrated Development Environments
2.1 What is Visual Basic?
Visual Basic is a widely used general-purpose, high-level computer programming language that allows programmers to create desktop applications, large-scale applications, embedded systems, client-server applications, and many other types of software.
Visual Basic is designed to be a platform-independent language. It is intended to let programmers “write once, run anywhere (WORA)”, meaning that code is written once but can run on any combination of hardware and operating system without being re-compiled.
2.2 What is the Difference Between a Script and a Program?
Technically speaking, a script is interpreted whereas a program is compiled, but this is actually ...
Get Visual Basic and Algorithmic Thinking for the Complete Beginner now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.