Can u help me to answer these MC questions? please ensure that all of them are correct, and briefly explain why it is correct, thanks.
1. Which of the followings cannot be used as a Java comment?
a. < hi >
b. /** hi */
c. /* hi */
d. // Hi
2. In drawing a flowchart, which of the following symbols represent an input/output process?
a. A parallelogram
b. A rectangle
c. An Oval
d. An arrow
3. Which of the followings is the appropriate command used for the compilation of a Java programme called “myfirst.java”?
a. java myfirst
b. javac myfirst
c. javac myfirst.java
d. compile myfirst
4. Which of the following descriptions about "Algorithm" is wrong?
a. The ideas of an algorithm could be presented by using pseudo-codes or flowcharts.
b. Bytecode is an example of algorithms.
c. An algorithm is a sequence of unambiguous instructions for solving a specific task.
d. Algorithms are often used in mathematics and problem solving.
5. Which of the following data types requires the most amount of memory in computer?
a. bye
b. long
c. int
d. short