> Pseudo code examples for Visual Basic 2012 using basic comands?

Pseudo code examples for Visual Basic 2012 using basic comands?

Posted at: 2014-12-18 
I do not understand what pseudo code is and how to write it for Visual Basic 2012. I use mostly basic commands such as

clear_Click(sender As Object, e As EventArgs) Handles clear.Click

tbox_username.Text = " "

tbox_password.Text = " "

Which simply clears the username and password textbox when clear button is clicked

thanks,