Terminal does not change directory
cd
is the command, /Applications
its parameter, and you need so separate commands and parameters by a space character. So in your case it's
cd /Applications
or, if you want to go back to your user's home folder
cd ~
or simply
cd