Login and Register
×
Go to Dashboard
Logged In Successfully!
×
×
Check your Email for the OTP
Login
Registration
Forget Password
Email
Password
Name
Email
Phone
Country Code
Afghanistan
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bosnia and Herzegovina
Botswana
Bouvet Island
Brazil
British Indian Ocean Territory
Brunei Darussalam
Bulgaria
Burkina Faso
Burundi
Cambodia
Cameroon
Canada
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo, the Democratic Republic of the
Cook Islands
Costa Rica
Cote D'Ivoire
Croatia
Cuba
Cyprus
Czech Republic
Denmark
Djibouti
Dominica
Dominican Republic
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Ethiopia
Falkland Islands (Malvinas)
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
French Southern Territories
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island and Mcdonald Islands
Holy See (Vatican City State)
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran, Islamic Republic of
Iraq
Ireland
Israel
Italy
Jamaica
Japan
Jordan
Kazakhstan
Kenya
Kiribati
Korea, Democratic People's Republic of
Korea, Republic of
Kuwait
Kyrgyzstan
Lao People's Democratic Republic
Latvia
Lebanon
Lesotho
Liberia
Libyan Arab Jamahiriya
Liechtenstein
Lithuania
Luxembourg
Macao
Macedonia, the Former Yugoslav Republic of
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia, Federated States of
Moldova, Republic of
Monaco
Mongolia
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nauru
Nepal
Netherlands
Netherlands Antilles
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
Niue
Norfolk Island
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestinian Territory, Occupied
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Reunion
Romania
Russian Federation
Rwanda
Saint Helena
Saint Kitts and Nevis
Saint Lucia
Saint Pierre and Miquelon
Saint Vincent and the Grenadines
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia and Montenegro
Seychelles
Sierra Leone
Singapore
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Georgia and the South Sandwich Islands
Spain
Sri Lanka
Sudan
Suriname
Svalbard and Jan Mayen
Swaziland
Sweden
Switzerland
Syrian Arab Republic
Taiwan, Province of China
Tajikistan
Tanzania, United Republic of
Thailand
Timor-Leste
Togo
Tokelau
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Turks and Caicos Islands
Tuvalu
Uganda
Ukraine
United Arab Emirates
United Kingdom
United States
United States Minor Outlying Islands
Uruguay
Uzbekistan
Vanuatu
Venezuela
Viet Nam
Virgin Islands, British
Virgin Islands, U.s.
Wallis and Futuna
Western Sahara
Yemen
Zambia
Zimbabwe
Password
Email
Chapters
Subjects Home
Java Programming Language
Java History
Java Features
How Java Differs from C and C++
Java and Internet
Object-Oriented Paradigm
Basic Concept of OOP
TCS Core Java Questions
Overview of Java Language
Benefits of OOP
Tokens in Java
Escape sequences in Java
Character Set in Java
Basic Structure of Java Program
Simple Program of Java- Hello World!
Programming pattern
Path Setting
Installing and Configuring
Download Java Development Kit -JDK
JRE - Java Runtime Environment
JDK - Java Development Kit
JVM - Java Virtual Machine
Compilation and Execution Process
DataTypes in java
Introduction to Data type
char - Data Type in Java
Unicode System in Java
boolean - Data Type in Java
byte - Data Type in Java
short - Data Type in Java
int - Data Type in Java
long - Data Type in Java
float - Data Type in Java
double - Data Type in Java
Data Type Conversion or Casting in Java
Sorting
Bubble Sort Implementation in Java
Looping in java
Loop Introduction in Java Language
While Loop in Java Language
Do While Loop in Java Language
Jump statements in Java
Nested Loops in Java Language
Labeled For Loop in Java Language
For each loop in Java Language
For Loop in Java Language
Variables in java
Variable - in Java
Variable initialization and Declaration - in Java
Variable Types and Scope- in Java
String in java
Introduction in String
Immutable Strings and Interned Strings
String comparision in Java
Sub String in Java
StringBuffer in Java
StringBuilder in Java
Constants in java
Constants in Java
Operators in java
Operators in Java
Arithmetic Operators
Relational Operators
Bitwise Operators
Logical Operators in Java
Assignment Operators
instanceof operator in Java
Decision Making in java
Decision Making in Java Introduction
if statement
if else Statement
Nested if Statement
if else if ladder
switch case in Java
Class, Object and Methods in java
Class and Object Concept in Java
Concept of Methods related to object
Methods Overloading Java
Constructor
Constructor overloading
Methods Examples Java
this Keyword in Java
static Keyword in Java
Covariant return types
finalize() method in java
Recursion in Java
Pure Method in Java
Impure Method in Java
In Java, Object is the superclass of all other classes
Number Class in java
Number Class Introduction
xxxValue () Method in Java
compareTo() method
equals() method
valueOf() method
toString() Method
parseInt() method
abs() method
ceil() Method
floor() Method
rint() Method
round() Method in
min() Method
max() Method
exp() Method
log() Method
log10() method
pow() Method
sqrt() Method
sin() Method
cos() Method
tan() Method
asin() Method
acos() Method
atan() Method
atan2() Method
toDegrees() Method
toRadians() Method
random() Method
addExact(int x, int y) method
addExact(long x, long y) method
cbrt(double a) method
copySign() method
cosh() method
decrementExact() method
getExponent(double d) method
hypot(double x, double y) method
IEEEremainder(double f1,double f2) method
incrementExact() method
multiplyExact() method
negateExact() method
nextAfter() method
nextUp() method
nextDown() method
sinh() method
tanh() method
toIntExact() method
Character Class in java
Introduction to Character Class
isLetter()
isDigit()
isWhitespace()
isUpperCase()
isLowerCase()
toUpperCase()
toLowerCase()
toString()
Array in java
Array in java
Insert an Element in the Middle of an Array
Delete an Element in the Middle of an Array
2D and Multi-Dimension Array
StringBuffer Class Methods
length() Method
capacity() Method
ensureCapacity() Method
setLength() Method
charAt() Method
setCharAt() Method
getChars() Method
append() Method
insert() Method
reverse() Method
Vector in Java
Vector Introduction
Inheritance in java
Inheritance in Java (IS-A)
Aggregation in Java (HAS-A)
super keyword in Java
Instance initializer block
static block
final keyword
Garbage Collection in Java
Polymorphism in Java
Polymorphism in Java
OOPs concept more
Wrapper Class in Java
Nested Class In Java
Command Line Argument
Abstarct class and Methods in java
Abstract class and method
Packages in java
Package Introduction
Sub Package in Java
static import in Java
Access Modifiers in Java
Non Access Modifiers in Java
Encapsulation in Java
Access modifier Example 1
Access modifier Example 2
Access modifier Example 3
Access modifier Example 4
Multithreading in java
Introduction to Multithreading
Life Cycle of Thread
Create Thread
Managing Errors and Exception
Introduction to Exception Handling - Java
try and catch
Multiple catch block in java
Nested try block in java
Applet Programming
Applet Introduction
Applet class and it's Skeleton
Graphics in Applet
Displaying Image in Applet
Graphics Programming
Java Networking
Java Networking
Project 1: Question and Solution
Project Question: Electricity Bill Calculator
Project Solution: Electricity Bill Calculator
Project 2: Question and Solution
Project Question: Hotel Booking System
Project Solution: Hotel Booking System
Project 3: Question and Solution
Project Question: Creating a Hollow Square with Diagonal Lines
Project Solution: Creating a Hollow Square with Diagonal Lines
Project 4: Question and Solution
Project Assignment: Creating an X Pattern
Project Solution: Generating an X Pattern in Java
Project 5: Question and Solution
Project Question: Hollow Square Pattern
Project Solution: Hollow Square Pattern
Project 6: Question and Solution
Project Assignment: How to Implement Binary Search
Project Solution: How to Implement Binary Search
Project 7: Question and Solution
Project Assignment: Determine the Best Performing Section in Final Exams
Project Solution: Determine the Best Performing Section in Final Exams
Project Bonus Task & Solution: Determine the Best Performing Section in Final Exams
ICSE Computer Application - Class - X
ICSE Computer Application - Class X - MCQ - CALCUTTA PUBLIC SCHOOL
ICSE Computer Application - Class X - 2018 PYQ
ICSE Computer Application - Class X - 2017 PYQ
ICSE Computer Application - Class X - 2016 PYQ
ICSE Computer Application - Class X - 2015 PYQ
ICSE Computer Application - Class X - 2014 PYQ
ICSE Computer Application - Class X - 2013 PYQ
ICSE Computer Application - Class X - 2012 PYQ
CSE Computer Application - Class X - 2011 PYQ
ICSE Computer Application - Class X - 2010 PYQ
Computing and Ethics
Computing and Ethics
Java Programming Language MCQ
Java Language Fundamental
Java Data Types and Variables - MCQ
Java Language Basics
History of Java
Literals in Java - MCQ
Declaration and Access Control in Java
Operator in Java
Java Control Flow
Java Constructor and Methods
Array in Java
String in Java
Overriding and Overloading in Java
Inheritance in Java MCQ
Java Interfaces And Abstract Classes MCQ
Java thread MCQ
Java Exception MCQ
Java Input Output MCQ
Java Interviews MCQs
www.rummanansari.com
ICSE Computer Application - Class X - 2018 PYQ
Rumman Ansari
Software Engineer
2024-09-16 01:29:19
55
Share
Subject Syllabus Details
Subject Details
☰ TContent
☰Fullscreen
Close
Table of Content:
Solved 2018 Question Paper ICSE Class 10 Computer Applications
Related Questions
Question 1:
What do you understand by the term data abstraction? Explain with an example.
Question 2:
State two features of a constructor.
Stay Ahead of the Curve! Check out these trending topics and sharpen your skills.
Loading...
Top