exam qs Flashcards
what is data mining
finding patterns within large quantities of data
what is pobrlem recognition
identify what the problem is
what is performance modelling
testing the behaviour of system before it is used
what is another benefit of visualization exclusing the fact that its easy to understand
can explain complex situations
3 features of an IDE
underlines syntx errors before running- saves time
breakpoints - check the values of variables
step mode - allows you to watch the variables as each line executes
what is the difference between by value and by reference
the value will noit be overriden
a copy will be made
what are the similarities between class and records
both store data of different types
what are the differences between class and records
record is a data structure where as a class is a template for making data structures