Section 1 : Introductiontosoftwareprogrammingforbeginners

Lecture 1 About Certification

Section 2 : Complete C programming language for Absolute beginners

Lecture 1 Download and Installation of CodeBlocks IDE 00:05:57 Duration
Lecture 2 General Overview of CodeBlocks IDE 00:07:14 Duration
Lecture 3 Preprocessor Directives 00:06:41 Duration

Section 3 : Basic C programminglanguagesyntax

Lecture 1 Basic Syntax of C programming 00:05:54 Duration
Lecture 2 Comments in C programming 00:05:36 Duration
Lecture 3 Special Characters 00:06:47 Duration
Lecture 4 Custom Header Files 00:06:16 Duration

Section 4 : Variables in C programming language

Lecture 1 Variables 00:07:26 Duration
Lecture 2 Local Variables 00:03:39 Duration
Lecture 3 Global Variable 00:04:49 Duration

Section 5 : Accepting Inputs from Users in C programming

Lecture 1 Scanf 00:02:12 Duration
Lecture 2 User Input 00:07:59 Duration
Lecture 3 Shut down your Computer 00:06:33 Duration
Lecture 4 Get IP Address of your computer 00:03:47 Duration
Lecture 5 Find ASCII value 00:05:47 Duration

Section 6 : Maths Operators and Calculations in C programming

Lecture 1 Maths Operators 00:03:41 Duration
Lecture 2 Calculate inputs from user 00:05:45 Duration
Lecture 3 Area of a Circle 00:03:45 Duration
Lecture 4 Area of a Rectangle 00:03:45 Duration
Lecture 5 Area of Square 00:02:31 Duration
Lecture 6 Area of a Triangle 00:04:05 Duration
Lecture 7 Volume of a Cube 00:04:36 Duration
Lecture 8 Area of a Cylinder 00:03:41 Duration
Lecture 9 Volume of Sphere 00:05:55 Duration
Lecture 10 TypeCasting 00:04:32 Duration

Section 7 : Operators in C programming language

Lecture 1 Arithmetic Operators 00:07:41 Duration
Lecture 2 Relational Operators 00:10:47 Duration
Lecture 3 Logical Operators 00:08:47 Duration
Lecture 4 Bitwise Operator 00:08:12 Duration

Section 8 : Decision making statements in C programming language

Lecture 1 if Statement 00:04:01 Duration
Lecture 2 if else Statement 00:02:25 Duration
Lecture 3 else if Statement 00:05:35 Duration
Lecture 4 Nested if Statement 00:03:37 Duration
Lecture 5 Switch statement 00:09:52 Duration
Lecture 6 Nested switch Statement 00:04:38 Duration

Section 9 : Loop systems in C programming language

Lecture 1 while loop 00:03:10 Duration
Lecture 2 for loop 00:03:38 Duration
Lecture 3 do while loop 00:02:55 Duration
Lecture 4 Prime Numbers 00:10:05 Duration
Lecture 5 Break Statement 00:04:56 Duration
Lecture 6 Continue Statement 00:04:36 Duration
Lecture 7 Infinite loop 00:02:38 Duration

Section 10 : Common practices in C programming language

Lecture 1 Detect Even and Odd numbers 00:03:40 Duration
Lecture 2 Detect Vowels and Consonants 00:07:28 Duration
Lecture 3 Greatest of 3 Numbers 00:06:34 Duration
Lecture 4 Leap Year 00:04:09 Duration
Lecture 5 Create a Multiplication Table 00:03:58 Duration
Lecture 6 Reverse Numbers 00:04:23 Duration
Lecture 7 Build Simple Calculator 00:10:13 Duration
Lecture 8 Average of numbers 00:04:09 Duration
Lecture 9 Perfect Square 00:05:48 Duration
Lecture 10 Squares of N Numbers 00:04:18 Duration
Lecture 11 Square of number entered by user 00:02:30 Duration
Lecture 12 Check for Positive Number 00:04:54 Duration
Lecture 13 AlternativemethodtocheckforPositiveNumber 00:03:59 Duration
Lecture 14 Add first and last digit of a Number 00:05:01 Duration
Lecture 15 Factors of a Number 00:05:07 Duration

Section 11 : Functions and Arrays in C programming language

Lecture 1 Functions 00:06:17 Duration
Lecture 2 Arrays 00:06:29 Duration
Lecture 3 Reverse Numbers using Array 00:06:07 Duration
Lecture 4 Merge 2 Arrays 00:21:03 Duration
Lecture 5 Insert a new Element into an Array 00:11:12 Duration
Lecture 6 Delete an Element in an Array 00:09:21 Duration
Lecture 7 Find the Maximum Element in an Array 00:06:57 Duration
Lecture 8 Find the Minimum Element 00:07:59 Duration
Lecture 9 Average Numbers 00:08:58 Duration

Section 12 : Pointers in C programming language

Lecture 1 Pointer 00:06:06 Duration
Lecture 2 Null Pointer 00:03:49 Duration
Lecture 3 Pointer Increament 00:05:09 Duration
Lecture 4 Pointer Decreament 00:07:34 Duration
Lecture 5 String Variables in an Array 00:04:34 Duration
Lecture 6 Pointers to Pointers 00:05:36 Duration
Lecture 7 Pass functions to pointer 00:05:40 Duration
Lecture 8 Random number generator 00:06:27 Duration
Lecture 9 Return Random numbers 00:03:36 Duration
Lecture 10 How to Reverse Array without Pointer 00:10:26 Duration

