4 bit adder subtractor

Design and Compare 4-bit adder/subtractor circuit using two’s and one’s complement for subtraction. Show your design for deducing the correct result (positive or negative) on subtraction.

Java Number Patterns

How do we print,_ _ _ _1_ _ _2 1_ _3 2 1_ 4 3 2 1In Java?Please help, I don't know how to get started

Java Switch Case

Why is the output of the code 14, not 8 : alpha=3+5=8?public class Application4{public static void main(String[] args) {int alpha=3;int beta=5;switch (beta){case 3:alpha=alpha+3;case... more
C++

08/04/19

How to convert vector to array?

How do I convert a `std::vector<double>` to a `double array[]`?
C++

07/31/19

What is the difference between const int*, const int * const, and int const *?

I always mess up how to use `const int*`, `const int * const`, and `int const *` correctly. Is there a set of rules defining what you can and cannot do? I want to know all the do's and all don'ts... more
C++

07/30/19

What is the difference between the dot (.) operator and -> in C++?

What is the difference between the dot (.) operator and -> in C++?

07/04/19

What' s the difference between <= and := in VHDL?

Currently, I am learning some FPGA design techniques using VHDL, my problem is whether we can use := and <= interchangeably in VHDL or not, though I've seen the use of := in constants... more

05/18/14

Write an assembly program that loads two numbers from memory, calculates their sum, and stores the sum to the memory.

Write an assembly program that loads two numbers from memory, calculates their sum, and stores the sum to the memory.

Still looking for help? Get the right answer, fast.

Ask a question for free

Get a free answer to a quick problem.
Most questions answered within 4 hours.

OR

Find an Online Tutor Now

Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.