Posts

Showing posts with the label technology

The biggest problem in windows 10

as usual we are all facing this problem with windows 10 that our internet speed going very slow.. this not fault of windows 10.... in advance of windows 10 there are many features goes online for regular update to make better performances. for this reasons your internet speed goes down. to solve this problem go to task manager and then check for local host and close it. and now you get back your internet speed like original.

How to configure IP in PC

Image
to configure IP on a windows PC you must be follow the steps:-- 1. open run & type ncpa.cpl & press ok

find the greatest number among three

source #include void main() { int a,b,c; printf("enter three value \n"); scanf("%d%d%d",&a,&b,&c); if (a>b) { if (a>c) printf("your greatest value is: ",a); else printf("your greatest value is: ",c); } else { if (b>c) printf("your greatest value is: ",b); else printf("your greatest value is:%d ",c); } } output enter three value 5 6 7 your greatest value is: 7

addition of three user defined number

source code void main() { int a,b,c,d; printf("enter first value"); scanf("%d",&a); printf("enter second value"); scanf("%d",&b); printf("enter third value"); scanf("%d",&c); d=a+b+c; printf("sum of three value is %d",d); } output enter first value 5 enter second value 4 enter third value 1 sum of three value is 10

shortcut key of computer

MY COMPUTER="WINDOWS LOGO+E" RUN="WINDOWS LOGO+R" SELECT A FILE="SPACE" PROPERTIES OF A FILE= "ALT+ENTER" HELP= F1 OPEN START MENU="CTRL+ESC" SELECT A PROGRAM BETWEEN OPEN PROGRAM="ALT+TAB" CLOSE A PROGRAM="ALT+F4" DELETE A FILE NAME PERMANENTLY="SHIFT+DELETE" LOCK YOUR PC="WINDOWS LOGO+ L" COPY="CTRL+C" CUT="CTRL+X" PASTE="CTRL+V" BOLD="CTRL+B" UNDERLINE="CTRL+U" UNDO="CTRL+Z" ITALIC="CTRL+I" DISPLAY A SHORTCUT MENU CONTAINING ALTERNATIVE COMMANDS="SHIFT+RIGHT CLICK" RUN THE ALTERNATIVE DEFAULTS COMMAND="SHIFT+DOUBLE CLICK" ACTIVATE MENU BAR OPTION="F10" OPEN A SHORTCUT MENU FOR SELECT ITEM="SHIFT+F10" OPEN THE WINDOWS TASK MANAGER="CTRL+SHIFT+ESC" OPENS A DROP DOWN LIST BOX="ALT+DOWN ARROW"

How to get a Features of android phone on your windows computer?

Image
Run whatsapp and other android programmed on your pc. How? A blue stack is an android emulator which gives you the features of an android phone. You can use whatsapp,  hike ,  wechat and can play other android games etc. If your phone has a small ram or storage or neither have a smart phone don’t worries just download blue stacks. Link for download blue stack from torrent:-- https://kat.cr/bluestacks-app-player-0-9-30-4239-kitkat-4-4-2-mod-multilanguage-ajacobs-appzdam-t10830508.html How to install blue stacks? 1.        First download the app 2.        Run the exe file Follow the below steep

computer generetion

Computer Generations Ø First Generation (1964-1954) ·        The first generation computer used vacuum tube as CPU components. ·        First generation computer used machine language & assembly language for programing. ·        There was no concept of operating system at that time. ·        Key boards were used to punch cards & paper tapes. Printers were used to get printed output. ·        Example of first generation computers are :-                                                             I.     ...

evolution of microprocessors

                                                    Evolution of microprocessors Microprocessors Number of transistor Initial clock speed Address bus Data bus Addressing memory 4004 2300 108 KHz 10 bit 4 bit 640 bytes 8008 3500 200 KHz 14 bit 8 bit 16 kb 8080 6000 2 MHz 16  bit 8 bit 64 kb 8085 6500 5 MHz 16 bit 8 bit 64 KB 8086 29000 5 MHz 20 bit 16 bit 1 MB 8088 29000 5 MHz 20 bit 8 bit 1 MB 80286 134000 8 MHz 24 bit 16 bit 16 MB ...