Section 13 : StringsinC programming language

Lecture 1 Strings 00:07:32 Duration
Lecture 2 Strings 00:07:32 Duration
Lecture 3 String Functions 00:08:26 Duration
Lecture 4 Reverse String 00:03:27 Duration
Lecture 5 Find Length of String 00:04:47 Duration
Lecture 6 Sorting a String 00:07:55 Duration
Lecture 7 Remove spaces inbetween strings 00:07:11 Duration
Lecture 8 String Concatenation 00:03:44 Duration
Lecture 9 Convert from Uppercase to Lowercase 00:04:20 Duration
Lecture 10 Compare Strings 00:04:36 Duration
Lecture 11 Get the substring of a string 00:06:51 Duration

Section 14 : Pointers Structures and Unions in C programming language

Lecture 1 Structure 00:10:05 Duration
Lecture 2 Pointers to Structures 00:14:58 Duration
Lecture 3 Union 00:11:17 Duration
Lecture 4 Typedef 00:09:23 Duration
Lecture 5 define 00:04:25 Duration

Section 15 : File Input and Output in C programming language

Lecture 1 Input and Output 00:03:50 Duration
Lecture 2 gets and puts 00:03:56 Duration

Section 16 : Reading and Writing Filesin C programming language

Lecture 1 File Input and Output 00:10:47 Duration
Lecture 2 File Input and Output (Part 2) 00:05:48 Duration
Lecture 3 Delete a File 00:04:20 Duration
Lecture 4 Copy one file into another 00:10:08 Duration
Lecture 5 Copy more than one Files 00:09:33 Duration
Lecture 6 Print out source code 00:03:37 Duration

Section 17 : Error HandlinginCprogramminglanguage

Lecture 1 Error Handling 00:04:48 Duration

Section 18 : Complete C++programming language for Absolute beginners

Lecture 1 Introduction to C++ programming 00:12:20 Duration
Lecture 2 define constants (Part 1) 00:04:10 Duration
Lecture 3 define constant (Part 2) 00:05:29 Duration

Section 19 : Basic syntax in C++ programming language

Lecture 1 Comments 00:05:14 Duration
Lecture 2 Data Types 00:14:02 Duration
Lecture 3 Escape sequence 00:04:11 Duration
Lecture 4 Static storage class 00:06:01 Duration

Section 20 : Variables in C++ programming language

Lecture 1 Local Variables 00:11:38 Duration
Lecture 2 Global Variable 00:06:26 Duration

Section 21 : Accepting In puts from Users in C++ programming

Lecture 1 User Input 00:05:18 Duration
Lecture 2 How to accept strings from Users 00:03:04 Duration
Lecture 3 How to add 2 Numbers 00:04:38 Duration
Lecture 4 How to add n Numbers 00:06:43 Duration
Lecture 5 How to use maths operators 00:08:00 Duration

Section 22 : Operators in C++programming language

Lecture 1 Arithmetic Operator 00:06:27 Duration
Lecture 2 Relational Operators 00:10:41 Duration
Lecture 3 Logical Operator 00:08:05 Duration
Lecture 4 Bitwise Operator 00:09:25 Duration

Section 23 : Loop systems in C++programming language

Lecture 1 while Loop 00:02:26 Duration
Lecture 2 for loop
Lecture 3 do while loop 00:03:55 Duration
Lecture 4 Nested for loop 00:04:12 Duration
Lecture 5 Break Statement 00:03:35 Duration
Lecture 6 Continue Statement. 00:03:37 Duration
Lecture 7 goto Statement 00:04:05 Duration
Lecture 8 Infinite Loop 00:02:14 Duration

Section 24 : Decision making statements inC++ programming language

Lecture 1 if Statement 00:03:54 Duration
Lecture 2 if else Statement 00:03:59 Duration
Lecture 3 else if Statement 00:06:12 Duration
Lecture 4 Nested if Statement 00:03:39 Duration
Lecture 5 Switch Statement 00:07:29 Duration

Section 25 : Functions in C++programming language

Lecture 1 Multiple Functions 00:10:27 Duration
Lecture 2 Call a function by Value 00:06:46 Duration
Lecture 3 Call a function by Pointer 00:04:50 Duration
Lecture 4 About Proctor Testing
Lecture 5 Maths Operators 00:04:51 Duration
Lecture 6 Random number generation 00:04:14 Duration

Section 26 : Arrays in C++programming language

Lecture 1 Arrays 00:15:30 Duration
Lecture 2 Find maximum element in Array 00:08:21 Duration
Lecture 3 Find the minimum element in an Array 00:06:15 Duration
Lecture 4 Find first and last number in an Array 00:05:55 Duration
Lecture 5 Reverse Array Elements. 00:07:00 Duration
Lecture 6 Insert a new element into an Array. 00:09:04 Duration
Lecture 7 Delete an Element in Array 00:07:39 Duration
Lecture 8 Merge 2 Arrays 00:18:12 Duration
Lecture 9 Search for an Element in an Array 00:08:15 Duration
Lecture 10 Check for an ElementinanArrayusingRecursivefunctio 00:12:35 Duration
Lecture 11 Sort Array using Bubble 00:07:57 Duration
Lecture 12 Sort Arrays using Insertion 00:06:38 Duration
Lecture 13 Sort Arrays using Selection method 00:06:38 Duration
Lecture 14 Reverse numbers 00:03:51 Duration
Lecture 15 Reverse arrays of Numbers 00:05:13 Duration
Lecture 16 Multidimensional Arrays 00:08:03 Duration
Lecture 17 Pointer to Array 00:07:37 Duration
Lecture 18 Pass Arrays to functions 00:08:00 Duration
Lecture 19 Return Array from function 00:08:43 Duration

