ANDROID SPEAKS JAVA
A Wizard that branches out Android Codes,Java codes,Free Downloads,Tech News,Employeement News...
Home
Business
Internet
Market
Stock
Downloads
Dvd
Games
Software
Office
Parent Category
Child Category 1
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Featured
Health
Childcare
Doctors
Uncategorized
Wednesday, 22 August 2012
HOW TO CONVER OCTAL NUMBER INTO DECIMAL NUMBER
Posted by Unknown
On 12:17 |
No comments
Multiply each bit by 8
n
, where
n
is the “weight” of the bit
The weight is the position of the bit, starting from 0 on the right
Add the results
724
8
=>
4 x 8
0
=
4
2 x 8
1
=
16
7 x 8
2
=
448
--------------------------
468
10
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Number System
,
Technical Notes
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
SITE SEARCH
Popular Posts
FEASIBILITY STUDY OF SOFTWARE ENGINEERING
FEASIBILITY ANALYSIS Inputs are required for developing the system, which stored for the process and for future use. Syst...
ACCENTURE PLACEMENT PAPAER 2012 - PART 1
Section 1 - Verbal Ability No.of Questions : 20 Duration in Minutes: 20 Directions for Questions 1-3 : Choose the option which will co...
Android OS Seminar Report
ABSTRACT Android is a software stack for mobile devices that includes an operating system, middleware and key applicatio...
Li-Fi The Optical Version Of Wi-Fi
LiFi (LightFidelity) is a fast and cheap optical version of WiFi, the technology of which is based on Visible Light Communication (VLC). ...
HOW TO EXTRACT/DECODE Tiny URL
This is done with the help of a web site UnTiny.me .
FREE DOWNLOAD TOP 5 UNINSTALLER SOFTWARES For Completely Remove Softwares From PC
Revo Uninstaller Where the built-in and sluggish Windows Add or Remove Programs option fails, freeware Revo picks up the slack. It builds...
JAVA CODE TO ADD BUTTONS IN jOptionPane
public void message{ Object[] options ={ "COPY","CUT","DO NOTHING" }; // for buttons
C PROGRAM FOR SIMPLE MENU DRIVEN CALCULATOR
#include<stdio.h> void calc(); int main(void) { calc(); } void calc() { int a,b,c; printf("1.sum\n2.difference\n3.pro...
"XOLO "- The First smart Phone From Intel
"XOLO "- The First smart Phone From LAVA Which Uses Intel Processor Chip maker Intel launched its first ever smartphone Xolo X900 ...
Java Code For Array Sorting and Searching
import java.io.*; import java.util.*; class ArraysDemo { public static void main(String args[])throws IOException { // to accept data fro...
Powered by
Blogger
.
Labels
Accenture
(2)
Android codes
(4)
Android Notes
(5)
android picture
(1)
C Programs
(6)
Computer TRicks
(3)
Facebook Tricks
(1)
Free Download
(6)
Internet Tricks
(1)
java Codes
(12)
java Notes
(7)
Java Programs
(11)
Number System
(2)
Placement papers
(2)
S1-S2 CS
(1)
Seminar Reports
(4)
Tech Knowledge
(9)
Tech News
(7)
Technical Notes
(3)
Windows tricks
(2)
Blog Archive
▼
2012
(70)
►
December
(2)
►
October
(3)
►
September
(2)
▼
August
(10)
HOW TO CONVER OCTAL NUMBER INTO DECIMAL NUMBER
HOW TO CONVERT A BINARY NUMBER INTO DECIMAL NUMBER
JAVA PROGRAM FOR INFIX TO POSTFIX CONVERSION
JAVA PROGRAM TO READ DATA FROM COMMAND PROMPT AND ...
JAVA PROGRAM FOR CHECK WHETHER THE GIVEN NUMBER IS...
C PROGRAM FOR SIMPLE MENU DRIVEN CALCULATOR
ACCENTURE PLACEMENT PAPAER 2012 - PART 2
ACCENTURE PLACEMENT PAPAER 2012 - PART 1
STATELESS SESSION BEANS and STATEFUL SESSION BEANS
Learn Infograph of Android history
►
June
(53)
0 comments:
Post a Comment