NEW
Font size
WorksheetsICT Q2 Activity III
Total questions: 15
Worksheet time: 5mins
A statement that is used to run commands continually until the condition is false or while a condition is true.
Do Statement
Loop statement
Form statement
Remarks statement
A statement allows us to execute a statement or group of statements multiple times and following is the general form of a loop statement in most of the programming languages
Do statement
Loop statement
Form statement
Remarks statement
A type of loop that repeats the enclosed block of statements while a Boolean condition is True or until the condition becomes True. It could be terminated at any time with the Exit Do Statement.
While…End While
For Each…Next
For…Next
Do Loop
Statements that change execution from its normal sequence. When execution leaves a scope, all automatic objects that were created in that scope are destroyed.
Form statement
Remarks statement
Loop control statements
Loop statement
A control statement that terminates the loop or select case statement and transfers execution to the statement immediately following the loop or select case.
Loop control statement
Exit statement
Loop statement
Remarks statement
A numeric built-in function that returns the absolute value of a number
Abs
Exp
Fix
Int
These are functions that return a string and usually work with one or more string arguments. They accept controls, variables, literals, and expressions.
Dynamic arrays
Date and Time function
Array
String function
A string function that returns the character associated with the specified character code.
LCase
InStr
Chr, ChrW
Len
The ____ data type contains date values, time values, or date and time values.
time
date
day
date, time
The ________ structure represents an instant in time, typically expressed as a date and time of day.
TimeDate
Time
Date
DateTime
A property of DateTime structure that gets the date component of this instance.
Date
Time
Hour
Year
It stores a fixed-size sequential collection of elements of the same type. It is used to store a collection of data, but it is often more useful to thick of it as a collection of variables of the same type.
DateAndTime
DateTime
Array
Loop
A type of array that is like a list of items or a table that consists of one row or items or one column of items.
di-array
one-dimensional array
Tri-array
two-dimensional array
A type of array that is a table of items that make-up of rows and columns.
tri-array
di-array
one-dimensional
two-dimensional
Arrays that can be dimensioned and re-dimensioned as par the need of the program.
Dynamic arrays
one-dimensional
two-dimensional
Tri-dimensional