Section 27 : Strings in C++ programming language

Lecture 1 Strings 00:14:06 Duration
Lecture 2 String Classes 00:05:49 Duration
Lecture 3 Simple String Format 00:03:08 Duration
Lecture 4 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 5 Check for length of String using function 00:03:39 Duration
Lecture 6 Compare Strings using for loop 00:07:34 Duration
Lecture 7 Compare two Strings using Function 00:03:56 Duration
Lecture 8 Copy Strings 00:04:03 Duration
Lecture 9 Copy strings using strcpy 00:02:47 Duration
Lecture 10 Make concatenation us 00:06:05 Duration
Lecture 11 Concatenation using strcat 00:03:09 Duration
Lecture 12 Reverse a string using while loop 00:04:07 Duration
Lecture 13 Reverse a String using strrev 00:02:20 Duration
Lecture 14 Reverse Complete Sentence 00:06:48 Duration
Lecture 15 Check if a String is a Palindrome 00:05:15 Duration
Lecture 16 Convert from Uppercase to Lowercase 00:05:08 Duration
Lecture 17 Convert fromUppercasetoLowercaseusing strlwr 00:03:47 Duration
Lecture 18 ConvertfromUppercasetoLowercaseusingwhileloop 00:04:36 Duration
Lecture 19 Convert fromLowercasetoUppercaseusing strupr 00:02:26 Duration
Lecture 20 Remove vowels from string 00:07:36 Duration
Lecture 21 Frequency occurance of a Character 00:05:52 Duration
Lecture 22 Check Vowels and Consonants 00:05:05 Duration
Lecture 23 Get number ofVowels,Consonants,DigitsandWhitespace 00:12:34 Duration

Section 28 : Pointers in C++programming language

Lecture 1 Pointers 00:09:03 Duration
Lecture 2 Null pointer 00:01:52 Duration
Lecture 3 Increament a Pointer 00:05:52 Duration
Lecture 4 Decreament a Pointer 00:04:29 Duration
Lecture 5 Compare a Pointer. 00:05:08 Duration
Lecture 6 Arrays of Pointers 00:04:16 Duration
Lecture 7 String Arrays of Pointer 00:03:52 Duration
Lecture 8 Pointer to Pointer 00:04:07 Duration
Lecture 9 Reference 00:05:53 Duration
Lecture 10 Pass parameters by Reference 00:06:47 Duration

Section 29 : Dateand Time in C++programming

Lecture 1 Current Date and Time 00:05:38 Duration
Lecture 2 Time using Structure 00:08:52 Duration

Section 30 : BasicConversions in C++ programming language

Lecture 1 Convert from Binary to HexaDecimal 00:04:53 Duration
Lecture 2 C++ codereviewConvertfromBinarytoHexaDecimal
Lecture 3 Convert from Binary to Octal 00:03:57 Duration
Lecture 4 C++ code reviewConvertfromBinarytoOctal
Lecture 5 Convert from Binary to Decimal 00:04:09 Duration
Lecture 6 Convert from Decimal to Octal 00:04:09 Duration
Lecture 7 Convert from Decimal to Binary 00:03:34 Duration
Lecture 8 Convert from Decimal to Bitwise 00:05:33 Duration
Lecture 9 Convert from UppercasetoLowercaseusingwhileloop 00:04:37 Duration

Section 31 : Reading and Writing Files in C++programming language

Lecture 1 Write to a file. 00:07:31 Duration
Lecture 2 Read from a file 00:06:53 Duration

Section 32 : Complete C# programming language for Absolute beginners

Lecture 1 Download and Installation of Visual Studio 00:09:33 Duration
Lecture 2 Your first C# project 00:07:41 Duration
Lecture 3 Download andInstallationofVisualStudioCode 00:09:52 Duration

Section 33 : Basic syntaxinC#programminglanguage

Lecture 1 Baisc Syntax 00:10:30 Duration
Lecture 2 Variable 00:07:50 Duration
Lecture 3 Data Types 00:09:15 Duration
Lecture 4 Concatenation 00:04:50 Duration
Lecture 5 Comments 00:06:40 Duration
Lecture 6 Typecasting 00:05:09 Duration
Lecture 7 Date and Time 00:04:54 Duration
Lecture 8 User Input 00:08:55 Duration
Lecture 9 Enumerations 00:07:02 Duration

Section 34 : Operators in C#programminglanguage

Lecture 1 Arithmetic Operators 00:04:31 Duration
Lecture 2 Relational Operators 00:08:49 Duration
Lecture 3 Logical Operators 00:07:44 Duration
Lecture 4 Bitwise Operators 00:07:11 Duration
Lecture 5 Assignment Operators 00:06:59 Duration
Lecture 6 Get the Greatest of 3 Numbers 00:05:50 Duration

Section 35 : Decision making statementsinC#programminglanguage

Lecture 1 if Statement 00:04:03 Duration
Lecture 2 if else Statement 00:04:52 Duration
Lecture 3 How to use if else Statement 00:03:30 Duration
Lecture 4 else if Statement 00:03:30 Duration
Lecture 5 How to use else if Statement 00:03:38 Duration
Lecture 6 Nested if Statement 00:06:11 Duration
Lecture 7 Switch Statement 00:06:47 Duration

