subject

Visual basic provides libraries that allow data to be read from a text file into a program. once the data is read from the file, it can be processed in a number ways. assume you are a developer working for a small retail company. you have been asked to develop a visual basic application that reads product information from a file and generates a report. the input file contains many lines of product data: each line contains product identification, name, price, and quantity. explain the process you would use to generate the report. a program that requires data from a text file will fail if there is a problem with the text file: file may not be accessible, file may be empty, or there may not be enough system memory to process the file. what would you do in your program to avoid these pitfalls when working with text file in your program?

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:20
Suppose there is a relation r(a, b, c) with a b+-tree index with search keys (a, b).1. what is the worst-case cost of finding records satisfying 10 < a < 50 using this index, in terms of the number of records n1, retrieved and the height h of the tree? 2. what is the worst-case cost of finding records satisfying 10 < a < 50 and 5 < b < 10 using this index, in terms of the number of records n2 that satisfy this selection, as well as n1 and h defined above? 3. under what conditions on n1 and n2, would the index be an efficient way of finding records satisfying the condition from part (2)?
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. which step can possibly increase the severity of an incident? a. separating sensitive data from non-sensitive data b. immediately spreading the news about the incident response plan c. installing new hard disks d. increasing access controls
Answers: 2
question
Computers and Technology, 23.06.2019 16:00
Does read theory have answers keys ?
Answers: 1
question
Computers and Technology, 23.06.2019 21:00
Will this setup result in what kathy wants to print?
Answers: 2
You know the right answer?
Visual basic provides libraries that allow data to be read from a text file into a program. once the...
Questions
Questions on the website: 13722367