pageview

Monday 14 January 2013

wanna see and access your friend or lover omputer?


Do you wanna see and access your friend or lover  with their permission....you can do this easily...you wanna know the way for that?they way for that is in followimg steps...

step1:
           First download and install the  google chrome browser in the two computers,that mean which two systems you want to access....

step2:
           Go to http://bit.1y/S7SYCU and download  "remote desktop plug".this plug is 21mb in its size.so it takes some time to download.

step3:
        after download and install this  "remote desktop plug",click share button.

step4:
           at the time oftenly one secret code will be provided to you..tell your friend to enter the code and click "access" button.

 step5:
           in your computer below the "access" button paste that secret code and allow your friend to see and access your computer..

you know about paper pen drive?


did u get shocked after seeing this news?yes really this invention is accomplished in america.
nowadays all technolgy youngsters using cell phones long time.they like cell phones.next to cell phones they 
mostly like pendrive or usb flash drive.

this is because it is is used to store data from various sources.for exampleif they want to download some information from internet like movie,songs,data download it to pendrive.beacuse pendrive  is easily portable...and also pendrive is used in many places to carry out data to anywhere.already  pendrive is reduced  in its size and weight for our comfortability....but now it is highly developedfor next generation....that one is called   "weightless pendrive".

 now technology is improved to use a normal paper as pendrive without electronic work.this technology was invented  by a company called intellipaper . this company done this acheivement.


How it is possible?


        they take a ordinary paper and put  silicon layer on that...then use that paper as pendrive...the main reason is after putting silicon layer on the paper the paper will allow to store electronic atoms.thus this technology will be done.

now the question raise in your mind ,the paper pendrive will be damaged easily?this is lightly true...but not hundred percentage...howevr we can store  large data based on paper quality,and use it again as safely....

intellipaper company have a confident,the paper pendrive will do a large acheivement in scientific technology...hereafter the all electronic equipments maybe be manufactured by a paper technology...

the founder company of paper pendrive announced ,...this paper pendrive will be launched in the center of  2013.so we will use use this paper pendrive in our hand shortly...

microsoft interview questions part5



41) What is IIS?
IIS, or Internet Information Server is a technology that integrates with Microsoft servers in managing internet related functions, such as web site administration and creation of web-based applications.

42) What is a symbolic link?
A symbolic link does the same function when compared to a standard shortcut. However, a symbolic link works at the file system level, and therefore doe not leave any physical file name on disk.

43) Are sessions stored and recalled?
No. Sessions are only present as long as the browser is used. When a browser is closed, the session is terminated as well, and all data stored in the session is lost.

44) Which Microsoft Certification is required for applicants whose qualification includes proficiency in the use of Microsoft Office programs?
The MOS, or Microsoft Office Specialist certifications, is required for such a case. Applicants who hold such certificates show that they meet the standards set by Microsoft in terms of applying Microsoft Office programs and Windows operating system for everyday productivity.

45) What is COM?
COM is short for Component Object Model. It is a Microsoft technology that allows developers to make use of reusable components and services provided by Microsoft. COM technology includes COM+, DCOM and ActiveX.

46) What is dual-boot system?
Dual boot system allows you to install and maintain two operating systems on a single PC. The purpose for this is to maintain compatibility between older and newer software. For example, there maybe programs that only work under Windows 98, therefore having a dual boot system between Windows 98 and another version like Windows XP is a good choice.

47) What files are important in a bootable Windows XP operating system?
There are four important files in order to make a bootable Windows XP operating system. These are Ntldr, Ntdetect, Boot.ini and Ntfs.sys

48) Is it advisable to install separate Firewall software in Windows?
Windows already has a built in Firewall software. Installing another firewall software can lead to program conflicts and would open loopholes in security.

49) Give an algorithm that will perform swapping of values between two variables.
Let’s call the first variable A and the second variable B. Designate a third variable that will be used for the swap. Calling this third variable MIDDLE, assign MIDDLE to contain the value of the variable A. Then assign the value of B to the variable A. Finally, assign the value of MIDDLE to the variable B.