Section 36 : Loop systems in C# programming language

Lecture 1 While loop 00:04:06 Duration
Lecture 2 Create Multiplication Table using while loop 00:03:17 Duration
Lecture 3 for loop 00:04:51 Duration
Lecture 4 Create a Multiplication Table using for loop 00:03:08 Duration
Lecture 5 do while loop 00:03:10 Duration
Lecture 6 Create a multiplication Table using do whileLoop 00:03:27 Duration
Lecture 7 Nested for loop 00:05:05 Duration
Lecture 8 infinite loop 00:01:39 Duration
Lecture 9 Break Statement 00:03:18 Duration
Lecture 10 Continue Statement 00:03:38 Duration

Section 37 : Working with Numbers in C# programming language

Lecture 1 How to sum 2 Numbers 00:04:28 Duration
Lecture 2 Check for Even and Odd Numbers 00:05:01 Duration
Lecture 3 How to count 1s in number 00:08:35 Duration
Lecture 4 Find ASCII values of characters 00:03:00 Duration
Lecture 5 How to find a Leap year 00:03:53 Duration
Lecture 6 How to swap 2 Numbers 00:05:13 Duration
Lecture 7 Celsius to Fahrenheit 00:03:41 Duration

Section 38 : Methods in C# programming Language

Lecture 1 Methods 00:09:33 Duration
Lecture 2 Call methods with different classes 00:05:40 Duration
Lecture 3 How to pass parameter by value 00:07:31 Duration
Lecture 4 Pass parameter by Reference 00:05:22 Duration
Lecture 5 Pass parameter by Output 00:05:11 Duration

Section 39 : Strings in C# programming language

Lecture 1 String objects 00:15:26 Duration
Lecture 2 Compare Strings
Lecture 3 Substrings 00:04:05 Duration
Lecture 4 Get a Substring 00:06:03 Duration
Lecture 5 Join 2 Strings 00:06:06 Duration
Lecture 6 String Cases 00:04:05 Duration
Lecture 7 Get length of a String 00:03:04 Duration
Lecture 8 Reverse Numbers 00:05:06 Duration
Lecture 9 Count number of Words 00:05:06 Duration
Lecture 10 Check for Vowels and Consonants 00:04:13 Duration
Lecture 11 Count number of Vowels and Consonants 00:09:02 Duration
Lecture 12 Count numberofAlphabets,DigitsandSpecialCharacters 00:08:26 Duration
Lecture 13 Find a Substring 00:06:15 Duration

Section 40 : Structures in C#programming langauge

Lecture 1 Structures 00:07:27 Duration
Lecture 2 Methods and Structures 00:09:48 Duration
Lecture 3 Get Employee Data using Nested Structure 00:13:15 Duration
Lecture 4 Area of Rectangle using Structure 00:04:09 Duration
Lecture 5 Power of Number using Recursion 00:04:22 Duration
Lecture 6 Trigonometric Functions 00:06:32 Duration
Lecture 7 How to get square root 00:03:30 Duration
Lecture 8 How to get the cube root 00:03:07 Duration
Lecture 9 How to add 2 Dates 00:03:18 Duration
Lecture 10 How to add 2 Binary numbers 00:09:04 Duration
Lecture 11 How to sum 1-N Numbers 00:03:40 Duration

Section 41 : Object Oriented Programming(OOP) in C# programming language

Lecture 1 Classes 00:11:43 Duration
Lecture 2 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 3 Inheritance 00:06:35 Duration
Lecture 4 Multiple Inheritance 00:07:08 Duration
Lecture 5 How to use Static property 00:03:58 Duration
Lecture 6 How to use Static Constructor 00:07:47 Duration
Lecture 7 Single Cast Delegate 00:09:19 Duration
Lecture 8 Multiple Cast Delegate 00:11:07 Duration
Lecture 9 Anonymous Delegate 00:03:01 Duration
Lecture 10 Single Cast Delegate and Event 00:08:26 Duration
Lecture 11 Multicast Delegate and Event 00:09:25 Duration

Section 42 : Error Handling in C# programming language

Lecture 1 INTRODUCTION TO BRAINMEASURES PROCTOR SYSTEM

Section 43 : Reading and Writing Files in C# programming language

Lecture 1 File Input and Output 00:08:11 Duration

Section 44 : Common practices in C# programming language

