Software development
use the table below track your revision progress to key ideas in software implementation
drag rows up as you progress
update your confidence level
update quizlet setting, you can add more then one activity option as you complete them
add personal reminder notes
revise key ideas in software implementation
0
status
key-point 1
key-point 2
I can use key-points to
confidence level
quizlet done
reminders
learned
1
learned key point
drag learned items here
flashcard
learned
tested
1
Count
revising
1
key point being revised
drag revising items here
flashcard
1
Count
to do
20
data type
integer, real
use INTEGER and REAL data types for numbers
string
character
use STRING and CHARACTER data types for text
boolean
use BOOLEAN data type
single value variable
use single value VARIABLEs as data structure
1-D array
use 1-D ARRAYS as data structure
assign
write code to ASSIGN a value
arithmetic calculation
result value, add, subtract, multiply, divide, exponent
write code to carry out a CALCULATION and RETURN a value using (add, subtract, multiply, divide, exponent)
concatenation
write code to CONCATENATE strings
selection
simple condition
write code with simple conditions to make a SELECTION construct (IF)
complex condition
write code with complex conditions to make a selection construct (IF)
comparison operator
inequality comparator
use >, <, >=, <= = and ≠ comparison operators to write code for a CONDITION
logical operator
AND, OR, NOT
use logical operators AND, OR, NOT to make a complex condition
fixed loop
loop counter
write code to make a FIXED LOOP
conditional loop
while, until
write code to make a CONDITIONAL LOOP
round
predefined function, parameter
using the ROUND function, with parameters, to calculate a result
random
predefined function, parameter
using the RANDOM function, with parameters, to calculate a result
length
predefined function, parameter
using the LENGTH function, with parameters, to calculate a result
input validation
standard algorithm
write an INPUT VALIDATION standard algorithm
running total
standard algorithm, keeping a count
write a RUNNING TOTAL within a loop standard algorithm
traverse 1-D array
standard algorithm, enter list of values, display list of values, update list of values, calculate with a list of values
write a standard algorithm to TRAVERSE a 1-D array
20
Count
22
Count

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.