data type Operator and Expression in Java

data type Operator and Expression in Java

University

30 Qs

quiz-placeholder

Similar activities

latihan UAS

latihan UAS

University

25 Qs

CS 211 - Midterm Review

CS 211 - Midterm Review

University

30 Qs

Data Structure PrelimExam

Data Structure PrelimExam

University

35 Qs

Java Quiz

Java Quiz

University

25 Qs

kuis algoritma dan struktur data by Tri Pratiwi

kuis algoritma dan struktur data by Tri Pratiwi

University

30 Qs

Introduction to Java

Introduction to Java

University

25 Qs

Java

Java

University

25 Qs

Java Programming

Java Programming

University

25 Qs

data type Operator and Expression in Java

data type Operator and Expression in Java

Assessment

Quiz

University

Medium

CCSS
L.2.2C

Standards-aligned

Created by

AYUB M

Used 33+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the data type: 1.0

double

int

char

boolean

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This data type returns true or false

String

boolean

char

int

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is used for remainder in Java?

/

%

+

*

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

(=) sign means

equals and it is used for math problems in Java

assignment operator. It used to assign a value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is correct?

public static main(Strings[] args) { }

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

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

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would you use for storing the average test score in a class?

boolean

char

int

double

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What data type would you use for storing the number of students in a class?

boolean

char

int

double

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?