52.4k views
1 vote
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!")​

User Ken Paul
by
5.6k points

1 Answer

6 votes

Answer:

1: c

2: c

Step-by-step explanation:

The higher-level the language, the more it resembles human language.

In Python, the print() statement outputs text.

User Jankyz
by
5.9k points