Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in twos-complement
How does 1 left shift by 31 (1 << 31) work to get maximum int value? Here are my thoughts and some explanations I found online
Feb 09, 2023
bit-manipulation
max
bit
twos-complement
Just started learning C this semester, but I can't seem to understand what the professor wants from us in this question
Jan 26, 2023
c
twos-complement
ones-complement
C - three bytes into one signed int
Jan 05, 2023
c
twos-complement
signed-integer
How to read 2’s complement value from two registers into an int
Dec 23, 2022
c
cpu-registers
twos-complement
Calculate two's complement checksum of hexadecimal string
Dec 14, 2022
c#
twos-complement
Why Long.toHexString(0xFFFFFFFF) returns ffffffffffffffff
Dec 01, 2022
java
twos-complement
Explain a line of two's complement math counting free virtual memory
Nov 07, 2022
c++
windows-mobile
twos-complement
sra(shift right arithmetic) vs srl (shift right logical)
Nov 09, 2022
assembly
mips
bit-shift
twos-complement
How to make the 2-complement of a number without using adder
Nov 10, 2022
vhdl
verilog
fpga
twos-complement
Two's Complement disadvantage?
Jun 18, 2022
twos-complement
Minimum Number of Bits Required for Two's Complement Form
Nov 07, 2022
c++
assembly
bit
twos-complement
Explain why x == ~(~x + 1) + 1 (two's complement and back!)
May 27, 2022
binary
proof
twos-complement
Converting from 8 bit to 16 bit
May 12, 2017
signed
twos-complement
Why does the java method Integer.toBinaryString(-128) output seven digits?
Aug 31, 2022
java
binary
byte
twos-complement
Java Bitwise Or Between Byte and Int
May 31, 2019
java
binary
bit-manipulation
twos-complement
sign-extension
How does the hardware know whether a variable is positive or negative?
Sep 09, 2022
c
assembly
hardware
twos-complement
Why we need to add 1 while doing 2's complement
Sep 14, 2022
math
bit-manipulation
twos-complement
How to prove that the C statement -x, ~x+1, and ~(x-1) yield the same results?
Jul 03, 2022
c
proof
twos-complement
"Bitwise Not" in Python disconsidering 2's complement
Oct 20, 2022
python
binary
twos-complement
What is the meaning of "producing negative zeroes" in a system that doesn't support it?
Feb 19, 2020
c
language-lawyer
bitwise-operators
signed
twos-complement
Older Entries »