sir mushtaq
sir mushtaq
  • 69
  • 13 014
Binary Search vb net
binary search is different from linear search,in linear search item to be search is compared with each element of array in turn.while in binary search array elements mush be sorted.when array is sorted then this will be more quicker and efficient than linear search.
Переглядів: 8

Відео

Procedures Basics
Переглядів 94 години тому
you will learn how to difine and call procedures.we can also call them using menues,procedures and functions perform a specific task,function returns a value to calling program while procedure does not return.
Basics of pseudo code
Переглядів 177 годин тому
You will learn about variables
Program development life cycle
Переглядів 89 годин тому
different stages of PDLC including Analysis,Design,Coding and Testing are explained.
Reading lines from text file VB
Переглядів 814 годин тому
reading known and unknown number of lines from a text file.for..next loop is used when number of lines are already known and peek() method is used when number of lines are not known.
Writing /Creating text file
Переглядів 1116 годин тому
in this video you will learn how to create a text file and how to enter data in text file. for this we need to import a name space system.io which includes streamwriter class.
Random Number VB
Переглядів 816 годин тому
you will learn how to generate a random number between a given range of numbers. we created an instance of random class and accessed methods associated with it. we also declared an array and stored random numbers in array.
Linear search VB
Переглядів 1614 днів тому
linear search uses arrays with values and user enters a value to search linearly in array by comparing each element of array with user input,if value is found then increment counter.after the loop output whether number was found in array,output not found if number is not in array.
String handling VB
Переглядів 1814 днів тому
you will learn about the built-in function in VB related to strings.it includes left,right,mid,chr,ascii,toupper,tolower,length etc
2D Array VB
Переглядів 914 днів тому
learn to declare 2D array,how to to input and then output all the values stored in 2D arrays,we have to use two loops to display all values in each row and column.
1D Array in VB
Переглядів 1214 днів тому
in visual basic console mod, you will learn how to declare an array and how to input values in array using loop.you will also learn how to output all values which were stored at the start of program.
vb beginners
Переглядів 4214 днів тому
This video consists of basic syntax about vb console mode.you will learn how to declare variables, how to write output and input statements,how to use decision and loops.
6 pseudocode 2D array
Переглядів 2758 місяців тому
2D arrays use two dimensions to access each element, it also stores data temporarily but unlike 1D array, it stores data in tabular form. To access each element, we use nested loops.
5 pseudocode 1d array
Переглядів 1658 місяців тому
one dimensional array or 1D array is a structure of data items which have same data type.it uses an identifier name and an index to access any array element.to populate array with values, we often use loop. Array store multiple values temporarily during program execution. arrays are used in searching, sorting etc.
4 pseudocode
Переглядів 648 місяців тому
explanation of how to declare a variable and setting up its data type. Difference between variables and constants. how to set a constant and using it. how values are assigned to a variable.
3 pseudocode building blocks
Переглядів 648 місяців тому
3 pseudocode building blocks
2-pseudocode rules
Переглядів 688 місяців тому
2-pseudocode rules
1-Introduction to algorithm and methods
Переглядів 1849 місяців тому
1-Introduction to algorithm and methods
oct nov 18 p12 till q4
Переглядів 82Рік тому
oct nov 18 p12 till q4
creating logic circuit and logic expression from truth table
Переглядів 517Рік тому
creating logic circuit and logic expression from truth table
denary to hexa
Переглядів 1362 роки тому
denary to hexa
hexa to denary
Переглядів 2242 роки тому
hexa to denary
2D arrays
Переглядів 382 роки тому
2D arrays
trace table1
Переглядів 1032 роки тому
trace table1
codes staring with 1,2 or 3
Переглядів 332 роки тому
codes staring with 1,2 or 3
assembly language instruction 2
Переглядів 672 роки тому
assembly language instruction 2
assembly language instructions part 1
Переглядів 622 роки тому
assembly language instructions part 1
one-dimensional arrays
Переглядів 612 роки тому
one-dimensional arrays
maximum and minimum
Переглядів 242 роки тому
maximum and minimum
how many numbers were even and odd
Переглядів 342 роки тому
how many numbers were even and odd