Department of BCA has following well-equipped laboratories

Visual Basics Lab

“Create your own visual style. Let it be unique for yourself and yet identifiable for others.” as said by Orson Welles.
Programming means designing a set of instructions to instruct the computer to carry out certain jobs that are very much faster than human beings can do. A machine can understand only binary language i.e. 010101010….which becomes difficult for a human being to retain. As a matter of the fact, our scientists have invented some high-level programming languages that are much easier to learn and remember. Among the high-level programming languages are Java, JavaScript, C, C++, c# and Visual Basic.

Our department BCA has included the study of these languages, as students are already aware of basic fundamental languages in the beginning. We have included VISUAL BASIC language in our final year in order to increase their creativity and imagination power.
Visual Basic is a third-generation event-driven programming language first released by Microsoft in 1991.It is a user-friendly programming language designed for beginners, and it enables anyone to develop GUI (Graphical User Interface) window applications easily.
We start our course with an introduction of how and why Visual Basic was evolved. We provide them a brief history of language & its flavor and application in coming trend. Before going into the programming part we make sure that they are familiar with how to install the software on their PC’s and make them aware of its IDE (Integrated Development Environment). Next step is to enlighten them about each and every basic concept of the language.
As Form is the primary building block of a Visual Basic application and a single application can contain a number of Forms. But as beginners, we first focus on developing an application with a single form. It’s the beauty of VB to provide drag and drop feature. Students are taught about the different elements of Form, controls like text box, label, buttons, radio button, List, combo box etc. which can be used& their properties which help in developing console and web applications which can be built in a minute by just dragging and dropping the component where ever one wants. We give them the freedom to express their own thoughts and functionality to Forms by making their interface more attractive and interactive.

Once the student becomes master in making different forms and architecture, in next session we make them aware about the different programming structure and code to give life to their Front-end project. Various data types, arrays, structures, loops, and conditions are taught which help them to actually make it an event-driven.
We at Department of Bachelors of Computer Application make sure that our student attending these Labs not only gets equipped with all necessary information but also able to utilize this knowledge in their day to day lives by developing up real-life projects.
We do not stop just by teaching them constructs; we make them use it in their day to day lives in form of Projects. Students develop various applications and projects using Visual Basic like inventory management system, Amortization Calculator, investments calculator, point-of-sale system, payroll system, accounting program and more to help manage our business and increase productivity. Fun loving students can implement various Games, video player, music player etc