Search Results for:
-
Lesson 11: Installation of Programming Tools
Installing an IDE and Running a Program Choose an IDE (e.g., Eclipse, NetBeans, Visual Studio). Download and install the IDE. […]
No Comments -
Lesson 13: Introduction to Coding
What is Coding? Coding is the process of writing instructions that a computer can understand and execute. It involves using […]
No Comments -
Lesson 14: Coding Practice — Control Structures
Using Input, Output, Mathematical and Assignment Operators Write source code that makes use of input, output, mathematical and assignment operators […]
No Comments -
Lesson 20: Notions on Number Systems
Why Computers Use Number Systems Human beings use a number system consisting of digits 0-9, corresponding to the number of […]
No Comments -
Lesson 21: Conversion From Any Base to Base 10
What is Conversion? Conversion is the act of changing a number from one number system to another. To convert from […]
No Comments -
Lesson 26: Basic Logic Gates
What is a Logic Gate? A logic gate is an elementary building block of a digital circuit. It is an […]
No Comments -
Lesson 27: Derived Gates and Boolean Algebra
Derived Logic Gates Using combinations of the basic gates, more complex logic gates can be built: NAND gate: a NOT-AND […]
No Comments -
Lesson 28: Logic Circuits and Boolean Functions
What is a Logic Circuit? A logic circuit is a set of gates joined together to produce a specific output […]
No Comments -
Lesson 22: Conversion From Base 10 to Any Base
Converting the Whole Part Divide the base 10 number by the base you want to convert to, repeatedly, until nothing […]
No Comments -
Lesson 23: Conversion Between Base 2, 8 and 16
Base 8 to Base 16 and Vice Versa To convert from base 8 to base 16, first convert the base […]
No Comments