Bank ATM UML use case diagrams examples Purpose: Describe use cases that an automated teller machine (ATM) or the automatic banking machine (ABM) provides to the bank customers. Summary: Customer uses a bank ATM to check balances of ...Read more
SIKSHAPATH Latest Questions
Create a package circle having the following functions: Area of circle. Circumference of circle. Radius is to be passed as argument to both the functions to calculate values.
Describe the software metrics for analysis and design models.
In a random sample of 200 people in a city, 108 like to purchase imported watches and the remaining like to purchase local watches. Can we conclude that both the imported and local watches are popular in the city?
Define First order Logic? Specify the syntax of First-order logic in BNF form
The average marks in mathematics of a sample of 100 students was 51 with a standard deviation of 6 marks. Could this have been a random sample from a population with average marks 50?
Reverse the order of elements on stack S a. using two additional stacks b. using one additional queue c. using one additional stack and some additional non-array variables
Write a PL/SQL program to check whether a date falls on weekend i.e. SATURDAY or SUNDAY.
Which of the following is not a valid variable name declaration? (a) int _a3; (b) int 3_a; (c) int a_3; (d) int _3a