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

  Designing vb applications across multiple platforms

Technical Project "Designing VB Applications Across Multiple Platforms". This assignment will contain two (2) Parts: Written Paper and Visual Basic Prototype. The Visual Basic Prototype is not included in the total page count but is included in the e..

  Visual basic programming discussion

The use of decision logic is one of the major concepts of computer programming. The decision takes your code from being sequential to one that can take various options based on the different conditions. Determine the method of coding that you would u..

  Ticketseller

Use Visual basic 2010Visual Basic,  TicketSeller. This assignment will contain two (2) Parts: Event Planning Document and Coding phase. You must submit both parts as separate files for the completion of this assignment. Remember, you are only to de..

  Data storage & "exception error trapping"

Discussion on Data Storage and  "Exception Error Trapping".

  Designing vb applications across multiple platforms

Technical Project "Designing VB Applications Across Multiple Platforms".

  The implementation of server side of the application

Implementation of dynamic content, server side (backend) and database for your web site using Microsoft Visual Studio 2012

  Need help building a vwd website

Need help building a VWD website. This website may not go live. I have little progress as a family tragedy has impeded my time for school.

  To develop a visual basic console application

The aim of the assessment is to develop a Visual Basic console application that performs a number of mathematical functions. The mathematics package will be menu driven, i.e. a number of options will be displayed, and the user will be able to input w..

  Program in basic which prompts user to input two integers

Write down the program by using Small Basic which prompts the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).

  Develop vb-net application that includes arrays and loops

Develop a VB.NET application that includes arrays, loops, and IF statements to do the following. Your output must also display the number of applicant(s) being interviewed.

  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.

  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.

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