Browse Search Popular Register Upload Rules User list Login:
Search:
4 bit adder 2.0

Image:
screenshot of the scene

Author: WESTRNMONSTR

Group: Default

Filesize: 43.47 kB

Date added: 2023-08-16

Rating: 5.6

Downloads: 368

Views: 145

Comments: 12

Ratings: 2

Times favored: 0

Made with: Algodoo v2.1.0

Tags:

Scene tag

I have added cin and cout to the adder. Press C for cin.
UPDATE: Added a better interface for the adder now you can toggle pins instead
of using keys
Last edited at 2024/01/26 03:45:12 by WESTRNMONSTR
Please log in to rate this scene
edit
Similar scenes
Title: [NO LAG!]Super-Compact 8-bit Adder!
Rating: 5
Filesize: 64.07 kB
Downloads: 787
Comments: 3
Ratings: 1
Date added: 2021/02/13 01:35:07
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Scripted Ternary Adder
Rating: 5
Filesize: 32.58 kB
Downloads: 638
Comments: 5
Ratings: 1
Date added: 2015/08/20 13:10:37
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Full Adder
Rating: 6.6
Filesize: 210.5 kB
Downloads: 394
Comments: 1
Ratings: 5
Date added: 2009/01/14 12:20:35
Made with: Phun
Rating: rated 6.6
download
Title: full adder with 7 segment display
Rating: 5
Filesize: 148.43 kB
Downloads: 1204
Comments: 0
Ratings: 1
Date added: 2016/01/24 01:15:11
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: (LAG WARNING) 8-Bit Adder
Rating: 5
Filesize: 79.42 kB
Downloads: 425
Comments: 0
Ratings: 1
Date added: 2020/07/25 00:41:40
Made with: Algodoo v2.1.0
Rating: rated 5
download
Title: Slightly more interesting mechanical 4-bit adder
Rating: 5
Filesize: 137.3 kB
Downloads: 736
Comments: 0
Ratings: 1
Date added: 2023/01/12 22:30:14
Made with: Algodoo v2.1.0
Rating: rated 5
download
I think it would be very helpful if you were to label the inputs and outputs. I'm not sure but I think you have too many inputs and outputs. A 4 bit adder has two input bits plus a carry-in bit, and it has one output bit plus a carry-out bit. If you want to really make this an educational scene, you can show the truth table for a 4-bit full adder.
UPDATE: labeled input and outputs
I may one day make an algodoo CPU pureley of of logic gates at one point
but arent those two input bits both 4 bits
Yes. The 4-bit full adder adds two 4-bit binary numbers (plus carry-in) and produces a 4-bit summation (plus carry-out) which is the summation of the two 4-bit input (+ carry in) numbers. The logic in your scene works correctly except for the fact that most computer keyboards will not allow more than 2 or 3 keys to be pressed simultaneously (not a fault of your scene).

The way to get around that keyboard limitation is to use clickable digits in the scene. For example, a user can click as many input bits as they want to in order to enable or disable them. Of course that would require more work for the scene creator.
Im not that good with scripting, though ill try to work on a mechanical switch for each laser.
If you need help with some scripts I'd be happy to help you. Just leave comments concerning what you need help with.
Just need help with scripts to make lasers change color when the polygon they are on are clicked
Do you want the laser color to become the same color as the polygon that it's on? Or do you want the laser color to become some other color? Please be specific.
Last edited at 2023/11/09 02:42:46 by Xray
polygon that when clicked, toggles whatever laser thats attached to the polygon is between green and red like a toogle switch
Thaks, Xray The interface is now improved
Great! I'm glad that I was able to help.