2017/ st Sec Final revision Final revision

Size: px
Start display at page:

Download "2017/ st Sec Final revision Final revision"

Transcription

1 Q1)Put ( ) or (x): 1. We open channel of communication between the programme that is created in Visual basic Dot Net language and Excel file by using ADO.NET tools. ( ) 2. Variable of type ( OleDbConnection) is used in closing the communication channel that has been opened ( ) 3. The return value from the function : 4. GetDatafromExcelSheet (FilePath As String, sql As String) As DataTable is of type String. ( ) 5. Try Catch statement is used to detect the errors in the code window. ( ) 6. This code {lbldc.text=dt.row(o).item(2).to string}to get the item in first column and third row in the table. ( ) 7. The symbol & is used to declare a text ( ) 8. The announcement of a Function is done by using the word "Sub". ( ) 9. You can use a variable of type (OleDbCommand) for the purpose of 10. Opening a channel of communication data file. ( ) 11. You can create a variable of type (DataTable) in-memory ; in which we store data that were brought from the data file. ( ) 12. To select all data from table using [select * from table name] ( ) 13. Select statement is one of SQL language. ( ) 14. The event "shown " of the tool combobox is excuted when the active item in combobox is changed. ( ) 15. This code {me.lblwr.text=dt.row(o).item(3).to string}to get the item in first row and fourth column in the table. ( ) 16. The function (fromfile) is used to get picture from file in picturebox ( ) 17. We can use extension mp3 for the flag or map image ( ) 18. The similarity in the names of the image files in the two folders Flags and Maps not important to call the files ( ) 19. We can create a variable from type (datatable) to store the data get from the excel sheet ( ) 20. Can use the word Squel instead of select ( ) 1

2 21. Function GetDataFromExelSheet( filepath as string,sql As string ) as datatable its type is string ( ) 22. The property URL is used to run the sound file in windows media player. ( ) 23. A variable named anthemmp3 was declared to the level of class to be used in more than one event handler. ( ) 24. There is no tool can run the sound file. ( ) 25. Mp4 is an audio file extension. ( ) 26. In if statement when condition result is false the code after then executed. ( ) 27. If the result of condition is true the code after then will executed. ( ) 28. The property visible used to show/hide the control. ( ) 29. The extension MP3 used to run the video files. ( ) 30. Same in naming the video files of tourist attractions for each country not a must. ( ) Q2) Choose the correct answer: 1. Advanced technology is used to make tools dealing with data base through suitable applications. ( Ado oledb name space ) 2. The following tool is used to display menu of items. ( label radio button - combobox ) 3. Language is used to deal with database and select statement is considered one from its statements ( vb.net - SQL - C++ ) 4. Method in VB used to fill the table records in RAM ( Display member - fill - value member ) 5. To declare function use the word ( sub - dim - function ) 6. The variable work as converter from excel to computer memory. ( da - dt - ds ) 7. To choose all data in table by using select statement write the symbol. ( # - $ - * ) 8. The symbol used to link text is. ( # - % - & ) 2

3 Q3) Complete the following : 1. is contain a group of classes and can use it to deal with database which created by Microsoft and it stands for [Object Linked and embedded database 2. The function parameters are. And. 3. The property. is used to determine field to show its content in combobox tool. 4. The property. is used to determine field as value for each item in combobox. 5..statement is used to repack records from table in database. 6.. is a blueprint can create objects from it. 7. The. technology is used for making the tools are dealing with database in another application. 8. The property. to the value True, so you can see the video file displayed on the screen. 9. The property. of the control combobox was used to get the name of the country to identify the video file name and path. 10. We can use. extension for video files. Q4) Complete using the following code : 1. The control name is. 2. The used event is. 3. The Excel Data Table is set in the variable. 4. The Excel Data Table is saved in the following Path. 5. The name of the function which get the data from the excel sheet is. 3

4 Q5) Complete using the following code Then Answer the following Questions: 1- The property. Is used to run the sound file. 2- The. tool used to play sound or video files. 3- The name of branching statement. Q6) Complete using the following code 1. The control name is. 2. The file path is.. 3. The used property is. Q7) Match: If button1.text = إيقاف" " Then WMPlayer.close() " تشغيل" = Button1.Text Else WMPlayer.URL = AnthemMp3 " إيقاف" = Button1.Text End If Me. picflag. image= image. fromfile(c:\atlas\flags\ &picflagname) A B 1. Shown a) Method in VB.net used to fill the table records in RAM by data. (. ) 2. SQL and File Path b) Variable used to perform query to get data from Excel sheet. (. ) 3. From file c) is one of SQL statement (. ) 4. My connection d) property its value true or false (. ) 5. My command e) From form events and happens once during project running (. ) 6. Visible f) variable used to open connection channel (. ) 7. Select g) The function s parameters (. ) 8. Fill h) function used to put image in picture box from file. (. ) 4

