SlideShare a Scribd company logo
1 of 2
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601
ASSIGNMENT
DRIVE FALL 2016
PROGRAM BSc IT
SEMESTER FOURTH
SUBJECT CODE & NAME BT0082 - Visual Basic
BK ID B1093
CREDITS 4
MARKS 60
Note: Answer all questions. Kindly note that answers for 10 marks questions should be
approximately of 400 words. Each question is followed by evaluation scheme.
Question. 1. Describe the data types in VB.NET.
Answer: Understandingdataandhowit isrepresentediskeytomakinguse of itina program.In this
segmentwe'll walkthruVB.NETsstandarddatatypesandtalkabout how to make use of them.We'll
alsolookat some of the .NET runtime utilities thatmake itpossible to change data from one type to
another. When you see the word "type" in relation to VB.NET, it essentially means a .NET class. A
"data type," then, is a class used to hold or represent different data values.
You also need to have some understanding of
Question. 2. Explain the event driven applications in VB.NET.
Explain common control events and common form events in
VB.net.
Answer: Visual Basicapplications are event - driven, i.e., they work by responding to the events
that occur on objects.Torespondto an event, we code an event procedure (or event handler)
as shown in Figure below:
Question. 3. Describe the concept of Exit Try statement in VB.NET
with an example.
Answer: Syntax
Try
[ tryStatements ]
[ Exit Try ]
[ Catch [ exception [ As type ] ] [ When expression ]
Question. 4. How to objectify your programs?
Answer: Objectsare central to Visual Basicprogramming:Formsandcontrolsare objects. Databases
are objects.If youhave usedVisual Basicfora while,orif youhave worked through the examples in
the documentation, then you have already programmed with objects, but there is a lot more to
objects than what you have seen so far.
In the following topics, you will see how easy it is to create your own objects from the classes you
define and to use objects to simplify your coding and increase code reuse.
Question. 5. Explain the mechanics of Implementation of Interface.
Answer: Objects define their interaction with the outside world through the methods that they
expose.Methodsformthe object'sinterface withthe outside world;the buttonsonthe frontof your
televisionset,forexample,are the interface betweenyouandthe electrical wiringonthe other side
of its plastic casing. You press the "power" button to turn the television on and off.
In its most common form, an interface is a group
Question. 6. Explain the mechanism of thread creation.
Answer: Threads are lightweight processes that appear to run in parallel with your main program.
Unlike aprocessa threadsharesmemoryand data with the rest of the program. The word thread is
a contractionof "threadof execution",youmightliketoimagine arope from which you have frayed
the endand takenone thread.It isstill partof the main rope, but it can be separated from the main
and manipulatedon its own. Note that a program that runs with multiple threads is different from
simply starting multiple instances of the same program, because a Threaded program will have
access tot he same data within the program.
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
help.mbaassignments@gmail.com
or
call us at : 08263069601

More Related Content

What's hot

Basics of Programming - A Review Guide
Basics of Programming - A Review GuideBasics of Programming - A Review Guide
Basics of Programming - A Review Guide
Benjamin Kissinger
 
2008/10/07 Regular meeting
2008/10/07 Regular meeting2008/10/07 Regular meeting
2008/10/07 Regular meeting
lswing
 
DOMAIN BASED CHUNKING
DOMAIN BASED CHUNKINGDOMAIN BASED CHUNKING
DOMAIN BASED CHUNKING
kevig
 
Doc format.
Doc format.Doc format.
Doc format.
butest
 
682177910 597183
682177910 597183682177910 597183
682177910 597183
smumbahelp
 
Mikel_Berdufi_SemanticWebSearchEngine_Report
Mikel_Berdufi_SemanticWebSearchEngine_ReportMikel_Berdufi_SemanticWebSearchEngine_Report
Mikel_Berdufi_SemanticWebSearchEngine_Report
Mikel Berdufi
 

What's hot (19)

Basics of Programming - A Review Guide
Basics of Programming - A Review GuideBasics of Programming - A Review Guide
Basics of Programming - A Review Guide
 
The Fuzzy Logical Databases
The Fuzzy Logical DatabasesThe Fuzzy Logical Databases
The Fuzzy Logical Databases
 
2008/10/07 Regular meeting
2008/10/07 Regular meeting2008/10/07 Regular meeting
2008/10/07 Regular meeting
 
Mca2030 object oriented programming – c++
Mca2030  object oriented programming – c++Mca2030  object oriented programming – c++
Mca2030 object oriented programming – c++
 
TEXT ADVERTISEMENTS ANALYSIS USING CONVOLUTIONAL NEURAL NETWORKS
TEXT ADVERTISEMENTS ANALYSIS USING CONVOLUTIONAL NEURAL NETWORKSTEXT ADVERTISEMENTS ANALYSIS USING CONVOLUTIONAL NEURAL NETWORKS
TEXT ADVERTISEMENTS ANALYSIS USING CONVOLUTIONAL NEURAL NETWORKS
 
11 syllabus
11    syllabus11    syllabus
11 syllabus
 
Bca1020 programming in c
Bca1020  programming in cBca1020  programming in c
Bca1020 programming in c
 
DOMAIN BASED CHUNKING
DOMAIN BASED CHUNKINGDOMAIN BASED CHUNKING
DOMAIN BASED CHUNKING
 
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural NetworkSentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
Sentiment Analysis In Myanmar Language Using Convolutional Lstm Neural Network
 
ENSEMBLE MODEL FOR CHUNKING
ENSEMBLE MODEL FOR CHUNKINGENSEMBLE MODEL FOR CHUNKING
ENSEMBLE MODEL FOR CHUNKING
 
Word2Vec on Italian language
Word2Vec on Italian languageWord2Vec on Italian language
Word2Vec on Italian language
 
Doc format.
Doc format.Doc format.
Doc format.
 
682177910 597183
682177910 597183682177910 597183
682177910 597183
 
Mikel_Berdufi_SemanticWebSearchEngine_Report
Mikel_Berdufi_SemanticWebSearchEngine_ReportMikel_Berdufi_SemanticWebSearchEngine_Report
Mikel_Berdufi_SemanticWebSearchEngine_Report
 
Doppl development iteration #3
Doppl development   iteration #3Doppl development   iteration #3
Doppl development iteration #3
 
Meta Languages Railroad Diagrams
Meta Languages Railroad DiagramsMeta Languages Railroad Diagrams
Meta Languages Railroad Diagrams
 
Os sample mid exam
Os sample mid examOs sample mid exam
Os sample mid exam
 
Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介
Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介
Entity linking meets Word Sense Disambiguation: a unified approach(TACL 2014)の紹介
 
Final ppt
Final pptFinal ppt
Final ppt
 

Viewers also liked

Viewers also liked (16)

Bj0035 exercise 4
Bj0035 exercise 4Bj0035 exercise 4
Bj0035 exercise 4
 
Bj0035 exercise 6
Bj0035 exercise 6Bj0035 exercise 6
Bj0035 exercise 6
 
Module 2 basic principles of management
Module 2 basic principles of managementModule 2 basic principles of management
Module 2 basic principles of management
 
Bj0035 exercise 3
Bj0035 exercise 3Bj0035 exercise 3
Bj0035 exercise 3
 
Bj0035 exercise 5
Bj0035 exercise 5Bj0035 exercise 5
Bj0035 exercise 5
 
Mh0057 – management of healthcare human resources (2)
Mh0057 – management of healthcare human resources (2)Mh0057 – management of healthcare human resources (2)
Mh0057 – management of healthcare human resources (2)
 
Mc0086 digital image processing
Mc0086  digital image processingMc0086  digital image processing
Mc0086 digital image processing
 
Bt0083 server side programming-theory
Bt0083   server side programming-theoryBt0083   server side programming-theory
Bt0083 server side programming-theory
 
Bt0081 software engineering
Bt0081   software engineeringBt0081   software engineering
Bt0081 software engineering
 
Mc0088 data mining
Mc0088  data miningMc0088  data mining
Mc0088 data mining
 
Mit109 – software engineering
Mit109 – software engineeringMit109 – software engineering
Mit109 – software engineering
 
Om (2)
Om (2)Om (2)
Om (2)
 
Module 1 basic principles of management
Module   1 basic principles of managementModule   1 basic principles of management
Module 1 basic principles of management
 
Module 3 materials management
Module 3 materials managementModule 3 materials management
Module 3 materials management
 
Module 4 healthcare system
Module 4 healthcare systemModule 4 healthcare system
Module 4 healthcare system
 
Module 5 public health
Module 5 public healthModule 5 public health
Module 5 public health
 

Similar to Bt0082 visual basic

Bc0053 – vb.net & xml
Bc0053 – vb.net & xmlBc0053 – vb.net & xml
Bc0053 – vb.net & xml
smumbahelp
 

Similar to Bt0082 visual basic (20)

C# classes
C#   classesC#   classes
C# classes
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
Lotusphere 2007 AD507 Leveraging the Power of Object Oriented Programming in ...
Lotusphere 2007 AD507 Leveraging the Power of Object Oriented Programming in ...Lotusphere 2007 AD507 Leveraging the Power of Object Oriented Programming in ...
Lotusphere 2007 AD507 Leveraging the Power of Object Oriented Programming in ...
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
Mit103 object oriented programming
Mit103  object oriented programmingMit103  object oriented programming
Mit103 object oriented programming
 
Visual basic
Visual basicVisual basic
Visual basic
 
Ad507
Ad507Ad507
Ad507
 
Bc0053 – vb.net & xml
Bc0053 – vb.net & xmlBc0053 – vb.net & xml
Bc0053 – vb.net & xml
 
Mit4021–%20 c# and .net
Mit4021–%20 c# and .netMit4021–%20 c# and .net
Mit4021–%20 c# and .net
 
Bt0081, software engineering
Bt0081, software engineeringBt0081, software engineering
Bt0081, software engineering
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
A Hand Book of Visual Basic 6.0.pdf.pdf
A Hand Book of Visual Basic 6.0.pdf.pdfA Hand Book of Visual Basic 6.0.pdf.pdf
A Hand Book of Visual Basic 6.0.pdf.pdf
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
Bt8901 object oriented systems-de (1)
Bt8901 object oriented systems-de (1)Bt8901 object oriented systems-de (1)
Bt8901 object oriented systems-de (1)
 
Bca1020 programming in c
Bca1020  programming in cBca1020  programming in c
Bca1020 programming in c
 
Bsc it winter 2013 2nd sem
Bsc it  winter 2013 2nd semBsc it  winter 2013 2nd sem
Bsc it winter 2013 2nd sem
 
Mit4021–%20 c# and .net
Mit4021–%20 c# and .netMit4021–%20 c# and .net
Mit4021–%20 c# and .net
 
Bt8901 object oriented systems-de (1)
Bt8901 object oriented systems-de (1)Bt8901 object oriented systems-de (1)
Bt8901 object oriented systems-de (1)
 
Excel analysis assignment this is an independent assignment me
Excel analysis assignment this is an independent assignment meExcel analysis assignment this is an independent assignment me
Excel analysis assignment this is an independent assignment me
 
Bt0081, software engineering
Bt0081, software engineeringBt0081, software engineering
Bt0081, software engineering
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
negromaestrong
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Recently uploaded (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Z Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot GraphZ Score,T Score, Percential Rank and Box Plot Graph
Z Score,T Score, Percential Rank and Box Plot Graph
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 

Bt0082 visual basic

  • 1. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : help.mbaassignments@gmail.com or call us at : 08263069601 ASSIGNMENT DRIVE FALL 2016 PROGRAM BSc IT SEMESTER FOURTH SUBJECT CODE & NAME BT0082 - Visual Basic BK ID B1093 CREDITS 4 MARKS 60 Note: Answer all questions. Kindly note that answers for 10 marks questions should be approximately of 400 words. Each question is followed by evaluation scheme. Question. 1. Describe the data types in VB.NET. Answer: Understandingdataandhowit isrepresentediskeytomakinguse of itina program.In this segmentwe'll walkthruVB.NETsstandarddatatypesandtalkabout how to make use of them.We'll alsolookat some of the .NET runtime utilities thatmake itpossible to change data from one type to another. When you see the word "type" in relation to VB.NET, it essentially means a .NET class. A "data type," then, is a class used to hold or represent different data values. You also need to have some understanding of Question. 2. Explain the event driven applications in VB.NET. Explain common control events and common form events in VB.net. Answer: Visual Basicapplications are event - driven, i.e., they work by responding to the events that occur on objects.Torespondto an event, we code an event procedure (or event handler) as shown in Figure below:
  • 2. Question. 3. Describe the concept of Exit Try statement in VB.NET with an example. Answer: Syntax Try [ tryStatements ] [ Exit Try ] [ Catch [ exception [ As type ] ] [ When expression ] Question. 4. How to objectify your programs? Answer: Objectsare central to Visual Basicprogramming:Formsandcontrolsare objects. Databases are objects.If youhave usedVisual Basicfora while,orif youhave worked through the examples in the documentation, then you have already programmed with objects, but there is a lot more to objects than what you have seen so far. In the following topics, you will see how easy it is to create your own objects from the classes you define and to use objects to simplify your coding and increase code reuse. Question. 5. Explain the mechanics of Implementation of Interface. Answer: Objects define their interaction with the outside world through the methods that they expose.Methodsformthe object'sinterface withthe outside world;the buttonsonthe frontof your televisionset,forexample,are the interface betweenyouandthe electrical wiringonthe other side of its plastic casing. You press the "power" button to turn the television on and off. In its most common form, an interface is a group Question. 6. Explain the mechanism of thread creation. Answer: Threads are lightweight processes that appear to run in parallel with your main program. Unlike aprocessa threadsharesmemoryand data with the rest of the program. The word thread is a contractionof "threadof execution",youmightliketoimagine arope from which you have frayed the endand takenone thread.It isstill partof the main rope, but it can be separated from the main and manipulatedon its own. Note that a program that runs with multiple threads is different from simply starting multiple instances of the same program, because a Threaded program will have access tot he same data within the program. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : help.mbaassignments@gmail.com or call us at : 08263069601