Category: bca sem1

BCA/MCA/BTech Semester 1 - TYPES OF COMPUTER

TYPES OF COMPUTER The computers can be divided into three broad groups - Digital- Analog and Hybrid. A short summary on these groups is given below: Digital Computer : Digital computer is a com

IPU Musings

IPU BCA Semester 1 - Introduction To Computers and IT - LAN vs WAN

LAN vs WAN Introduction To Computers and IT LAN WAN Definition LAN is a computer network that connects computers in small areas. WAN is a network that covers

IPU Musings

BCA/MCA/BTech - Programs in C - Snippets-3

Programs in C (in Turbo C) Snippets-3 Program 13: Write a program in C- which can take an integer number 'num' whose value is 300 and then find the value of (num * num ) / num. Program taking

IPU Musings

Programs in C (in Turbo C) - Snippets-2

Programs in C (in Turbo C) Snippets-2 Program 8: Program to get a number from user in float and print the SQUARE OF NUMBER #include #include main() { float n

IPU Musings

Programs in C (in Turbo C) - Snippets-1

Programs in C (in Turbo C)Snippets-1 Program 1: Program to print Hello 1 2 3 4 5 6 7 8 9 10 11 12 13 /*Header file section*/ #include #include /*Start

IPU Musings

Video