answersLogoWhite

0


Best Answer

Syntax Error,Logic Error,Compile Error and Run time Error are different Errors in Visual Basic

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

6mo ago
  1. Syntax Errors: These errors occur when the code violates the rules of the VB syntax. For example, missing a closing parenthesis or using an incorrect keyword. These errors are identified by the compiler during the code compilation process.

  2. Run-time errors: Run-time errors occur while the program is running. They generally occur due to invalid data input or incorrect logic in the code. They cause the program to crash or provide unintended results.

  3. Logic Errors: Logic errors occur when the code behaves unexpectedly or produces incorrect results due to flawed or incorrect logic. These errors can be challenging to identify, as the code compiles and runs without any error messages. Debugging techniques, such as code reviews or stepping through the code, are used to locate and correct logic errors.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 3 type of errors and explanation for each other visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the difference between visual studio and visual basic?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What are forms in visual basic?

They are windows; the basic content container for other controls.


Is visual basics only available in Microsoft Excel?

No, Visual Basic is a program on its own too, used to create programs. VBA is used in Excel and other programs (Visual Basic for Applications).


3 basic steps in developing visual basic?

coding_write the codes of the programpreprocessing and compiling-checking for availability of errors then debugginglinking -visual basic contains references to other parts of aprogram and this entails linking tha percels to the mainloading-entails accessing of programm to esure its fit for execussion and has all details one requresexecution using an appropriate softeares


How can you get visual basic on Windows 7?

You can download and install visual basic on Windows 7 just like you would on xp, vista, or any other operating system.


How visual data manager helps in creating a data base file in visual basics?

The Visual Data manager that ships with Visual Basic is a powerful tool for working with several types of databases inside the Visual Basic environment. One can create, edit, compact and repair many types of databases and other types of files. Here's how to use the Visual Data Manager in Visual Basic.


What is Visual Basic Editor?

There have been many versions of Visual Basic. It is a program which allows you to write other computer programs. Each version of Visual Basic has come with an editor to allow you to write and edit code. This is called the "IDE", or "Integrated Development Environment".


Is There a program that lets you make other programs and if so where do you get it?

Microsoft Visual Basic


What is the difference between VB and Visual Studio?

I believe visual studio is the user interface, and it not only supports visual basic but also visual c++, c#, web development etc. Visual basic, on the other hand, is a programming language.


What are the basic feture of foxpro?

Basic feature of Microsoft Visual FoxPro is same with other programming language. You can develop a program either local database or coming from a SQL Server. Aside from that you can customize same with Visual Basic.


What does the Visual Basic 2005 refer to?

The phrase 'Visual Basic 2005' refers to a type of software. The program is manufactured by Microsoft and since this copy, many other copies have been released.


Can vb go away by itself?

No. Visual Basic is a programming language and no language can physically "go away by itself". They are not sentient. Can English go away by itself? Of course it can't. Neither can Visual Basic. What can go away is the software used to interpret the Visual Basic language. In this case that includes the Visual Basic plugins that enable the Visual Studio integrated development environment (IDE) to work with your Visual Basic code and other components, including the Visual Basic compiler and the runtime libraries required to execute Visual Basic programs. But they cannot "go away" by themselves. Either a hardware component has malfunctioned or a user has deliberately removed the hardware or software components. There simply isn't sufficient information to determine exactly why your Visual Basic has gone "away".