What is programming in general?

Programming is just instructions that a computer will execute. There are what they call programming languages. Programming languages will change the way you would write code to acquire something. For example, to output "Hello, World!" in a programming language called Python you would write Print("Hello, World!") In Javascript it would be console.log("Hello, World!")

What is syntax?

What does code look like?

What are the types/jobs of programming, and where can I learn programming?

A simple Python program broke down.