हिंदी

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

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

What is the value of xl if x=5?
x1 = + +x – X+ + + –x

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

Why is an object called an instance of a class?

[0.0102] Elementary Concept of Objects and Classes
Chapter: [0.0102] Elementary Concept of Objects and Classes
Concept: undefined > undefined

Advertisements

Name any two OOP’s principles.

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

Convert following do-while loop into for loop.
int i = 1;
int d = 5;
do {
d=d*2;
System.out.println(d);
i+ + ; } while (i< =5);

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

What are identifiers?

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

What are keywords ? Give an example.

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

Analyze the given program segment and answer the following questions : 

for(int i = 3; i <= 4; i++){
    for(int j = 2; j <i; j++){
        System.out.print("");
    }
    System.out.println("WIN");
}

(i) How many times does the inner loop execute ?
(ii) Write the output of the program segment.

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

Name any two library packages.

[0.010700000000000001] Mathematical Library Methods
Chapter: [0.010700000000000001] Mathematical Library Methods
Concept: undefined > undefined

Name the type of error ( syntax, runtime or logical error) in each case given below: 

(i) Math.sqrt (36 – 45)
(ii) int a;b;c;

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

What is the difference between the Scanner class functions next () and nextLine()?

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

State the difference between == operator and equals () method. 

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

What is the type of casting shown by the following example: 

char c = (char) 120;

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

Write a function prototype of the following: 

A function PosChar which takes a string argument and a character argument and returns an integer value.

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

Name any two types of access specifiers.

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

Using switch statement, write a menu-driven program for the following : 

(i) To find and display the sum of the series given below :
S = x1 -x2 + x2 – x4 + x5 – x20 
(where x = 2)
(ii) To display the following series :
1 11 111 1111 11111
For an incorrect option, an appropriate error message should be displayed.

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

Give the output of the following string functions:

  1. "MISSISSIPPI".indexOf('S') + "MISSISSIPPI".lastIndexOf('I')
  2. "CABLE".compareTo("CADET") 
[0.04] String Handling
Chapter: [0.04] String Handling
Concept: undefined > undefined

Give the output of the following Math functions: 

(i) Math.ceil(4.2)
(ii) Math.abs(-4)

[0.010700000000000001] Mathematical Library Methods
Chapter: [0.010700000000000001] Mathematical Library Methods
Concept: undefined > undefined

State the difference between while and do-while loop.

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

Write down java expression for:

`"T" = sqrt("A"^2 + "B"^2 + "C"^2)`

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

Rewrite the following using ternary operator:

if (x%2 == o)
System.out.print(“EVEN”);
else
System.out.print(“ODD”);

[0.0104] Operators in Java
Chapter: [0.0104] Operators in Java
Concept: undefined > undefined
< prev  21 to 40 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×