Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6135991
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:32:52+00:00 2026-05-23T17:32:52+00:00

What are w-bit words in computer architecture ? For two 7 bit words 1011001

  • 0
  1. What are w-bit words in computer architecture ?
  2. For two 7 bit words
1011001 = A 
1101011 = B , how does multiplication returns

10010100110011 ?

Isn’t there simple binary multiplication involved in these ?
Please provide an example.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T17:32:52+00:00Added an answer on May 23, 2026 at 5:32 pm

    Both adding and multiplying are done just the same as in decimal (base 10). You just need to remember this truth table:

    Multiplying
    -----------
    0 x 0 = 0
    0 x 1 = 0
    1 x 0 = 0
    1 x 1 = 1
    
    Adding
    -----------
    0 + 0 = 0
    0 + 1 = 1
    1 + 0 = 1
    1 + 1 = 0 (w/ carry)
    

    First adding. To add, you add just like you would in normal arithmetic, except follow the truth table above:

      00000101 = 5
    + 00000011 = 3
    --------------
      00001000 = 8
    

    How this works is that you start from the right and work left. 1 + 1 = 0, but you carry a 1 over to the next column. So the next column is 0 + 1, which would be 1, but since you carried another 1 from the previous column, its really 1 + 1, which is 0. You carry a 1 over the next column, which is 1 + 0, but really 1 + 1 because of the carry. So 0 again and finally move the 1 to the next column, which is 0 + 0, but because of our carry, becomes 1 + 0, which is 1. So our answer is 1000, which is 8 in decimal. 5 + 3 = 8, so we know we are right.

    Next, multiplying:

      00000101 = 5
    x 00000011 = 3
    ----------
           101 = 5
    +     1010 = 10
    ----------
          1111 = 15
    

    How this works is you multiply the top number 00000101 by the right most digit in the second row. So 00000011 is our second row and 1 is the right most digit, so 00000101 times 1 = 101. Next you put a 0 placeholder in the right most column below it, just like in normal multiplication. Then you multiply our top original number 00000101 by the next digit going left in our original problem 00000011. Again it produce 101. Next you simply add 101 + 1010 = 1111 …That is the answer

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know if the sybase ads vfp provider works in 64 bit? Currently
This line of code works on my computer (64-bit Win7). I tested on XP
Computer: Windows 7 x64 bit, Visual Studio 2008 Downloaded the latest OpenCV build (2.3.3)
Hello friendly computer people, I'm new to R and am getting a bit lost
This first bit works: $my_id = 617; $post_id_7 = get_post($my_id); $title = $post_id_7->post_excerpt; echo
TortoiseSVN works fine on Vista 64 bit for the user account who installed it.
it works fine on 64 bit machines but for some reason will not work
Currently my code below works fine but it's a bit of overkill. In my
I have a little bit of Javascript that almost works correctly. Here's the code:
I need to write a bit of SQL which parses the second word of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.