CSAwesome: 1.2 - Java Basics HW Review

CSAwesome: 1.2 - Java Basics HW Review

Assessment

Flashcard

Computers

11th - 12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

13 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Every program in Java is written as a _____

Back

class, Class

2.

FLASHCARD QUESTION

Front

Java is what type of language?

Back

object-oriented

3.

FLASHCARD QUESTION

Front

The minimum requirement for a Java program is to have a ____ method.

Back

main, Main

4.

FLASHCARD QUESTION

Front

Which is the proper main method header for Java? Options: void static main(String args), public static void main(String[] args), public static main(String args), public static main(String args)

Back

public static void main(String[] args)

5.

FLASHCARD QUESTION

Front

What is the capital of France?

Back

Paris

6.

FLASHCARD QUESTION

Front

When we want to print in Java without advancing to the next line, what statement do we use? Options: System.out.print();, System.out.println();, System.Out.Printf();, System.out.show();

Back

System.out.print();

7.

FLASHCARD QUESTION

Front

When you print something out using double quotes, that thing is called a _____________ literal.

Back

string

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?