AP CSA Unit 1

AP CSA Unit 1

Assessment

Flashcard

Computers

12th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

61 questions

Show all answers

1.

FLASHCARD QUESTION

Front

These are the rules that must be followed when writing a program.

Back

syntax

2.

FLASHCARD QUESTION

Front

What does string concatenation mean?

Back

Combining two or more strings.

3.

FLASHCARD QUESTION

Front

Which method can you use to print a message to the console in Java? Options: System.out.print(), System.console.print(), System.print(), system.console.out.print

Back

System.out.print()

4.

FLASHCARD QUESTION

Front

Java keywords are written in lowercase as well as uppercase.

Back

False

5.

FLASHCARD QUESTION

Front

Which one is correct for declaring the main method? Options: public static main(Strings[] args) { }, public private static main(Strings[] args) { }, public static void main(Strings[] args) { }, public void static main(Strings[] args) { }

Back

public static void main(Strings[] args) { }

6.

FLASHCARD QUESTION

Front

This data type returns true or false. Options: String, boolean, char, int

Back

boolean

7.

FLASHCARD QUESTION

Front

When the type of a method is defined as void, this indicates...

Back

the method returns nothing

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?