Key Area 1.2 - Visual Basic Flashcards
What does this predefined function do - INT
Drops the numbers after the decimal point
What does this predefined function do - ROUND
Rounds the number to the nearest whole number
What does this predefined function do - RND
Generates a random number between its given boundaries
What does this predefined function do - LEN
Returns the number of characters
What does this predefined function do - Ucase
Converts all the characters to upper case
What does this predefined function do - Lcase
Converts all the characters to lower case
What does this predefined function do - ASC
Returns the ASCII value
What does this predefined function do - CHR
Takes an ASCII value and returns the corresponding character
What does this predefined function do - MID
Extracts a sub string from a string
What is an array
A list of numbers or words categorised under a name
What is concatenation
The adding together of strings by using the function &
What do string, integer and single hold
String , Letters
Integer , Whole numbers
Single (real) , Decimal numbers