๐Ÿš€Techno teaching program๐Ÿ”‘
84 subscribers
61 photos
5 videos
6 files
68 links
comedy,teaching,film,news and poem all in one
For more information contact admin @JWMATT
We drive the world!!!
website:https://tamirat-kebede.jimdosite.com/
Download Telegram
Common Informative Acronyms
Acronyms are a useful way to convey essential information quickly, but only if you know what they mean. Informative acronyms are commonly used in the medical field but have also crossed over from industries into daily life. Pronounced acronyms are in bold; the rest are initialisms in which each letter is pronounced separately:
ABS - Anti-lock Braking System
ADD - Attention Deficit Disorder
ADHD - Attention Deficit Hyperactivity Disorder
AIDS - Acquired Immune Deficiency Syndrome
AMA - Against Medical Advice
CDC - Centers for Disease Control and Prevention
DARE - Drug Abuse Resistance Education
DOA - Dead On Arrival
DOB - Date Of Birth
DIY - Do It Yourself
FAQ - Frequently Asked Questions
GIF - Graphics Interchange Format
HIV - Human Immunodeficiency Virus
MD - Medical Doctor
OTC - Over The Counter
PPV - Pay Per View
RADAR - Radio Detection And Ranging
SONAR - Sound Navigation And Ranging
SUV - Sports Utility Vehicle
UFO - Unidentified Flying
Object
@technoteachingprogram
Common Acronyms in Business
Acronyms are often used in the business world to identify a business or to create shorthand communication between co-workers. True acronyms are bolded:
AKA - Also Known As
CAPTCHA - Completely Automated Public Turing Test to tell Computers and Humans Apart
CST - Central Standard Time
DAEMON - Disk And Execution Monitor
DBA - Doing Business As
DND - Do Not Disturb
EDS - Electronic Data Systems
EOD - End of Day
EST - Eastern Standard Time
ETA - Estimated Time of Arrival
HR - Human Resources
MBA - Masters of Business Administration
MST - Mountain Standard Time
NASDAQ - National Association of Securities Dealers Automated Quotation
OT - Overtime
POS - Point Of Service
PST - Pacific Standard Time
SWOT - Strengths, Weaknesses, Opportunities, Threats
SMART Goals - Specific, Measurable, Attainable, Realistic, Time-bound Goals
TED (Talk) - Tell me, Explain to me, Describe to me (Talk
)
@technoteachingprogram
Emoticons
If that is not enough to say what you really mean, an emoticon may help. They are a way to overcome the fact that the person you are communicating with can neither hear your tone of voice nor see your facial expressions. They consist of a few key strokes that form a picture showing an emotion.
Some of the most commen emoticons include:
:) or :-) - smiley face
O:-) - angelic smile
8-) - big-eyed smile
:-X - big kiss
:-{} - blowing a kiss
:.( - crying face
:-> - grinning
:-| - indifferent, bored
:-)) - laughing
=:-) - punk
:-( - sad face
:-D - shock or surprise
:-r - sticking tongue out
B:-) - sunglasses on head
:-|| - very angry
:->< - puckered up to kiss
8-| - wide-eyed surprise
;-) - winking
:-O - yelling
Computer terms, and their abbreviations, are constantly being added as the technology evolves
.
@technoteachingprogram
Hello World โ€“ First C++ Program
BY CHAITANYA SINGH | FILED UNDER: LEARN C++
In this guide we will write and understand the first program in C++ programming. We are writing a simple C++ program that prints โ€œHello World!โ€ message. Lets see the program first and then we will discuss each and every part of it in detail.
Hello World Program in C++
/*
* Multiple line
* comment
*/
#include<iostream>

//Single line comment
using namespace std;

