Complete the following sentences by filling the right word(s). Each question carries one point. 1. The keyword an integer value in a minimum domain range. used at method declaration to specify that the method returns 2. To check if two string variables string1 and string2 refer to the same memory address we use the command 3. The integer type that could not be promoted to another type is 4. The purpose of (int) in the statement: int x = (int) (Math.log(16)); is to 5. In order to read from the user a character value in a single line, we use the command 6. In order to assigning a float value in a short variable, we have to use a casting of type 7. Consider the array: int[] values={75,69,10,15,33,410,213}; what is the value of the statement: System.out.println(values.length); 8. To know the number of items in the first row in a 2D array variable array2D we use the command 9. Regarding the size of variable type, the necessary condition for automatic type conversion is 10. Consider the following array declaration: byte[][] byteValues = {{7,2,12}, {1,3,10,11}, {8,30}};

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Complete the following sentences by filling the right word(s). Each question carries one
point.
1. The keyword
an integer value in a minimum domain range.
used at method declaration to specify that the method returns
2. To check if two string variables string1 and string2 refer to the same memory address
we use the command
3. The integer type that could not be promoted to another type is
4. The purpose of (int) in the statement:
int x = (int) (Math.log(16)); is to
5. In order to read from the user a character value in a single line, we use the command
6. In order to assigning a float value in a short variable, we have to use a casting of type
7. Consider the array: int[] values={75,69,10,15,33,410,213}; what is the value of
the statement: System.out.println(values.length);
8. To know the number of items in the first row in a 2D array variable array2D we use the
command
9. Regarding the size of variable type, the necessary condition for automatic type conversion is
10. Consider the following array declaration:
byte[][] byteValues = {{7,2,12}, {1,3,10,11}, {8,30}};
Transcribed Image Text:Complete the following sentences by filling the right word(s). Each question carries one point. 1. The keyword an integer value in a minimum domain range. used at method declaration to specify that the method returns 2. To check if two string variables string1 and string2 refer to the same memory address we use the command 3. The integer type that could not be promoted to another type is 4. The purpose of (int) in the statement: int x = (int) (Math.log(16)); is to 5. In order to read from the user a character value in a single line, we use the command 6. In order to assigning a float value in a short variable, we have to use a casting of type 7. Consider the array: int[] values={75,69,10,15,33,410,213}; what is the value of the statement: System.out.println(values.length); 8. To know the number of items in the first row in a 2D array variable array2D we use the command 9. Regarding the size of variable type, the necessary condition for automatic type conversion is 10. Consider the following array declaration: byte[][] byteValues = {{7,2,12}, {1,3,10,11}, {8,30}};
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education