i have file(ps),dont know how many records are there. move
half of the records to 2 files. how can we do
Answer Posted / a
Question confirmation: Move half-half records to 2 diff. files.
Precondition: You must be knowing how to read record.
Solution:
1. Read file from top.
2. Move each record in alternative file.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
What are the categories in which the design patterns can be divided?
What are the main usage of the patterns?
What is meant by design pattern?
Quartus II software version 6.0 is available for which operating systems (OS)?
Contact a small, medium, and a large contract program within your organization. Interview the Technical Director or Project Engineer to identify the following information: a. Request the individual to graphically depict their development strategy? b. What factors drove them to choose the implementation strategy? c. What were some of the lessons learned from developing and implementing the strategy that would influence their approach next time? d. How was the V & V strategy implemented?
Why should we not use singleton pattern?
What is the builder pattern?
Can we use an equated value as operands for an MVC ? Reason for the same.
What is the difference between factory and abstract factory design pattern?
2. Create your own definition of a system. Based on the “system” definitions a. Identify your viewpoint of shortcomings in the definitions. b. Provide rationale as to why you believe that your definition overcomes those shortcomings. c. From an historical perspective, identify three precedented systems that were replaced by unprecedented systems.
Can we have this pattern implemented using static class?
Give me example of chain of responsibility design pattern?
What are structural design patterns?
What is the difference between factory and strategy design pattern?
Why have we declared the instance reference volatile?