C++ Basics – Telegram
392 subscribers
142 photos
8 videos
17 files
49 links
For Any Information @TechnerdGuy
🆘 Pre-Engineering Students Struggling with C++? 😥 Fear not! 💪 This channel is your coding lifesaver! 🚑 Learn the basics, ace your course! 💯
Download Telegram
Hey Guys???

What's the difference between program and algorithm ....?
🤔3👍1
Algorithm:

• An algorithm is a step-by-step procedure or a set of well-defined instructions designed to solve a specific problem or perform a particular task.

Language Independent:  Algorithms are independent of any specific programming language. You can describe an algorithm using:
    Natural Language:  Like English, as you mentioned. This is often used for initial design and communication, making it easy for humans to understand.
    Pseudocode:  A more structured way to describe algorithms, resembling programming code but without strict syntax. It's still human-readable and language-agnostic.
    Flowcharts:  Graphical representations of algorithms using symbols and arrows to show the sequence of steps.
    Mathematical Notation: For algorithms in areas like mathematics and computer science theory.

• Algorithms focus on the logic and steps required to solve the problem, not on how to write it in a particular programming language.



Program:

• A program is the actual implementation of an algorithm in a specific programming language. It's the algorithm translated into a form that a computer can understand and execute.

Language Dependent: Programs are completely dependent on programming languages. You must use the syntax and rules of a specific language (like Python, Java, C++, JavaScript, etc.) to write a program.


   
Focus on Implementation: Programs focus on the concrete steps to implement the algorithm using the features and syntax of a chosen programming language.
🔥4👍3🤔2💯2
General Knowledge


Ada Lovelace: The First Computer Programmer |

@ProgrammingWithFaith
🥰10🔥31
#EidAlFitr

የዒድ አልፈጥር በዓል ነገ እሁድ ይውላል።

ዛሬ የሸዋል ወር ጨረቃ በመታየቷ የዒድ አልፈጥር በዓል ነገ እሁድ ይውላል።

ለመላው የእስልምና እምነት ተከታዮች እንኳን ለዒድ አልፈጥር በአል በሰላም አደረሳችሁ።🎉🎉🎉
🔥51
Today class is canceled
👍6
Betam sry 🙏telant program sle nebrebgn nebr class cancel yaderkut ena ketmechachu zare class benorn mn yemslechewal.....
👍7
Zare EID🤩 sle hone class ayenorem 🙅‍♂gn beal sle hone reward🏆 yalew quiz🙋‍♀ yenorenal yaw just fun lemaderg nw ena bealun asmelketo sponsor mehone 🙋‍♀meteflgu kalachu dm me.😀


Quiz Topic
   -algorithm ( flowchart ,and pseudo code)
-variable
-Data types
-Input/output

Bezum ayekebdem easy question nw  😊

Time: mata 3:30

#EIDMubarak

@ProgrammingWithFaith
🔥10👍1
C++ Basics pinned «Zare EID🤩 sle hone class ayenorem 🙅‍♂gn beal sle hone reward🏆 yalew quiz🙋‍♀ yenorenal yaw just fun lemaderg nw ena bealun asmelketo sponsor mehone 🙋‍♀meteflgu kalachu dm me.😀 Quiz Topic    -algorithm ( flowchart ,and pseudo code) -variable -Data types…»
This media is not supported in your browser
VIEW IN TELEGRAM
👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻👨‍💻
ስለ Compilation እና Interpretation ይበልጥ ለመረዳት ከላይ ያለውን video ተመልከቱ።
👍11
Are you ready?
👍12
C++ Basics pinned «Are you ready?»
5 min left.......
3⃣
2⃣
👍2
1⃣
Quiz

Which one is correct ?
A.Int x
B.int 95A;
C.int _number5;
D.none

Which one is primitive data types?

A.String
B.Object
C.Array
D.Char

Which method is correct to accept input from user?

A.cout<<x;
B.cin>>name;
C.cin<<name;
D.none
👍5
Forwarded from .
1.c2.d 3.b