Database System Concepts
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
Bartleby Related Questions 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}};
expand button
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
Check Mark
Knowledge Booster
Background pattern image
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education