Basic Computer

  Home  Computer Hardware  Basic Computer


“Basic Computer Interview Questions and Answers will guide you that Microsoft Windows is a series of software operating systems and graphical user interfaces produced by Microsoft. Because the growing interest in graphical user interfaces (GUIs). Learn the Computer basics or get preparation for the job of computer basics with the help of this Basic Computer Interview Questions with Answers guide”



64 Basic Computer Questions And Answers

21⟩ What is Command?

An option form an application’s menu, or a command typed in by the user, such as at a DOS prompt or at the Run dialog box in Windows.

 172 views

22⟩ What is Collapsing?

Hiding an additional level of directories beneath the selected directory in My Computer or Windows Explorer.

 171 views

23⟩ What is Clipboard?

A temporary storage location in Windows. The clipart will store one piece of information at a time when it is manually added to the clipart or is copied there.

 178 views

24⟩ What is CD-ROM?

Compact Disc - Read Only Memory. A CD-ROM is any compact disc which contains computer data. These discs can store huge amounts of data (up to 640 megabytes). If there is a large amount of data on a CD-ROM, then it is usually impractical to copy the data on to the hard disk; in this case, you must insert the disc whenever you want to use the data. The ROM simply means that you can not save information onto these discs. CD-ROM may also refer to the drive used to read these discs.

 164 views

26⟩ What is Backward Compatible?

A program is backward compatible if it can use files from an older version of itself. For a file saved in the program to be backward compatible, it must be possible to open the file in a previous version of the program.

 152 views

27⟩ What is Auto arrange?

In Windows Explorer, selecting auto arrange will lock any visible icons into a grid or pattern.

 165 views

29⟩ What is Associate?

To link a file with a certain program. This way, when you double-click on an associated file, it will open the correct program.

 154 views

31⟩ What is Cascade?

An arrangement of Windows so each window is neatly stacked with only the title bar of each window is showing.

 179 views

32⟩ What is CD-R?

Compact Disc Recordable. A special type of compact disc which can have information written onto it once. You must have a special CD-R drive to write to these discs, but most CD-ROM drives can read them.

 152 views

33⟩ What is Button?

A button does some command in a program when it is clicked. Buttons usually have a 3-dimensional look, although you may have to move the mouse over the button for it to look 3D. You should single-click on buttons (do not double-click).

 174 views

35⟩ What is Color scheme?

A selection of colors that the user sees when using Windows. These colors make up the display of applications, dialog boxes, etc.

 175 views

36⟩ What is Byte?

A byte is eight binary digits. It is the smallest unit a computer works with at once. The bits of a byte can be individually modified, but a computer still works with at least one byte at a time. See also: Binary and my article on Bits and Bytes.

 168 views

38⟩ What is Binary?

Binary is an alternative number system which works very well for computers. Humans have ten fingers; that's probably why we use ten digits (0, 1, 2, 3, 4, 5, 6, 7, 8, and 9) in our number system (decimal), but it is easier for a computer to use only two digits (0 and 1). Ones and zeros can be represented with high or low voltage, closed or open switches, aligned or misaligned magnetic particles, etc. A byte is a group of eight bits, and it is the standard unit by which data is stored. There are 256 different combinations of zeros and ones you can make with one byte, from 00000000 to 11111111. This is enough to cover all the ASCII characters. If more than 256 values are needed, then more than one byte can be used. With two bytes, there are 65536 possible combinations of ones and zeros. These bytes can represent any kind of data. For example, a picture may be made up of thousands of pairs of bytes, with each pair of bytes representing a single dot in one of 65536 colors. Put together all these dots (known as pixels) and you have a full-color picture (most picture data is also compressed). On systems using Microsoft Windows, the meaning of data stored on a disk is determined by the file's extension. For example: if it is TXT, then it is ASCII text; if it is EXE, then it is a program (an executable).

 185 views

39⟩ What is Icon?

An icon is a picture used to represent an object. Some example objects are: data files, program files, folders, email messages, and drives. Each type of object has a different icon. That means that different types of files each have an icon representing its file type. MS Word files will have the MS Word icon; MS Excel files will have the MS Excel icon; Etc.

 180 views