- Видео 387
- Просмотров 394 063
Fakhar STEM Sphere
Пакистан
Добавлен 20 мар 2022
I'm Fakhar Abbas, Lecturer at FAST-NUCES Islamabad Campus. I graduated from FAST University.
With 13 years of teaching experience, I've launched this channel to help students in completing their computing or engineering or Mathematics degrees with high CGPA and a highly demanded skills.
STEM, which stands for Science, Technology, Engineering, and Mathematics, is at the core of our focus.
The main playlists I've planned for this channel will be PF, OOP, DSA, DLD, COAL, OS, Calculus, Linear Algebra, Diff. Eqns., Discrete Math, MATLAB, Probability, and many more.
Additionally, I'll provide guidance to students on entry test exams and admissions for various universities like FAST, NUST, GIKI, COMSATS, UET, and others.
Find me at 👇
fakhar.abbas@nu.edu.pk | fakhar.fast@gmail.com for more information!
With 13 years of teaching experience, I've launched this channel to help students in completing their computing or engineering or Mathematics degrees with high CGPA and a highly demanded skills.
STEM, which stands for Science, Technology, Engineering, and Mathematics, is at the core of our focus.
The main playlists I've planned for this channel will be PF, OOP, DSA, DLD, COAL, OS, Calculus, Linear Algebra, Diff. Eqns., Discrete Math, MATLAB, Probability, and many more.
Additionally, I'll provide guidance to students on entry test exams and admissions for various universities like FAST, NUST, GIKI, COMSATS, UET, and others.
Find me at 👇
fakhar.abbas@nu.edu.pk | fakhar.fast@gmail.com for more information!
Complete Candy Crush Game in Assembly Language with Source Code given in the Pinned Comment
🔶🔷 In this video, I have provided the source code of Candy Crush Game in the Assembly Language. You can find the source code from the Pinned Comment.
Timestamps:
0:00 Candy Crush Game in Assembly Language
0:26 Candy Crush Project Pioneers
0:37 Candy Crush Files Explained
1:05 How to run Candy Crush Game
1:50 How to play Candy Crush
4:26 Viewing Score after finishing the game
5:13 Viewing the Source Code of Candy Crush Game in the Assembly Languge
✅ The Channel link is below 👇👇👇
👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw
🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help.
🔗📎The link of this video can be found here 👇👇👇
👉 [ ruclips.net...
Timestamps:
0:00 Candy Crush Game in Assembly Language
0:26 Candy Crush Project Pioneers
0:37 Candy Crush Files Explained
1:05 How to run Candy Crush Game
1:50 How to play Candy Crush
4:26 Viewing Score after finishing the game
5:13 Viewing the Source Code of Candy Crush Game in the Assembly Languge
✅ The Channel link is below 👇👇👇
👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw
🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help.
🔗📎The link of this video can be found here 👇👇👇
👉 [ ruclips.net...
Просмотров: 115
Видео
PF Lecture 44 | Return Keyword inside functions | Function Returning A Value
Просмотров 6019 часов назад
🔶🔷 In this video, I have covered how to use return keyword inside function like using return inside a void function and how functions return a value using return keyword. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be ...
DLD Lec # 24 | Carry Look Ahead Adder | CLA Adder Complete Derivation
Просмотров 542 часа назад
🔶🔷 In this video, I have covered Carry Look Ahead Adder in depth where I have delivered CLA complete derivation. First of all, I have discussed the issue of carry propagation in ripple carry adder which results in propagation delay due to dependency upon previous stage carry. Carry look ahead (CLA) adder removes the dependency on previous stage carry and add extra combination circuit to compute...
PF Lecture # 43 | Functions in C++ | What is the Output of the following Code Snippet?
Просмотров 514 часа назад
🔶🔷 In this video, I have covered a quiz on functions. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be found here 👇👇👇 👉 [ ruclips.net/video/Pomb16tNVjI/видео.html ] 🔉📣📢🔊Important Playlists: 🔴🟠🟡🟢 🔻 Computer Organization &...
Functions in C++ | Function Prototype | Function Definition | Function Call
Просмотров 647 часов назад
🔶🔷 In this video, I have discussed functions in C . What are functions? Why do we use functions? How to to define a function? What is function prototype and how to call a function Timestamps: 0:00 What is a function? Advantages of Functions 1:00 Outline of this Lecture 1:13 main() function 2:24 Function Definition 5:03 Function Call 12:16 Function Prototype ✅ The Channel link is below 👇👇👇 👉 ruc...
Programming Fundamentals | Lecture 41 | 2D Arrays | Initialization | Input , Output & Memory View
Просмотров 10612 часов назад
🔶🔷 In this video, I have covered 2D Arrays in depth where I have explained declaration of 2D Arrays, its initialization, how to input , output and access the 2D array elements and also shows the memory view of 2D Array. A C program for the addition of all elements of 2D Array is also done in this video. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free...
Digital Logic Design | Lecture # 23 | 4 Bit Parallel Adder | 4 Bit Binary Ripple Carry Adder
Просмотров 10114 часов назад
🔶🔷 In this video, I have Binary Adder which is 4 bit parallel adder , also named as 4 bit binary ripple carry adder in detail. Binary Adder is explained by taking an example of the book where A = 1011 (11 in Decimal ) & B = 0011 (3 in decimal ), while doing A B , we get S = 1110 (14 in Decimal ) and Final Carry out as 0. I have also discussed the problem in this circuit which is propagation del...
Programming Fundamentals | Lecture 40 | C++ Program for Palindrome Checking #palindrome
Просмотров 8216 часов назад
🔶🔷 In this video, I have covered how to write a C Program for Palindrome Checking. First of all, I have discussed the logic how to write the steps for Palindrome checking and then verified the logic through a C Program. Timestamps: 0:00 What is a Palindrome? 1:00 Logic of Palindrome 5:20 The important step of Palindrome Checking 12:26 C Program for Palindrome Checking ✅ The Channel link is belo...
Programming Fundamentals | Lecture 39 Part 03 | Use of strlen () function in the Character Array
Просмотров 5819 часов назад
🔶🔷 In this video, I have used strlen() function which defined under cstring library to find the length of the character array. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be found here 👇👇👇 👉 [ ruclips.net/video/Stev-Kj...
Digital Logic Design | Lecture # 22 | Design Full Adder Using Two Half Adders | Important
Просмотров 13721 час назад
🔶🔷 In this video, I have covered the design of Full Adder using two Half Adders in detail. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be found here 👇👇👇 👉 [ ruclips.net/video/VokzmpUJAQw/видео.html ] 🔉📣📢🔊Important Play...
Digital Logic Design | Lecture # 21 | Full Adder Explained | Very Important
Просмотров 125День назад
🔶🔷 In this video, I have explained full adder in detail. Some key points related to the K Map of Full Adder are covered in this video. Timestamps: 0:00 Difference between Half Adder & Full Adder 0:42 Two Methods to Implement Full Adder 0:58 Full Adder Using Two Half Adders 1:18 Truth Table of Full Adder 3:56 K Map for Sum and Carry of Full Adder 6:40 Checker Board Configuration in K Map 7:27 K ...
Digital Logic Design | Lecture # 20 | Half Adder | Complete Design with Practice Problem
Просмотров 211День назад
🔶🔷 In this video, I have covered Half Adder in depth, it's Truth Table and Circuit Diagram. I have also covered a problem on Half Adder that is design a combination circuit that counts number of 1s in a two bit input number. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.co...
Programming Fundamentals | Lecture 39 Part 02 | How to Input Characters in A Character Array
Просмотров 98День назад
In this lecture, I have told what is the common mistakes students do while dealing with character arrays during input a character array. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be found here 👇👇👇 👉 [ ruclips.net/vid...
How to Learn From Failures? | Tips from Maaz Ali Nadeem | CEO of Vector Inc. | FAST ISB Graduate
Просмотров 24914 дней назад
In this Podcast Clip, our guest Maaz Ali Nadeem explained how he started a company and how he learned from mistakes during the startup. ✅ The Channel link is below 👇👇👇 👉 ruclips.net/channel/UCWAiAV3m08lldG31uEfFuEw 🟨🟥🟩 Feel Free to ask any questions in the comment section. Contact me at fakhar.fast@gmail.com for any other help. 🔗📎The link of this video can be found here 👇👇👇 👉 [ ruclips.net/vide...
How to Fetch Clients in a Saturated Market | Tips from an Entrepreneur | FAST University Graduate
Просмотров 10614 дней назад
In this clip, Maaz Ali Nadeem told us how to fetch clients in a saturated market. How can you approach to different clients using different routes. Maaz Ali Nadeem is a FAST University Islamabad graduate and is an entrepreneur. He is a co-founder of Vector Inc. an AI based company. His tips are quite useful for beginners in their startups or for freelancers. ✅ The Channel link is below 👇👇👇 👉 ru...
How to Become a Successful Entrepreneur | Success Story of Maaz Ali Nadeem | FAST University Student
Просмотров 1,5 тыс.14 дней назад
How to Become a Successful Entrepreneur | Success Story of Maaz Ali Nadeem | FAST University Student
An Undergrad Who Became A Successful Entrepreneur Before Graduation : : Episode # 02 Trailer
Просмотров 58614 дней назад
An Undergrad Who Became A Successful Entrepreneur Before Graduation : : Episode # 02 Trailer
Programming Fundamentals | Lecture 39 | Character Array in C++ | Difference Between Char & Int Array
Просмотров 20021 день назад
Programming Fundamentals | Lecture 39 | Character Array in C | Difference Between Char & Int Array
Programming Fundamentals | Lecture 38 | Patterns Using Nested Loops in C++|Pyramid & Pascal Triangle
Просмотров 37921 день назад
Programming Fundamentals | Lecture 38 | Patterns Using Nested Loops in C |Pyramid & Pascal Triangle
Programming Fundamentals | Lecture 37 | Patterns Using Nested Loops in C++ | Printing Pyramids
Просмотров 28221 день назад
Programming Fundamentals | Lecture 37 | Patterns Using Nested Loops in C | Printing Pyramids
Programming Fundamentals | Lecture 36 : : Part 04 | Arrays in C++ | 1D Array | Inserting Characters
Просмотров 10821 день назад
Programming Fundamentals | Lecture 36 : : Part 04 | Arrays in C | 1D Array | Inserting Characters
Programming Fundamentals | Lecture 36 : : Part 03 | Arrays in C++ | 1-D Array | Undefined Behaviour
Просмотров 11721 день назад
Programming Fundamentals | Lecture 36 : : Part 03 | Arrays in C | 1-D Array | Undefined Behaviour
Programming Fundamentals | Lecture 36 : : Part 02 | Arrays in C++ | 1-D Array | Accessing Elements
Просмотров 15221 день назад
Programming Fundamentals | Lecture 36 : : Part 02 | Arrays in C | 1-D Array | Accessing Elements
Programming Fundamentals | Lecture 36 : : Part 01 | Arrays in C++ | 1-D Array with Memory View
Просмотров 19321 день назад
Programming Fundamentals | Lecture 36 : : Part 01 | Arrays in C | 1-D Array with Memory View
Programming Fundamentals | Lecture 35 | Do While Loop | 6 Dry Run Problems
Просмотров 17021 день назад
Programming Fundamentals | Lecture 35 | Do While Loop | 6 Dry Run Problems
Programming Fundamentals | Lecture 34 | Nested Loops in C++ | Nested For Loop | Print Prime Numbers
Просмотров 16921 день назад
Programming Fundamentals | Lecture 34 | Nested Loops in C | Nested For Loop | Print Prime Numbers
Programming Fundamentals | Lecture 33 | For Loop in C++ | With Practice Problems
Просмотров 17921 день назад
Programming Fundamentals | Lecture 33 | For Loop in C | With Practice Problems
Programming Fundamentals | Lecture 32 | do while Loop in C++ with examples
Просмотров 16528 дней назад
Programming Fundamentals | Lecture 32 | do while Loop in C with examples
Programming Fundamentals | Lecture 31 | While Loop | 10 Dry Run Problems on While Loop
Просмотров 26228 дней назад
Programming Fundamentals | Lecture 31 | While Loop | 10 Dry Run Problems on While Loop
Programming Fundamentals | Lecture 30 | While Loop in C++ | Factorial & Fibonacci Series Problems
Просмотров 361Месяц назад
Programming Fundamentals | Lecture 30 | While Loop in C | Factorial & Fibonacci Series Problems
Sir 'text editor' ka aik project ha us ka bhi Bata dn plz...
Yar ye konsa myn ny khud bnaya hy. Text editor kis language myn project mila hy?
@FakharStemSphere C++ ma sir...
Sir is 1260 sat for engineering considered enough for islamabad campus
@@mustafawaqar5063 Next year maybe SAT score revise ho, confirm nahi keh skta. Dua kro k koe changes na hon then you are on the safe side
❤
❤❤
You can find source code from the following link: Credit to M Huzaif (Tiktoker) & Abdul Wahab. Follow M Huzaifa on Tiktok @huzziaf drive.google.com/file/d/1Ati6BCFRzL0DatPSMknpa4e8Wd_MWaOb/view?usp=sharing
Thank you sir ❤
Sir chatgpt par bi Answer aur a rha ha
Agr university Ka exam ma iss Tarah Ka questions Aya too phir Jasa ap na samja ha Wasa agr solve Kar la too marks too NI kait Lia jia ga
@@MrSaimYT-ky7po dear it totally depends on the teacher but you can give a reference of Visual studio for it if such type of questions appear in the exam
@@FakharStemSphere thanks u sir
❤❤
❤❤
❤
❤❤
❤❤
Ye scholarship pdf form mil skta hy??? Jisma ma universities mentioned the
Dear, I don't have a pdf form, you can take screenshots of the list of universities from the website
@FakharStemSphere website link or name ?
@AusafUmar ager ap universities myn interested hyn then I have showed that website after 5 to 6 minutes from the start. Pleas look into video. Baqi Pdf form mary pass nahi ny
Aoa , sir please upload the lecture on functions,recursion and pointers this week
@@24P-002ZafarUllahKhan I have already uploaded a few lectures on pointers in the OOP Playlist, please watch those videos. Furthermore, it takes time to cover recursion
Aoa Sir kasy han ap sir mingw64 download krny ky baad bin ka folder nhi a rha
Wasalam, fine, ap mujhy email krain at fakhar.abbas@nu.edu.pk, I'll share Mingw setup & guide you over there
sir es ke problem pa ak video banwo plz
@@Tkkhanzadatv jab functions cover kron ga tab uss myn 2D arrays per videos bnaon ga
sir fast tu pf ke sat sat calculs aur phy be bohat mushkil ha 😅
@@Tkkhanzadatv ap kahan parh rahy ho?
@@FakharStemSphere fast
sir teacher class ma kuch aur parte ha aur bolte ha ke paper ma khod sa newton banwo aur aur questions ko sol karo
@Tkkhanzadatv I think you have my contact number, let's talk over there
sir problem ke laya koy book reccomend kar da ya kese book ka link da jese sa problem solving increase ho saky
There are lot many books like Starting out with C++ , and a website named W3Schools
What is the difference between 1-D array and 2-D array?
The difference is very simple, they have different structure, 1D array is represented in a single line while 2D looks like a Grid, matrix or Table where you have [ ][ ] both information of rows and columns while in 1D array, you don't need this information as there is only one row or linear representation. Syntax is very different, input , output and elements access is different.
❤❤
Sir please can you tell me about last time closing aggregate on Nts base and as well as FAST NUCES ?
@@MojeebKhan-b9d please watch my merit list video in the FAST University Playlist
Bohat achi h and useful b❤
❤❤
Sir pin comment na problem ka solution bi add kar dia kara
Ok next time In Sha' ALLAH
❤❤
Aoa sir, sir can u make 2 videos per day. The thing is the concepts u give are very important but our section(SE-A Islamabad fast) has started functions since the last two lectures.
@@tecnicalirtaza9245 I'm working on it, hope so will catch you soon
Sir i have heard that fast university does not accept NTS NAT older than Six month is it Right???
Yes, aisa hi hy brother
Sir what about Nutech university Islamabad
For CS, it is normal compared to what I have said in the video.
Character to 11 Hain
Bhai Jan space is also a character, please count again
sir, if possible kindly use software for simulation as well.
@@hassnain5390 I have a playlist for DLD Lab. Have you ever visited that? I have uploaded some problems over there although this one is not included
@FakharStemSphere I will visit that Playlist. Thank you for acknowledgement.
Very well explained Sir
❤
❤❤
legendary🔥
sir kindly entry test preparation k mcqs ka pdf link share kr saktay hain on all topics
I'll check and share with you. Write your email here
Thnx from India😊
Super Sir ❤
❤❤
Boht acha samjhaya aap ny sir thanks a lot ❤. Itni achi samajh pehle kabhi nhi aayi
Aoa sir so which cs programs can i go to without chosing physics in Alevels
Management & Computing
Great 👍
❤❤
Sir Comsats vs qau Islamabad which is best for bscs?
@@notduckybhai766 COMSATS
Aoa sir pleas yh bata dein keh 2025 or 2026 kay batch kay liye physics compulsory hai alevels main yah nahin
@@Anygirlonline Notrequired for all Computing programs
Sir i Haven't gotten the answer that for 2025 and 2026 batches alevels main physics compulsory please kindly tell
Not required for computing programs
Me who is in 7th semester listening this video, having a lot of burden not having a mood to study more😢😢,
Yar ap tu qareeb ponch gay ho degreee completion k. Buss last push is required. Your 1st job is most likely dependent on your FYP. Do it with great energy. Best of Luck
@FakharStemSphere InshaAllah bs Dua krein last push lag jaye❤️
thanku sir