//This is where the execution of program begins
int main()
{
// displays Hello World! on screen
cout<<"Hello World!";

return 0;
}
Output:
Hello World!
Letโ€™s discuss each and every part of the above program.
1. Comments โ€“ You can see two types of comments in the above program
// This is a single line comment
/* This is a multiple line comment
* suitable for long comments
*/
Comments as the names suggests are just a text written by programmer during code development. Comment doesnโ€™t affect your program logic in any way, you can write whatever you want in comments but it should be related to the code and have some meaning so that when someone else look into your code, the person should understand what you did in the code by just reading your comment.
For example:
/* This function adds two integer numbers
* and returns the result as an integer value
*/
int sum(int num1, int num2) {
return num1+num2;
}
Now if someone reads my comment he or she can understand what I did there just by reading my comment. This improves readability of your code and when you are working on a project with your team mates, this becomes essential aspect.
2.
#include<iostream> โ€“ This statements tells the compiler to include iostream file. This file contains pre defined input/output functions that we can use in our program.
3. using namespace std; โ€“ A namespace is like a region, where we have functions, variables etc and their scope is limited to that particular region. Here std is a namespace name, this tells the compiler to look into that particular region for all the variables, functions, etc. I will not discuss this in detail here as it may confuse you. I have covered this topic in a separate tutorial with examples. Just follow the tutorial in the given sequence and you would be fine.
4. int main() โ€“ As the name suggests this is the main function of our program and the execution of program begins with this function, the int here is the return type which indicates to the compiler that this function will return a integer value. That is the main reason we have a return 0 statement at the end of main function.
5. cout << โ€œHello World!โ€; โ€“ The cout object belongs to the iostream file and the purpose of this object is to display the content between double quotes as it is on the screen. This object can also display the value of variables on screen(donโ€™t worry, we will see that in the coming tutorials).
6. return 0; โ€“ This statement returns value 0 from the main() function which indicates that the execution of main function is successful. The value 1 represents failed execution
.
@technoteachingprogram
#WednesdayMotivation
#Happy2020
๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ
Never give up on what you really want to do. The person with big dreams is more powerful than one with all the facts. - Albert Einstein.
๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ
@Jwmatt
#Hello guys my Tamrat kebede.
I'm the creator of Techno Teaching Program .
Follow me, at the summer I will teach you all about technology which connected with internet and programming.
Thank you.
Don't forger to share my channel.
@technoteachingprogram
โ€‹โ€‹๐Ÿ”ฐ Call Someone With Private Number ๐Ÿ”ฐ

This Trick Will Let u Call, SMS Without Any Limit And Credits๐Ÿ˜(No TextNow And Other)

Steps:-
Step 1 - Open Any Browser And Search For GlobFone..
Step 2 - Go To Top Result And Click On Call Or Sms..
Step 3 - Select Country And Add Phone Number..
Step 4 - After That, Wait For 1-2 Mins..
Step 5 - If U Called Yourself For Testing See The Number๐Ÿ˜

๐ŸŒ€Do Not Decline The Phone Else It Will Keep Calling And Irritate U, Just Accept And End At 1-2 Sec..
Today we will discuss an amazing app called โ‡๏ธsource codeโ‡๏ธ
----------------------------------
๐Ÿ‘‰over 1222 programs source code of different programming language like
๐Ÿ”˜C C# C++ JAVA
๐Ÿ”˜CSS HTML JAVASCRIPT
๐Ÿ”˜PHP Python XML SQL
and many more programming language

๐Ÿ’ if u want to learn about programming this app will help u 100%


โœณ๏ธwe uploaded the applications on our channel

ยฉ AI Programming
Python 3.7 Bootcamp| Beginner to Intermediate level | A to Z

Learn Python 3.7 from beginner to Intermediate. Start from basics and go all the way to land a job in Silicon valley.

โœ”๏ธ Start to code using Python
โœ”๏ธUnderstanding how python works
โœ”๏ธFile Handling using text and Excel
โœ”๏ธOOPS detailed explanation and its practical usage
Wishing you a Happy & Healthy New Year๐Ÿฅณ
Maqaa Gootota Oromoo

DECEMBER 7, 2018 / JIBRIL EBRAHIM

Maqaa gootota oromoo wal ha yaadachiifnu.

============================

1. Taaddasaa Birruu

2. Waaqo Guutu

3. Agarii Tulluu

4. Elemoo Qilxuu

5. Abbishee Garbaa

6. Laggaasa Wagii

7. Huseen Bunee

8. Bakar Waare

9. Eebbisaa Addunyaa

10. Baayisa Taaddasaa

11. Magarsaa Barii

12. Gadaa Gammadaa

13. Baaroo Tumsaa

14. Abbomaa Mitikuu

15. Mucee Ahmed Mucee

16. Dirribee Jifaar

17. Jaagamaa Badhaanne

18. Tigist Maammoo

19. Alamuu Qixxeesaa

20. Oliqaa Dingil

21. Kabbadaa Buzuneesh

22. Abdataa Olaansa

23. Gaaddisaa Hirphaasaa

24. Kumaala Guddisaa

25. Abdiisa Guutu

26. Maammoo Mazamiir

27. Roobaa Buttaa

