Computational Constructs Flashcards

1
Q

What is software?

A

Software is the programs and instructions which are run by a computer system.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Systems Software?

A

This type of software tells a computer how to control it’s hardware, what to do and how to interact with the user.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Applications Software?

A

This type of software tells the computer how to complete a specific task, for example a game is an example of applications software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a variable?

A

A variables is used to store data, it is a location in the memory.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is modulus division?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What does concatenation do?

A

Joins to strings together. So, “hel” and “lo” when concatenated become “hello”

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What does exponential do?

A

This will spit out a number which is equal to the number in variable a to the power of the number in variable b.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a predefined function?

A

A predefined function is a small section of code already written, for example ‘ask’ and ‘put’ are predefined functions in LiveCode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly