COPA Install Windows -7 Operating System I have learned basically these steps to install windows operating system on Personal Computer(PC) The three basic types of clean installation procedures are as follows: Install on a brand new disk or computer system Erase the disk, format it, and install Install into a new directory I am using first two methods, be sure my computer can boot from a DVD (most newer computers support booting from a DVD drive). Doing so might require changing the drive boot order in the BIOS or CMOS. The Windows 7 DVD is bootable and should run the Setup program automatically. Clean Install from DVD, Step by Step A typical clean installation (on a blank hard disk) step-by-step procedure is as follows: 1. Insert the Windows 7 DVD into your computer’s DVD-ROM drive, and restart the computer. Windows 7 Setup should start automatically. If Setup does not start automatically, ensure that your computer is configured to boot from the DVD drive. 2. In...
Computer Operator and Programming Assistant 1st Semester - Module 1 & 2: Safe Working Practice & Introduction to Computer Components 1 Which is the sequence, in which computer operates? A Input, output, process B Input, process, output C Process, input, output D Output, process, input 2 Which is the first general purpose programmable electronic computer? A ENIAC B EDVAC C EDSAC D UNIVAC 3 What type of device is computer? A Electrical device B Electronic device C Electro magnetic D Electro mechanical 4 Who is considered as father of computer? A Charles Babbage B John Lickert C John Mauchy D M.V Wilkes 5 Who invented Analytical engine? A Charles Babbage B John Lickert C John Mauchy D M.V Wilkes 6 What is the main electronic component of the first generation computer? A Integrated circuit B Microprocess C Transisto...
Linux Commands I have learned these commands 1. pwd Command The pwd command is used to display the location of the current working directory. Syntax: pwd 2. mkdir Command The mkdir command is used to create a new directory under any directory. mkdir <directory name> 3. rmdir Command The rmdir command is used to delete a directory. Syntax: rmdir <directory name> 4. ls Command The ls command is used to display a list of content of a directory. Syntax: ls 5. cd Command The cd command is used to change the current directory. Syntax: cd <directory name> 6. rm Command The rm command is used to remove a file. Syntax: rm <file name> 7. cp Command The cp command is used to copy a file or directory. Syntax: To copy in the same directory: cp <existing file name> <new file name> 8. mv Command The mv command is used to move a file or a directory form one location to another location. Syntax: mv <file name> <direct...