Lecture 1 How to create a Fibonacci Series 00:04:47 Duration
Lecture 2 C# codereviewonHowtocreate aFibonacci Series
Lecture 3 How to detect a Prime Number 00:04:53 Duration
Lecture 4 C# code review on HowtodetectaPrimeNumber
Lecture 5 How to check for Palindrome 00:04:58 Duration
Lecture 6 C# code review on HowtocheckforPalindrome
Lecture 7 How to get factorial of a Number 00:03:32 Duration
Lecture 8 C# code review on How togetfactorialofaNumber
Lecture 9 How to check for Armstrong Numbers 00:05:26 Duration
Lecture 10 C# code review on How to checkforArmstrongNumbers
Lecture 11 How to Reverse Number 00:03:27 Duration
Lecture 12 C# code review on How to Reverse Number
Lecture 13 How to convert from Decimal to Binary 00:05:13 Duration
Lecture 14 C# code review on HowtoconvertfromDecimal to Binar
Lecture 15 How to create Alphabet Triangle 00:04:42 Duration
Lecture 16 C# code review on HowtocreateAlphabetTriangle
Lecture 17 How to convert Digits to Text 00:08:13 Duration
Lecture 18 C# code review on How toconvertDigitstoText
Lecture 19 How to CheckforduplicateelementsinanArray 00:13:01 Duration
Lecture 20 C# code review on How to Checkforduplicateelements
Lecture 21 How to Bubble Sort Array 00:06:08 Duration
Lecture 22 C# code reviewonHowtoBubble SortArray
Lecture 23 How to sort Array using Selection Sorting 00:11:18 Duration
Lecture 24 C# code reviewonHowtosortArrayusingSelection Sorti
Lecture 25 How to get LCM and GCD 00:06:25 Duration
Lecture 26 C# code eview on How toget LCM andGCD
Lecture 27 How to create Binary Triangle 00:04:09 Duration
Lecture 28 C# code review on HowtocreateBinaryTriangle
Lecture 29 How to create Rectangular pattern 00:02:32 Duration
Lecture 30 C# code review onHowtocreateRectanglar pattern
Lecture 31 How to create a Triangular pattern 00:04:09 Duration
Lecture 32 C# code review on How tocreate aTriangular pattern
Lecture 33 Simple Arithmetic Calculator 00:06:01 Duration
Lecture 34 C# code reviewforSimpleArithmeticCalculator

Section 45 : Complete Java programmingforAbsolutebeginners

Lecture 1 Download and Installation of JDK 00:09:19 Duration
Lecture 2 Download Eclipse IDE 00:06:04 Duration
Lecture 3 First Java Project 00:08:32 Duration

Section 46 : Basic syntax in Java programming language

Lecture 1 Data Types in Java 00:09:57 Duration
Lecture 2 Concatenation 00:04:33 Duration
Lecture 3 Comment 00:04:09 Duration
Lecture 4 Arrays 00:10:22 Duration
Lecture 5 Keywords in Java 00:04:39 Duration
Lecture 6 Enumeration 00:05:34 Duration
Lecture 7 User Input 00:05:04 Duration
Lecture 8 Date and Time 00:02:27 Duration

Section 47 : Decision making statements in Java programming language

Lecture 1 If Statement 00:03:17 Duration
Lecture 2 If Else Statemnet 00:02:44 Duration
Lecture 3 If Else If Else Statement 00:04:51 Duration

Section 48 : Loop systems in Java programming language

Lecture 1 While Loop 00:04:45 Duration
Lecture 2 For Loop 00:02:37 Duration
Lecture 3 Enhanced For Loop 00:03:31 Duration
Lecture 4 DoWhile Loop 00:03:58 Duration
Lecture 5 Break Statement 00:03:28 Duration
Lecture 6 Continue Statement 00:02:25 Duration
Lecture 7 Nestedif Statement 00:03:02 Duration

Section 49 : Operators in Java programming language

Lecture 1 Arithmetic Operator 00:03:41 Duration
Lecture 2 Logical Operators 00:03:43 Duration
Lecture 3 Conditional Operator
Lecture 4 Instance of operator 00:02:06 Duration

Section 50 : Methods in Java programming language

Lecture 1 Numbers in Java 00:03:51 Duration
Lecture 2 Compare to method 00:03:05 Duration
Lecture 3 Equals to Method 00:03:40 Duration
Lecture 4 ToString Method 00:02:06 Duration
Lecture 5 ValueOf Method 00:03:55 Duration
Lecture 6 ParseTo Method 00:02:26 Duration
Lecture 7 Absolute Method 00:02:00 Duration
Lecture 8 Ceil Method 00:01:47 Duration
Lecture 9 Floor Method 00:02:16 Duration
Lecture 10 Rint Method 00:01:50 Duration
Lecture 11 Round Method 00:02:03 Duration
Lecture 12 Maximum Method 00:01:47 Duration
Lecture 13 Minimum Method 00:01:36 Duration
Lecture 14 Exponential Method 00:02:12 Duration
Lecture 15 Logrithm Method 00:02:15 Duration
Lecture 16 Boxing and Unboxing Numbers 00:03:25 Duration
Lecture 17 Power Method 00:02:45 Duration
Lecture 18 Square Root Method 00:03:02 Duration
Lecture 19 Sine Method 00:03:17 Duration
Lecture 20 Cosine Method 00:02:21 Duration
Lecture 21 Tangent Method 00:03:05 Duration
Lecture 22 ArcSine Method 00:02:36 Duration
Lecture 23 ArcCosine Method 00:02:25 Duration
Lecture 24 ArcTangent Method 00:01:43 Duration
Lecture 25 Random Method 00:02:19 Duration
Lecture 26 Degree Method 00:01:21 Duration
Lecture 27 Radian Method 00:01:29 Duration

Section 51 : String Methods in Java programming language

Lecture 1 Letter Method 00:02:22 Duration
Lecture 2 Digit Method 00:02:56 Duration
Lecture 3 Whitespace Method 00:02:16 Duration
Lecture 4 Uppercase Method 00:02:03 Duration
Lecture 5 Lowercase Method 00:02:03 Duration
Lecture 6 ToUpper Method 00:01:30 Duration
Lecture 7 ToLowercase Method 00:01:13 Duration
Lecture 8 String Buffer Append Method 00:03:13 Duration
Lecture 9 String Buffer Reverse Method 00:02:24 Duration
Lecture 10 String Buffer Delete Method 00:03:53 Duration
Lecture 11 String Buffer Insert Method 00:02:48 Duration
Lecture 12 String Buffer Replace Method 00:03:24 Duration
Lecture 13 String Length Method 00:02:29 Duration
Lecture 14 CharAt Method 00:01:59 Duration
Lecture 15 String Concate Method 00:02:23 Duration

