Greenfoot Quizzes, Questions & Answers
Top Trending Quizzes
Quiz over fundamental concepts in programming.
Questions: 14 | Attempts: 2486 | Last updated: Mar 21, 2023
-
Sample Question“Functions” are represented by Java methods whose returnType is not void.
Test over Ch 1-4 programs, notes, and code.
Questions: 64 | Attempts: 1075 | Last updated: Mar 21, 2023
-
Sample Question“Functions” are represented by Java methods whose returnType is not void.
Test over Greenfoot chapters 1-4, notes, and code.
Questions: 54 | Attempts: 889 | Last updated: Oct 16, 2023
-
Sample QuestionIn object-oriented programming a class is
Practice questions over Ch 2, notes, and projects.
Questions: 22 | Attempts: 182 | Last updated: Mar 21, 2023
-
Sample Question_____________ classes have subclasses. Choose the best answer.
Survey of skills over ch 2 notes, projects and readings.
Questions: 21 | Attempts: 836 | Last updated: Mar 21, 2023
-
Sample QuestionWhat are the { } symbols called?
Popular Topics
Recent Quizzes
Questions: 26 | Attempts: 268 | Last updated: Mar 21, 2023
-
Sample QuestionWhat the value of x is at the end: int i=0; int x=0; while (i < 4) { x = x + i; i++; }
Test over Ch 1-4, notes and programs.
Questions: 32 | Attempts: 131 | Last updated: Mar 21, 2023
-
Sample QuestionSuppose you are given a variable named temperature that holds a value. This is how you would write an if-else statement that will display Above Freezing if temperature is greater than 32, Freezing if temperature is equal to 32, else it will display At or Below Freezing. if (temperature > 32) System.out.println("Above Freezing"); else (temperature == 32) System.out.println("Freezing"); else System.out.println("At or Below Freezing");
Quiz over Greenfoot Ch 4 and notes.
Questions: 14 | Attempts: 210 | Last updated: Mar 21, 2023
-
Sample QuestionConstructors can never have parameters.
Review over Ch 4 and notes
Questions: 11 | Attempts: 214 | Last updated: Mar 20, 2023
-
Sample QuestionA constructor must be called to create an object
Practice over Ch 3 and notes
Questions: 12 | Attempts: 506 | Last updated: Mar 21, 2023
-
Sample QuestionWrite a method call that will return a random integer between 0 and 10.
Quiz over Ch 3 information and notes.
Questions: 10 | Attempts: 577 | Last updated: Mar 20, 2023
-
Sample QuestionMark all answers that are correct Write a method to show 50-50 probability
Answer the following questions below over method concepts, boolean literals, and programming code.
Questions: 11 | Attempts: 437 | Last updated: Mar 21, 2023
-
Sample QuestionIn object-oriented programming a class is
Advertisement