
Adv. CS II- Intro to Programming with Java

Quiz
•
Computers
•
12th Grade
•
Hard
Simone CTA]
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a valid Karel command in Java?
move()
move;
MOVE
move();
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the name of the method that gets called to start a Java Karel program?
move()
run()
start()
go()
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the correct class signature for a Karel program named CleanupKarel?
CleanupKarel extends Karel
public CleanupKarel
public class CleanupKarel < Karel
public class CleanupKarel extends Karel
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a method in Karel?
A method is the way that you leave a note for someone else who reads the code.
A method is a command that Karel can do. It has a name and a set of instructions.
A method is something that lets you repeat a command a fixed number of times
A method is the name for an entire Java program
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is top down design?
Top down design is a way of designing your program by starting with the biggest problem and breaking it down into smaller and smaller pieces that are easier to solve.
Top down design is a way that you can create designs on a computer to put on a web page
Top down design is a way of designing your programs starting with the individual commands first
Top down design is a way to use loops and classes to decompose the problem
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these is a valid way to write a single line comment in Java?
// This is a comment
++ This is a comment
This is a comment //
/* This is a comment
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct class signature in Java for a SuperKarel program?
public class FunKarel << SuperKarel
public class FunKarel extends Karel
public class FunKarel extends SuperKarel
public FunKarel extends SuperKarel
Create a free account and access millions of resources
Similar Resources on Wayground
9 questions
5.8.7 Practice Questions PC Pro 7

Quiz
•
12th Grade
15 questions
Raster Vs Vector images

Quiz
•
8th - 12th Grade
15 questions
Cyber Security KS4

Quiz
•
8th - 12th Grade
12 questions
Project-Stem Unit 1 python coding

Quiz
•
9th - 12th Grade
15 questions
Codehs pretest

Quiz
•
9th - 12th Grade
14 questions
Software Engineering

Quiz
•
9th - 12th Grade
15 questions
Quiz on Functions in Karel

Quiz
•
12th Grade
10 questions
Adv CS- Javascript- Programming with Karel

Quiz
•
12th Grade
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade