
0100100101-1

Quiz
•
Computers
•
Professional Development
•
Medium
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
Similar Resources on Wayground
14 questions
Day 1 - Basics of Java

Quiz
•
Professional Development
15 questions
JavaDemo1

Quiz
•
Professional Development
11 questions
Java Fundamentals

Quiz
•
Professional Development
10 questions
MATERIAL DIDACTICO - TEST JAVA- KHIPU

Quiz
•
Professional Development
10 questions
Java SE: Programming I

Quiz
•
Professional Development
15 questions
PROGRAMACION.1.Conceptos Básicos

Quiz
•
Professional Development
5 questions
NECTS- Code Debugging Elimination Round

Quiz
•
Professional Development
10 questions
CIT JULY 2022

Quiz
•
Professional Development
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade