1. Which of the following is not true about high-level programming language s? (a) Easy to read and write (b) Popular among programmers (c) Not similar to any human language 2. Which of the following is the correct way to get "Hello World!" as the output? (a) output("Hello World!") (b) show("Hello World!") (c) print("Hello World!")