Consider the following statement: int x,y,z, x=3; y=7; z=9; if ( x >y) if ( x-y == 4) z = 33; else z=77; What is the value of z?
In a bank there are two types of transactions: credit and debit. All transactions are assigned an alphabetical ID. Credit transactions are assigned a vowel and debit transactions are assigned a consonant. To track transactions over a year, all the transaction IDs are combined to form a string of IDs for each customer. A customer wishes to know the number of times he made a debit transaction immediately after a credit transaction.
Write an algorithm to print the count of debit transactions that were made immediately after a credit transaction for that particular customer
Polly Pipe is a water sports provider and installer based in Braintree, England. They need you to design and implement a database that meets the data requirements. These necessities are defined in this scenario and below are samples of the paper records that the Polly Pipe preserves.
Polly Pipe is focused in placing aquariums at business customers. Customers can request several installations, but each installation is tailor-made for a specific customer. Facilities are classified by type. One or more employees are assigned to each facility. Because these facilities are often very large, they can include carpenters and masons as well as water installers. The facilities use equipment such as aquariums, air pumps and thermostats. There can be multiple computers in a facility.
Below are examples of paper records that Polly Pipe currently maintains.
Create a Entity Relationship Diagram with cardinalities,primary keys,foreign keys,entities and attributes.
Which life cycle model would you follow for developing New
Library Automation Software that would link various libraries in the city?
Mention the reasons behind your choice of a particular life cycle model.
A) what are the properties of good SRS document explain detail with
examples?
B) Discuss the various non-functional requirements and constraints that
are required to create a complete SRS document.
A) What are the activities carried out during the requirement analysis?
B) What is the final outcome of requirement analysis?