IOE UPDATE
IT'S ALL ABOUT IOE.
Wednesday, January 15, 2020
Tuesday, January 14, 2020
CTEVT chance exam routine 2076
CTEVT chance exam routine 2076
CTEVT( Council for Technical Education and Vocational Training ) has published the chance exam routine and exam center for Technical School Leaving Certificate (TSLC).
TSLC /Diploma Level Chance/ PCL Exam Routine and Exam Center 2076.
ROUTINE :-http://www.ctevt.org.np/files/Special%20Chance_%20Final_Regd%20till%202012%20_Magh%202076.pdf
FOR DETAIL NOTICE :-http://www.ctevt.org.np/files/Special%20Chance_%20Final_Regd%20till%202012%20_Magh%202076.pdf
Engineering Aptitude Removed from IOE BE ENTRANCE EXAM
Engineering Aptitude Removed from IOE BE ENTRANCE EXAM.
Tribhuvan university,Institute Of Engineering (IOE),Entrance Examination Board has Removed Engineering Aptitude topic from syllabus .Previously IOE syllabus has much veriation.As IoE (Institute of Engineering) Entrance Examination is a computer-based Test (CBT) comprising of 100 multiple choice questions(MCQ).Question is of 1 & 2 marks,a total of 140 marks.Question are asked from physics(40 marks),English(22 marks),chemistry(20 marks), math(40 marks),and finally aptitude (18 marks) but the aptitude has been removed. so all question will be asked from remaining topic.
FOR DETAIL NOTICE:https://admission.ioe.edu.np/AboutCollege
Monday, January 13, 2020
is video calling safe?
IS VIDEO CALLING SAFE?(where ever:MESSENGER , WHAT'S APP....OR OFFLINE)?
As the world is in developing phase.The communication system has connected the world. .We use various ways to connect.Among them video calling is one.We often video chat with our family,friends ,relatives on FaceTime, send messages , pictures,voice mail , videos , to our friends,relatives.
while doing this have you ever thought: is this safe?
In real, video calling is not safe.
According to cyber experts, live video calling is not safe.it is one of the vulnerable area where the hackers attack easily.Neither video calling is safe nor sharing your personal information is safe.Even keeping personal data in mobile is not safe.During video call there is not only your,s and your friend's involvement,but there is also a path which connects you two and the path is internet or the service provider.And you know the power of internet.
It is very dangerous as the personal content is coming out in public. Video call with friends in whatsapp or chatting with fiance at Skype is not safe , your profile,personal data can be hacked and video can be uploaded at porn sites any time.If there is such apps installed in device or if there is selfie,picture,etc apps installed on your device which can have access to your camera.It is also said that video calling is one of the easiest place where hackers can easily have their control and is also a trending topic.so,
video calling is not safe for private purpose .
Saturday, January 11, 2020
computer programming
computer programming basic but important information
1.why do we use #include<stdio.h> in c programming?⇒standard input output header file(stdio.h) is a header file.It is included at the top as #include<stdio.h>so that we can use the functions like printf,scanf,etc.if #include<stdio.h> is not included at the top the use of scanf and printf is invalid.
2.why do we use #include<conio.h> ?⇒ it is also a header file (consol input output.header file ).it is included at the top so that we can use clrscr() ,getch(),kbhit,etc.
3.why do we use int main?⇒ int main is the special ,main function that tells the compiler from where the program starts.
this main function can be used as int main,void main.
the difference between int main and void main is that if int main is used, the program at last ask for return0; but if void main is used there is no need to use return 0; at the end.
- we can write return 0 as return 0; , return (0);
⟹ clear screen [clrscr()] is use to clear output screen before program execute.
Subscribe to:
Posts (Atom)
Land Measurement System in Nepal (jagga ko napi).
Land Measurement System in Nepal The measurement of land in Nepal is done in a bit different ways. In Nepal, we use different units f...

Popular
-
Land Measurement System in Nepal The measurement of land in Nepal is done in a bit different ways. In Nepal, we use different units f...
-
CTEVT chance exam routine 2076 CTEVT( Council for Technical Education and Vocational Training ) has published the chance exam routine ...
-
Engineering Aptitude Removed from IOE BE ENTRANCE EXAM. Tribhuvan university,Institute Of Engineering (IOE),Entrance Examin...