Search

Page 1 of 78

icon
Course

Computer Organization

The design and organization of computer systems, including the structure of components, memory, and instruction execution.

icon
Course

Discrete Math

The branch of mathematics that deals with countable, distinct elements and logical reasoning.

icon
Course

Linear Algebra

Linear algebra studies vectors, matrices, and their operations.

icon
Course

Networking

The practice of connecting and linking computers and other devices to facilitate communication, data sharing, and resource access, enabling the internet and local networks to function.

icon
Course

Statistics

The collection, analysis, interpretation, presentation, and organization of numerical data to understand patterns, make informed decisions, and draw meaningful conclusions.

icon
Course Unit

Computer Organization

Bitwise Operations

Bitwise operations are operations that are performed on binary digits (bits) at the level of the individual bits.

icon
Course Unit

Computer Organization

Error Detection and Correction

Error detection and correction involve identifying and fixing data transmission errors using redundancy.

icon
Course Unit

Computer Organization

Memory

Memory in computers stores and retrieves data, enabling processing and task execution. It includes RAM, cache, and long-term storage like HDD/SSD.

icon
Course Unit

Computer Organization

Character Codes

Character codes map keys to symbols, enabling data representation and manipulation in computing systems, like ASCII and Unicode.

icon
Course Unit

Computer Organization

Signed Integers

Signed integers represent positive and negative whole numbers in binary, using a sign bit to indicate the number's polarity.