SlideShare a Scribd company logo
1 of 3
Dear students get fully solved assignments
Send your semester & Specialization name to our mail id :
“ help.mbaassignments@gmail.com ”
or
Call us at : 08263069601
FALL 2015, ASSIGNMENT
PROGRAM BSc IT
SEMESTER FOURTH
SUBJECT CODE & NAME BT0082, Visual Basic
CREDIT 4
BK ID B1093
MAX.MARKS 60
Q1 Describe the select– case statementin vb.netwith example.
Answer : A Select Case statement allows a variable to be tested for equality against a list of values.
Each value iscalleda case,and the variable beingswitchedonischeckedforeachselectcase.
Syntax:
Q2 How to handle error in VB? Explain.
Answer : Despite your best efforts to cover all possible contingencies, run-time errors will occur in your
applications. You can and should do all you can to prevent them, but when they happen you have to
handle them.
The various functions, statements, properties and methods available in Visual Basic and the components
used in Visual Basic expect to deal with certain types of data and behavior in your applications. For
example, the CDate() function can convert a value to a Date variable. The function is remarkably flexible
inthe type of informationitcanaccept,but it expectstoreceive
Q3. Define SQL. Explainthe selectstatementof SQL with examples.
Answer: SQL (Structured Query Language) is a standard interactive and programming language for
getting information from and updating a database. Although SQL is both an ANSI and an ISO standard,
many database products support SQL with proprietary extensions to the standard language. Queries
take the form of a command language that lets you select, insert, update, find out the location of data,
and so forth.There isalsoa programminginterface.
SQL SELECT statement is used to fetch the data from a database table which returns data in the form of
resulttable.These resulttablesare calledresult-sets.
4. Describe the concept of record navigation inVB.NET.
Answer: NavigateRecords() : Our Subroutine is where the action takes place, and the values from the
DataSetare placedinthe textboxes.Here itisagain:
Private Sub NavigateRecords()
txtFirstName.Text=ds.Tables("AddressBook").Rows(inc).Item(1)
txtSurname.Text=ds.Tables("AddressBook").Rows(inc).Item(2)
End Sub
The part that moves the record forward (andbackwards soon) isthis part:
Rows( inc)
Previously,we hard-codedthiswith:
Q.5 Describe the concept of jaggedarrays invisual basic with an example.
Answer: - jagged arrays: - A jagged array is an array whose elements are arrays. The elements of a
jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array of
arrays." The followingexamplesshowhow todeclare,initialize,andaccessjaggedarrays.
The following is a declaration of a single-dimensional array that has three elements, each of which is a
single-dimensional arrayof integers:
Q6 Describe the methodology of adding node objects to aTreeView control. Also describe how to
control the appearance of individual Node objects.
Answer:A treeview control displaysacollectionof Node objects,eachof whichconsistsof a label and
an optional bitmap.Aftercreatingatreeview control,youcanadd,remove,arrange,andotherwise
manipulate Node objectsbysettingpropertiesandinvokingmethods.
Thissample illustratesaddingnodestoatreeview control,deletingnodes,selectingnodes
programmatically,writingatreeviewhierarchytoatable,andreadinga treeview hierarchyfromatable.
AddingNodes
Each node in a treeview control needstohave a unique keythatisa character string,generatedbythe
NewKeymethodinthissampleform.
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

What's hot (8)

Kajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third YearKajal Gaharwal , BCA Third Year
Kajal Gaharwal , BCA Third Year
 
Data integrity
Data integrityData integrity
Data integrity
 
Lecture 3 understanding algorithm
Lecture 3   understanding algorithmLecture 3   understanding algorithm
Lecture 3 understanding algorithm
 
The task is to convert a given integer grade (0..100) into a corresponding le...
The task is to convert a given integer grade (0..100) into a corresponding le...The task is to convert a given integer grade (0..100) into a corresponding le...
The task is to convert a given integer grade (0..100) into a corresponding le...
 
Bt0082 visual basic2
Bt0082 visual basic2Bt0082 visual basic2
Bt0082 visual basic2
 
Finding the best K- Knn
Finding the best K- KnnFinding the best K- Knn
Finding the best K- Knn
 
Structure & Union in C++
Structure & Union in C++Structure & Union in C++
Structure & Union in C++
 
