The data type used to store True or False
What is Boolean
The model with four layers: Application, Transport, Internet, and Network.
What is the DoD TCP/IP model?
The use of # this adds tax in Python is an example of this
What is a comment?
This type of error happens when a variable isn’t converted before performing arithmetic.
What is a type error?
Using another person’s code without credit is considered this.
What is plagiarism?
This control structure is used when code must repeat until a condition is met.
What is while loop
This layer in the DoD TCP/IP model is responsible for selecting the best path and assigning IP addresses.
What is a Internet layer?
This is the first phase in the Framework for Development.
What is Investigate
This process is used to step through code manually to trace logic.
What is desk checking/Breakpoint?
The type of software licence that allows code modification and sharing.
What is open source?
These operators are used to compare values and return a Boolean result
What is relational operators
This term describes data congestion when too many devices transmit on a network.
What is a data collision?
The name for a function that has not been fully implemented yet.
What is a stub?
A validation that checks if a value falls within an acceptable range.
What is range checking?
This law protects the rights of original software creators in Australia.
What is the Copyright Act 1968?
What is the hexadecimal of the decimal number 49?
what is local 31
This device connects multiple devices on a LAN and operates on the Network layer.
What is a switch?
This tool is often used to plan project tasks over time, visually.
What is a Gantt chart?
This Boolean test data is used to test decision points in code.
What is boundary data?
A developer must follow these when collecting user data.
What are the Australian Privacy Principles?
This function call passes a value like num into a function like double(num)
What is an argument
The protocol used to reliably transmit data at the Transport layer.
What is TCP?
This testing is done after development to determine if the end-user finds the solution acceptable.
What is user acceptance testing?
This is the type of test data used when a value is just at the limit of being accepted.
What is a boundary condition?
Copying code for profit without a licence violates this.
What is intellectual property law?