Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by thebokygeek

  1. T

    DBMS Domain Constraint - Assignment Question

    Hi All, I have submitted one interview assignment on DBMS with examples - I am just wondering If I missed something. Here is the answer - Definition: Domain Constraints are user-defined columns that help the user to enter the value according to the data type. And if it encounters a wrong...
  2. T

    [SOLVED] Binary Subtraction

    I was confused if the solution is correct or not as I am still learning, Thanks for your reply!
  3. T

    [SOLVED] Binary Subtraction

    How can I subtract 5 from 7 i) Binary representation of 5 is (0101)2. The 1’s complement of 5 is then: (1010)2 ii) 2’s complement of 5 = (1’s complement of 5 + 1) = (1010 + 1)2 = (1011)2. iii) Now, 7 + (-5) = 0111 + 1011 = (1)0010 Any help? Was taken the reference from here.

Part and Inventory Search

Back
Top