50) What is the advantage of NTFS over FAT and FAT32?
NTFS was build for better performance, especially when it comes to managing the way files are stored and retrieved. It supports encryption, compression and improved metadata support. As a result, NTFS is more robust, secure and has better utilization of hard drive space.

microsoft interview questions part4

 


31) Give some known Windows version and its codename
Windows 98 – Memphis
Windows Me – Millenium
Windows XP – Whistler
Windows Vista – Longhorn
Windows 7 – Vienna and Blackcomb


32) What are cookies?
Cookies are small pieces of information that are stored in a browser. It keeps track of user preference, like what sites are visited, what keywords are used, among others.

33) What File system is supported by Windows XP?
Windows XP supports four major file systems: FAT12, FAT16, FAT32 and NTFS. This means that Windows XP can be installed on these file systems. The use of NTFS is preferred especially when using a bigger hard drive space.

34) What is the purpose of a Service Pack?
A Service Pack combines hotfixes and updates into one installer module. These are mainly used to upgrade an existing software version without the need to uninstall and reinstall an entire software package.

35) What is the purpose of Option Explicit?
Option Explicit ensures that all variables to be used in a program are defined or declared, therefore specifying what data type it is intended for.

36) Differentiate linked list from arrays.
Arrays can store data in a fix allotted space. The use of linked list allows more flexibility because space is dynamically allocated as needed.

37) What is defrag?
Defrag is a system utility tool under Windows operating system that is designed to rearrange the ordering of data on disk. This action makes the disk run faster and access to data more efficient.

38) What is the difference between a Windows server operating system and a workstation version?
The server version of a Windows operating system is designed to provide more optimized networking services over a network. It can manage domains better and it includes more security feature and data backup support. Workstation versions act merely as clients and therefore do not need to have as much resources when compared to the server versions.

39) What is the purpose of creating partitions for a Windows operating system?
Creating partition may serve different purposes. The common reason is that a separate partition can be used to store data files so that when Windows needs to be reinstalled, the main partition can be formatted without fear of loosing data, which are stored on the other partition.

40) How do you correctly arrange the order by which pressing the tab key will move from one control object to another?
You do that by setting the tabIndex property. Click on one control object to another in the sequence that you want, and then each time you set the tabIndex property of each object as 0. That will automatically arrange according to the sequence that you want.

microsoft interview questions part3

 

21) What is APM?
APM, or Advanced Power Management, was developed by Microsoft and Intel as an API. This API is mainly used for power management, and is very useful especially to those using Windows on their laptops or netbooks.

22) What is the maximum number of characters when applying MsgBox and InputBox?
The maximum allowed number of characters is 1024 characters.

23) In Windows XP, what does the letter XP stand for?
The letters XP actually stands for eXPerience. It was designed as an enhancement of Windows 2000, with a totally different and more attractive user interface/console.

24) What is a Hotfix?
Hotfix are files that are distributed by Microsoft Customer Service. These are intended to address issues such as bugs and errors within existing software.

25) What is NTFS?
NTFS is short for New Technology File System. It is the standard file system that is being used by operating systems starting from Windows NT, Windows 2000, Windows XP, and even the newer versions like Vista and 7. It was originally designed to have a better performance on file storage and retrieval under the Windows NT family.

26) What are DLLs?
DLL is short for Dynamic Link Library. These are shared library files that contain usable codes and routines that other applications can utilize to create other new applications.

27) Which Microsoft Certification is considered the most popular?
It is the Microsoft Certified Systems Engineer (MCSE). This certification deals with skills related to applying solutions to business productivity by utilizing Microsoft Server operating system.

28) What is registry?
Registry is a very important component of the Windows Operating System. It stores  important information, such as setup and configuration, installation settings, and user settings.

29) What is ScanDisk and what does it do?
ScanDisk is a diagnostic tool that checks a hard drive for errors, file corruptions and data integrity. It can do repairs on errors that it detects.

30) How do you reverse a doubly-linked list?
To do this, start from the head and traverse to the end. For each node in the list that was traversed, swap the values of the links “Next” and “Prev”. After that, set the “Head” to link to the last node or tail.