मराठी

(English Medium) ICSE Class 10 - CISCE Important Questions for Computer Applications

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

"Java compiled code (byte code) can run on all operating systems" - Name the feature.

Appears in 1 question paper
Chapter: [5.1] Introduction to Java
Concept: Introduction to Java

Assertion (A): Integer class can be used in the program without calling a package.

Reason (R): It belongs to the default package java lang.

Appears in 1 question paper
Chapter: [5.1] Introduction to Java
Concept: Basic Elements of Java Programming

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

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

Write a program to input a number and check and print whether it is a Pronic number or not. (Pronic number is the number which is the product of two consecutive integers).

Examples: 12 = 3 × 4 
20 = 4 × 5
42 = 6 × 7

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

Write a program to input twenty names in an array. Arrange these names in descending order of alphabets, using the bubble sort technique. 

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

Using the switch statement, write a menu driven program to calculate the maturity amount of a Bank Deposit.
The user is given the following options :
(i) Term Deposit
(ii) Recurring Deposit

For option (i) accept principal (P), rate of interest(r) and time period m years(n). Calculate and output the maturity amount (A) receivable using the formula

`"A" = "P"[1+"r"/100]^"n"`

For option (ii) accept Monthly Installment (P), rate of interest (r) and time period in months (n). Calculate and output the maturity amount (A) receivable using the formula

`"A" = "P" xx "n" + "P" xx ("n"("n" + 1))/2 xx "r"/100 xx 1/12`

For an incorrect option, an appropriate error message should be displayed.

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

Write a program to accept the year of graduation from school as an integer value from, the user. Using the Binary Search technique on the sorted array of integers given below. 

Output the message “Record exists” If the value input is located in the array. If not, output the message “Record does not exist”.
{1982, 1987, 1993, 1996. 1999, 2003, 2006, 2007, 2009, 2010}.  

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

The Scanner class method used to accept words with space:

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Introduction of Input in Java

Missing a semicolon in a statement is what type of error?

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Types of Errors

DTDC, a courier company, charges for the courier based on the weight of the parcel. Define a class with the following specifications:

class name: courier
Member variables: name - name of the customer
  weight - weight of the parcel in kilograms
address - address of the recipient
bill - amount to be paid
type -  'D'- domestic, 'I'- international
Member methods:
void accept ( )- to accept the details using the methods of the Scanner class only.
void calculate ( )- to calculate the bill as per the following criteria:
  Weight in Kgs   Rate per Kg
First 5 Kgs Rs.800
Next 5 Kgs  Rs.700
Above 10 Kgs  Rs.500
An additional amount of Rs.1500 is charged if the type of the courier is I (International)
void print )- To print the details
void main ()- to create an object of the class and invoke the methods
Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Using Function Argument

Define a class to accept a number from user and check if it is an EvenPal number or not. (The number is said to be EvenPal number when number is palindrome number (a number is palindrome if it is equal to its reverse) and sum of its digits is an even number.)

Example: 121 - is a palindrome number

Sum of the digits - 1 + 2 + 1 = 4 which is an even number

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Using Function Argument

Define a class to accept values into an integer array of order 4 x 4 and check whether it is a DIAGONAL array or not An array is DIAGONAL if the sum of the left diagonal elements equals the sum of the right diagonal elements. Print the appropriate message.

Example:

3 4 2 5   Sum of the left diagonal elements =

2 5 2 3   3 + 5 + 2 + 1 = 11

5 3 2 7   Sum of the right diagonal elements =

1 3 7 1   5 + 2 + 3 + 1 = 11

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Using Function Argument

Define a class to accept the gmail id and check for its validity.

A gmail id is valid only if it has:

→ @

→ . (dot)

→ gmail

→ com

Example: [email protected] is a valid gmail id.

Appears in 1 question paper
Chapter: [5.2] Input in Java
Concept: Using Function Argument

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

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Introduction to Object Oriented Programming (OOP)

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

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Introduction to Object Oriented Programming (OOP)

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

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Introduction to Object Oriented Programming (OOP)

Identify the literal given below:

0.5

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Different Types of Methods

What are the values stored in variables r1 and r2:

(i) double r1=Math.abs(Math.min(-2.83,-5.83));
(ii) double r2=Math.sqrt(Math.floor(16.3)); 

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Different Types of Methods

Name any two library packages.

Appears in 1 question paper
Chapter: [6] Mathematical Library Methods
Concept: Introduction of Mathematical Library Methods

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

Appears in 1 question paper
Chapter: [6] Class as the Basis of All Computation (Objects and Classes)
Concept: Introduction to Object Oriented Programming (OOP)
< prev  181 to 200 of 259  next > 
Advertisements
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×