Greenfoot Java Classes

Greenfoot Java Classes

10th Grade

12 Qs

quiz-placeholder

Similar activities

INTERACT GENERAL KNOWLEGE TRIVIA

INTERACT GENERAL KNOWLEGE TRIVIA

7th - 12th Grade

13 Qs

Input, output and storage de

Input, output and storage de

8th Grade - Professional Development

14 Qs

MODULE 9 PRE-TEST

MODULE 9 PRE-TEST

10th Grade

10 Qs

Pop Science: DNA

Pop Science: DNA

8th - 12th Grade

15 Qs

Changes around us

Changes around us

KG - Professional Development

7 Qs

Acid, Bases and Salt

Acid, Bases and Salt

10th - 12th Grade

15 Qs

hardware and software(g3)

hardware and software(g3)

2nd - 10th Grade

10 Qs

Greenfoot Java Classes

Greenfoot Java Classes

Assessment

Quiz

Science, Computers

10th Grade

Practice Problem

Medium

NGSS
MS-PS2-1

Standards-aligned

Created by

JOYCE PACHECO

Used 47+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?