Modular software development, Software Engineering

Assignment Help:


After studying the module you should understand the principles and techniques associated with modular software development.

After studying the module you should understand the core syntactic structures of Visual Basic.

After studying the module you should be able to read critically sections of code written by others.

As this question does not involve a project, when you are asked to write 'code' we would prefer that you write design code. However, we will accept correct VB code that follows module conventions and that is restricted to the VB syntax introduced in the module.

It is proposed to write the following method for a string utility class.

Method Q2a12J(inputA As String, inputB As String) As Boolean result As Boolean
index As Integer
Set result To False
If inputA.Length = inputB.Length Then
Set result To True
Set index To 0
While (result And index < inputB.Length)
If Not inputB.Chars(index).toString() = "?" Then
If Not inputA.Chars(index) = inputB.Chars(index) Then
Set result To False
End If
End If 'Line A
Set index to index + 1
EndWhile
End If
Return result
End Method 


Related Discussions:- Modular software development

What are the functions of data architecture, What are the functions of data...

What are the functions of data architecture? It gives the information needed for a business function. Recognize the data objects and their relationship. Eg: Custome

Define the process of requirements gathering tools, Define the process of R...

Define the process of Requirements Gathering Tools Requirements gathering is an art. Person who gathers requirements must have knowledge of what and when to gather information

Define software reliability, Define software reliability. Software reli...

Define software reliability. Software reliability is the probability that software will give failure-free operation in a fixed environment for a fixed interval of time. Probabi

Why computer clock synchronization of paramount importance, QUESTION - Time...

QUESTION - Time Synchronization (a) Why is computer clock synchronization of paramount importance? Give 2 business scenarios whereby time accuracy is critical? (b) Computers

What is the utilisation of cmm, What is the utilisation of CMM? Capabil...

What is the utilisation of CMM? Capability Maturity Model is used in assessing how fine an organisation's processes permit to complete and manage latest software projects

System analyst, Explain the role and functions of a Systems Analyst in the ...

Explain the role and functions of a Systems Analyst in the overall project development.

What is waterfall model, Waterfall is a model of the software development p...

Waterfall is a model of the software development process in which the idea phase, requirements phase, design phase, execution phase, test phase, installation phase, and checkout ph

Discuss in brief about iterative waterfall, Discuss iterative waterfall ...

Discuss iterative waterfall Iterative waterfall model a) Requirement collecting  phase in which all requirements are specified. b) The design phase is responsible for cr

What are the objectives of software design, Q. What are the objectives of s...

Q. What are the objectives of software design? What are the objectives of software design? How do we transform an informal design to a detailed design? Ans Objectives of

Write Your Message!

Captcha
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