Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Whats in the forum?

 
Ranch Hand
Posts: 112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dear friends..
Please help me out regarding the following questions, and if you can please send me the answers.
Thanking you from the heart

(A) Data was stored in the Digital PDP-9 computer using
six-digit octal notation.
1. What is the largest positive octal number
that can be stored in this machine?
2. What does the number in (1) correspond to
in decimal?
3. What is the largest possible negative
number? Give your answer in both octal and decimal
form.




(B) Find the 16-bit 2's complementary binary
representation for the decimal number 1987.



(C) Find the 16-bit 2's complementary binary
representation for the decimal number -1987.
 
Sheriff
Posts: 14691
16
Eclipse IDE VI Editor Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
It's not going to help you to flood the JSP forum like this.
https://coderanch.com/t/291993/JSP/java/PLease-HElp-ME
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
This looks like homework of some kind that you should be doing in order to learn something.

What are your thoughts on the subject so far?
 
    Bookmark Topic Watch Topic
  • New Topic