Builder Application - 4bit cca

Minecraft name:
UndersunBit

What do you like the most about redstone?:

i feel like hardwarely programming and i love the state of hyper focused to solve algorithm problems

What’s a thing you have made which demonstrates redstone knowledge?:

i made a 4bit Carry Cancel adder wichs can subtract

What does the thing do?:

it adds two numbers of 4 bits and also can subtract if you invert a number and Carry in

Image(s) and/or video(s) of the device:

What did you make as your trial build?:

i dont know if a undertood right (english is no my native language) but my next goal is to make a programmable computer and a already done an 8 bit adder, Binary to BCD and 9 digits display. I put all them togheter and made a simple calculator on bedrock. and the 4bitcca it is just a simple example wich i done just rembering by head. The hart of those adders are the logics gates

S = (A XOR B) XOR C
Carryout = (A AND B ) OR (( A OR B) AND C))

What is the warp for your trial build?:

/warps 4bitcca

Provide your results after completing the ORE Binary Quiz:

Binary Quiz completion certificate:

Completed by undersun7336 in 4m33.361s on 9/15/2024, 08:24 UTC.
92.59% accuracy with 2/27 answers given incorrectly.
184a929b-62bc-4717-8ed3-26859a394727-756e64657273756e37333336
463x5r70372p0w625a631h3h2z146r3f3m210w3hm13b2hk2m13b8chf

Do you agree with the rules?:

Yes

1 Like

for your build to be sufficient for builder rank, it must be equivalent to an ALU (currently, you’ve built an adder which can also subtract). your ALU build must be able to do bitwise operations. please modify your application or create a new application in which you’ve updated the build.

I already upgraded it to a 4bit alu with bitwise AND OR NAND NOR XOR XNOR,
and ADD, Subtraction, Right shift operations

must i post again?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.