Skip to content

Releases: KayelC/ComputingEssentials

Computing Essentials

08 May 17:13
Compare
Choose a tag to compare

bcd addition update. only source file available.

Computing Essentials

22 Apr 18:04
Compare
Choose a tag to compare

Computing Essentials

is the all new updated version of the previous iteration with the introduction of a new topic : Boolean Algebra

The Boolean Algebra Menu features the laws and basic examples of the applicated laws.

The Laws Listed :

Nullification Law
Identitiy Law
Idempotent Law
Complement Law
Commutative Law
Double Negation Law
De Morgan's Law
Law of Distribution
Law of Absorption
Law of Association
Methods of Tautology

Group 2 Presentation App Pre Build Update

04 Apr 09:52
Compare
Choose a tag to compare

Added the Binary Coded Decimal Sub Program to the App.

Group 2 Presentation App Pre Build

03 Apr 20:45
Compare
Choose a tag to compare
Pre-release

### Pre-release of the app containing 3 of the 6 sub-programs, not all features are final.

Group 2 Presentation App

04 Apr 20:54
Compare
Choose a tag to compare

The application provides explanations on the following: Unsigned Integers, Sign+Magnitude, 2's Complement, Binary Coded Decimal, S+M Ranges, and 2'C Ranges.

The app is written in Java, utilizing a GUI-based menu with six functions, each with its own methods and the ability to convert decimal to the specified function inputted by the user.

The main aim of the app is to teach the user basic number systems in computing as part of the Digital Logic Module.