Section 52 : Object Oriented Programming(OOP)inJava programming language

Lecture 1 Objects 00:06:41 Duration
Lecture 2 Class 00:05:12 Duration
Lecture 3 Object Oriented Programming Concept 00:08:59 Duration
Lecture 4 Method 00:05:55 Duration
Lecture 5 Method Overriding 00:04:52 Duration
Lecture 6 Constructor 00:05:14 Duration
Lecture 7 Multilevel Inheritance 00:04:49 Duration
Lecture 8 Interface 00:03:19 Duration
Lecture 9 Abstraction 00:04:53 Duration
Lecture 10 This 00:03:52 Duration

Section 53 : Error Handling in Java programming language

Lecture 1 Exception Handling 00:08:59 Duration

Section 54 : Introduction toGraphicalUserInterface(GUI)inJava programming

Lecture 1 Setup of window builder 00:07:29 Duration
Lecture 2 Your-first-Java-GUI-project 00:19:10 Duration
Lecture 3 Simple Calculations in Java GUI 00:15:07 Duration
Lecture 4 Simple Clock in Java GUI 00:15:59 Duration
Lecture 5 Simple Calculator (Part 1) 00:18:56 Duration
Lecture 6 Simple Calculator (Part 2) 00:07:36 Duration
Lecture 7 Simple Calculator (Part 3) 00:13:22 Duration
Lecture 8 Simple Calculator (Part 4) 00:11:30 Duration

Section 55 : Complete JavaFX programming for absolute beginners

Lecture 1 How to setup JavaFX in eclipse 00:05:21 Duration
Lecture 2 Your First JavaFX Project 00:12:57 Duration
Lecture 3 How to use Lambda expression in JavaFX 00:07:37 Duration
Lecture 4 Download andInstallationofScene Builderin JavaFX 00:07:46 Duration
Lecture 5 Your first projectusingSceneBuilderinJavaFX 00:08:13 Duration
Lecture 6 How to add MainController class in JavaFX 00:09:14 Duration
Lecture 7 How to work withLabelinJavaFXwithSceneBuilde 00:07:27 Duration
Lecture 8 How to Style withCSSinJavaFX 00:14:54 Duration
Lecture 9 How to use CSS reference Documentation 00:04:41 Duration
Lecture 10 How to work with ComboBox in JavaFX 00:16:33 Duration
Lecture 11 How to add Action Event in ComboBox 00:06:56 Duration
Lecture 12 How to add more features to ComboBox 00:05:51 Duration
Lecture 13 How to use FXCollections in ComboBoX 00:06:24 Duration
Lecture 14 How to create a ListView in JavaFX 00:04:28 Duration
Lecture 15 How to add more items to the ListView 00:01:50 Duration
Lecture 16 How to printout ListView items 00:03:42 Duration
Lecture 17 HowtocreateListViewusingFXCollectionsin JavaFX 00:03:26 Duration
Lecture 18 How to create a TreeView in JavaFX 00:15:35 Duration
Lecture 19 How to add sub-Nodes in TreeView 00:15:27 Duration
Lecture 20 How to add icons in TreeView 00:08:18 Duration
Lecture 21 How to add MouseClick Event in TreeView 00:07:17 Duration
Lecture 22 How to create a File Chooser 00:22:30 Duration
Lecture 23 How to filter files in File Chosser 00:04:42 Duration
Lecture 24 How to select Multiple files in File Chooser 00:04:27 Duration
Lecture 25 How to use JavaFX properties 00:27:53 Duration
Lecture 26 How to createProgressBar andProgressIndicator 00:12:08 Duration
Lecture 27 How to create a slider withTextField 00:12:21 Duration
Lecture 28 How to create MenuBar in JavaFX 00:12:55 Duration
Lecture 29 How to use CheckBoxes in JavaFX 00:15:34 Duration
Lecture 30 How to create Radio Button in JavaFX 00:12:05 Duration
Lecture 31 How to create a TableView in JavaFX 00:28:04 Duration
Lecture 32 How to createDateandTimeusingDatePicker 00:09:30 Duration
Lecture 33 How to use WebView in JavaFX 00:21:02 Duration
Lecture 34 How to build a PieChart in JavaFX 00:16:25 Duration
Lecture 35 How to add MouseClick Event to PieChart 00:08:05 Duration
Lecture 36 How to create LineChart in JavaFX 00:16:12 Duration
Lecture 37 How to add Multiple Lines to LineChart 00:05:49 Duration
Lecture 38 How to add MouseClick Event to LineChart 00:10:19 Duration
Lecture 39 How to create a Tooltip in LineChart 00:04:07 Duration
Lecture 40 How to work with MediaPlayer in JavaFX 00:20:09 Duration
Lecture 41 How to add controls to Media PlayerinJavaFX 00:16:21 Duration
Lecture 42 How to addvolume control toMedia Playerin JavaFX 00:07:47 Duration
Lecture 43 How to Build asimpleCalculatorinJavaFX 00:15:30 Duration
Lecture 44 How to create a ModelView for Calculator 00:07:37 Duration
Lecture 45 How to createaContrroller ClassforCalculato 00:18:12 Duration
Lecture 46 How to create a simple Login Page in JavaFX 00:17:48 Duration
Lecture 47 How to open a Second Form in Login Page 00:07:18 Duration
Lecture 48 How to add Images to Login Page 00:08:34 Duration
Lecture 49 How to create SQlite Database in FirefoxforJavaFXD 00:11:57 Duration
Lecture 50 How to create Tables in Database 00:12:02 Duration
Lecture 51 How to create classes for Database 00:06:04 Duration
Lecture 52 How to connecttoDatabaseusingconnection class 00:08:11 Duration
Lecture 53 How toconnect toConnectionClassfromLogin Model 00:05:46 Duration
Lecture 54 How to successfullygetresultsfromyourDatabaseconne 00:15:16 Duration
Lecture 55 How to createaLoginpageforStudentsPortal 00:21:50 Duration
Lecture 56 How to open DatabaseTableinStudentsPortal 00:26:15 Duration
Lecture 57 How to autoclose Login Page 00:06:13 Duration
Lecture 58 How topopulateStudentsData on theTable (Part 1) 00:09:22 Duration
Lecture 59 How topopulateStudentsData on theTable (Part 2) 00:24:50 Duration
Lecture 60 How to add NewStudentsDataintoyourDatabase 00:12:34 Duration
Lecture 61 How to clear TextFields in Database 00:09:50 Duration
Lecture 62 Assignment to improve your Javaprogrammingskills 00:08:21 Duration
Lecture 63 Official Java Bonus Lecture for beginners 00:10:10 Duration

