Press "Enter" to skip to content

Posts published by “Manshi”

INTRODUCTION TO COMPUTER

1

INTRODUCTION TO COMPUTER STARTING UP THE COMPUTER: BOOTING After switching ON the computer, you generally wait for sometime before the desktop appears on the computer screen. you just sit idle for some time while different…

COMPUTER CRIME: HACKING/CRACKING

0

COMPUTER CRIME: HACKING/CRACKING As in the case of other systems and fields, there are also crimes related to computers. Computer crimes result from deliberate tampering with data and information. The people who are associated with…

MORE ON QBASIC

0

CONTROL STATEMENTS you have already learnt about counters and Loops. In Qbasic , loops are made with the help of control statements. Control statements are used to control the flow of the program according to…

PROCESSING OF COMPUTER PROGRAMS

0

High level languages are designed, taking into mind the ease for the programmers. These languages are not understood by the computer because it only understands OS and 1S .To make the computer understand a program,…

EXAMPLES OF HIGH LEVEL LANGUAGES

0

Some examples of high level languages are : BASIC, LOGO, FORTRAN, COBOL , PASCAL,C, C++, JAVA BASIC BASIC stands for Beginners All purpose Symbolic Instruction codes.It is a very simple language. LOGO LOGO stands for…

HIGH LEVEL LANGUAGE {HLL}

0

High level languages are easier for a human programmer to understand. They are generally not dependent on any particular computer machine. Advantages of High Level Languages There are many advantages of high level languages. These…

ASSEMBLY LEVEL LANGUAGE

0

This language uses letters and symbols instead of binary digits. These symbols are called Mnemonics. programs written in assembly level languages are called assembly codes. Assembly codes are translated into machine level language instructions. Assembly…

INTRODUCTION – PROGRAMMING LANGUAGES

0

A person who writes a program is called a programmer. To perform any task, programmer writes the set of instructions or programs in one of the many programming languages. programming , with regard to computer…

COMPUTER PROGRAMMING

0

INTRODUCTION A program is a set of instructions, which when executed, makes the computer work in a particular manner . programs are an integral part of a computer . computer will be useless if it…