Boolean conditions are queries that compare two values with each other
Back
Abstraction
Front
makes problems or systems easier to think about.
Back
Requirements
Front
the users describe what they want
Back
Design
Front
start with the requirements
Back
Logical Reasoning
Front
enables people to make sense of things by analyzing and checking facts through thinking clearly and precisely.
Back
Decomposition
Front
a way of thinking about artifacts in terms of their component parts.
Back
Algorithmic
Front
thinking is a way of getting to a solution through a clear definition of the steps.
Back
Boolean Operators
Front
Boolean Operators are simple words (AND, OR, NOT or AND NOT) used as conjunctions to combine or exclude keywords in a search, resulting in more focused and productive results.
Back
Designing
Front
involves working out the structure appearance and functionality of artifacts.
Back
"system" testing
Front
tests several related programs as a single entity
Back
. Boolean data
Front
type is used for logical values. Boolean data type can have two possible values : true or false
Back
Applying
Front
is the adoption of pre-existing solutions to meet the requirements of another context.
Back
Analyzing
Front
Analyzing involves breaking down into component parts (decomposition) reducing the unnecessary complexity
Back
Evaluation
Front
The process of ensuring that a solution, whether an algorithm, system, or process, is a good one.
Back
unit" testing
Front
tests just one program or function
Back
Generalization
Front
is associated with identifying patterns, similarities and connections, and exploiting those features.
Back
Computational Thinking
Front
A thought process that develops a solution to a problem that can be carried out by a computer program
Back
Reflecting
Front
is the skill of making judgements (evaluation) that are fair and honest in complex situations.
Back
Computer or program bugs
Front
refer to problems in electrical devices.
Back
Comments
Front
are little messages a programmer leaves in the code.
Back
Algorithm
Front
that solve some specific problems can be adapted to solve a whole class of similar problems
Back
Error handling
Front
is code that tells the computer what to do if something goes wrong.
Back
Coding
Front
An essential element of the development of any computer system is translating the design into code form
Back
Boolean expression
Front
Boolean expression is a logical statement that is either TRUE or FALSE .