Multiple choice technology programming languages Based on Simonyi's convention, the notation "w" implies: a byte a word a boolean a null-terminated string Reveal answer Fill a bubble to check yourself B Correct answer Explanation In Simonyi's Hungarian notation (Apps Hungarian), 'w' prefix denotes a word (16-bit value). 'b' is for byte, 'f' for boolean/flag, and 'sz' for null-terminated strings. This is a standard naming convention prefix.