5 answers Q1)Put ( ) or (x): 1. We open channel of communication between the programme that is created in Visual basic Dot Net language and Excel file by using ADO.NET tools. ( ) 2. Variable of type ( OleDbConnection) is used in closing the communication channel that has been opened ( x ) 3. The return value from the function : 4. GetDatafromExcelSheet (FilePath As String, sql As String) As DataTable is of type String. ( x ) 5. Try Catch statement is used to detect the errors in the code window. ( ) 6. This code {lbldc.text=dt.row(o).item(2).to string}to get the item in first column and third row in the table. ( X ) 7. The symbol & is used to declare a text ( X ) 8. The announcement of a Function is done by using the word "Sub". ( x ) 9. You can use a variable of type (OleDbCommand) for the purpose of 10. Opening a channel of communication data file. ( x ) 11. You can create a variable of type (DataTable) in-memory ; in which we store data that were brought from the data file. ( ) 12. To select all data from table using [select * from table name] ( ) 13. Select statement is one of SQL language. ( ) 14. The event "shown " of the tool combobox is excuted when the active item in combobox is changed. ( X ) 15. This code {me.lblwr.text=dt.row(o).item(3).to string}to get the item in first row and fourth column in the table. ( ) 16. The function (fromfile) is used to get picture from file in picturebox ( ) 17. We can use extension mp3 for the flag or map image ( x ) 18. The similarity in the names of the image files in the two folders Flags and Maps not important to call the files ( x ) 19. We can create a variable from type (datatable) to store the data get from the excel sheet ( ) 20. Can use the word Squel instead of select ( x ) 21. Function GetDataFromExelSheet( filepath as string,sql As string ) as datatable its type is string ( x ) 5

6 22. The property URL is used to run the sound file in windows media player. ( ) 23. A variable named anthemmp3 was declared to the level of class to be used in 24. more than one event handler. ( ) 25. There is no tool can run the sound file. ( X ) 26. Mp4 is an audio file extension. ( X ) 27. In if statement when condition result is false the code after then executed. ( X ) 28. If the result of condition is true the code after then will executed. ( ) 29. The property visible used to show/hide the control. ( ) 30. The extension MP3 used to run the video files. ( x ) 31. Same in naming the video files of tourist attractions for each country not a must. ( x ) Q2) Choose the correct answer: 1. Advanced technology is used to make tools dealing with data base through suitable applications. ( Ado oledb name space ) 2. The following tool is used to display menu of items. ( label radio button - combobox ) 3. Language is used to deal with database and select statement is considered one from its statements ( vb.net - SQL - C++ ) 4. Method in VB used to fill the table records in RAM ( Display member - fill - value member ) 5. To declare function use the word ( sub - dim - function ) 6. The variable work as converter from excel to computer memory. ( da - dt - ds ) 7. To choose all data in table by using select statement write the symbol. ( # - $ - * ) 8. The symbol used to link text is. ( # - % - & ) 6

7 Q3) Complete the following : 1. OLEDB is contain a group of classes and can use it to deal with database which created by Microsoft and it stands for [Object Linked and embedded database 2. The function parameters are file path And Sql 3. The property Display member is used to determine field to show its content in combobox tool. 4. The property value member is used to determine field as value for each item in combobox. 5. Select statement is used to repack records from table in database. 6. Class is a blueprint can create objects from it. 7. The Ado technology is used for making the tools are dealing with database in another application. 8. The property Visible to the value True, so you can see the video file displayed on the screen. 9. The property SelectedValue of the control combobox was used to get the name of the country to identify the video file name and path. 10. We can use MP4 extension for video files. Q4) Complete using the following code : 1. The control name is cmbbxcontinent 2. The used event is selectedindexchanged 3. The Excel Data Table is set in the variable dt 4. The Excel Data Table is saved in the following Path c:\atlas\database\atlas.xls.. 5. The name of the function which get the data from the excel sheet is GetDatafromExcelsheet 7

8 Q5) Complete using the following code Then Answer the following Questions: 1. The property URL Is used to run the sound file. 2. The WMPlayer tool used to play sound or video files. 3. The name of branching statement if/then/else Q6) Complete using the following code 4. The control name is picflag 5. The file path is c:\atlas\flags\"&picname 6. The used property is image Q7) Match: If button1.text = إيقاف" " Then WMPlayer.close() " تشغيل" = Button1.Text Else WMPlayer.URL = AnthemMp3 " إيقاف" = Button1.Text End If Me. picflag. image= image. fromfile(c:\atlas\flags\ &picflagname) A B 1. Shown a) Method in VB.net used to fill the table records in RAM by data. ( 8 ) 2. SQL and File Path b) Variable used to perform query to get data from Excel sheet. ( 5 ) 3. From file c) is one of SQL statement ( 7 ) 4. My connection d) property its value true or false ( 6 ) 5. My command e) From form events and happens once during project running ( 1 ) 6. Visible f) variable used to open connection channel (4 ) 7. Select g) The function s parameters ( 2 ) 8. Fill h) function used to put image in picture box from file. ( 3 ) 8

9 9

1. We insert elements inside (CompoBox) tool through Items property ( ) 2. ComboBox tool use to choose just one item from the list ( )

1. We insert elements inside (CompoBox) tool through Items property ( ) 2. ComboBox tool use to choose just one item from the list ( ) st Q: Put ( ) or ( ) for the following sentence:. We insert elements inside (CompoBox) tool through Items property ( ) 2. ComboBox tool use to choose just one item from the list ( ) 3. VB.Net allows adding

More information

(1) First secondary. Net reision first term. 1- What solving problem steps? Rearrange solving problem steps?

(1) First secondary. Net reision first term. 1- What solving problem steps? Rearrange solving problem steps? 1- What solving problem steps? 1... 2... 3... 4... 5... 6... 2- Rearrange solving problem steps? (1) Question ( ) Prform algorithm ( ) Testing and debugging of the Program ( ) Define the outputs and inputs

More information

A201 Object Oriented Programming with Visual Basic.Net

A201 Object Oriented Programming with Visual Basic.Net A201 Object Oriented Programming with Visual Basic.Net By: Dr. Hossein Computer Science and Informatics IU South Bend 1 What do we need to learn in order to write computer programs? Fundamental programming

More information

Copy Datatable Schema To Another Datatable Vb.net

Copy Datatable Schema To Another Datatable Vb.net Copy Datatable Schema To Another Datatable Vb.net NET Framework 4.6 and 4.5 The schema of the cloned DataTable is built from the columns of the first enumerated DataRow object in the source table The RowState

