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

State the meaning of data dictionary, What is meant by Data dictionary? ...

What is meant by Data dictionary? The Data dictionary is an organized listing of all data constituents that are related to the system, with precise, accurate definitions so tha

Name the commonly used architectural styles, Name the commonly used archite...

Name the commonly used architectural styles. i. Data centered architecture. ii. Data flow architecture. iii. Call and return architecture.

Determine the level 0 and level 1 of DFD, Determine the level 0 and level 1...

Determine the level 0 and level 1 of DFD External entities provide input data for processing. During processing, some intermediate data is generated. After final processing, fi

Explain the meaning of the three-tier architecture, QUESTION (a) Explai...

QUESTION (a) Explain the meaning of the three-tier architecture (b) An Internet banking system can be said to be based on a three-tier architecture. Illustrate this with a d

Function module can be called from a transaction screen, A function module ...

A function module can be called from a transaction screen outside an ABAP/4 program. Yes, a function module called from transaction screen.

What is a utility, "Utility" is a software tool designed to perform some re...

"Utility" is a software tool designed to perform some regularly used support function. For example, single utility is a program to print files.

Why we need restructuring techniques, Q. Why we need restructuring techniqu...

Q. Why we need restructuring techniques? The restructuring helps in maintaining a program in the following ways: (a) Programs have higher excellence better documentation l

Explain sci, What is SCI? Software Configuration Item is information th...

What is SCI? Software Configuration Item is information that is carried as part of the software engineering process.

Objectives of data dictionaries, Objectives of Data dictionaries:- 1)  ...

Objectives of Data dictionaries:- 1)  A standard definition of all terms in a system, that is every item of data is uniquely identified and described. 2)  Easy cross-referen

What is entity, What is Entity  It is most elementary thing of an organ...

What is Entity  It is most elementary thing of an organisation about which data has to be maintained. Each entity has unique identity. It's represented by rectangular box with

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