From 6234484ffe660d63aa8f90ecebc7425e76045ca5 Mon Sep 17 00:00:00 2001 From: arc Date: Wed, 8 Jan 2025 12:18:17 -0700 Subject: [PATCH] vault backup: 2025-01-08 12:18:17 --- education/computer engineering/ECE2700/Digital Hardware.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/education/computer engineering/ECE2700/Digital Hardware.md b/education/computer engineering/ECE2700/Digital Hardware.md index 6171dc1..7d40ae8 100644 --- a/education/computer engineering/ECE2700/Digital Hardware.md +++ b/education/computer engineering/ECE2700/Digital Hardware.md @@ -20,7 +20,8 @@ Application Specific Integrated Circuits (ASICs) have higher maximum performance In base 10, a value is expressed by an n-tuple with n digits $$ D = d_{n-1}d_{n-2} \cdots d_1 d_0 $$ This represents the value -$$ V(D) = d_{n-1} * 10^{n-1} + d_{n - 2} * 10^{n-2} + \cdots + d_1 * 10^1 + d$$ +$$ V(D) = d_{n-1} * 10^{n-1} + d_{n - 2} * 10^{n-2} + \cdots + d_1 * 10^1 + d_0 * 10^0 $$ + # Definitions - **Xtor** is an abbreviation for *transistor* - **Moore's Law** states that the number of transistors on a chip doubles every two years.