More information

Windows Database Applications

Windows Database Applications 3-1 Windows Database Applications Chapter 3 In this chapter, you learn to access and display database data on a Windows form. You will follow good OOP principles and perform the database access in a datatier

More information

C# Programming: From Problem Analysis to Program Design 2nd Edition. David McDonald, Ph.D. Director of Emerging Technologies. Objectives (1 of 2)

C# Programming: From Problem Analysis to Program Design 2nd Edition. David McDonald, Ph.D. Director of Emerging Technologies. Objectives (1 of 2) 13 Database Using Access ADO.NET C# Programming: From Problem Analysis to Program Design 2nd Edition David McDonald, Ph.D. Director of Emerging Technologies Objectives (1 of 2) Retrieve and display data

More information

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK

VB.NET Web : Phone : INTRODUCTION TO NET FRAME WORK Web :- Email :- info@aceit.in Phone :- +91 801 803 3055 VB.NET INTRODUCTION TO NET FRAME WORK Basic package for net frame work Structure and basic implementation Advantages Compare with other object oriented

More information

Workbooks (File) and Worksheet Handling

Workbooks (File) and Worksheet Handling Workbooks (File) and Worksheet Handling Excel Limitation Excel shortcut use and benefits Excel setting and custom list creation Excel Template and File location system Advanced Paste Special Calculation

More information

ADO.NET for Beginners

ADO.NET for Beginners Accessing Database ADO.NET for Beginners Accessing database using ADO.NET in C# or VB.NET This tutorial will teach you Database concepts and ADO.NET in a very simple and easy-to-understand manner with

More information

Create a Windows Application that Reads- Writes PI Data via PI OLEDB. Page 1

Create a Windows Application that Reads- Writes PI Data via PI OLEDB. Page 1 Create a Windows Application that Reads- Writes PI Data via PI OLEDB Page 1 1.1 Create a Windows Application that Reads-Writes PI Data via PI OLEDB 1.1.1 Description The goal of this lab is to learn how

More information

This note is developed from the contents available in Fundamental to IS. Lab notes and exercises

This note is developed from the contents available in  Fundamental to IS. Lab notes and exercises Content: This note is developed from the contents available in www.homeandlearn.co.uk Fundamental to IS. Lab notes and exercises Introduction to VB.net and Databases Getting Started VB.net Forms Adding

More information

VB. Microsoft. MS.NET Framework 3.5 ADO.NET Application Development

VB. Microsoft. MS.NET Framework 3.5 ADO.NET Application Development Microsoft 70-561-VB MS.NET Framework 3.5 ADO.NET Application Development Download Full Version : http://killexams.com/pass4sure/exam-detail/70-561-vb B. Catch ex As System.Data.SqlClient.SqlException For

More information

Introduction. Three button technique. "Dynamic Data Grouping" using MS Reporting Services Asif Sayed

Introduction. Three button technique. Dynamic Data Grouping using MS Reporting Services Asif Sayed Image: 1.0 Introduction We hear this all the time, Two birds with one stone. What if I say, Four birds with one stone? I am sure four sound much better then two. So, what are my four birds and one stone?

More information

Chapter 6 Sub Procedures

Chapter 6 Sub Procedures Sub Procedures A set of statements that perform a specific task. Divide a program into smaller, more manageable blocks of code. An event procedure is written for a specific object event, while a sub procedure

More information

Service & Support. How do you create a weekly timer with WinCC flexible? WinCC flexible 2008 SP2. FAQ October Answers for industry.

Service & Support. How do you create a weekly timer with WinCC flexible? WinCC flexible 2008 SP2. FAQ October Answers for industry. Cover sheet www.infoplc.net How do you create a weekly timer with WinCC flexible? WinCC flexible 2008 SP2 FAQ October 2011 Service & Support Answers for industry. Question This entry originates from the

More information

Creating More Detailed Forms

Creating More Detailed Forms Creating More Detailed Forms Chapter 5 When databases become larger it is necessary to be able move fields anywhere on the screen so that all the data can be clearly displayed. Access allows you to produce

More information

DIPLOMA IN PROGRAMMING WITH DOT NET TECHNOLOGIES

DIPLOMA IN PROGRAMMING WITH DOT NET TECHNOLOGIES DIPLOMA IN PROGRAMMING WITH DOT NET TECHNOLOGIES USA This training program is highly specialized training program with the duration of 72 Credit hours, where the program covers all the major areas of C#

More information

Chapter 3. Windows Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 3. Windows Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 3 Windows Database Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Objectives - 1 Retrieve and display data from a SQL Server database on Windows forms Use the

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introducing Visual Basic 8 Installing Visual Studio 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects

More information

SAP BAPI Connector. An ICONICS White Paper

SAP BAPI Connector. An ICONICS White Paper SAP BAPI Connector An ICONICS White Paper August 2006 100 Foxborough Blvd Foxborough, MA 02035 508.543.8600 Fax 508.543.1503 E- mail info@iconics.com www.iconics.com CONTENTS 1 INTRODUCTION 1 1.1 REVISION

More information

Errors, Warnings, and Issues WARNING #2077

Errors, Warnings, and Issues WARNING #2077 WARNING #2077 Change the default 0 index in the Rows property with the correct one. Description When upgrading an ADO Recordset object to native ADO.Net, the VBUC converts all the Recordset objects to

More information

2 USING VB.NET TO CREATE A FIRST SOLUTION

