मराठी

Rupa Pandit solutions for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई chapter 5 - Library Classes [Latest edition]

Advertisements

Chapters

Rupa Pandit solutions for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई chapter 5 - Library Classes - Shaalaa.com
Advertisements

Solutions for Chapter 5: Library Classes

Below listed, you can find solutions for Chapter 5 of CISCE Rupa Pandit for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई.


Exercises
Exercises [Pages 133 - 315]

Rupa Pandit solutions for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई 5 Library Classes Exercises [Pages 133 - 315]

Choose the correct option.

1. (i)Page 133

Return data type of isDigit(char ch) is:

  • char

  • boolean

  • Boolean

  • bool

1. (ii)Page 133

The method that converts a character to uppercase is:

  • toUpperCase()

  • ToUppercase()

  • toUpperCase(char)

  • touppercase(char)

1. (iii)Page 133

Corresponding wrapper class of int data type is ______

  • integer

  • INTEGER

  • Int

  • Integer

1. (iv)Page 133

Identify the primitive.

  • double

  • Double

  • DOUBLE

  • DoublЕ

1. (v)Page 133

Which of the following is a valid statement?

  • Class carpark

  • class car park

  • class carpark

  • class Car-Park

1. (vi)Page 133

Which of the following is a valid statement?

  • A class can have many objects

  • A class can have only one object

  • A class cannot have any object

  • A class can have only two objects

1. (vii)Page 133

Which of the following is an invalid statement?

  • A class is a composite data type

  • Statement import is used for including a package

  • Primitives have fixed size

  • String is a primitive

1. (viii)Page 134

Given:

Integer gw = new Integer (27);

The name of the object is

  • 27

  • gw

  • GW

  • Gw

1. (ix)Page 134

Given:

kd = Integer.parseInt("3");

Datatype of kd is:

  • Integer

  • String

  • char

  • int

1. (x)Page 134

Identify the true statement.

  • Integer value = new value (65);

  • nteger int = new Integer (65);

  • Int val = new int(64);

  • Integer val = new Integer(64);

1. (xi)Page 134

The Scanner class method used to accept words with spаce:

  • next()

  • nextLine()

  • Next()

  • nextString()

1. (xii)Page 134

The keyword used to call package in the program:

  • Extends

  • Export

  • Import

  • Package

1. (xiii)Page 134

int x = (int) 32.8; is an example of ______ typecasting.

  • impiicit

  • automatic

  • explicit

  • coercion

1. (xiv)Page 134

When an object of a Wrapper class is converted to its corresponding primitive data type, it is called as ______.

  • Boxing

  • Explicit type conversion

  • Unboxing

  • Implicit type conversion

Fill in the blanks.

2. (i)Page 134

Member Method encompasses the ______ of a class.

2. (ii)Page 134

A ______ can be instantiated by multiple objects.

2. (iii)Page 134

Wrapper classes are derived from Java's standard library ______.

2. (iv)Page 134

A ______ class is a special kind of class which wraps the value of a primitive data in an object.

2. (v)Page 134

A wrapper class is used to convert any given data type into an ______.

3. (i)Page 134

Rewrite the sentence correctly.

A class doesn't follow the conditions of becoming a composite data type.

3. (ii)Page 134

Rewrite the sentence correctly.

A wrapper class is used to convert any given data type into a class.

3. (iii)Page 134

Rewrite the sentence correctly.

Each object may have a different set of data and behaviour.

3. (iv)Page 134

Rewrite the sentence correctly.

Primitives are made up of classes.

Answer the following.

4. (i)Page 134

Write one difference between primitive data types and composite data types.

4. (ii)Page 134

Write two importance of wrapper class.

4. (iii)Page 134

What is a wrapper class?

4. (iv)Page 134

Name any two wrapper classes.

4. (v)Page 134

Write a difference between Autoboxing and Unboxing.

5. (i)Page 135

Write the output of the following.

boolean b1 = Character.isDigit('h');

System.out.println(b1);

5. (ii)Page 135

Write the output of the following.

boolean b2 = Character.isUpperCase('m');

System.out.println(b2);

5. (iii)Page 135

Write the output of the following.

boolean b3 = Character.isWhitespace('\n');

System.out.println(b3);

5. (iv)Page 135

Write the output of the following.

char c1 = Character.toLowerCase('Q');

System.out.println(c1);

5. (v)Page 135

Write the output of the following.

char c2 = Character.toUpperCase('i');

System.out.println(c2);

6.Page 315

Define a class to accept a 4-digit number and check whether it is an Armstrong number or not.

Note: A number is an Armstrong number if the sum of all its digits to the power of the total number of digits in that number equals the number itself.

Example 1:
Input: 154
Output: Invali
Example 2:
Input: 1634
Output: Armstrong number
7. (i)Page 315

Give the output of the following character class method:

Character.toUpperCase ('a')

7. (ii)Page 315

Give the output of the following Character class

method:Character.isLetterOrDigit('W')

Solutions for 5: Library Classes

Exercises
Rupa Pandit solutions for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई chapter 5 - Library Classes - Shaalaa.com

Rupa Pandit solutions for कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई chapter 5 - Library Classes

Shaalaa.com has the CISCE Mathematics कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई CISCE solutions in a manner that help students grasp basic concepts better and faster. The detailed, step-by-step solutions will help you understand the concepts better and clarify any confusion. Rupa Pandit solutions for Mathematics कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई CISCE 5 (Library Classes) include all questions with answers and detailed explanations. This will clear students' doubts about questions and improve their application skills while preparing for board exams.

Further, we at Shaalaa.com provide such solutions so students can prepare for written exams. Rupa Pandit textbook solutions can be a core help for self-study and provide excellent self-help guidance for students.

Concepts covered in कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई chapter 5 Library Classes are .

Using Rupa Pandit कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई solutions Library Classes exercise by students is an easy way to prepare for the exams, as they involve solutions arranged chapter-wise and also page-wise. The questions involved in Rupa Pandit Solutions are essential questions that can be asked in the final exam. Maximum CISCE कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई students prefer Rupa Pandit Textbook Solutions to score more in exams.

Get the free view of Chapter 5, Library Classes कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई additional questions for Mathematics कम्प्युटर एपलीकेशंस [इंग्रजी] इयत्ता १० आयसीएसई CISCE, and you can use Shaalaa.com to keep it handy for your exam preparation.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×