28. Abdiisa Agaa

29. Leenjisoo Diggaa

30. Tasfahuun Cammadaa

31. Hajii Adaam Saaddoo

32. Jaarraa Abbaa Gadaa

33. Mulโ€™ata Fayyisoo

34. Guddinaa Tumsaa

35. Guutamaa Hawaas

36. Amiir Abdulfattaah

37. Haaylee Fidaa

38. Usmaayyoo Mussaa

39. Geexee Tafarii

40. Garasuu Dhukii

41. Sheek-Bakarii Saphaloo

42. Dagaa Doone

43. Alammayyoo Garbaa

44. Jaarsoo Waaqo

45. Hussein Abbaa Bulguu

46. Abbaa Faaroo

47. Badhaadha Darmoo

48. Muhammad Baladee

49. Nuur-Yisaaq Dhaddee

50. Dabalaa Oliqaa

51. Yayaa Alii Sire

52. Hayilaamariyaam Gammadaa

53. Argaaw Dinqaa

54. Daraara Kafanii

55. Kabbadaa Badhaasab

56. Lachiisa Fullaasa

57. Habtamu Bayyataa

58. Ibroo Shaxaa

59. Nuurresaa Girmaa

60. Haaylee Daasita

61. Ayyaantu Boraana

62. Milkeessaa Gadaa

63. Raggasaa Haayluu

64. Musxaafa Huseen

65. Tolaasa Dhufeera

66. Nadhii Gammadaa

67. Abdiisa Balchaa

68. Caalii Shoonee

69. Qeerroo Naggeesoo

70. Lammeesoo Booruu

71. Raggaasa Gammadaa

72. Birra Gammadaa

73. Fayyee Garasuu

74. Guraara Lataa

75. Hawaas Gadaa

76. Badhaasa Dilgaasa

77. Mulluu Wasaanu

78. Mulโ€™isaa Gadaa

79. Badhoo Dachaasa

80. Buruysoo Boru

81. Dr-Tarrafaa W/tsaadiq

82. Kabbadaa Dirribaa

83. Iyyoob Taaddasaa

84. Lammaa Fidaa

85. Shiimalis Olaana

86. Mohammad Umar Qaadii

87. Asaffaa Namarraa

88. Musxafaa Haarawwee

89. Axinaaf yimaam

90. Araarsoo Wadaay

91. Ayaantuu Dagaa

92. Kumaala Karoorsaa

93. Shek-Mohammed Rashad Abdulle

94. Diimaa Guddinaa

95. Ahmed Taaqii

96. Mohammed Zakir

97. Musxafa hussen

98. Adem Dimma goota Agaazi haaxawee

99. Eliyaas Aliyyii Biyyoo karaabati Agaazi

harcaasse

100. Jaatanii Alii

101. Muhee Abdoo

102. Xahaa Abdii

103. Abdi Buuh

104. Abubakar Muussaa

105. Abdii Qophee

106. Ayyuub Abubakar

107.Bakaree Maayaa Sugee

108. Abdullaahi Luungoo

109. Muhammed Umar Bookhee

110. Buruuysoo Boruu

111. Ararsoo Boruu

112. Ibrahiim Bosharii

113. Aadam Diimaa

114.Aadam Dheree

115. Bakkalcha

116.Haaykal

117. Faaxumaa Galmoo

118.Aslii Oromoo

119. Ragggaatu Roobaa

120.Urjii Dhaabaa

121.Ayyaantuu Dagaa

122.Sartuu Magarsaa

123.Laalisee Roobaa Galmoo

124.Makiyaa Abdullahii

125.Ilfineesh Qannoo

126.Haaji Abdullahi Ganamoo

127.Tuujii Raggaasaa

128.Ayyaantuu Dagaa

129.Caamaa Nuur

130.Wadaay Galmoo Kormoosoo

131.Buttaa Roobaa

132.Dabbasaa Guyyoo

133.Abdulaahii Jirmaa

135.Jannaa Kanuu Jiloo

136.Waayyuu Waaree

137.Husseen Duulaa Ulee

138.Kadiir Waaqoo Shaaqee

139.Jeneraal Damisee Bultoo

140.Jeneraal Taarikuu Laayinee

141.Jeneraal Merdaasa Leellisaa

142.Mejer Jeneral Mariid Nugusee

143.Mejer Jeneraal Ammaha Desta

144.Jeneral Reggaasa Jimaa

145.Jeneraal Tesfaaye Tirfe

