Class VIII Comp.
Class VIII Comp.
Name: ___________________ Grade: VIII Sec: ____ Subject: ICT Date: _______________
Marks: [ /30] Invigilator's name: _________ Teacher’s sign: ________ Rechecked: __________
3.LEN () and LEN (UCASE $ ()) Will always give the same numeric
value for the same input in both. ___________
FOR I = 3 TO 30 STEP 3
PRINT I
NEXT I
COUNT = 0
WHILE COUNT < 5
PRINT COUNT * 3
COUNT = COUNT + 2
WEND
1. Array = ________________________________
3. Suffix = ________________________________
4. Concatenate = ________________________________