Save
...
compsci
compsci 2024
ERL
Save
Share
Learn
Content
Leaderboard
Learn
Created by
Dion
Visit profile
Cards (8)
operators
A)
*
B)
^
C)
/
D)
MOD
E)
DIV
F)
NOT
6
string operations
A)
.length
B)
substring
C)
left
D)
right
E)
+
F)
.upper
G)
.lower
H)
ASC
I)
CHR
9
arrays
A)
array
B)
len
2
random
A)
random(
1
selection
A)
then
B)
elseif
C)
then
D)
endif
4
file handling
A)
open(
B)
.txt"
C)
f.close()
D)
f.readLine()
E)
f.writeLine("Hello")
F)
NOT
G)
f.endOfFile()
H)
f.readLine()
I)
endwhile
J)
newFile(
10
iteration
A)
=
B)
to
C)
inclusive
D)
+
E)
next i
F)
endwhile
G)
do
H)
while
8
sub programs
A)
procedure
B)
C)
endprocedure
D)
function
E)
return
F)
endfunction
6