146.Jeneraal Muldhataa Bulii

147.Dejjazmash Kebede Buzune

148.Gabayyoo Gubee Gurmuu

149.Aluulaa Abbaanaggaa

150.Raas waale Bixxille(Buxxulle)

151.Abuunee Pheexroos (Magaarsaa Badhasaa)

152.Looreet Tseggaayee G/Madiin (Qawweessaa Luuccaa Roobaa )

153.Qusee Dinagdee F/habtegorgis

154.Dajjazmash Baalchaa Safoo

155.Jeneraal Jagamaa Keelloo

156.Jeneraal Garasuu Dhukii

157.Raas Abebe Aragga Becheree

158.Dajjaazmash Baqqalee Wayyaa

159.Dejjazmaash Balaay Zallaqaa Qilxuu

160.Sheek Muhammad Umar Qaadii ( Abbaa Alabaa)

161.Mullis Abbaa Gadaa

162. Abdulkariim Aadam Lakkuu ( Soowraa )

163. Umar Abuubakar Ibraahim

164. Muhammad Abdulkariim (Areedoo)

165. Muhammad Abdullaahi (Koosum)

166. Bakrii Ibraahim (Abbaa Fatoo)

167. Bakrii Ahmad
๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ๐ŸŒŸ
แ‹จแАแƒ แ‹จแ‰ตแˆแˆ…แˆญแ‰ต แŠฅแ‹ตแˆ แ‰ แŠ แˆœแˆชแŠซ
แˆˆแ‰ณแ‹ณแŒŠ แ‰ฐแˆ›แˆชแ‹Žแ‰ฝ แŠฅแ‹ตแˆœ 15 - 19
______________________________

แ‹จแŠข
แ‰ตแ‹ฎแŒตแ‹ซ แˆตแ”แˆต แˆณแ‹ญแŠ•แˆต แˆถแˆณแ‹ญแ‰ฒ
แŠจแŠ แˆˆแˆ›แ‰€แ แˆตแ”แˆต แ‰ตแˆแˆ…แˆญแ‰ต แ‹แ‹แŠ•แ‹ฐแˆฝแŠ• แŒ‹แˆญ แ‰ แˆ˜แ‰ฐแ‰ฃแ‰ แˆญ
๐Ÿ‘†๐Ÿ‘†๐Ÿ‘†๐Ÿ‘†๐Ÿ‘†
๐ŸŒ แˆ˜แˆฌแ‰ต แˆตแ‰ตแ‹ˆแŒฃ (Earthrise ) ๐ŸŒ
แŠ แˆตแ‰ตแˆฎแŠ“แ‹แ‰ต แ‹ŠแˆŠแ‹ซแˆ แŠ แŠ•แ‹ฐแˆญแˆต แ‰ แŠ แ–แˆŽ 8 แˆšแˆฝแŠ• แŠจแŒจแˆจแ‰ƒ แˆแˆ…แ‹‹แˆญ แˆ‹แ‹ญ แ‰ แ‰ตแŠ“แŠ•แ‰ตแŠ“แ‹ แŠฅแˆˆแ‰ต แ‰ณแˆ…แˆณแˆต 14 แ‹จแ‹›แˆฌ 51 แŠ แˆ˜แ‰ต (December 24, 1968) แ‹ญแˆ…แŠ•แŠ• แ‹จแˆแ‹ตแˆซแ‰ฝแŠ•แŠ• แŽแ‰ถแŒแˆซแ แŠ แАแˆณแข

"We came all this way to explore the moon, and the most important thing is that we discovered the earth."

โ€” William Anders, Apollo Astronaut
Enabling Ethiopia to reap the Benefits accuring from space science and technology and to build a society with a highly developed scientific culture.
Happy International Day of Women and Girls in Science!
Forwarded from ONNACHIIFTU JIJJIRRAMAA (๐Ÿ˜ˆNO Nameโšก)
* COVID-19 updates as on 01.04.2020 at 9:00 AM * ๐Ÿ‘‡

โ–ช๏ธ Active Cases: *29*
โ–ช๏ธ Cured/Discharged/Migrated cases: *1*
โ–ช๏ธ Death cases: *0*

* Please stay at home and comply with lockdown guidelines to help yourself, family and community stay safe. *

* No need to panic. Essential commodities, Medicines, etc are / would be available *


Plse share it for ur frnds!

@ofiifofiin
@ofiifofiin
@ofiifofiin

Join us

@seenaajaalaladhugaa
@ebbiofficial