0100100101-1

0100100101-1

Professional Development

10 Qs

quiz-placeholder

Similar activities

Fundamento de Java

Fundamento de Java

University - Professional Development

15 Qs

Getting Started with Java Quiz

Getting Started with Java Quiz

10th Grade - Professional Development

10 Qs

java

java

Professional Development

10 Qs

Javascript

Javascript

KG - Professional Development

13 Qs

Java Fundamentals

Java Fundamentals

Professional Development

11 Qs

MATERIAL DIDACTICO - TEST JAVA- KHIPU

MATERIAL DIDACTICO - TEST JAVA- KHIPU

Professional Development

10 Qs

StreamQuiz

StreamQuiz

Professional Development

12 Qs

Java Strings and lops

Java Strings and lops

Professional Development

10 Qs

0100100101-1

0100100101-1

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Michi koh

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the Type Conversions available in Java language?

Narrowing Type Conversion

Widening Type Conversion

A and B

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the data type: '3'

int

char

String

Float

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a variable storing the tax rate?

int taxRate = 5.1;

taxRate = "5.1";

double taxRate = 5.1;

double taxRate = "5.1";

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How would you declare a variable that tells you that someone passed a class?

boolean passed = 'true';

boolean passed = true;

passed = true;

String passed = "true";

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first value of an array called quizzes can be accessed with which of the following statements?

quizzes[1] = 100;

quizzes[0] = 100;

quizzes[zero] = 100;

quizzes[one] = 100;

quizzes = 100;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For the array:

int stats[3];

What is the range of the index?

0 to 3

0 to 2

1 to 3

0 to 4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int [] nums = {2, 3, 5, 8, 9, 11};

How would you access the fourth element in nums?

nums[4]

nums[3]

nums(4)

nums(3)

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?