Section 56 : CommonJava programming projects for beginners

Lecture 1 Project 1. Hello World 00:03:58 Duration
Lecture 2 Java code review for Hello World
Lecture 3 Project 2. PrintWriter 00:03:12 Duration
Lecture 4 Java code review for PrintWriter
Lecture 5 Project 3. Basic Arithmetic Calculators 00:05:26 Duration
Lecture 6 Java code reviewforBasicArithmeticCalculators
Lecture 7 Project 4. User Input 00:06:45 Duration
Lecture 8 Java code review for User Input
Lecture 9 Project 5. Date and Time 00:09:59 Duration
Lecture 10 Java code review for Date and Time
Lecture 11 Project 6. Swapping two different values 00:12:13 Duration
Lecture 12 Java code reviewforswappingtwodifferentvalues
Lecture 13 Project 7. Method Overloading 00:09:10 Duration
Lecture 14 Java code review for Method Overloading
Lecture 15 Project 8. String Overloading 00:07:10 Duration
Lecture 16 Java code review for String Overloading
Lecture 17 INTRODUCTION TO BRAINMEASURES PROCTOR SYSTEM
Lecture 18 Java code review for Method Overriding
Lecture 19 About Certification
Lecture 20 Java code reviewforUseofFinal Keywordas a variable
Lecture 21 About Proctor Testing
Lecture 22 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 23 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 24 Java code review for Use of finalizedkeyword
Lecture 25 Project 13. Static Variable 00:06:31 Duration
Lecture 26 Java code rveview for Static variable
Lecture 27 Project 14. Program for Interface 00:22:19 Duration
Lecture 28 Java code review for Interface
Lecture 29 Project 15. Super class 00:12:56 Duration
Lecture 30 Java code review for super class
Lecture 31 Project 16. How to use This keyword 00:04:30 Duration
Lecture 32 Java code review for This keyword
Lecture 33 Project 17. Print numbers in Matrix Formart 00:13:12 Duration
Lecture 34 Java codereviewforPrintnumbers inMatrix format
Lecture 35 Project 18. Matrix Addition 00:22:16 Duration
Lecture 36 Java code review for Matrix Addition
Lecture 37 Project 19. Matrix Subtraction 00:17:32 Duration
Lecture 38 Java code review for Matrix Subtraction
Lecture 39 Project 20. Matrix Multiplication. 00:17:36 Duration
Lecture 40 Java code review for Matrix Multiplication
Lecture 41 Project 21. Triangular Pattern (1) 00:04:17 Duration
Lecture 42 Java code reviewforTriangularPatter(1)
Lecture 43 Project 22. Triangular Pattern (2) 00:03:37 Duration
Lecture 44 Java code reviewforTriangular Patter (2)
Lecture 45 Project 23. Triangular Pattern (3) 00:02:49 Duration
Lecture 46 Java code review for Triangular Patter (3)
Lecture 47 Project 24. Triangular Pattern (4) 00:02:32 Duration
Lecture 48 Java code review for Triangular Pattern (4)
Lecture 49 Project 25. Paschal Triangle 00:11:37 Duration
Lecture 50 Java code review for Paschal Triangle
Lecture 51 Project 26. Floyds Triangle 00:01:24 Duration
Lecture 52 Java code review for Floyds Triangle
Lecture 53 Project 27. Multiplication Table 00:06:27 Duration
Lecture 54 Java code review for Multiplication Table
Lecture 55 Project 28. Area of a Triangle 00:05:45 Duration
Lecture 56 Java code review for Area of a Triangle
Lecture 57 Project 29. HowtodetectlargestNumberinputfromauser 00:07:45 Duration
Lecture 58 Java code review on How to detectlargestNumber inp
Lecture 59 Project 30. UseofmathsoperatorsforCalculator 00:13:59 Duration
Lecture 60 Java code review for Use of mathsoperatorsforCalcu
Lecture 61 Project 31. A programforcalculatingFactorial 00:08:02 Duration
Lecture 62 Java code review for calculating Factorial
Lecture 63 Project 32. A programtodetermineStudent_sgrade 00:08:49 Duration
Lecture 64 Java code reviewtodetermineStudent'sgrade
Lecture 65 Project 33. DetectNegativeandPositiveNumbers from 00:03:56 Duration
Lecture 66 Java code review to Detect NegativeandPositiveNumb
Lecture 67 Project 34. DetectEvenandOddNumbers 00:03:51 Duration
Lecture 68 Java code review to DetectEvenamdOddNumbers