Object oriented database concepts
Object oriented database conceptsObject oriented database concepts
Object oriented database concepts
 

Viewers also liked (15)

Bt0083, server side programming theory
Bt0083, server side programming theoryBt0083, server side programming theory
Bt0083, server side programming theory
 
dtm06mar2015st022
dtm06mar2015st022dtm06mar2015st022
dtm06mar2015st022
 
PARCIAL_2_LOURDES_CELMA
PARCIAL_2_LOURDES_CELMAPARCIAL_2_LOURDES_CELMA
PARCIAL_2_LOURDES_CELMA
 
Catalogo de materiales para bobinar
Catalogo de materiales para bobinarCatalogo de materiales para bobinar
Catalogo de materiales para bobinar
 
Extremeengagement 150518154941-lva1-app6892
Extremeengagement 150518154941-lva1-app6892Extremeengagement 150518154941-lva1-app6892
Extremeengagement 150518154941-lva1-app6892
 
Materi 6 : Mengaktifkan komputer
Materi 6 : Mengaktifkan komputerMateri 6 : Mengaktifkan komputer
Materi 6 : Mengaktifkan komputer
 
137870072 identifikasi-opt
137870072 identifikasi-opt137870072 identifikasi-opt
137870072 identifikasi-opt
 
Anatomi dasar
Anatomi dasarAnatomi dasar
Anatomi dasar
 
Unit Ukuran Tanah
Unit Ukuran TanahUnit Ukuran Tanah
Unit Ukuran Tanah
 
Img 0021
Img 0021Img 0021
Img 0021
 
Grafik fungsi sinus dan cosinus
Grafik fungsi sinus dan cosinusGrafik fungsi sinus dan cosinus
Grafik fungsi sinus dan cosinus
 
Img 0019
Img 0019Img 0019
Img 0019
 
Img 0020
Img 0020Img 0020
Img 0020
 
Revolução francesa
Revolução francesaRevolução francesa
Revolução francesa
 
Diario Resumen 20150519
Diario Resumen 20150519Diario Resumen 20150519
Diario Resumen 20150519
 

Similar to Bt0082, visual basic

Linq 1224887336792847 9
Linq 1224887336792847 9Linq 1224887336792847 9
Linq 1224887336792847 9
google
 
Base sas interview questions
Base sas interview questionsBase sas interview questions
Base sas interview questions
Dr P Deepak
 
Linq To The Enterprise
Linq To The EnterpriseLinq To The Enterprise
Linq To The Enterprise
Daniel Egan
 
MVC Application using EntityFramework Code-First approach Part4
MVC Application using EntityFramework Code-First approach Part4MVC Application using EntityFramework Code-First approach Part4
MVC Application using EntityFramework Code-First approach Part4
Akhil Mittal
 

Similar to Bt0082, visual basic (20)

Bt0082 visual basic
Bt0082   visual basicBt0082   visual basic
Bt0082 visual basic
 
Bt0082 visual basic
Bt0082   visual basicBt0082   visual basic
Bt0082 visual basic
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
Bca5020 visual programming
Bca5020  visual programmingBca5020  visual programming
Bca5020 visual programming
 
Bca5020 visual programming
Bca5020  visual programmingBca5020  visual programming
Bca5020 visual programming
 
Bt0082, visual basic
Bt0082, visual basicBt0082, visual basic
Bt0082, visual basic
 
Mca5033 open source db systems
Mca5033 open source db systemsMca5033 open source db systems
Mca5033 open source db systems
 
Bt0082 visual basic
Bt0082   visual basicBt0082   visual basic
Bt0082 visual basic
 
Mit202 data base management system(dbms)
Mit202  data base management system(dbms)Mit202  data base management system(dbms)
Mit202 data base management system(dbms)
 
Bca3020 database management system
Bca3020   database management systemBca3020   database management system
Bca3020 database management system
 
Android database tutorial
Android database tutorialAndroid database tutorial
Android database tutorial
 
Introduction to Excel VBA/Macros
Introduction to Excel VBA/MacrosIntroduction to Excel VBA/Macros
Introduction to Excel VBA/Macros
 
Linq 1224887336792847 9
Linq 1224887336792847 9Linq 1224887336792847 9
Linq 1224887336792847 9
 
Base sas interview questions
Base sas interview questionsBase sas interview questions
Base sas interview questions
 
