Greenfoot Java Classes

Greenfoot Java Classes

10th Grade

12 Qs

quiz-placeholder

Similar activities

Menus, Dialog Boxes and Methods

Menus, Dialog Boxes and Methods

10th Grade - Professional Development

17 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

NRW 2022

NRW 2022

7th - 12th Grade

13 Qs

Skill Building Workshop Quiz

Skill Building Workshop Quiz

9th - 12th Grade

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

Java by Mr Sam

Java by Mr Sam

10th Grade

16 Qs

user defined methods in java

user defined methods in java

10th Grade

13 Qs

User Defined Method - 01

User Defined Method - 01

10th Grade

15 Qs

Greenfoot Java Classes

Greenfoot Java Classes

Assessment

Quiz

Science, Computers

10th Grade

Medium

NGSS
MS-PS2-1

Standards-aligned

Created by

JOYCE PACHECO

Used 47+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

What are the yellow boxes?

functions

methods

variables

algorithms

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?