Machine language = Binary (0,1)
Assembly language = machine language but summarised
C = Summarised Assembly language
VB = compiled from C

Got it? Its the lowest form of language. If you have problems in high level language and it cannot be solved you should try debugging with ASM. If again problem in ASM then try 0,1 :P