WorksheetsN5 Software Development (full)
Total questions: 140
Worksheet time: 1hrs 10mins
What data type can hold letters, numbers and symbols?
(a)
What data type holds whole numbers?
(a)
What data type can hold a single letter, number or symbol?
(a)
What data type holds numbers with digits after the decimal point?
(a)
What data type holds TRUE or FALSE?
(a)
What symbol do we use to tell LiveCode we are writing a string?
(a)
What symbols must delimit (go round) a string?
(a)
What symbol do we use to tell LiveCode we are joining strings together?
(a)
What symbol do we use to concatenate strings?
(a)
Which symbol do we use to add in Computing?
(a)
Which symbol do we use to subtract (take away) in Computing?
(a)
Which symbol do we use to multiply in Computing?
(a)
Which symbol do we use to divide in Computing?
(a)
Which symbol do we use to make a power in Computing?
(a)
add
subtract
multiply
divide
to the power
What command do we use for selection?
(a)
What command do we use for iteration (in LiveCode)?
(a)
What command do we use for loops (in LiveCode)?
(a)
What do we call test data that is inside the range the program should work with?
(a)
What do we call test data that is at the edges of the range the program should work with?
(a)
What do we call test data that is outside the range the program should work with?
(a)
