C programming examples with output: Find Armstrong Number Program #include<stdio.h> #include<conio.h> main() { int a,b,c,d; clrscr(); printf("Enter any
Monday, 31 December 2018
C programming examples with output
Find Average Of Odd Numbers Below A Range[c programming examples with output]
C programming examples with output Find Average Of Odd Numbers Below A Range Program #include<stdio.h> #include<conio.h> main() {
C programming examples with output
Find perfect number or not[c programming examples with output]
C programming examples with output Find perfect number or not Program #include<stdio.h> #include<conio.h> main() { int a,b,c; clrscr();
C programming examples with output
Even number upto a range[c programming examples with output]
C programming examples with output Even number upto a range Program #include<stdio.h> #include<conio.h> main() { int a,b; clrscr(); printf("Enter
C programming examples with output
Find biggest number out of three numbers [c programming examples with output]
C programming examples with output Find the biggest number out of three numbers Program: #include<stdio.h> #include<conio.h> main() {
C programming examples with output
check prime number or not [c programming examples with output]
C programming examples with output: Prime or Not Prime Program: #include<stdio.h> #include<conio.h> main() { int a,b,c; clrscr(); printf("Enter
Sunday, 30 December 2018
TechTerms
Magnetic Core Memory[What Is Magnetic Core Memory]
Magnetic Core Memory Magnetic Core Memory Magnetic core memory is a non-volatile random access memory. In 1951 at MIT
Saturday, 29 December 2018
TechTerms
Ethernet[What Is Ethernet]
Ethernet: Ethernet Connection Cable Ethernet is a LAN technology with which we can connect many computers together and
Wednesday, 26 December 2018
TechTerms
What Is Cache Memory
Cache Memory: We know that CPUs are faster than memories. Day by day engineers are doing a lot
Monday, 24 December 2018
TechTerms
Protocol-What Is Protocol
Protocol A protocol is a set of rules which determines how the data will be transmitted over in
TechTerms
What Is Encryption
Encryption Encryption The internet is an open public system. We send and receive information over the internet connection. But
Sunday, 23 December 2018
TechTerms
What Is Download-Download
Download We are very familiar with this word "Download".On the internet, a download is a process to receive data
TechTerms
What Is Domain
Domain In this universe every object, every person has its own name with which we can identify one
Saturday, 22 December 2018
Friday, 21 December 2018
Thursday, 20 December 2018
Digital Electronics
Binary Addition In Digital Electronics-Digital Electronics
Binary Addition Rules: 1. 0+0=0 2. 0+1=1
Digital Electronics
2's Complement-Digital Eletronics
2's Complement In Digital Electronics we generally find 2's complement of any given number. To find 2's complement
Digital Electronics
1's Complement-Digital Electronics
1's Complement In Digital Electronics to find 1's complement is very very easy. It is nothing but changing
Digital Electronics
10's Complement-Digital Electronics
10's Complement To find 10's complement for a given number is very easy to do.Here we are going
Digital Electronics
9's Complement-Digital Electronics
9's Complement To find 9's complement for a given number is very easy to do. Here we are
Wednesday, 19 December 2018
Digital Electronics
Number System-Number System
Number System In Digital Electronics there are 4 Types of number system. These are given below: Decimal Number:
Digital Electronics
Levels Of Integration In Digital Electronics-Digital Electronics
Levels Of Integration In Digital Electronics Digital ICs are basically categorized according to their complexity of circuit and
TechTerms
What Is Microprocessor-Microprocessor
MICROPROCESSOR A Microprocessor is a Large scale integration(LSI) or Very Large scale integration(VLSI) device that can be programmed
Subscribe to:
Posts (Atom)