2 USING VB.NET TO CREATE A FIRST SOLUTION 25 2 USING VB.NET TO CREATE A FIRST SOLUTION LEARNING OBJECTIVES GETTING STARTED WITH VB.NET After reading this chapter, you will be able to: 1. Begin using Visual Studio.NET and then VB.NET. 2. Point

More information

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 )

Course Syllabus. Course Title. Who should attend? Course Description. ASP.NET ( Level 1 ) Course Title ASP.NET ( Level 1 ) Course Description ASP Stands for Active Server Pages it s the most secure robust server side technology. It s used to create dynamic web applications, ASP.NET is a unified

More information

1) Identify the recording mode, by which you can record the non-standard object in QTP

1) Identify the recording mode, by which you can record the non-standard object in QTP 1) Identify the recording mode, by which you can record the non-standard object in QTP A) Standard recording B) Analog recording C) Low level recording D) None 2) By default, how many no of tables would

More information

Data Access Standards. ODBC, OLE DB, and ADO Introduction. History of ODBC. History of ODBC 4/24/2016

Data Access Standards. ODBC, OLE DB, and ADO Introduction. History of ODBC. History of ODBC 4/24/2016 Data Access Standards ODBC, OLE DB, and ADO Introduction I Gede Made Karma The reasons for ODBC, OLE DB, and ADO are to provide a standardized method and API for accessing and manipulating Data from different

More information

What s new in Winshuttle Studio 11 Document for current 10.x users

What s new in Winshuttle Studio 11 Document for current 10.x users What s new in Winshuttle Studio 11 Document for current 10.x users Copyright ADSOTECH Scandinavia Oy 2014 1 Contents Setup of Winshuttle Studio 11 What does it mean to users of version 10? What is Winshuttle

More information

Building Windows Front Ends to SAS Software. Katie Essam Amadeus Software Limited 20 th May 2003

Building Windows Front Ends to SAS Software. Katie Essam Amadeus Software Limited 20 th May 2003 Building Windows Front Ends to SAS Software Katie Essam Amadeus Software Limited 20 th May 2003 Topics Introduction What is.net? SAS Software s Interoperability Communicating with SAS from VB.NET Conclusions

More information

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video:

Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: Table of Contents: Microsoft Power Tools for Data Analysis #7 Power Query 6 Types of Merges/ Joins 9 Examples Notes from Video: 1. Power Query Has Six Types of Merges / Joins... 2 2. What is a Merge /

More information

DOT NET Syllabus (6 Months)

DOT NET Syllabus (6 Months) DOT NET Syllabus (6 Months) THE COMMON LANGUAGE RUNTIME (C.L.R.) CLR Architecture and Services The.Net Intermediate Language (IL) Just- In- Time Compilation and CLS Disassembling.Net Application to IL

More information

A Complete Tutorial for Beginners LIEW VOON KIONG

A Complete Tutorial for Beginners LIEW VOON KIONG I A Complete Tutorial for Beginners LIEW VOON KIONG Disclaimer II Visual Basic 2008 Made Easy- A complete tutorial for beginners is an independent publication and is not affiliated with, nor has it been

More information

Chapter 2 Exploration of a Visual Basic.Net Application

Chapter 2 Exploration of a Visual Basic.Net Application Chapter 2 Exploration of a Visual Basic.Net Application We will discuss in this chapter the structure of a typical Visual Basic.Net application and provide you with a simple project that describes the

More information

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE. Computer Programmer/Analyst.

SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO COURSE OUTLINE. Computer Programmer/Analyst. SAULT COLLEGE OF APPLIED ARTS AND TECHNOLOGY SAULT STE. MARIE, ONTARIO Sault College COURSE OUTLINE COURSE TITLE: Visual Basic - Prototyping CODE NO. : SEMESTER: 5 PROGRAM: AUTHOR: DATE: APPROVED: TOTAL

More information

An Introduction to ADO.Net

An Introduction to ADO.Net An Introduction to ADO.Net Mr. Amit Patel Dept. of I.T. .NET Data Providers Client SQL.NET Data Provider OLE DB.NET Data Provider ODBC.NET Data Provider OLE DB Provider ODBC Driver SQL SERVER Other DB

More information

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet

Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet Lab 7 Macros, Modules, Data Access Pages and Internet Summary Macros: How to Create and Run Modules vs. Macros 1. Jumping to Internet 1. Macros 1.1 What is a macro? A macro is a set of one or more actions

More information

Getting started 7. Setting properties 23

Getting started 7. Setting properties 23 Contents 1 2 3 Getting started 7 Introduction 8 Installing Visual Basic 10 Exploring the IDE 12 Starting a new project 14 Adding a visual control 16 Adding functional code 18 Saving projects 20 Reopening

More information

IN COLLABORATION WITH IVTB. Diploma in Information Technology. Examinations for / Semester 2

