Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 672 Bytes

File metadata and controls

16 lines (11 loc) · 672 Bytes

2020 | 3rd semester of Computer Science

Digital Technology - Engineering Studies

This repository contains materials related to the course Digital Technology. The course covers various topics in the field of digital systems, including binary codes, Boolean algebra, combinational and sequential circuits, and more.

Exercises

The repository includes the following examples:

1. Basic Logic Gates

  • AND, OR, NOT, NAND, NOR, XOR gates.
  • Logical identities and De Morgan's laws.2. Array Manipulation: Code that shows how to manipulate and process arrays.

2. Code Converters

  • Techniques for converting between different binary codes.