Computer Viruses and it’s types 

Computer Virus and Types of Computer Virus

Computer Virus and Types of Computer Virus Learning objectives:  WHAT IS A COMPUTER VIRUSES AND IT’S TYPES ?  A computer virus is a small software program which has replicating capabilities and is designed to spread from one computer to another. A virus can destroy files, software, program applications and cause loss of data. Some viruses … Read more

What are the input devices of computer? 

Input Devices of Computer

Input Devices  The parts which are used to give input to the computer are called input devices.  Types of Input Devices  i) Keyboard  ii) Mouse  iii) Scanner  iv) Joystick  v) Web Camera  vi) Microphone  vii) Touch screen  viii) Trackball  ix) Barcode Reader  x) MICR (Magnetic Input Character Recognition)  xi) OMR (Optical Magnetic Recognition)  xii) Electronic … Read more

What is Strings in Python? 

What is strings in python

What is Strings in Python?  In Python, Strings are sequences of characters. A string is a sequence of Unicode characters. Unicode was introduced to include every character in all languages and bring uniformity in encoding. Python features a built-in string class named “str” with many handy features. String literals are often enclosed by either double or single … Read more

Generations of Computer 

Generation of Computer

We are going to discuss about generations of computer.   Computers have evolved through different generations. Let us explore this journey in detail.    What is Generation?   Generation refers to the state Of improvement in product development process. Similarly, we can say generation of computer refers to the state of improvement in computer technology.   Accordingly, the computers … Read more

 Introduction to Python Programming

Introduction to Python Programming

Introduction to Python Programming  In this article. We will explorer some of the reasons why people pick python for their programming task. We will discuss about the common ways to launch python programs: by running code typed at interactive Python shell. by executing python scripts and IDE GUIs such as IDLE. This article will equip … Read more