BCA Raipur - BCA Notes S-1

Post your notes and other just by mailing us at bcaraipur@live.com

google search

Popular Posts


Welcome to BCA Notes

>>>>>>>>>>>>>>>>

Visitors

Search This Blog

Blogger templates

Visitor Map


Sunday, 31 May 2015

Computer Graphics Notes Part-I

   1. What is Computer Graphics? ●       Creation, Manipulation, and Storage of geometric objects (modeling) and their images (rendering) ●       Display those images on screens or hard copy devices ●       Image processing ●       Others: GUI, Haptics, Displays (VR)...    2. What drives computer graphics? ●       Game Industry –        The...

Friday, 29 May 2015

Array in Vb.net

Array:- An array stores a fixed-size sequential collection of elements of the same type. An array is used to store a collection of data, but it is often more useful to think of an array as a collection of variables of the same type. All arrays consist of contiguous memory locations. The lowest address corresponds to the first element and the highest address to the last element. Creating Arrays in VB.Net To declare an array in VB.Net,...