मराठी

(English Medium) ICSE Class 10 - CISCE Question Bank Solutions

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय

Please select a subject first

Advertisements
Advertisements
< prev  7941 to 7960 of 21419  next > 

Write the memory capacity (storage size) of short and float data type in bytes.

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

Differentiate between if else if and switch-case statements.

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

Advertisements

Give the output of the following code:

String P = “20”, Q = “19”,
int a = Integer .parselnt(P);
int b = Integer. valueOf(Q);
System.out.println(a+””+b);

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

State the data type and value of res after the following is executed :

char ch = ‘9’;
res = Character. isDigit(ch)

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

What is the difference between the linear search and the binary search technique?

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

Give the output of the following:
Math.sqrt(Math.max(9, 16))

[5] User - Defined Methods
Chapter: [5] User - Defined Methods
Concept: undefined >> undefined

Write a program to input 15 integer elements in an array and sort them in ascending order using the bubble sort technique. 

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

Design a class to overload a function series() as follows: 

(a) void series (int x, int n) – To display the sum of the series given below:
x1 + x2 + x3 + ……………. xn terms

(b) void series (int p) – To display the following series:
0, 7, 26, 63 p terms.

(c) void series () – To display the sum of the series given below:

`1/2 + 1/3 + 1/4 .....1/10`

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

State the number of bytes occupied by char and int data types.

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

Name the following :
(i) A keyword used to call a package in the program.
(ii) Any one reference data type.

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

State the data type and value of res after the following is executed:
char ch = ‘t’;
res=Character. toUpperCase(ch);

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

Differentiate between searching and sorting.

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

If int x [ ] = { 4, 3,7, 8, 9,10}; what are the values of p and q ?

(i) p = x.length
(ii) q = x[2] + x[5] * x[1]

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

Write a difference between the functions isUpperCase() and toUpperCase().

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

int res = ‘A’; 

What is the value of res?

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

What is a parameterized constructor?

[7] Constructors
Chapter: [7] Constructors
Concept: undefined >> undefined

Write a program to input forty words in an array. Arrange these words in descending order of alphabets, using selection sort technique. Print the sorted array.

[3] Arrays (Single Dimensional and Double Dimensional)
Chapter: [3] Arrays (Single Dimensional and Double Dimensional)
Concept: undefined >> undefined

Write the return data type of the following function:

log( )

[2] Library Classes
Chapter: [2] Library Classes
Concept: undefined >> undefined

Name the two types of constructors.

[7] Constructors
Chapter: [7] Constructors
Concept: undefined >> undefined

Write the output of the following program code:

char ch ;
int x=97;
do
{
ch=(char) x;
System.out.print(ch + “ ” );
if(x%10 == 0)
break;
++x;
}while(x<=100);

[7] Constructors
Chapter: [7] Constructors
Concept: undefined >> undefined
< prev  7941 to 7960 of 21419  next > 
Advertisements
Advertisements
CISCE (English Medium) ICSE Class 10 Question Bank Solutions
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Biology
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Chemistry
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Commercial Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Commercial Studies
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Computer Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Economic Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Economics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 English 1 (English Language)
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 English 2 (Literature in English)
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Environmental Applications
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Environmental Science
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Geography
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Hindi
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 History and Civics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Home Science
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Mathematics
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Physical Education
Question Bank Solutions for CISCE (English Medium) ICSE Class 10 Physics
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×