- 69
- 13 014
sir mushtaq
Pakistan
Приєднався 17 жов 2011
Computer science O Level 2210/IGCSE 0478 and A Levels new syllabus 9618 also ICT 0417 and IT 9626 notes contains supporting videos specially for those people who don't have access to reliable resources.
i also provide private coaching in small groups, one-to-one and online as well. Contact 03125275281
face to face classes are only available in Islamabad.
For notes and Help
sirmushtaq.com/
i also provide private coaching in small groups, one-to-one and online as well. Contact 03125275281
face to face classes are only available in Islamabad.
For notes and Help
sirmushtaq.com/
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.
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.
1-Introduction to algorithm and methods
Переглядів 1849 місяців тому
1-Introduction to algorithm and methods
creating logic circuit and logic expression from truth table
Переглядів 517Рік тому
creating logic circuit and logic expression from truth table