Section 57 : Complete Python programming language for Absolte beginners

Lecture 1 Download and Installation of Python Shell 00:04:48 Duration
Lecture 2 Your first PythonprogramusingPythonShell 00:04:16 Duration
Lecture 3 Comments in Python 00:05:58 Duration
Lecture 4 Download and Installation of PyCharm 00:11:09 Duration
Lecture 5 How to use PyCharmcommunityeditionforPythonprogram 00:10:28 Duration

Section 58 : Basic syntax in Python programming language

Lecture 1 Variables in Python 00:06:39 Duration
Lecture 2 Strings and Variables in Python 00:06:14 Duration
Lecture 3 Accepting input from users in Python
Lecture 4 Operators in Python 00:07:08 Duration
Lecture 5 How to prevent auto-close in Python Shell 00:08:52 Duration

Section 59 : Decision making statements in Python programming language

Lecture 1 If statement 00:03:44 Duration
Lecture 2 if else statement 00:04:25 Duration
Lecture 3 elif statement in python 00:06:05 Duration

Section 60 : Loop systems in Python programming language

Lecture 1 For loop in Python 00:08:55 Duration
Lecture 2 while loop in Python 00:07:12 Duration
Lecture 3 Break Statement in Python 00:06:14 Duration
Lecture 4 Continue Statement 00:03:23 Duration
Lecture 5 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS

Section 61 : List Tuple and Dictionary in Python programming language

Lecture 1 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 2 List [ ] methods in Python 00:12:46 Duration
Lecture 3 Tuples in Python 00:05:54 Duration
Lecture 4 Dictionaries in Python 00:07:34 Duration

Section 62 : Functions and Module in Python programming language

Lecture 1 Functions in Python 00:05:28 Duration
Lecture 2 Modules in Python 00:05:29 Duration
Lecture 3 User define functions in Python 00:12:01 Duration
Lecture 4 User define functions with argument 00:04:52 Duration
Lecture 5 Round of Modules and Functions 00:11:49 Duration
Lecture 6 Time Module in Python 00:06:55 Duration
Lecture 7 Example of Time module in Python 00:09:20 Duration
Lecture 8 Multiplication table in Python 00:03:09 Duration

Section 63 : Common practices in Python programming language (Part 1)

Lecture 1 Multiplication tablebasedonusersdemand 00:05:30 Duration
Lecture 2 Print multiplication table with user_s click 00:04:35 Duration
Lecture 3 How to detect Vowels and Consonants 00:05:04 Duration
Lecture 4 How to get maximumandminimumnumberfromuser 00:06:34 Duration
Lecture 5 How to get theminimumnumberfromauser 00:03:08 Duration
Lecture 6 How to find even and odd number 00:04:32 Duration
Lecture 7 How to create a calendar 00:03:58 Duration
Lecture 8 How to authenticate a Password 00:07:16 Duration

Section 64 : Reading and Writing FilesinPython programming language

Lecture 1 How to write to file 00:03:50 Duration
Lecture 2 How to read from file 00:02:46 Duration
Lecture 3 How to rename a file 00:04:20 Duration
Lecture 4 How to remove a file from your system 00:02:20 Duration
Lecture 5 How to create a folde 00:03:23 Duration
Lecture 6 How to remove a folder from its directory 00:01:19 Duration
Lecture 7 Remove - INTRODUCTION TO BRAINMEASURES PROCTOR SYS
Lecture 8 Print formatting 00:08:38 Duration
Lecture 9 Function format 00:11:23 Duration

Section 65 : Object OrientedProgramming(OOP)inPython programming language

Lecture 1 Class
Lecture 2 Constructor Method 00:05:10 Duration
Lecture 3 Inheritance 00:06:27 Duration
Lecture 4 Overloading 00:12:25 Duration

Section 66 : Introduction to GraphicalUserInterface(GUI)inPythonprogrammi

Lecture 1 Your first Python GUI application 00:04:24 Duration
Lecture 2 How to choose GUI sizes and positions 00:05:48 Duration

Section 67 : WorkingwithLabels in PythonGUI

Lecture 1 How to add labels to GUI window 00:04:52 Duration
Lecture 2 How to change label positions 00:08:54 Duration

Section 68 : Working with Buttonsin PythonGUI

Lecture 1 How to add button to your GUI application 00:05:38 Duration
Lecture 2 How to add function to a button 00:08:03 Duration
Lecture 3 How to create a text box 00:07:29 Duration
Lecture 4 How to createmultipleGUIsinoneprogram 00:10:01 Duration

Section 69 : Working with Menus in Python GUI

Lecture 1 How to add Menu to window 00:04:30 Duration
Lecture 2 How to add menu items to Menu 00:05:11 Duration
Lecture 3 How to add functionality to menu item 00:03:51 Duration