CT2/P2 Flashcards
Decomposition
involves taking a large, complex problem and breaking it down into smaller, more manageable parts or tasks
Algorithm
it is a set of instructions to perform a specific task
Sequence
A set of logical steps carried out in order
Error
the problems in a program due to which the program will stop the execution.
Transistor
tiny electrical components that form the basis of all digital computing devices.
They have two distinct states (on and off) that we use the binary digits 1 and 0 to represent.
Binary
In a computer, all data is stored in binary form. A binary digit has two possible states - 1 and 0.
Denary
Humans tend to use the denary number system. This is the base 10 system that you are familiar with
Bit
A bit is the smallest unit of data a computer can use.
Byte
Eight bits are known as a byte. A byte is significant in that a single character can be represented in binary in eight bits - one byte.