Posts

Higher Secondary Second Year (+2)

 Higher Secondary Second Year (+2) Computer Application Public Examination One mark Test ( Tamil Medium ) March 2020 March 2021 March 2022 March 2023 June 2023 Chapter wise  One Mark Test ( Tamil Medium ) பல்லுருவாக்கம் அடோப் பேஜ்மேக்கர் - ஓர் அறிமுகம் தரவுதள மேலாண்மை - ஓர் அறிமுகம் PHP ஓர் அறிமுகம்   PHPஇல் உள்ள நிபந்தனைக் கூற்றுகள்  PHPஇல் மடக்குகள்     படிவங்கள் மற்றும் கோப்புகள்   PHP-உடன் MySQL-ஐ இணைத்தல்   கணினி வலையமைப்பு ஓர் அறிமுகம் வலையமைப்பு எடுத்துக்காட்டுகள் மற்றும் நெறிமுறைகள் களப்பெயர் முறைமை(DNS) வலையமைப்பு வடமிடல்   திறந்த மூல கருத்துருக்கள்   மின்-வணிகம்   மின்னணு செலுத்தல் முறைகள்   மின்-வணிக பாதுகாப்பு அமைப்புகள்   மின்னணு தரவு பரிமாற்றம்   Higher Secondary Second Year (+2) Computer Science Public Examination One mark Test ( Tamil Medium )     Higher Secondary First Year (+1) Computer Science Public Examination One mark Test ( Tamil Medium ) March 2022 March 2023   Higher Secondary First Year (+1) Computer Application Public Examination One mark Test ( Tamil Medium

Object Oriented Programming lanugage - C++

C++ Introduction C++ is one of the most popular programming language supports Object Oriented Programming structure and developed by Bjarne Stroustrup in the year of 1979. It is the extension of Programming language C.  Previously it was named as "C with Classes" later changed as C++. The name C++ coined by Rick Mascitti.  It supports all the cross platforms (Operating Systems) and easy to learn and edit. It is used to create different applications what the user needs. C++ includes Encapsulation, Polymorphism, Abstraction and Inheritance . It has very big library functions. Character Set C++ contains set of characters which is used to create tokens. It includes Alphabets (A to Z, a to z), Numbers(0 to 9), Special Characters ( {} [] ' " ; : / . , > < = + - \ () * % ) and White space .