Java T1

Java T1

Professional Development

•

51 Qs

quiz-placeholder

Similar activities

NPLQ Gen 10 Sample Paper 2024

NPLQ Gen 10 Sample Paper 2024

Professional Development

•

48 Qs

PSE-3

PSE-3

Professional Development

•

50 Qs

MOOC

MOOC

Professional Development

•

50 Qs

Kebijakan Publik II (Auditor Muda)

Kebijakan Publik II (Auditor Muda)

Professional Development

•

53 Qs

BMC Basic Machine Element

BMC Basic Machine Element

Professional Development

•

50 Qs

IOT online objective

IOT online objective

Professional Development

•

50 Qs

RCI - CO - Intro to Cruising

RCI - CO - Intro to Cruising

Professional Development

•

50 Qs

Java T1

Java T1

Assessment

Quiz

•

Professional Development

•

Professional Development

•

Practice Problem

•

Hard

•
Data Types

Standards-aligned

Created by

Programming House

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is used to store two types of values, i.e., true or false. This data type is commonly used as a flag in code logic.

boolean

byte

char

String

Tags

Data Types

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It can store 8-bit signed two’s complement integer. The range lies between -128 to 127

byte

boolean

char

string

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

This data type is used to store a single 16-bit Unicode character. It stores just one character in simple words, and the word Unicode is used because java uses the Unicode system, not the ASCII system. The size of this data type is 16bits (2 bytes).

byte

boolean

char

int

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a data type that stores 32 bit(4 bytes) two’s complement integer, i.e., its range lies within (-2^31 to 2^32 – 1).

int

float

double

String

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Similar to ‘int,’ it is also used to store integer values but within 16-bit (2 bytes) signed two’s complement. Its range lies within (-2^15 to 2^16-1).

int

long

short

byte

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is 64 bit two’s complement integer and its range lies within (-2^63 to2^64 – 1) i.e. ( -9,223,372,036,854,775,808 to 9,223,372,036,854,775,808).

int

short

long

byte

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

It is a data type that holds data with more precision, i.e., floating-point numbers. It is a single-precision 32-bit (4 bytes) IEEE754 floating-point.

int

float

double

char

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?

Discover more resources for Professional Development