eHow launches Android app: Get the best of eHow on the go.

Computer Programming Languages

Sort by:
Best Match
Most Popular
Newest

Showing 1-14 of 14 results

  • How to Understand Binary Numbers and Learn to Add Them

    Knowing binary is almost imperative for a job in the IT field, or atleast in the Networking side of IT. It can seem overwhelming, but it is actually very simple. Read these tips on how to...

  • How to Use Bitwise Operations in Low-Level Programming

    In addition to the familiar arithmetic operations +, -, * and /, programming languages also support bitwise operations. Through these low-level operations, a programmer can access individual bits...

  • How to Use Bit Shifting in Cryptography

    When you're sending an electronic message that you don't want anyone else to read, secure it with some form of encryption. The more complex you make the encryption scheme, the more difficult it is...

  • How to Perform a Bit Shift in Basic

    Using bit shifts in the Basic programming language can help you speed the execution of your code by eliminating certain higher-level math operations. Also, you can use bit shifting for such tasks...

  • How to Use Bit Shifts to Generate Pseudo-Random Numbers

    Computers are machines. They're not creative, and they don't operate randomly. Since they are deterministic, computers can't truly produce a random number. However, using simple tricks, you can...

  • How to Perform a Bit Shift in C++

    Programmers can't directly access bits in C++, but C++ does offer the use of bit shift operators for performing certain operations on other data types. Whether you're working with byte, integer or...

  • How to Convert a Negative Binary to Decimal

    Information and data are stored in computer memory in binary format. For us to understand the data stored in the memory and understand the processes, each number is subjected to a program and...

  • How to Use a Rotate No Carry Bit Shift

    To manipulate the binary numbers in memory or input data from a computer interface, it is useful to be able to rotate the binary value through the shift register and not lose any of the bits...

  • How to Add Integers With Bit Shifts

    Understanding binary math is a prerequisite for efficient programming of digital circuits--in particular, low-level hardware programming. When you add two integers in the computer's processor, bit...

  • How to Subtract Integers With Bit Shifts

    Subtraction of integers on the binary level in computers must be performed as an addition of a one integer and the integer to be subtracted represented as a two's complement. After you sum the...

  • How to Use a Right Arithmetic Bit Shift

    One of the goals of computer programmers is to write their code in the most efficient manner possible with respect to the usage of processor time. The arithmetic bit shift is one way to conserve...

  • How to Handle the Overflow of a Bit Shift

    Programming computers is a monumental task when you look at programs like Microsoft Word, but programmers also write small functional programs not meant for the marketplace. There are tricks that...

  • How to Use a Left Arithmetic Bit Shift

    Many bit shifting operations are performed with inputs from hardware. Instrumentation control and status reporting rely heavily on the ability to monitor various bits in specific memory locations....

  • How to Multiply Integers With Bit Shifts

    Computer programmers and designers utilize bit shifts to accomplish many mathematical tasks. A certain class of numbers and mathematical functions, called floating point math, use a different...

  • 1
  • 1

Copyright © 1999-2009 eHow, Inc. Use of this web site constitutes acceptance of the eHow Terms of Use and Privacy Policy .   en-US Portions of this page are modifications based on work created and shared by Google and used according to terms described in the Creative Commons 3.0 Attribution License. † requires javascript

Demand Media