मराठी

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

Advertisements
[object Object]
[object Object]
विषय
मुख्य विषय
अध्याय
Advertisements
Advertisements
Computer Applications
< prev  1 to 20 of 259  next > 

Name any two basic principles of Object-oriented Programming.

[0.0101] Introduction to Object Oriented Programming Concepts
Chapter: [0.0101] Introduction to Object Oriented Programming Concepts
Concept: undefined > undefined

Write a difference between unary and binary operator.

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Advertisements

Name the keyword which: indicates that a method has no return type.

[0.06] Class as the Basis of All Computation
Chapter: [0.06] Class as the Basis of All Computation
Concept: undefined > undefined

Name the keyword which: makes the variable as a class variable.

[0.06] Class as the Basis of All Computation
Chapter: [0.06] Class as the Basis of All Computation
Concept: undefined > undefined

Identify and name the following tokens:

(i) public
(ii) ‘a’
(iii) ==
(iv) {}

[0.08] Encapsulation
Chapter: [0.08] Encapsulation
Concept: undefined > undefined

What are the various types of errors in Java?

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Write a Java expression for the following : |x2+2xy| 

[0.0106] Input in Java
Chapter: [0.0106] Input in Java
Concept: undefined > undefined

Write the return data type of the following function: startsWith( )

[0.0103] Values and Data Types
Chapter: [0.0103] Values and Data Types
Concept: undefined > undefined

Write the return data type of the following function: random( )

[0.0103] Values and Data Types
Chapter: [0.0103] Values and Data Types
Concept: undefined > undefined

If the value of basic=1500, what will be the value of tax after the following statement is executed?

tax = basic > 1200 ? 200 : 100

[0.0103] Values and Data Types
Chapter: [0.0103] Values and Data Types
Concept: undefined > undefined

Give the output of following code and mention how many times the loop will execute?

int i;
for(i=5; i> =l;i~)
{
if(i%2 ==1)
continue;
System.out.print(i+ ”
}

[0.011000000000000001] Nested Loop
Chapter: [0.011000000000000001] Nested Loop
Concept: undefined > undefined

Evaluate the following expression if the value of x = 2,y = 3 and z = 1.
v = x + – z + y + + + y.

[0.06] Class as the Basis of All Computation
Chapter: [0.06] Class as the Basis of All Computation
Concept: undefined > undefined

What is meant by a package? 

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Design a class name ShowRoom with the following description :
Instance variables/ Data members :

String name – To store the name of the customer
long mobno – To store the mobile number of the customer
double cost – To store the cost of the items purchased
double dis – To store the discount amount
double amount – To store the amount to be paid after discount
Member methods: –
ShowRoom() – default constructor to initialize data members
void input() – To input customer name, mobile number, cost
void calculate() – To calculate discount on the cost of purchased items, based on following criteria

Cost Discount (in percentage)
Less than or equal to ₹ 10000 5%
More than ₹ 10000 and less than or equal to ₹ 20000 10%
More than ₹ 20000 and less than or equal to ₹ 35000 15%
More than ₹ 35000 20%

void display() – To display customer name, mobile number, amount to be paid after discount
Write a main method to create an object of the class and call the above member methods.

[0.04] String Handling
Chapter: [0.04] String Handling
Concept: undefined > undefined

Using the switch-case statement, write a menu driven program to do the following :

(a) To generate and print Letters from A to Z and their Unicode Letters Unicode

(b) Display the following pattern using iteration (looping) statement: 1

[0.0109] Iterative Constructs in Java
Chapter: [0.0109] Iterative Constructs in Java
Concept: undefined > undefined

Name the operators listed below are
(i) <
(ii) + +
(iii) &&
(iv) ? :

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Write one difference between / and % operator.

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined

Give the output of the following program segment and also mention the number of times the loop is executed:

int a,b;
for (a=6, b=4; a< =24; a=a + 6)
{
if (a%b= =0)
break;
}
System, out .println(a);

[0.011000000000000001] Nested Loop
Chapter: [0.011000000000000001] Nested Loop
Concept: undefined > undefined

Write the output:
charch= ‘F’;
int m= ch;
m=m+5;
System.out.println(m+ ” ” +ch);

[0.011000000000000001] Nested Loop
Chapter: [0.011000000000000001] Nested Loop
Concept: undefined > undefined

Write a Java expression for the following :
ax5 + bx3 + c 

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined
< prev  1 to 20 of 259  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×