IN COLLABORATION WITH IVTB. Diploma in Information Technology. Examinations for / Semester 2 IN COLLABORATION WITH IVTB Diploma in Information Technology DIP/03/Full Time Examinations for 2004 2005 / Semester 2 MODULE: VISUAL PROGRAMMING MODULE CODE: BISE070 Duration: 2 Hours + 10 Minutes (Reading

More information

Flag Quiz Application

Flag Quiz Application T U T O R I A L 17 Objectives In this tutorial, you will learn to: Create and initialize arrays. Store information in an array. Refer to individual elements of an array. Sort arrays. Use ComboBoxes to

More information

Hands-On Lab. Introduction to SQL Azure. Lab version: Last updated: 12/15/2010

Hands-On Lab. Introduction to SQL Azure. Lab version: Last updated: 12/15/2010 Hands-On Lab Introduction to SQL Azure Lab version: 2.0.0 Last updated: 12/15/2010 Contents OVERVIEW... 3 EXERCISE 1: PREPARING YOUR SQL AZURE ACCOUNT... 5 Task 1 Retrieving your SQL Azure Server Name...

More information

Tutorial 5 Database. Adam Sek Keb Wira 12 A123 6 Amanah Tmn Mahkota

Tutorial 5 Database. Adam Sek Keb Wira 12 A123 6 Amanah Tmn Mahkota Task 1 Creating a database using Access 2010: Tutorial 5 Database 1. Using Microsoft Access create a database for; a. Name b. School c. Age d. Birth Cert No e. Year f. Address g. Date of birth 2. Type

More information

Dynamically build connection objects for Microsoft Access databases in SQL Server Integration Services SSIS

Dynamically build connection objects for Microsoft Access databases in SQL Server Integration Services SSIS Dynamically build connection objects for Microsoft Access databases in SQL Server Integration Services SSIS Problem As a portion of our daily data upload process, we receive data in the form of Microsoft

More information

Lab 3 The High-Low Game

Lab 3 The High-Low Game Lab 3 The High-Low Game LAB GOALS To develop a simple windows-based game named High-Low using VB.Net. You will use: Buttons, Textboxes, Labels, Dim, integer, arithmetic operations, conditionals [if-then-else],

More information

Microsoft Visual Basic 2005 CHAPTER 5. Mobile Applications Using Decision Structures

Microsoft Visual Basic 2005 CHAPTER 5. Mobile Applications Using Decision Structures Microsoft Visual Basic 2005 CHAPTER 5 Mobile Applications Using Decision Structures Objectives Write programs for devices other than a personal computer Understand the use of handheld technology Write

More information

END-TERM EXAMINATION

END-TERM EXAMINATION (Please Write your Exam Roll No. immediately) END-TERM EXAMINATION DECEMBER 2006 Exam. Roll No... Exam Series code: 100274DEC06200274 Paper Code : MCA-207 Subject: Front End Design Tools Time: 3 Hours

More information

DOT NET TRAINING PROGRAM

DOT NET TRAINING PROGRAM DOT NET TRAINING PROGRAM Course Duration: 2 Months Pre-Requisite: Basic Knowledge of Internet Course Fee: 10,500 ( Online Examination Fee, Books, Certification, Tools & Software's Included ) ASP.NET 3.5

More information

VS2010 C# Programming - DB intro 1

VS2010 C# Programming - DB intro 1 VS2010 C# Programming - DB intro 1 Topics Database Relational - linked tables SQL ADO.NET objects Referencing Data Using the Wizard Displaying data 1 VS2010 C# Programming - DB intro 2 Database A collection

More information

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET

VB.NET. Exercise 1: Creating Your First Application in Visual Basic.NET VB.NET Module 1: Getting Started This module introduces Visual Basic.NET and explains how it fits into the.net platform. It explains how to use the programming tools in Microsoft Visual Studio.NET and

More information

Contents. Chapter 1 Introducing ADO.NET...1. Acknowledgments...xiii. About the Authors...xv. Introduction...xix

Contents. Chapter 1 Introducing ADO.NET...1. Acknowledgments...xiii. About the Authors...xv. Introduction...xix Acknowledgments...xiii About the Authors...xv Introduction...xix Chapter 1 Introducing ADO.NET...1 How We Got Here...2 What Do These Changes Mean?...5 ADO.NET A New Beginning...7 Comparing ADOc and ADO.NET...8

More information

Hands-On Lab. Introduction to SQL Azure. Lab version: Last updated: 11/16/2010

Hands-On Lab. Introduction to SQL Azure. Lab version: Last updated: 11/16/2010 Hands-On Lab Introduction to SQL Azure Lab version: 2.0.0 Last updated: 11/16/2010 Contents OVERVIEW... 3 EXERCISE 1: PREPARING YOUR SQL AZURE ACCOUNT... 6 Task 1 Retrieving your SQL Azure Server Name...

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Connect the other end of the ethernet cable to your broadband router (not included)

Connect the other end of the ethernet cable to your broadband router (not included) 10:00 Step 1 should take approximately 5-10 minutes SETTING UP YOUR SYSTEM Step 1 - Set Up Your Camera First System Contents 1 - Color Camera 1 - Power Supply 1 - Camera Stand (with screws) 1 - Ethernet

More information

PRP Services Pvt. Ltd. EXCEL MANUAL

PRP Services Pvt. Ltd. EXCEL MANUAL PRP Services Pvt. Ltd. EXCEL MANUAL 1 INDEX 1. INSTALLATION 3 2. PICTURE REFERENCE 4 3. SETTINGS 10 4. CHECK BALANCE AND BUY CREDITS 11 5. SEND SMS 12 6. TEMPLATES 14 7. TROUBLE SHOOTING 16 2 INSTALLATION

More information

1. Given the name of a movie studio, find the net worth of its president.

1. Given the name of a movie studio, find the net worth of its president. 1. Given the name of a movie studio, find the net worth of its president. CREATE FUNCTION GetNetWorth( studio VARCHAR(30) ) RETURNS DECIMAL(9,3) DECLARE worth DECIMAL(9,3); SELECT networth INTO worth FROM

More information

ADO.NET Overview. Connected Architecture. SqlConnection, SqlCommand, DataReader class. Disconnected Architecture

ADO.NET Overview. Connected Architecture. SqlConnection, SqlCommand, DataReader class. Disconnected Architecture Topics Data is Everywhere ADO.NET Overview Connected Architecture EEE-474 DATABASE PROGRAMMİNG FOR İNTERNET INTRODUCTION TO ADO.NET Mustafa Öztoprak-2013514055 ASSOC.PROF.DR. TURGAY İBRİKÇİ ÇUKUROVA UNİVERSTY

More information

Manipulator USER S MANUAL. Data Manipulator ActiveX. ActiveX. Data. smar. First in Fieldbus MAY / 06. ActiveX VERSION 8 FOUNDATION

Manipulator USER S MANUAL. Data Manipulator ActiveX. ActiveX. Data. smar. First in Fieldbus MAY / 06. ActiveX VERSION 8 FOUNDATION Data Manipulator ActiveX USER S MANUAL Data Manipulator ActiveX smar First in Fieldbus - MAY / 06 Data Manipulator ActiveX VERSION 8 TM FOUNDATION P V I E W D M A M E www.smar.com Specifications and information

More information

VB.NET MOCK TEST VB.NET MOCK TEST III

VB.NET MOCK TEST VB.NET MOCK TEST III http://www.tutorialspoint.com VB.NET MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to VB.Net. You can download these sample mock tests at your local

More information

Selenium Open Source Test Automation Framework Keyword Naming Conventions for Developers (Web)

Selenium Open Source Test Automation Framework Keyword Naming Conventions for Developers (Web) Version 1.1 13 Aug 2013 D I S C L A I M E R Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice is preserved. Table of

More information

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow

Integration Services. Creating an ETL Solution with SSIS. Module Overview. Introduction to ETL with SSIS Implementing Data Flow Pipeline Integration Services Creating an ETL Solution with SSIS Module Overview Introduction to ETL with SSIS Implementing Data Flow Lesson 1: Introduction to ETL with SSIS What Is SSIS? SSIS Projects

More information

Microsoft MB Microsoft CRM Extending MS CRM 1.2 with.net.

Microsoft MB Microsoft CRM Extending MS CRM 1.2 with.net. Microsoft MB2-228 Microsoft CRM Extending MS CRM 1.2 with.net http://killexams.com/exam-detail/mb2-228 Answer: A, C QUESTION: 140 Which of the following statements are true for Microsoft CRM object dependencies?

More information

Access VBA programming

Access VBA programming Access VBA programming TUTOR: Andy Sekiewicz MOODLE: http://moodle.city.ac.uk/ WEB: www.staff.city.ac.uk/~csathfc/acvba The DoCmd object The DoCmd object is used to code a lot of the bread and butter operations

More information

Create a Relationship to build a Pivot Table

Create a Relationship to build a Pivot Table Create a Relationship to build a Pivot Table In Excel 2013 and 2016/365 you can now create a relationship between tables of data. This is a feature that can be used to pull data from the different tables

More information

Sales Management Portal

Sales Management Portal Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Fall 2016 Sales Management Portal Venkata Chakradhar Bonthala Governors State University

More information

B.V Patel Institute of BMC & IT, UTU

B.V Patel Institute of BMC & IT, UTU Corse Code and Corse Name: 030010401-GUI Programming Unit 1. Introduction to.net Framework Short Questions 1. What is.net Framework? 2. What is VB.NET? 3. Which are the main components of.net Framework?

More information

MapMatrix NetGIS Application Objects Users Guide. Version 2.3

MapMatrix NetGIS Application Objects Users Guide. Version 2.3 MapMatrix NetGIS Application Objects Users Guide Version 2.3 CONTENTS 1 Overview of MapMatrix NetGIS... 3 1.1 MapMatrix NetGIS Features... 3 1.2 Operating System Requirements... 3 1.3 The MapMatrix Architecture...

More information

Laboratory Session #1

Laboratory Session #1 Laboratory Session #1 LAB GOALS 1) To become familiar with the Microsoft Visual Basic.NET environment. 2) To learn how to copy files and insert into an empty project, and then run the program. 3) To compile

More information

1 string start = DateTime.Now.ToShortDateString(); 2 string end = DateTime.Now.AddDays(5).ToShortDateString(); 3 OleDbConnection conn2 =

1 string start = DateTime.Now.ToShortDateString(); 2 string end = DateTime.Now.AddDays(5).ToShortDateString(); 3 OleDbConnection conn2 = public partial class borrow : System.Web.UI.Page protected void Page_Load(object sender, EventArgs e) 1 string start = DateTime.Now.ToShortDateString(); 2 string end = DateTime.Now.AddDays(5).ToShortDateString();

More information

Visual Basic Program Coding STEP 2

Visual Basic Program Coding STEP 2 Visual Basic Program Coding 129 STEP 2 Click the Start Debugging button on the Standard toolbar. The program is compiled and saved, and then is run on the computer. When the program runs, the Hotel Room

More information

DIPLOMA IN BUSINESS PROCESS OUTSOURCING FINANCE & ACCOUNTING

DIPLOMA IN BUSINESS PROCESS OUTSOURCING FINANCE & ACCOUNTING No. of Printed Pages : 8 I I DIPLOMA IN BUSINESS PROCESS OUTSOURCING FINANCE & ACCOUNTING O Term-End Examination June, 2010 O : IT SKILLS Time : 3 hours Maximum Marks : 100 Note : (i) Please answer all

More information

Professional SQL Server 7.0 Programming By Rob Vieira READ ONLINE

Professional SQL Server 7.0 Programming By Rob Vieira READ ONLINE Professional SQL Server 7.0 Programming By Rob Vieira READ ONLINE This book is written for SQL Server 2008. However, it does maintain roots going back a few versions and looks out for backward compatibility

More information

M. K. Institute Of Computer Studies, Bharuch SYBCA SEM IV VB.NET (Question Bank)

M. K. Institute Of Computer Studies, Bharuch SYBCA SEM IV VB.NET (Question Bank) Unit-1 (overview of Microsoft.net framework) 1. What is CLR? What is its use? (2 times) 2 2. What is garbage collection? 2 3. Explain MSIL 2 4. Explain CTS in detail 2 5. List the extension of files available

More information

Using Visual Basic Studio 2008

Using Visual Basic Studio 2008 Using Visual Basic Studio 2008 Recall that object-oriented programming language is a programming language that allows the programmer to use objects to accomplish a program s goal. An object is anything

More information

CSE 123 Introduction to Computing

CSE 123 Introduction to Computing CSE 123 Introduction to Computing Lecture 6 Programming with VBA (Projects, forms, modules, variables, flowcharts) SPRING 2012 Assist. Prof. A. Evren Tugtas Starting with the VBA Editor Developer/Code/Visual

More information

Product Brief for BridgeWorX V9.2 April 2010

Product Brief for BridgeWorX V9.2 April 2010 Product Brief for BridgeWorX V9.2 April 2010 BridgeWorX V9.2 Product Brief April 2010 Looking for a data integration and interface management product that requires no programming, automatically collects

More information

Step Sheet: Creating a PowerPoint Presentation

Step Sheet: Creating a PowerPoint Presentation Step Sheet: Creating a PowerPoint Presentation PowerPoint Presentation This step sheet will help you create a Microsoft PowerPoint presentation. Using Microsoft PowerPoint To create a presentation, follow

More information

Post Graduate Diploma in Information Technology (PGDIT)

Post Graduate Diploma in Information Technology (PGDIT) Post Graduate Diploma in Information Technology (PGDIT) Course Code : PG-02 Eligibility : Graduate in Any Discipline Duration : 1 Year Semester-I Fundamentals Of Computers Introduction To Computers, Types

More information

Combining kbmmw and kbmwabd for kbmwabd v and kbmmw v

Combining kbmmw and kbmwabd for kbmwabd v and kbmmw v Combining kbmmw and kbmwabd for kbmwabd v. 2.44+ and kbmmw v. 1.00+ The combination of kbmwabd and kbmmw gives a very powerful web application setup with advanced database handling and separation of business

More information

M. K. Institute Of Computer Studies, Bharuch SYBCA SEM IV VB.NET (Question Bank)

M. K. Institute Of Computer Studies, Bharuch SYBCA SEM IV VB.NET (Question Bank) Unit-1 (overview of Microsoft.net framework) 1. What is CLR? What is its use? (2 times) 2 2. What is garbage collection? 2 3. Explain MSIL (mar/apr-201) 2 times 2 4. Explain CTS in detail 2 5. List the

More information

Form Data Export. A. Creating New Form Exports. Back to the Data Export Overview

Form Data Export. A. Creating New Form Exports. Back to the Data Export Overview Form Data Export Back to the Data Export Overview This export functionality provides the ability to download data from the forms submitted to CommCareHQ. You should use this feature when you are interested

More information

1 Information system An information system is the combination of technology(computers) and people that enable an organization to collect data, store them, and transform them into information Data Data

More information

Database Table Editor for Excel. by Brent Larsen

Database Table Editor for Excel. by Brent Larsen Database Table Editor for Excel by Brent Larsen Executive Summary This project is a database table editor that is geared toward those who use databases heavily, and in particular those who frequently insert,

More information

C# Programming: From Problem Analysis to Program Design. Fourth Edition

C# Programming: From Problem Analysis to Program Design. Fourth Edition C# Programming: From Problem Analysis to Program Design Fourth Edition Preface xxi INTRODUCTION TO COMPUTING AND PROGRAMMING 1 History of Computers 2 System and Application Software 4 System Software 4

More information

Microsoft Access XP (2002) Switchboards & Macros

Microsoft Access XP (2002) Switchboards & Macros Microsoft Access XP (2002) Switchboards & Macros Group/Summary Operations Creating a Switchboard Creating Macro Buttons From Wizards Creating Macros Manually Using the Condition Column Start Up Parameters

More information

4. กก ( Web-based Technology ) (System Development Life Cycle : SDLC) ก ก ก

4. กก ( Web-based Technology ) (System Development Life Cycle : SDLC) ก ก ก 2 ก ก ก ก ก ก ก 1. ก ก ก ก 1.1 ก ก 1.2 ก ก 2. ก ก.NET 3. ก ก ก 4. กก ( Web-based Technology ) 5. ก ก 6. ก ก ก ก ก 1. ก ก ก (System Development Life Cycle: SDLC) ก (System Development Life Cycle : SDLC)

More information

EXAM Web Development Fundamentals. Buy Full Product.

EXAM Web Development Fundamentals. Buy Full Product. Microsoft EXAM - 98-363 Web Development Fundamentals Buy Full Product http://www.examskey.com/98-363.html Examskey Microsoft 98-363 exam demo product is here for you to test the quality of the product.

More information

Visual Basic 6 (VB6 Comprehensive) Course Overview

Visual Basic 6 (VB6 Comprehensive) Course Overview Visual Basic 6 (VB6 Comprehensive) Course Overview Course Code: VB60010 Duration: 5 Days - custom / on-site options available - please call. Who should attend: Prerequisite Skills: IT professionals who

More information

Create a Performance Equation Tag (45 min) Learn to use PI SMT (System Manager Tools) 2010 to easily create a performance equation tag.

Create a Performance Equation Tag (45 min) Learn to use PI SMT (System Manager Tools) 2010 to easily create a performance equation tag. There are 44 Learning Labs available. The learning labs are a series of self-paced hands-on exercises that teach how to accomplish specific topics of interest using the OSIsoft software. The times provided

More information

Vba Access Instruction Sql Insert Into. Autonumber >>>CLICK HERE<<<

Vba Access Instruction Sql Insert Into. Autonumber >>>CLICK HERE<<< Vba Access Instruction Sql Insert Into Autonumber Set your column ID as an autonumber and make it a primary key. Now everytime you insert a relation into the table ID will automatically increment a new

More information

Enterprise Claims Department An Overview of the Team SharePoint

Enterprise Claims Department An Overview of the Team SharePoint Enterprise Claims Department An Overview of the Team SharePoint Contents What is a SharePoint site?... 3 How to Navigate the SharePoint page... 3 The big picture:... 3 Top row tabs:... 4 Left hand column:...

More information

Index. AutoNumber data types, 154 6, 168 and Number data type, 181 AutoPostBack Property, 505, 511, 513 5, 527 8, AVG, 242, 247 8

Index. AutoNumber data types, 154 6, 168 and Number data type, 181 AutoPostBack Property, 505, 511, 513 5, 527 8, AVG, 242, 247 8 Index A Access queries, 10, 146, 191, 212, 220, 426 7 query design view, 403 types, 190, 236 table design, 141 tables, 10, 133, 136, 150, 426 Access Data Object, 136 7, 148 Access database, 136 8 table,

More information

Tutorial. KPMG MyAcademy-Demo April, 2016

Tutorial. KPMG MyAcademy-Demo April, 2016 Tutorial KPMG MyAcademy-Demo April, 2016 Index 1. The platform 1.1 Site registration 1.2 Personal home page 1.3 Catalogue 1.4 Course self-enrollment 1.5 Personal reporting 1.6 Transcript 1.7 Main links

More information

SharePoint Designer Advanced

SharePoint Designer Advanced SharePoint Designer Advanced SharePoint Designer Advanced (1:00) Thank you for having me here today. As mentioned, my name is Susan Hernandez, and I work at Applied Knowledge Group (http://www.akgroup.com).

More information

The Efficient Search Technique for Mechanical Component Selection

The Efficient Search Technique for Mechanical Component Selection การประช มว ชาการเคร อข ายว ศวกรรมเคร องกลแห งประเทศไทยคร งท 17 15-17 ต ลาคม 2546 จ งหว ดปราจ นบ ร The Efficient Search Technique for Mechanical Component Selection Tanunchai Jumnongpukdee 1 Apichart Suppapitnarm

More information

AUTHENTICATED WEB MANAGEMENT SYSTEM

AUTHENTICATED WEB MANAGEMENT SYSTEM AUTHENTICATED WEB MANAGEMENT SYSTEM Masters Project Report (CPEG 597) December 2005 Submitted to Prof. Ausif Mahmood ID. 655795 By Kavya P Basa 1 Abstract In an era where web development is taking priority

More information

Problem description: After finishing the lab, the student will practice:

Problem description: After finishing the lab, the student will practice: Lab 8: GUI After finishing the lab, the student will practice: Creating GUI with different controls Declaring event handler for different controls Problem description: Create Window Form Application for

More information

Definition of DATABASE : a usually large collection of data organized especially for rapid search and retrieval (as by a computer)

Definition of DATABASE : a usually large collection of data organized especially for rapid search and retrieval (as by a computer) What is a Database? da ta base noun \dā-tə-bās, da- also dä-\ Definition of DATABASE : a usually large collection of data organized especially for rapid search and retrieval (as by a computer) Components

More information

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill

Chapter 10. Database Applications The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Chapter 10 Database Applications McGraw-Hill 2010 The McGraw-Hill Companies, Inc. All rights reserved. Chapter Objectives Use database terminology correctly Create Windows and Web projects that display

More information

PLATFORM TECHNOLOGY UNIT-4

PLATFORM TECHNOLOGY UNIT-4 VB.NET: Handling Exceptions Delegates and Events - Accessing Data ADO.NET Object Model-.NET Data Providers Direct Access to Data Accessing Data with Datasets. ADO.NET Object Model ADO.NET object model

More information

Connection Example. Document ID : Connection_Example.PDF Author : Michele Harris Version : 1.1 Date :

Connection Example. Document ID : Connection_Example.PDF Author : Michele Harris Version : 1.1 Date : Connection Example Document ID : Connection_Example.PDF Author : Michele Harris Version : 1.1 Date : 2009-06-19 page 1 Table of Contents Connection Example... 2 Adding the Code... 2 Quick Watch myconnection...

More information

https://asd-pa.perfplusk12.com/admin/admin_curric_maps_display.aspx?m=5516&c=619&mo=18921&t=192&sy=2012&bl...

https://asd-pa.perfplusk12.com/admin/admin_curric_maps_display.aspx?m=5516&c=619&mo=18921&t=192&sy=2012&bl... Page 1 of 8 Units: - All - Teacher: ProgIIVisualBasicII, CORE Course: ProgIIVisualBasicII Year: 2012-13 Program Flow with Looping Structures When should you use the Do...Loop statement? What is meant by

More information

Microsoft ADO.NET 4 Step By Step (Step By Step Developer) By Tim Patrick READ ONLINE

Microsoft ADO.NET 4 Step By Step (Step By Step Developer) By Tim Patrick READ ONLINE Microsoft ADO.NET 4 Step By Step (Step By Step Developer) By Tim Patrick READ ONLINE New book: Microsoft ADO.NET 4 Step by Step - MSDN - Nov 07, 2010 We re pleased to announce that Tim Patrick s new book

More information

CSC 330 Object-Oriented

CSC 330 Object-Oriented CSC 330 Object-Oriented Oriented Programming Using ADO.NET and C# CSC 330 Object-Oriented Design 1 Implementation CSC 330 Object-Oriented Design 2 Lecture Objectives Use database terminology correctly

More information