programming (2.0) Flashcards
How do you assign a variable and a constant ?
pseudocode
What are the standard arithmatic operations (6)?
pseudocode
what are the relational operators ?
pseudocode
what are the boolean operators (3)?
pseudocode
What are the 2 types of condition controlled iteration (indefinite) ?
pseudocode
what are the count controlled iteration (definite)?
pseudocode
what are the selections ?
pseudocode
How do you assign , access and assign 1D arrays?
pseudocode
How do you assign , access and assign 2D arrays?
pseudocode
How do you find the arrays length?
pseudocode
How do you assign subroutines and call?
pseudocode
How do you find the length of a string?
pseudocode
How do you find the position of a string?
pseudocode
How do you substring?
pseudocode
How do you Concatenate?