Tooltips
-
Competing priorities
Potentially conflicting outcomes within Technological practice that require identification and a judgment on relative value in order to decide on an appropriate…
-
Competing priorities (in technological practice)
When planning a Project sometimes you have competiting priorities. This means there are multiple ways that you can go, and you Need…
-
Comparative operators
These are symbols that you put into logical statements that are either true or false. They are used to compare two things,…
-
Community stakeholder
Wider (community) stakeholders are those people that are less directly influential for or impacted on by the practice or Outcome. They can,…
-
Communicative Model
When you are designing something, a Communicative Model is the way you Describe the thing you are designing or making. It doesn’t…
-
Commenting out
Switching off a piece of code by changing it into a Comment. You do this instead of deleting your code because you…
-
Comment
Disabling a block of Source code by changing it into a Comment. This technique is used for Debugging or for Testing the…
-
Comment (in Programming)
Adding comments to Explain how the code in a program works or what it does. The comments are ignored by the computer…
-
Comma Separated Value
Data found in simple file formats used for storing tabular Data. CSV is an abbreviation for “comma-separated values”. A comma is used…
-
Column
A vertical series of cells in a spreadsheet. Usually represented by a letter. e.g. B4 is in Column B (the second Column).


