This is the second post in ‘Fundamentals of C Programming‘ category after ‘Introduction to C Programming‘. The topics that this post will cover are: Character Set in C Tokens in C Keywords in C Identifiers in C Character Set in…
Introduction to C Programming
C is a high-level programming language that is used in general purpose programming. It is a structured programming language that was developed at AT&T Bell Labs, USA between 1969 and 1973, by Dennis Ritchie. Interesting facts about C C was…
I/O Bus and Interface Modules
The data bus, address bus and control bus that arise out of the processor and are intended to communicate with I/O devices are called I/O bus. The communication link between the processor and several peripherals is shown in the given…
Flipflop: The Store Room of Data
A flipflop circuit is a binary cell capable of storing 1 bit information as it can store either 0 or 1 at any time, it can also be called ‘bistable multi-vibrator’. It has two outputs, one for normal value and…
The Computer Mouse – A Small but Complicated World
A mouse can defined as a hardware device which is used for providing input to the computer. It is a mouse-like device which allows the user to control the cursor the manipulate data without the use of complicated commands. Types…
Understanding A Computer Keyboard
Keyboards are one of the most important input devices which are used in feeding input to computers. They are designed for the input of texts and characters, and also to control the operation of the computers. The most common and…
Types of Computers On The Basis of Data Processing
Computers can be classified on different bases. They can be classified on the basis of their way of processing data, size, model etc. Today, we are going to classify computers on the basis of data processing. According to the way,…