Basic Java -1

Basic Java -1

Assessment

Flashcard

Computers

8th Grade

Hard

Created by

Afrah Hamed

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

22 questions

Show all answers

1.

FLASHCARD QUESTION

Front

Hello World:

Back

Traditionally, the very first program you write when learning a programming language is a program that prints “Hello world” to the user.

2.

FLASHCARD QUESTION

Front

System.out.println

Back

Java method that lets us print out a line of output to the user

3.

FLASHCARD QUESTION

Front

System.out.print

Back

Java method lets us print output to the user without ending the line printed.

4.

FLASHCARD QUESTION

Front

Double Quotes

Back

The " character

5.

FLASHCARD QUESTION

Front

Variable


Back

A symbol or container that holds a value.

6.

FLASHCARD QUESTION

Front

int

Back

int is a Java type that represents an integer (a whole number)


7.

FLASHCARD QUESTION

Front

String

Back

String is a Java type that represents a string of characters (text)

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?