Key Area 1.2 - Visual Basic Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does this predefined function do - INT

A

Drops the numbers after the decimal point

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does this predefined function do - ROUND

A

Rounds the number to the nearest whole number

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does this predefined function do - RND

A

Generates a random number between its given boundaries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does this predefined function do - LEN

A

Returns the number of characters

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What does this predefined function do - Ucase

A

Converts all the characters to upper case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does this predefined function do - Lcase

A

Converts all the characters to lower case

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does this predefined function do - ASC

A

Returns the ASCII value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What does this predefined function do - CHR

A

Takes an ASCII value and returns the corresponding character

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What does this predefined function do - MID

A

Extracts a sub string from a string

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is an array

A

A list of numbers or words categorised under a name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is concatenation

A

The adding together of strings by using the function &

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do string, integer and single hold

A

String , Letters
Integer , Whole numbers
Single (real) , Decimal numbers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly