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
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
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
Section 56 : CommonJava programming projects for beginners
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 |