Greenfoot Java Classes

Quiz
•
Science, Computers
•
10th Grade
•
Medium
Standards-aligned
JOYCE PACHECO
Used 47+ times
FREE Resource
12 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The *; after import greenfoot does what?
Imports all the classes for the greenfoot coding package.
Tells greenfoot to allow code to be entered.
Limits the amount of code you can write.
Names the code Java.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one is a correctly coded comment?
/**
* Im a great comment
*/
/***
** Im a great comment.
*//
/
*Im a great comment.
*/
/**
Im a great comment.
*/
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the yellow boxes?
functions
methods
variables
algorithms
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What does public void turtle extend to?
the turtle world
turtle class
actor class
greenfoot
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What sets different methods apart or the actor class?
[ ]
" "
{ }
( )
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is correctly coded?
public void act()
{
move(4);
}
public Void act():
{
move(4);
}
Public Void Act()
{
move(4);
}
public void act();
{
move(4)
}
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method allows for you to use keyboard controls for an actor?
checkKeys();
CheckKeys();
checkkeys();
checkKey{};
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Java Test 1

Quiz
•
10th Grade
10 questions
Year 8 Keep it safe 2

Quiz
•
6th - 10th Grade
16 questions
Code.org Discoveries Unit 3

Quiz
•
7th - 10th Grade
15 questions
C# Structured, Selection and Iteration

Quiz
•
9th Grade - University
10 questions
ARDUINO

Quiz
•
9th - 12th Grade
17 questions
GCSE Computer Science - Python Programming Concepts

Quiz
•
9th - 11th Grade
15 questions
JAVA: Level-1

Quiz
•
5th - 12th Grade
16 questions
Java Chapter 1 CS2

Quiz
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade