Explain the extended text editor with example in vb
Answers
Answer:
Visual Basic
Explanation:
It is a 3rd generation event-driven programming language released by Microsoft in 1991. It evolved from a DOS version called BASIC which means Beginners' All-purpose Symbolic Instruction Code. It provides a GUI to the programmers, which allows them to modify code by simply dragging and dropping objects and by defining their behavior and appearance.
Advantages of Visual basic are -
1. It is object-oriented.
2. It is a general-purpose language which has all the features of any modern technology.
3. It is easy to learn.
4. It has a highly structured language.
#SPJ2
Answer:
Visual basic
Explanation:
Visual basic-
1) Visual Basic, also referred to as "VB," is designed to make software development easy and efficient, while still being powerful enough to create advanced programs.
2) For example, the Visual Basic language is designed to be "human readable," which means the source code can be understood without requiring lots of comments.
3)The Visual Basic program also includes features like "IntelliSense" and "Code Snippets," which automatically generate code for visual objects added by the programmer.
4)Another feature, called "AutoCorrect," can debug the code while the program is running.
5) Programs created with Visual Basic can be designed to run on Windows, on the Web, within Office applications, or on mobile devices.
#SPJ1