Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com
within 1 min to 1 hour will revert you. Otherwise
you can call us on 08791490301, 08273413412.
If your questions not match with assignment, don’t worry we will provide by
mail according to your questions
Fall
2018
BCA511-
WEB DESIGN
SET
1
Qus:1 Explain various steps for
developing web site.
Ans:
Steps for developing
web site:
The
creation and maintenances of website broken down into a process of steps.
Following these steps will immensely help you to build a website. Althea steps
in website creation and maintenance required and
Qus: 2 briefly explain any 10
structure tags of HTML document.
Ans:
Structure tags of HTML
document:
Each
web page begins and ends with a special command: <HTML> and the ending
</HTML>. These commands tell the browser that everything in-between is
the web page. Inside the web page, there are two basic parts: the
Qus:3 What is CSS? Explain.
Ans:
CSS:
CSS
is used to style HTML elements such as layering and positioning the content.
CSS is designed primarily to enable the separation of document content from
document presentation. This separation can improve content accessibility,
provide more flexibility and control in the specification of
SET
2
Qus: 1 List the advantages of
DHTML.
Ans:
Advantages of DHTML:
1.
Supported
by all browsers: DHTML is supported in every major
browser, including Opera, Safari, Internet Explorer,
Qus:2 Briefly explain the following
a) HTTP Cookies
b) A PHP session
Ans:
a) HTTP Cookies:
Cookies
have been around for quite some time on the internet. They were invented to
allow webmaster's to store information about the user and their visit on the
user's computer. At first they were feared by the
Qus:3 a) How do you use JavaScript
within a HTML file?
b) Classify the
different JavaScript data types
Ans:
a) How do you use
JavaScript within a HTML file:
JavaScript
can be used in different ways within an HTML file.
1.
Header scripts: JavaScript is embedded between
<SCRIPT> tags within the <HEAD> tag and is used for
initializing variables and or create functions that can be called from
anywhere of the entire script. JavaScript in header is executed once
Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com
within 1 min to 1 hour will revert you. Otherwise
you can call us on 08791490301, 08273413412.
If your questions not match with assignment, don’t worry we will provide by
mail according to your questions
Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com within
1 min to 1 hour will revert you. Otherwise you can call us on 08791490301,
08273413412. If your questions not match with assignment,
don’t worry we will provide by mail according to your questions
ASSIGNMENT
DRIVE
Fall
2018
PROGRAM
BACHELOR OF COMPUTER APPLICATION
SEMESTER 5
SUBJECT
CODE &NAME BCA512- VISUAL PROGRAMMING
BK
ID B1872
CREDITS 4
MARKS 60
Note:
Answer all questions. Kindly note that answers for 10 marks questions should be
approximately of 400 words.
SET
1
Ques 1 Describe any 5 most used
namespaces of .NET Framework Class Library.
Ans .NET
framework is the product of Microsoft has huge number of libraries and provides
language interoperability runs primarily on windows platform. The .NET
Framework is defining the background to execute Visual Basic .NET applications
and supporting various services to run the application. This .NET framework
supports the traditional way of running applications in the windows
Ques2 Explain various types of
Error Handling in VB.NET with example of each type.
Ans For
compatibility, Visual Basic 2005 and other .NET versions of Visual Basic still
support the old-style syntax for error handling that was used in Visual Basic 6
and earlier versions. That means you can still use the syntax presented in this
review. However, it is strongly recommended that you avoid using this old-style
syntax in favor of the exception handling features that are native to .NET.
Using the new Try...Catch syntax (presented after this review) will
Ques3 How is the scroll bar control
in VB .NET used? List the properties of Scrollbar controls.
Ans The
scroll bar control in VB .NET can be used where you have large information are
available in the form. This scroll bars used to navigate either horizontally or
vertically across the form to view the
SET
2
Ques1 What are the list of access
levels that the VB .NET supports? Explain briefly.
Ans Access
modifiers will fix the accessibility levels of the data member and member
function of the class. Means to what extend the members of the class will be
accessible or visible. Following are
Ques2 Write the common uses of
attributes in code.
Ans Attributes
provide a powerful method of associating metadata, or declarative information,
with code (assemblies, types, methods, properties, and so forth). After an
attribute is associated with a program entity, the attribute can be queried at
run time by using a technique called
Ques3 Explain the features of
Tersus Platform.
Ans The
Tersus technology is used to create various software applications, from small
strategic applications to high end, operation critical systems for processing
financial transactions. Tersus is
Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com within
1 min to 1 hour will revert you. Otherwise you can call us on 08791490301,
08273413412. If your questions not match with assignment,
don’t worry we will provide by mail according to your questions
Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com
within 1 min to 1 hour will revert you. Otherwise
you can call us on 08791490301, 08273413412.
If your questions not match with assignment, don’t worry we will provide by
mail according to your questions
Assignment
DRIVE
FALL 2018
PROGRAM
Bachelor of Computer Application – BCA
SEMESTER
5
SUBJECT
CODE & NAME BCA513 - SOFTWARE ENGINEERING
Assignment
Set -1
Q.1 What are the main components of
Capability Maturity Model (CMM)? 10
Answer-
Q.2
Write down the advantages and disadvantages of Prototyping model. ( 5+5) 10
Answer-
In
prototyping model initially the requirement gathering is done. Developer and
customer define overall objectives, identify areas which needs more requirement
gathering. Then a quick design is prepared. This quick design
Q.3 Explain the process activities
for the requirement elicitation and analysis process of the spiral model. 10
Answer-
Requirement
Elicitation and Analysis Process :
The
requirement elicitation and analysis
Assignment
Set -2
Q.1 Explain the Metrics used for
software reliability. 10
Answer-
Software Reliability
Metrics :
Metrics which have been used for
software reliability specification are shown in table. The choice of which
metric should be used depends on the type of system to which it applies and the
requirements of the application domain. For some systems, it may be appropriate
to use different
Q.2 Explain various approaches used
to solve any design problem. 10
Answer-
A
software design is a process of problem solving and planning for a software
solution. The design model resides at the core of the software engineering
process consisting of several entities and relationship between these entities.
The design is baseline for any detailed implementation. It helps in
interoperability between the designers of sub systems. It gives prior
information of the
Q.3 Describe several plans made to
identify objects in object oriented design.
10
Answer-
In
the OOAD design approach as shown in figure, we have three phases. The first
phase deals with the designing of classes and applying the design axioms to it.
Here we have to create the UML diagrams, define class associations and
hierarchy. In the second phase, we have to create the mirror classes for access
layer corresponding to every class created in the first phase. We have to
eliminate the redundant classes and use method classes to refine the class
structure. Third
Complete Smu assignments available in rs
125 per assignment only
You can mail us your questions computeroperator4@gmail.com
within 1 min to 1 hour will revert you. Otherwise
you can call us on 08791490301, 08273413412.
If your questions not match with assignment, don’t worry we will provide by
mail according to your questions
·
No comments:
Post a Comment