Linq To The Enterprise
Linq To The EnterpriseLinq To The Enterprise
Linq To The Enterprise
 
Bt0074, oops with java
Bt0074, oops with javaBt0074, oops with java
Bt0074, oops with java
 
MVC Application using EntityFramework Code-First approach Part4
MVC Application using EntityFramework Code-First approach Part4MVC Application using EntityFramework Code-First approach Part4
MVC Application using EntityFramework Code-First approach Part4
 
AVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBAAVB202 Intermediate Microsoft Access VBA
AVB202 Intermediate Microsoft Access VBA
 
"Optimization of a .NET application- is it simple ! / ?", Yevhen Tatarynov
"Optimization of a .NET application- is it simple ! / ?",  Yevhen Tatarynov"Optimization of a .NET application- is it simple ! / ?",  Yevhen Tatarynov
"Optimization of a .NET application- is it simple ! / ?", Yevhen Tatarynov
 
Ado.Net
Ado.NetAdo.Net
Ado.Net
 

Recently uploaded

The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
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
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 

Recently uploaded (20)

Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
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
 
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
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
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
 
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
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

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 FALL 2015, ASSIGNMENT PROGRAM BSc IT SEMESTER FOURTH SUBJECT CODE & NAME BT0082, Visual Basic CREDIT 4 BK ID B1093 MAX.MARKS 60 Q1 Describe the select– case statementin vb.netwith example. Answer : A Select Case statement allows a variable to be tested for equality against a list of values. Each value iscalleda case,and the variable beingswitchedonischeckedforeachselectcase. Syntax: Q2 How to handle error in VB? Explain. Answer : Despite your best efforts to cover all possible contingencies, run-time errors will occur in your applications. You can and should do all you can to prevent them, but when they happen you have to handle them. The various functions, statements, properties and methods available in Visual Basic and the components used in Visual Basic expect to deal with certain types of data and behavior in your applications. For example, the CDate() function can convert a value to a Date variable. The function is remarkably flexible inthe type of informationitcanaccept,but it expectstoreceive
  • 2. Q3. Define SQL. Explainthe selectstatementof SQL with examples. Answer: SQL (Structured Query Language) is a standard interactive and programming language for getting information from and updating a database. Although SQL is both an ANSI and an ISO standard, many database products support SQL with proprietary extensions to the standard language. Queries take the form of a command language that lets you select, insert, update, find out the location of data, and so forth.There isalsoa programminginterface. SQL SELECT statement is used to fetch the data from a database table which returns data in the form of resulttable.These resulttablesare calledresult-sets. 4. Describe the concept of record navigation inVB.NET. Answer: NavigateRecords() : Our Subroutine is where the action takes place, and the values from the DataSetare placedinthe textboxes.Here itisagain: Private Sub NavigateRecords() txtFirstName.Text=ds.Tables("AddressBook").Rows(inc).Item(1) txtSurname.Text=ds.Tables("AddressBook").Rows(inc).Item(2) End Sub The part that moves the record forward (andbackwards soon) isthis part: Rows( inc) Previously,we hard-codedthiswith: Q.5 Describe the concept of jaggedarrays invisual basic with an example. Answer: - jagged arrays: - A jagged array is an array whose elements are arrays. The elements of a jagged array can be of different dimensions and sizes. A jagged array is sometimes called an "array of arrays." The followingexamplesshowhow todeclare,initialize,andaccessjaggedarrays. The following is a declaration of a single-dimensional array that has three elements, each of which is a single-dimensional arrayof integers:
  • 3. Q6 Describe the methodology of adding node objects to aTreeView control. Also describe how to control the appearance of individual Node objects. Answer:A treeview control displaysacollectionof Node objects,eachof whichconsistsof a label and an optional bitmap.Aftercreatingatreeview control,youcanadd,remove,arrange,andotherwise manipulate Node objectsbysettingpropertiesandinvokingmethods. Thissample illustratesaddingnodestoatreeview control,deletingnodes,selectingnodes programmatically,writingatreeviewhierarchytoatable,andreadinga treeview hierarchyfromatable. AddingNodes Each node in a treeview control needstohave a unique keythatisa character string,generatedbythe NewKeymethodinthissampleform. Dear students get fully solved assignments Send your semester & Specialization name to our mail id : “ help.mbaassignments@gmail.com ” or Call us at : 08263069601