wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ICT Q2 Activity III

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

A statement that is used to run commands continually until the condition is false or while a condition is true.

a)

Do Statement

b)

Loop statement

c)

Form statement

d)

Remarks statement

2.

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

a)

Do statement

b)

Loop statement

c)

Form statement

d)

Remarks statement

3.

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.

a)

While…End While

b)

For Each…Next

c)

For…Next

d)

Do Loop

4.

Statements that change execution from its normal sequence. When execution leaves a scope, all automatic objects that were created in that scope are destroyed.

a)

Form statement

b)

Remarks statement

c)

Loop control statements

d)

Loop statement

5.

A control statement that terminates the loop or select case statement and transfers execution to the statement immediately following the loop or select case.

a)

Loop control statement

b)

Exit statement

c)

Loop statement

d)

Remarks statement

6.

A numeric built-in function that returns the absolute value of a number

a)

Abs

b)

Exp

c)

Fix

d)

Int

7.

These are functions that return a string and usually work with one or more string arguments. They accept controls, variables, literals, and expressions.

a)

Dynamic arrays

b)

Date and Time function

c)

Array

d)

String function

8.

A string function that returns the character associated with the specified character code.

a)

LCase

b)

InStr

c)

Chr, ChrW

d)

Len

9.

The ____ data type contains date values, time values, or date and time values.

a)

time

b)

date

c)

day

d)

date, time

10.

The ________ structure represents an instant in time, typically expressed as a date and time of day.

a)

TimeDate

b)

Time

c)

Date

d)

DateTime

11.

A property of DateTime structure that gets the date component of this instance.

a)

Date

b)

Time

c)

Hour

d)

Year

12.

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.

a)

DateAndTime

b)

DateTime

c)

Array

d)

Loop

13.

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.

a)

di-array

b)

one-dimensional array

c)

Tri-array

d)

two-dimensional array

14.

A type of array that is a table of items that make-up of rows and columns.

a)

tri-array

b)

di-array

c)

one-dimensional

d)

two-dimensional

15.

Arrays that can be dimensioned and re-dimensioned as par the need of the program.

a)

Dynamic arrays

b)

one-dimensional

c)

two-dimensional

d)

Tri-dimensional