Essential Terms
Completion requirements
Browse the glossary using this index
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | ALL
S
sign bitA single, dedicated binary bit that determines the polarity of the number. A value of 0 denotes a positive number, while a value of 1 denotes a negative number. | |
spatial localityIf a program accesses a memory location, it is likely to access nearby memory locations soon afterward. For example, traversing an array typically accesses consecutive elements stored in adjacent memory addresses. | |