Monday, June 8, 2015

Very Important Questions of Business Studies-II || HSEB (grade 12)

UNIT 1: NATURE OF MANAGEMENT

  1. What is management? Explain the characteristics of management?
  2. Explain management as an art or a science?
  3. Give the concept of management and distinguish it with administration?
  4. State and explain different level of management?

Monday, June 1, 2015

Very Important Questions of Computer Science || HSEB (Grade 12)

 

UNIT 1: SYSTEM DEVELOPMENT CONCEPT

  1. What is system analysis and design? Describe briefly.
  2. What is feasibility study? Explain different levels of feasibility study.
  3. Explain different stages of system development life cycle (SDLC) with figure.
  4. Define program logic.Explain different types of program logic tools.

Saturday, May 30, 2015

Very Important Questions of Economics || HSEB (grade 12)

  Unit 1:  Market Economy, Demand, Supply, Equilibrium of Demand Supply


Long Question
  1. Explain the law of demand.Give its exception?
  2. What is shift in demand curve? what are its causes?
  3. Explain causes of rightward shift in demand curve and causes of rightward shift in supply curve?

Friday, May 29, 2015

Study Tips for Final Exam

1. FIND A GOOD LOCATION

Studying in places that have less noise and people traffic will result in more effective study time and improve your ability to recall information that you went over during that time.Swapping study locations every once in a while has proved to help students retain information better.

Thursday, April 23, 2015

Things to know before preparing for LokSewa || (LokSewa syllabus)

Loksewa aayog
LokSewa Syllabus
LokSewa is a great opportunity to get Government jobs in Nepal but it is not that easy.Out of many only little participation will be selected.So to increase the probability to be selected here are the few things you should consider while applying for LokSewa. Download Computer Operator Syllabus from link below.

Download

Monday, April 20, 2015

this keyword in java

Many beginners feel difficult to understand 'this' keyword in java and can't implement it correctly.So here are the some usage of 'this' keyword in java which will help you to understand where and how to implement 'this' keyword.

Sunday, April 19, 2015

Simple Calculator in java for beginners

import java.util.Scanner;

public class CH1 {

static int a;
static int b, num;
int add, sub, mult, div;