Windows Desktop Interview Questions and Answers
Windows Desktop Interview Questions and Answers
Click OK.
IPCONFIG /ALL
> Where are the Temp files located and how would you remove them ?
There are three different places that you can find temporary files on your
computer. They are located in different place in Windows Vista and Windows Xp.
In Windows Vista there are three file paths below to follow to view the
temporary files.
C:\Users\Username\AppData\Local\Temp (%temp)
C:\Windows\Temp (temp)
Safe mode is an alternate boot method for Windows operating systems that
makes it easier to diagnose problems. The only startup programs loaded are the
operating systemand drivers for the mouse, keyboard, and display modes
display. It is often possible to get a system to start in safe mode when it won't
start normally. To start in safe mode, press the F8 key while the system is
booting and select "safe mode" (or the safe mode option you want) from the
menu that appears.
Note: There are comments associated with this question. See the discussion
page to add to the conversation.
>What is SMPS ?
Switch Mode Power Supplies are the current state of the art in high efficiency
power supplies. Conventional series-regulated linear power supplies maintain a
constant voltage by varying their resistance to cope with input voltage changes
or load current demand changes. The linear regulator can, therefore, tend to be
very inefficient. The switch mode power supply, however, uses a high frequency
switch (in practice a transistor) with varying duty cycle to maintain the output
voltage. The output voltage variations caused by the switching are filtered out
by an LC filter.
>What is SDRAM ?
Short for Synchronous DRAM, a type of DRAM that can run at much higher
clock speeds than conventional memory. SDRAM actually synchronizes itself
with the CPU's bus and is capable of running at 133 MHz, about three times
faster than conventional FPM RAM, and about twice as fast EDO DRAM and
BEDO DRAM. SDRAM is replacing EDO DRAM in many newer computers.
If you have a Macintosh, go to the Finder (or click on the desktop in OS X).
Select the Apple Menu, and choose About This Macintosh or About This
Computer. The operating system version your computer is running will be
displayed on the window that pops up. Mac OS X versions include 10.0, 10.1,
10.2, 10.3, 10.4 and 10.5.
If you have a PC, chances are you are running some form of Windows. If your
computer starts up with a splash screen that says "Windows Vista" and have a
round Start Button, then you are running Windows Vista. Other versions of
Windows, identified by their splash screens, include Windows 98, Windows NT,
Windows 2000, Windows Me, Windows XP, Windows Vista and Windows 7.
>What is MSConfig ?
msconfig.exe is a file which helps to edit and administer text configuration files
such as win.ini and autoexec.bat.
Msconfig is used to control what programs and services start with your
computer. Its very helpful in troubleshooting startup problems as well as poor
performance and getting rid of spyware and viruses.
More likely, you have a software problem. Some programs just don't get
along... they trample on each other's memory spaces and confusion (or the
BSOD) results. And it seems that Windows just gets old and cranky the longer
you have it installed. You may solve the problem by using the System File
Checker, or if all else fails, by
re-installing the Windows operating system and/or your software packages. If
the problem seems to be limited to one particular program, try re-installing just
that one first.
> What does X mean in the term 16X on the CD/DVD ROM ?
"x" = speed; i.e. 48 speed CD-ROM. Refers to how quickly the drive will read
the disk. same deal for writing to disks. Speed increased incrementally from
single speed (1X) CD-ROM. On a burner, it'll say for example 4X4X8, which
would be 4 speed write, 4 speed rewrite, 8 speed read (I may have write &
rewrite backwards). Those are always max speeds, doesn't necessarily mean
the rated speed is constant.
* Original PCI.
* Wide PCI.
* Fast/wide PCI.
* Fast/wide 3.3-volt PCI.
* PCI-X.
* Narrow PCI-X.
* PCI-Express x1.
* PCI-Express x4.
* PCI-Express x8.
* PCI-Express x16.
Today, mainly the x16 is used for Graphic cards, and PIC is used to connect
network cards.
> What is the difference between DDR1, DDR2 and DDR3 memories ?
# DDR stands for Double Data Rate. Like SDRAM, it operates at the rate of the
computer's clock cycle. However, unlike SDRAM, it can transfer data twice per
clock cycle. It does this by using the rising and falling edges of the clock signal,
also known as "double pumping" and employing a prefetch buffer capable of
accessing two datawords at a time. This means that it can store and move a
value in the same amount of time it takes SDRAM to do one or the other,
effectively doubling the memory's speed.
# DDR2 also utilizes the same double pumping technique as DDR. It achieves
performance gains by using a prefetch buffer that retrieves four datawords per
memory access. This allows it to transfer data four times per clock cycle
(compared to twice in the case of DDR). According to Bit-Tech.com, its
improved efficiency allows it to consume less power than DDR.
# Like all other forms of DDR, DDR3 transfers data twice per clock cycle.
However, its prefetch buffer can access eight datawords at a time, according to
Benchmark Reviews. Thus, it can transfer data eight times per clock cycle,
giving it a maximum data transfer rate twice that of DDR2 while using less
power.
* ATA
* FireWire
* SCSI
* RAID and Fibre Channel
Fragmentation happens to a hard disk over time as you save, change, or delete
files. The changes that you save to a file are often stored at a location on the
hard disk that's different from the original file. Additional changes are saved to
even more locations. Over time, both the file and the hard disk itself become
fragmented, and your computer slows down as it has to look in many different
places to open a file.
Disk Defragmenter is a tool that rearranges the data on your hard disk and
reunites fragmented files so your computer can run more efficiently. In this
version of Windows, Disk Defragmenter runs on a schedule so you don't have to
remember to run it, although you can still run it manually or change the
schedule it uses.
> What is the difference between SATA and PATA Hard-Disk Drives?
Serial ATA and Parallel ATA are both specialized interface and data transfer
devices, that are used in computers to connect peripheral storage devices. Both
serve the same purpose of data transfer but differ in their basic technology,
speed of performance and therefore their niche applications these days.
2.Once the POST is complete and the BIOS is sure that everything is working
properly, the BIOS will then attempt to read the MBR (Master Boot Record).
This is the first sector of the first hard drive (called the Master or HD0). When
the MBR takes over it means that Windows is now in control.
3.The MBR looks at the BOOT SECTOR (the first sector of the active partition).
That is where NTLDR is located, NTLDR is the BOOT LOADER for Windows XP.
NTLDR will allow memory addressing, initiate the file system, read the boot.ini
and load the boot menu. NTLDR has to be in the root of the active partition as
do NTDETECT.COM, BOOT.INI, BOOTSECT.DOS (for multi-OS booting) and
NTBOOTDD.SYS (if you have SCSI adapters)
4.Once XP is selected from the Boot Menu, NTLDR will run NTDETECT.COM,
BOOT.INI and BOOTSECT.DOS to get the proper OS selected and loaded. The
system starts in 16-bit real mode and then moves into 32-bit protected mode.
5.NTLDR will then load NTOSKRNL.EXE and HAL.DLL. Effectively, these two files
are windows XP. They must be located in %SystemRoot%System32.
6.NTLDR reads the registry, chooses a hardware profile and authorizes device
drivers, in that exact order.
7.At this point NTOSKRNL.EXE takes over. It starts WINLOGON.EXE that in turn
starts LSASS.EXE, this is the program that display the Logon screen so that you
can logon.
RIMMs use only a 16-bit interface but run at higher speeds than DDR. To get
maximum performance, Intel RDRAM chipsets require the use of RIMMs in pairs
over a dual-channel 32-bit interface. You have to plan more when upgrading
and purchasing RDRAM.
TelNet ———- 23
SMTP ———- 25
DNS ———– 53
TFTP ———– 69
WINS ———- 42
BootP ———- 67
DHCP ———- 68
SSL(HTTPS) — 443
SSH ———— 22
RAP ———– 38