Wednesday, 25 October 2017

CBSE Class 12 - Informatics Practices - JAVA Concepts (Worksheet) (#cbseNotes)

JAVA Concepts (Worksheet)

CBSE Class 12 - Informatics Practices - JAVA Concepts (Worksheet) (#cbseNotes)

Q1: What will be the value of X1 after execution of the following code?

String X1 ="Graduate", X2 = "Post";
X1 = X2.contcat(X1);


Q2: What is the difference between the use of JTextField and JPasswordField in a form?

Q3: Name the method used to extract specified number of characters from a string?


CBSE CLASS 9 - SOCIAL SCIENCE - WORKING OF INSTITUTIONS ( Q and A) (#cbseNotes)

SOCIAL SCIENCE - WORKING OF INSTITUTIONS


Q & A
CBSE CLASS  9 - SOCIAL SCIENCE - WORKING OF INSTITUTIONS ( Q and A) (#cbseNotes)


Q1: What do you mean by the term institution? Why are they required?

Answer: Several arrangements are made in all modern democracies to perform  various tasks. Such arrangements are called institutions. Some of the tasks performed by these institutions are:

1.  To ensure security to the citizens and provide facilities for education and  health to all.

2.  To collect taxes and spend the money thus raised on administration, defence and development programmes.

3.  To formulate and implement several welfare schemes.

4.  To solve the disputes: if they arise on various decisions or on their  implementation.


A democracy works well when the various institutions perform functions assigned to them.

Q2: Which three institutions are responsible to run a democratic government in India? Mention their respective roles.

Answer: The three institutions responsible to run a democratic government in India are:

Sunday, 22 October 2017

CBSE Class 12 - Informatics Practices - Java Object Oriented Programming-2 - Inheritance (#cbseNotes)

Java - InheritanceClass 12 - Informatics Practices

CBSE Class 12 - Informatics Practices - Java Object Oriented Programming-2 - Inheritance (#cbseNotes)


Q1: What do you mean by the term 'inheritance'?

Answer: In OOPs, Inheritance is the process of creating new class (Derived Class or sub-classes) from an existing class (Base Class or Super class). A Sub-class inherits all the properties (data members) and behaviour (method members) of the parent class (Super-class).

The level of Inheritance may be extended i.e. A Sub-class may have their own sub-classes.

In Real-life most of the things exhibit Inheritance relationship.


Q2: What is the importance of 'inheriatnce'?

Answer: Inheritance is important for the following reasons:
Modelling of Real-world
Reusability of codes
Transitive nature of Inheritance

Thursday, 19 October 2017

CBSE Class 7 - Mathematics - Chapter – 12 - Algebraic Expressions - NCERT Solution 12.1 (#NCERTAnswers)

Chapter – 12 - Algebraic Expressions
NCERT Exercise 12.1

CBSE Class 7 - Mathematics - Chapter – 12 - Algebraic Expressions - NCERT Solution 12.1 (#NCERTAnswers)

Question 1: Get the algebraic expressions in the following cases using variables, constants and arithmetic operations:

(i) Subtraction of z from y .
(ii) One-half of the sum of numbers x and y .
(iii) The number z multiplied by itself.
(iv) One-fourth of the product of numbers p and q .
(v) Numbers x and y both squared and added.
(vi) Number 5 added to three times the product of m and n .
(vii) Product of numbers y and z subtracted from 10.
(viii) Sum of numbers a and b subtracted from their product.


Answer:
(i) y - z

(ii)
(x+y)
-----
 2

(iii)  z²

(iv)  pq
     ----
       4

(v)   x² + y²

(vi) 3mn + 5

(vii) 10 - yz

(viii) ab - ( a + b )


Monday, 16 October 2017

CBSE Class 12 - Business Studies - Ch4 Directing (Practice Test) (#cbseNotes)

PRACTICE TEST
SUBJECT: DIRECTING
(BUSINESS STUDIES)

CBSE Class 12 - Business Studies - Ch4 Directing (Practice Test) (#cbseNotes)

Max. Time : 50 min. M.M. 25

1. Supervision needs effective communication in the organisation. Comment. 1

2. How does communication help in increasing managerial efficiency? 1

3. What is Laissez-faire leadership style? 1

4. "Resistance from people to introduce changes in the organisation can be removed through motivation". Explain.
1