V
- .vbs file
- A Microsoft Visual Basic, Scripting Edition macro file.
- VBScript macro
- A procedure that contains VBScript commands and takes no parameters. A VBScript macro begins with a Sub statement, continues with VBScript commands that represent tasks you want to accomplish, and ends with an End Sub statement.
- vernal equinox
- A point that represents the apparent ascending node of the sun in the apparent orbit of the sun around the earth. For modeling purposes, pretending that the sun orbits the earth, rather than that the earth orbits the sun, simplifies the descriptions of satellite orbits. See also ascending node.
- vehicle bus bridge
- A hardware interface that connects between an Auto PC's universal serial bus (USB) port and an automobile's on-board diagnostic level II (OBD II) port.
- virtual-key code
- A device-independent value that identifies the purpose of a keystroke as interpreted by the Windows keyboard device driver.
- virtual spaces
- In text editing, spaces that are inserted between the end of the line and the insertion point before new characters are added to the line.
- Visual Basic, Scripting Edition
- A subset of the Visual Basic for Applications programming language, optimized for Web-related programming. It is implemented as a fast, portable, lightweight interpreter for use in Web browsers and other applications. Also called VBScript and Visual Basic Script.