Posts

How to install Camptasia 9 on Windows 10.

Image
Step 1:   Go to the place where the setup is downloaded in your computer. Step 2:  Next run the setup by double clicking on the setup file. Step 3: The Camtasia install dialogue box will appear. Step 4: Then select the " Accept agreement" and click "Install" button. Step 5: Then click on the "Finish" button. https://www.youtube.com/watch?v=pvGjxoq079I who is online counter blog counter

How to install IOS 10 Launcher for Android.

Image
Step 1: Open "Google Play Store" . Step 2: Then search "IOS 10 Launcher" . Step 3:  After that select "OS 10 Launcher HD 2017" from the search results. Step 4: Then click "Install" button. Step 5: After the installation open "OS 10 Launcher HD 2017" . Step 6: Then we have to select what launcher should launch in the phone launcher "TouchWiz Home" or "OS 10 Launcher 2017" . Step 7: Then select "OS 10 Launcher 2017 .

How to install Viber to Windows 10.

Image
Step 1:   Go to the place where the setup is downloaded in your computer. Step 2:  Next run the setup by double clicking on the setup file. Step 3: Then the Viber install dialogue box will appear. Step 4: Then select the “I agree to the license terms and conditions “ . Step 5: Then click “Install” button. Step 6: Next it shows a message as “Successful” and click “Close” button. Step 7: Then double click the viper shortcut created on the desktop. Step 8: Then they ask “Do you have Viber on mobile phone?” . Then click “Yes” button. Step 9: Then enter your mobile phone number and click “Continue” button. Step 10: It shows a code to scan from the mobile pone. Step 11: Then open the “ QR Scanner” on Viber in mobile phone. Step 12: Then place the code in the center of the square. It will be scanned automatically. Step 13: Finally, there is a message as “Successful” and there is a button open “ Viber” . https://www.youtube.com/w...

Introduction to Software.

  What is a Program ? A program is a set of instructions written in a programming language to perform a particular function or a task using the computer. Many programs combine together to form a software. What is a Software ? Software is a collection of programs or instructions that enable a user to interact with the computer or have the computer perform specific tasks for them. Computer cannot operate without a software. e.g. :- Internet browser - To browse internet. Word Processing - To type a letter. Windows operating system - To operate. A computer programmer or several computer programmers write the instructions using a programming language that tell programmers how to work. Once the coding of these programs are completed, they are compiled into a language that the computer can understand, which is called ‘machine readable’ language. The most common programming language used for developing (coding) software are C, C++, Java, C#. Classification to Software. Syste...

ICT Development in Sri Lanka.

Image
ICT used for Communication purposes. Nowadays in Sri Lanka most  villages have communication services and It develops day by day in various ways and It helps us do our day-to-day work easily and more efficiently. ICT used in offices. Information and communication technology or ICT has a number of applications in business including decision-making, spreading messages to employees, record-keeping and reliable communication in offices. ICT used in schools. Nowadays in Sri Lanka, Students can study about ICT from about grade one to higher classes because it has been  very important for their day-to-day life. ICT used for security. In present ICT is used for CCTV camera systems for the security of houses, buildings, offices etc . ICT used at houses. We use ICT at houses to make our day-to-day work easily and successfully. ICT used in Universities. In Universities of Sri Lanka ICT is used for various purposes. Mainly for academic purposes and for communication ...

Introduction to Algorithm.

What is programming ? Programming is writing a sequence of instructions in a language that the computer can understand.The statements and instructions we find quite simple are often much too complex for the computer. What is Algorithm? An Algorithm is a sequence of instructions for finding a solution for a problem. there are 4 steps to solve a problem. They are, Understanding the problem. Developing an Algorithm for the problem. Writing a computer program. Testing the computer program. Representation of Algorithm. Algorithm can be represented in two ways. They are, Flowcharts (Graphically) Pseudo code (Texually) What is a flowchart? Flowchart or a Flow diagram is a graphical representation of a processor or a system that details the sequencing of steps that are required to create the output. The various functions of a flowchart are, Input - Accept data for computations. Computation/Process - Carry out simple numerical computation. Decision - Compare numbers or char...