Computational Constructs Flashcards
What is software?
Software is the programs and instructions which are run by a computer system.
What is Systems Software?
This type of software tells a computer how to control it’s hardware, what to do and how to interact with the user.
What is Applications Software?
This type of software tells the computer how to complete a specific task, for example a game is an example of applications software.
What is a variable?
A variables is used to store data, it is a location in the memory.
What is modulus division?
This divides the number in variable a by the number in variable b and returns the remainder. So if variable a had 5 and variable b had 2, then it would spit out 1.
What does concatenation do?
Joins to strings together. So, “hel” and “lo” when concatenated become “hello”
What does exponential do?
This will spit out a number which is equal to the number in variable a to the power of the number in variable b.
What is a predefined function?
A predefined function is a small section of code already written, for example ‘ask’ and ‘put’ are predefined functions in LiveCode.