You are on page 1of 2

The Bhawanipur Education Society College

Department of Commerce
Paper: DSE – 6.2 E-Business (Practical Assignment)

C++ Assignment
1. WAP in C++ to take a number as input and check if the number is an even number or odd
number.
2. WAP in C++ to take a year as input and check if it is a leap year or not.
3. WAP in C++ to take a number as input and check if it is a positive number, negative number or
zero.
4. WAP in C++ to take a number n as input and calculate the sum of all the natural numbers till n.
S = 1+2+3+…+n
5. WAP in C++ to take a number as input and calculate the factorial of the number.
F = 1*2*3*4*…*n
6. WAP in C++ to print the following Patterns
a) *
**
***
****
b) *
**
***
****
c) 1
12
123
1234
d) 1
22
333
4444
JAVA Assignment
1. WAP in Java to take a number as input and check if the number is an even number or odd
number.
2. WAP in Java to take a year as input and check if it is a leap year or not.
3. WAP in Java to take a number as input and check if it is a positive number, negative number or
zero.
4. WAP in Java to take a number n as input and calculate the sum of all the natural numbers till n.
S = 1+2+3+…+n
5. WAP in Java to take a number as input and calculate the factorial of the number.
F = 1*2*3*4*…*n
6. WAP in Java to print the following Patterns
a. *
**
***
****
b. *
**
***
****
c. 4
43
432
4321
d. 4
34
234
1234
HTML Assignment
1. Design a College Admission Form. The Form should have the following Questions:
a) Name (Text Box)
b) Address (Text Box)
c) Gender (Radio/Option Buttons)
d) Mobile Number (Text Box)
e) Email Address (Text Box)
f) Date of Birth (3 Drop Down Menus – Date, Month and Year)
g) Class 10 Percentage (Text Box)
h) Class 12 Percentage (Text Box)
i) Subject You Wish to Apply For (Checkbox – Commerce, Computer Science, English,
Physics, History)
j) Submit Button
k) Reset Button
TALLY Assignment
1. Pass the necessary entries in Tally:
a) Opening Capital Balance 200000
b) Opening Bank Balance 120000
c) Opening Cash Balance 45000
d) Purchased land for 104000, paid by cheque
e) Purchased Goods from S.K creation on credit 200000
f) Stationery purchased for 1000 on cash
g) Goods sold to Indian cotton for Credit 45000
h) Rent paid to building owner 1500 on cash
i) Cash withdrawn for personal use 5000
j) Tea expenses incurred for staff 100
k) Computer purchased from computer solutions 30000
l) Deposit cash in to Bank 15000
m) Cash sales 25000
n) Cheque Received from Indian cotton 25000
o) Goods returned by Indian cotton 2500
p) Cash withdrawn from Bank 10000
q) Goods returned to S.K creation 5000

You might also like