Greenfoot Quiz 2 assesses knowledge on basic programming concepts using Greenfoot, including syntax, class naming, and method usage. It evaluates understanding of Java-based environment setup, correct coding practices, and logical reasoning in programming.
BankAccount
Bank account
BankAccount
Bank_Account
Rate this question:
Greenfoot help menu
Java documentation
Greenfoot documentation
Greenfoot web site
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
To explain code you are writing
To check for errors
It makes your code prettier
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Use the debugger and set breakpoints
Use "System.out.println" to output information you would like to check
Randomly guess and fix it by trial and error
Rate this question:
True
False
Rate this question:
If (condition) { statement(s); }
If (condition) statement(s);
Rate this question:
True
False
Rate this question:
Public count = 0;
Public int count = 0;
Public void count = 0;
Public void count();
Rate this question:
Rate this question:
Private
Boolean
AtWorldEdge()
Option 4
Rate this question:
Syntax
Logic
Run-time
Rate this question:
Syntax
Logic
Run-time
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.