You are on page 1of 1

× Spring 2021 - Programming Principles II (CSCI-1202 - 20402)

Spring 2021 - Programming Principles II (CSCI-1202 - 20402) Tests CRN 20402 ONLY
Review Test Submission: 20402: Quiz 1

Review Test Submission: 20402: Quiz 1

User Narmin Murshudova


Course Spring 2021 - Programming Principles II (CSCI-1202 - 20186)
Test 20402: Quiz 1
Started 4/3/21 6:00 PM
Submitted 4/3/21 7:00 PM
Due Date 4/3/21 11:59 PM
Status Completed
Attempt Score 62 out of 100 points  
Time Elapsed 59 minutes out of 1 hour
Results Displayed All Answers, Submitted Answers, Feedback, Incorrectly Answered Questions

Question 1 5 out of 5 points

____ is called statement terminator, i.e. every statement should end with this.

Selected Answer: Semicolon

Question 2 0 out of 5 points

The method_____() plays the role of entry point and every Java program execution
starts from this method.

Selected Answer: Java main method

Question 3 0 out of 5 points

_____ statement is used to construct repetitive blocks.

Selected Answer: repetition

Question 4 5 out of 5 points

______ is the format specifier used to indicate that the value being printed using the
System out printf() method is a single-precision floating-point number

You might also like