I have compiled famous computer language explanations for everyone, I hope it will be helpful to you!
Famous computer language explanations:
VF: Also written as VFP, Visual The abbreviation of FoxPro, Visual means "visual" in English, and Fox means "fox". It originally refers to the American Fox database software company, which has been acquired by Microsoft. Pro is the abbreviation of Progress, which means "further level". Visual FoxPro is a powerful, visual, object-oriented database programming language launched by Microsoft based on FoxPro. It is also a powerful database management system.
VC: Visual C++, Microsoft's advanced visual computer program development language. C language is known as one of the greatest contributions to computer programming in the past decade. It has the simple and easy-to-use characteristics of a high-level language, and can complete many tasks that can only be done by assembly language. Therefore, C language is particularly suitable for writing various complex software. If BASIC language is the programming language for beginners and amateurs, then C language is the programming language for professionals.
VB: Abbreviation of Visual Basic, Microsoft's advanced visual computer program development language. BASIC is the abbreviation of Beginner's All-purpose Sybolic Instruction Code (beginner's universal symbolic instruction code). Starting from BASIC, Quick BASIC, True BASIC, etc. have been launched. The latest one is Visual Basic launched by Microsoft. This is an extremely powerful object-oriented visual programming language.
Delphi: Pronounced /?delfai/, Delphi, the name of the ancient Greek city, was regarded by the ancient Greeks as the center of the world and was famous for the Temple of Apollo. In computer English, it refers to a visual, object-oriented, event-driven computer programming language from the American company Borland.
Java: Pronunciation /?d?a: v?/, "New English-Chinese Dictionary" is translated as "Java Island (belonging to Indonesia), Java Coffee". Computer English refers to a new object-oriented programming language launched by the American Sun Company. Java integrates object-oriented, platform-independent, robustness, security, multi-threading and many other features, and adds functions such as exception handling and network programming. It is particularly suitable for the development of Internet applications and is the ideal way to realize "one world, one world". Network? The key to ideation. Can all kinds of software written in Java really do "Write Once, Run anywhere"? That is to say, the same software can run on different computers, whether it is a PC, a Mac, or a UNIX computer , or set-top boxes, PDAs (personal data assistants) and even smart components, without exception.
SQL: Structure Query Language, structured query language. SQL is a concise, set-oriented language in relational database management systems. It queries one or more data tables and produces a result data table.