Questions: 11 448

Answers by our Experts: 10 707

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

All the banks operating in India are controlled by RBI. RBI has set a well defined guideline (e.g. minimum interest rate, minimum balance allowed, maximum withdrawal limit etc) which all banks must follow. For example, suppose RBI has set minimum interest rate applicable to a saving bank account to be 4% annually; however, banks are free to use 4% interest rate or to set any rates above it.

 

 

Write a java program to implement bank functionality in the above scenario. Note: Create few classes namely Customer, Account, RBI (Base Class) and few derived classes (SBI, ICICI, PNB etc). Assume and implement required member variables and functions in each class.


All the banks operating in India are controlled by RBI. RBI has set a well defined guideline (e.g. minimum interest rate, minimum balance allowed, maximum withdrawal limit etc) which all banks must follow. For example, suppose RBI has set minimum interest rate applicable to a saving bank account to be 4% annually; however, banks are free to use 4% interest rate or to set any rates above it.

Write a program to implement bank functionality in the above scenario. Note: Create few classes namely Customer, Account, RBI (Base Class) and few derived classes (SBI, ICICI, PNB etc). Assume and implement required member variables and functions in each class.


Write a pseudo code for a program which will accept two numbers from the keyboard and calculate the sum and product displaying the answer on the monitor screen


1 a) Describe atleast eight (8) elements of Commerce. [8 marks]

b) Give two alternative definitions of e-Commerce. [4 marks]
c) Briefly discuss the following forces behind E-Commerce: [8 marks]
Q 2 a) The CPU is considered as the brain of the computer. Briefly discuss what this
statement entails. [ 4 marks]
b) State and briefly discuss four (4) common features of spreadsheet programs
such as Microsoft Excel. [8 marks]
c) State and discuss four (4) primary tasks of most Database Management Systems
(DBMS) packages. [8 marks]
Q 3 a) Briefly state and discuss four (4) ways in which a business or an organisation could
be structured (departmentalisation). [4 marks]
b) Briefly state and discuss four (4) of the five functional areas in which most IT
departments are organized. [8 marks]
c) One of the ways to categorize security controls is taxonomy based on what the control
does (verb). State and briefly discuss four (4) out of the five common categories for this taxanomy (8marks)
QUESTION 5 (20 marks)
(a) List and describe at least four different Internet business models. Which of these models do you think is
the most risky for a dot-com business? Support your answer. (10 marks)
(b) List and describe two ways in which the individual consumer may pay for purchases on the Internet. (4
marks)
(c) Describe four types of applications that are especially well-suited for m-commerce. (6 marks
(b) Considering a typical Dell-compatible personal computer, you are required to:
(i) Identify the main components of a personal computer system. For each item identified, provide a
brief description of its purpose.
(10 marks)
(ii) Using relevant examples, describe some of the methods that can be used to assess the performance
and quality of key components.
(6 marks)

Create a quiz answer sheet checker. That does the following: 1. Posts questions – at least 5- then let the user input answers per question , it can be a multiple choice question, or solving question which will have a number for an answer. 2. After the user inputs their answer, let the program check the answer and display the score of the user.


Make a class to implement linked list and Implement the basic functions of Linked list .
 Constructors(default, parameterized, copy) & destructor
 void PrinList(),int search_Element(int X), bool Insert_Element(int X),
int
Insert_Element_at(int X, int pos), int Delete_Element(int X), void is_Empty(), int
Length(), void Print_Reverse_List(), bool Empty_List(),
 Also write a driver (main) program to test your code (provide menu for all operations )

Your task is to make a class and perform the following functions

1)void PrinList()

2)int search_Element(int X),

3)void Insert_Element(int X),

void

4)Insert_Element_at(int X, int pos), 5)bool Delete_Element(int X),

6)bool is_Empty(),

7) int

Length(),

8)void Print_Reverse_List(),

9) void Empty_List(),

10)void Copy_List(…)

Note:

1)No global declarations

2)Make copy constructor

3)Make default constructor

4)Make constructor with arguments

5)Test the functions inside main


Create a doubly Linked List and perform the following functions to
1)A function insert element at head of list
2)a function insert element at tail of list
3)A function insert element at any position
4)a function delete element at head of list
5)a function delete element at tail of list
6)a function delete element at any position
7) a function to check if list is sorted if not then returns sorted list
8) a function that displays the list
9) a function that reverses the list
Note:
no global declarations
Test the functions inside main
LATEST TUTORIALS
APPROVED BY CLIENTS