What is wrong with the program segment

Assignment Help Visual Basic Programming
Reference no: EM13756085

1. Which format statement should be used when you want to output your results in tabular format with the first column 10 characters wide, the second 5, and the third 10?

a.Dim fmtStr as String = "{10}{5}{10}"
b.Dim fmtStr as String = "{0}{1}{2}"
c.Dim fmtStr as String = "{0, 10}{1, 5}{2, 10}"
d.Dim fmtStr as String = "{0, 10; 1, 5; 2, 10}"

2. What is wrong with the following program segment?
Dim name, number As String
Dim sr As IO.StreamReader = IO.File.OpenText("PHONEDIR.TXT")
name = sr.ReadLine
number = sr.ReadLine
Do While sr.Peek <> -1
If name = "Jim" Then
txtBox.Text = "Jim's number is " & number
End If
name = sr.ReadLine
number = sr.ReadLine
Loop
sr.Close()

a.number should be a numeric variable
b.If Jim's name and number are the last two entries in the file, they will not be processed by the If statement
c.The Do While loop should have been replaced by a Do...Until loop
d.There is nothing wrong with the program segment

3. Assume FILE1.TXT and FILE2.TXT are sequential files containing numeric data. Based on what you think the following segment does, what would be a good use for it?
Dim sr1 As IO.StreamReader = IO.File.OpenText("FILE1.TXT")
Dim sr2 As IO.StreamReader = IO.File.OpenText("FILE2.TXT")
Dim ans1, ans2 As String
Dim c As Integer = 0
Do While (sr1.Peek <> -1) And (sr2.Peek <> -1)
ans1 = sr1.ReadLine
ans2 = sr2.ReadLine
If ans1 <> ans2 Then
c += 1
End If
Loop
sr1.Close()
sr2.Close()
txtBox.Text = CStr(c)

Reference no: EM13756085

Questions Cloud

Purpose of preparing a trial balance : When is the trial balance prepared? What is the purpose of preparing a trial balance? What does the trial balance tell you? What does the trial balance not tell you?
Explain program segment is wrong : What is wrong with the following program segment. If Jim's name and number are the last two entries in the file, they will not be processed by the If statement
Basis of accounting : Which basis of accounting do most companies use, cash or accrual? Why? Which method is approved by GAAP? Why?
What does title medici: godfathers of renaissance suggest : What does the title The Medici: Godfathers of the Renaissance suggest about the series and the family?
What is wrong with the program segment : Which format statement should be used when you want to output your results in tabular format with the first column 10 characters wide, the second 5, and the third 10
Different users of accounting information : Who are the different users of accounting information? What are the differences between managerial and financial accounting? What is the role of the CPA and how does it differ from other accountants?
Why a king do something that he really did not want to do : Why would a king do something that he really did not want to do?
Information presented in financial statements : What types of information is provided to managers in your department and how do managers in your organization use information presented in financial statements?
Explain the significance of papyrus to the ancient egyptians : Explain the significance of papyrus to the ancient Egyptians.

Reviews

Write a Review

Visual Basic Programming Questions & Answers

  Visual basic program to accept numeral values

Write a VISUAL BASIC program to accept numeral values of any unit, sum up the total, calculate the average, and then Output the result with a proper unit.

  Assignment onnbspvisual basic nbsptechnical project

assignment onnbspvisual basic nbsptechnical project designing vb applications across multiple platforms this assignment

  If the sum or product of two positive integers

In C++, the largest int value is 2147483647. So, an integer larger than this cannot be stored and processed as an integer. Similarly, if the sum or product of two positive integers is greater than 2147483647, the result will be incorrect.

  Data storage & "exception error trapping"

Discussion on Data Storage and  "Exception Error Trapping".

  Technical project designing vb applications across multiple

technical project designing vb applications across multiple platformsthis assignment will contain two 2 parts written

  Shipping charge for the following zip codes

Need application code for visual basic should display the appropriate shipping charge. shipping charge for the following ZIP codes is $32: 60618, 60620, and 60632. All other ZIP codes are charged $37.75. Code the application in visual basic

  Create a program to determine johns gas bill

What are the inputs? How are they validated? What character keys are needed and what processing is required here

  Write a visual logic program to accept series of number

Write a Visual Logic program which accepts a series of numbers, until the first negative value is entered. The maximum number of non-negative input values is 250.

  Help an elementary school student learn multiplication

Write a program that will help an elementary school student learn multiplication. Use a Random object to produce two positive one-digit integers. The program should prompt the user with a question, such as "How much is 6 times 7?"

  Arrays write a program using dynamic arrays to record the

write a program using dynamic arrays to record the high temperatures of last ltbrgtseven days and to display all of

  Create an application that stimulates the functionality

Create an application that stimulates the functionality of the gas pump. User enters the number of gallons to purchase and clicks the desired grade (each grade is represented by a Button whose Text properties are set to Regular, Special, and Super..

  Why is the theory of charisma described as a double-edge

why is the theory of charisma described as a double-edge sword? please identify a leader that used charisma in a

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd