Computer Science Converter
Easily and simultaneously convert between:
Unsigned Conversions:
– Decimal (dec)
– Binary (bin)
– Hexadecimal (hex)
– Octal (Oct)
Signed Conversions:
– 16-Bit Integers
– 32-Bit Integers
– Binary (Two’s Complement)
– Hexadecimal (Two’s Complement)
Text:
– String
– Decimal
– Binary (New)
– Hexadecimal
IP Addresses:
– Binary, and Decimal Conversions
Subnetting:
– Create and Find subnets
– Identifies IP address class
– Shows Subnet IDs for each subnet in binary and decimal
– Shows Broadcast ID and host range for each subnet ID
– Shows the total number of bits stolen, and the total number of hosts
Calculate Bitwise Operations:
– AND
– OR
– XOR
– NOT
– LEFT SHIFT
– RIGHT SHIFT
Good for computer science related tasks.
– Networking
– Assembly Language
– Language Processing
– Operating Systems
– etc.
Information
Bundle ID | com.putterfitter.AR.Computer-Science-Calculator |
Version | 3.0.1 |
Size | 8 MB |
Category | |
Tags | |
App Store |
3.0.1
Bug fixes
*Major Changes*
Version 3.0.0
New user interface
– Numbers: Calculate numeric conversions between Decimal (signed and unsigned integers), Binary, Octal, and Hex.
– Text: Convert between strings, decimal, binary, and hex.
– Network: Convert Ip Addresses between decimal and binary, and calculate subnets.
– Bitwise: Bitwise calculations.