Sunday, January 10, 2016

How to Shrink and Extend NTFS Volumes in Windows


Introduction
In the past when you needed to resize a partition in Windows you had to use a 3rd party utility such as Partition Magic, Disk Director, or open source utilities such as Gparted and Ranish Partition Manager. These 3rd party programs, though, are no longer needed when using Windows as it has partition, or volume, resizing functionality built directly into the Windows Disk Management utility.
You may be wondering why someone would want to resize a Windows volume. One reason would be if you want to install another operating system such as linux, but do not have enough free space to create a new partition for it. By shrinking the Windows volume, you can free up enough space to create a new partition that can be used to dual boot into linux. Now lets say after trying linux, you decide its not for you. Now you are left with all this leftover space that is not being used by Windows. To reuse this space, you simply need to expand, or extend as Vista calls it, an existing Windows volume so that it uses all the available free space that was previously being used by linux.
When resizing volumes in Windows Vista, Windows 7, and Windows 8 you must be aware of the following criteria:
  • You only have the ability to shrink or expand NTFS or RAW (unformatted) partitions using Windows Vista tools.
  • When you shrink a partition, unmovable files such as a page file or a shadow copy storage area are not relocated. Therefore you cannot decrease the size of the Windows volume beyond where these types of files are located. If you need to further shrink the volume, you will need to remove, move, or delete the page file or shadow copy storage area first, then shrink the volume, and then add the page file or shadow copy storage area back to the drive.
  • If enough bad clusters are found on the disk the partition will not be allowed to shrink.
  • You must be logged into an Administrator account in order to resize Windows Volumes in Vista.
It is important to note the terms partition and volume are used interchangeably and you will see both of these terms used throughout the tutorial. Now that we know what we can and cannot do, lets start learning how to shrink and expand, or extend, Windows Vista volumes!
Shrinking Windows Partitions or Volumes
This section will show you have to shrink a Windows volume, or partition. In order to do this we must open the Windows Disk Management tool. The following steps will walk you through this process.
  1. Click on the Start Menu button in the lower left of your desktop and then click on the Control Panel menu option.
     
  2. When the Control Panel opens, click on the System and Maintenance category.
     
  3. When the System and Maintenance category opens, scroll down and click on Administrative Tools.
     
  4. Double-click on the Computer Management icon. The Computer Management console will now be open. Towards the bottom you will see a category called Storage and underneath that category will be the Disk Management icon as shown below.


    Windows Vista Computer Management

     
  5. Click once on the Disk Management icon and you will now be in the Disk Management utility as shown in the figure below. From this utility you can see all the partitions on your computer and format, delete, create, expand, or resize them. For this tutorial, I am going to resize the 16GB E: partition so that when done, it is a 8GB partition and provides another 8 GB of free space that I can use for other purposes.


    Windows Vista before shrinking

     
  6. To shrink the partition, you simply need to right click on the partition you want to work with and select the Shrink option. In this example, I right click on the E: partition and in the menu that comes up I select Shrink.
     
  7. A screen similar to the one below will appear. This screen tells you the current partition's size, how much you can shrink it by, a field where you can enter a specific amount to shrink by, and then how big the partition will be after it shrinks. By default Windows enters the maximum amount that you can shrink the volume, but if you want to change that amount, do so by entering the amount in MB into the Enter the amount of space to shrink in MB: field. When you are satisfied with how Vista will shrink the partition, click on the Shrink button.


    Windows Vista Shrink Options

     
  8. When Windows has completed shrinking the volume, you will be back at the Disk Management screen, but now the size of the partition will be the size you requested as shown below.


    Windows Vista After shrinking a volume


    Now that you reduced the size of your Windows volume, you can close the Computer Management console.
You have now finished shrinking your partition and have the extra space available to use as necessary.
Extending Windows Partitions or Volumes
This section will show you have to extend a Windows volume. In order to do this we must open the Disk Management tool where we can resize our volumes. The following steps will walk you through this process.
  1. Click on the Start Menu button in the lower left of your desktop and then click on the Control Panel menu option.
     
  2. When the Control Panel opens, click on the System and Maintenance category.
     
  3. When the System and Maintenance category opens, scroll down and click on Administrative Tools.
     
  4. Double-click on the Computer Management icon. The Computer Management console will now be open. Towards the bottom you will see a category called Storage and underneath that category will be the Disk Management icon as shown below.


    Windows Vista Computer Management

     
  5. Click once on the Disk Management icon and you will now be in the Disk Management utility as shown in the figure below. From this utility you can see all the partitions on your computer and format, delete, create, expand, or resize them. For this tutorial, I am going to expand the E: partition so that it uses up the rest of the available space on Disk 1.
    Windows Vista before expanding
  6. To expand the partition, you simply need to right click on the partition you want to work with and select the Extend option. In this example, I right click on the E: partition and in the menu that comes up I select Extend.
     
  7. A wizard screen will appear as shown below. Press the Next button to continue.

    Windows Vista Expand Wizard

     
  8. A new screen, shown below, will appear that allows you to select the available free space on your local drives that you can use to extend the space of the selected partition. It is important to note that Windows allows you to extend a volume using free space on the same drive as well as other drives. I strongly suggest that you do not extend a volume on one disk with free space from another. This is because if one of the drives has a hardware failure, then all the data on that volume will be deleted. Instead only use the free space on a drive that contains the volume you are extending
    .

    Windows Vista Expand Options


    As discussed in step 5, for this tutorial we are going to expand my 8 GB partition (E: drive) to the full size of Disk 1 using all of its available space. As Disk 1 is the only available free space on my computer, Windows will automatically select it as shown in the image above and use the maximum amount available to extend the partition. If there were other drives with free space they would be shown under the Available selection. If you want to extend the volume by a lower amount you can change it in theSelect the amount of space in MB: field. Otherwise we press the Next button.
     
  9. You will now be presented with a confirmation screen. If you are sure you want to extend the volume, press the Finish button. Otherwise, press the Back button to make changes or the Cancel button to cancel this operation.
     
  10. When Windows has completed extending the volume, you will be back at the Disk Management screen where you will see the volume you extended with the new size. An example of this is shown below.


    Windows Vista after Extending


    At this point you can close the Computer Management window as your task is complete.
Shrinking and Extending Volumes with the Windows command line
Windows provides the ability to resize volumes directly from the command line using the Diskpart utility. The Windows Diskpart utility is a command line program for managing the disk partitions, or volumes, on your computer. Some of the tasks you can do with this utility include repartitioning drives, deleting partitions, creating partitions, changing drive letters, and now shrinking and expanding volumes.
To access the diskpart utility follow these steps:
  1. Click on the Start Menu button.
     
  2. In the Run/Search field type Diskpart and press the enter key on your board.
     
  3. Windows may ask if you want to allow this program to run and you should press the Continue button.
     
  4. A command prompt will now open and you will be within the Diskpart console. For a list of commands that you can use within the Diskpart console you can type help. For the help instructions for a particular command you can type the name of the command followed by help, such as select help .
Before you can expand or shrink a volume using Diskpart you must first select the volume you would like to work with. To do this you need to use the list volume command to find the IDs associated with each volume. When you type list volume and then press enter, diskpart will display a list of Windows volumes on your computer. Next to each volume will also be a numbers that can be used to identify that specific volume. An example of what the list volume command looks like can be found below.
List volume in diskpart

After determining the ID of the volume that you would like to work with, you need to select that volume using the select volumecommand. To use this command you would type select volume ID, where ID is the ID associated with the volume you found using the list volume command. Now that the volume has been selected, diskpart knows that any further commands will be associated with this particular volume until you enter another select volume command.
To shrink a selected volume you would use the shrink command. The shrink command has two arguments that you can use to define how you want diskpart to shrink the volume. The first argument is desired= which will shrink the volume by the desired amount in MB if possible. The second argument is minimum= which tells diskpart that it should only shrink the volume if it can shrink it by the specified amount in MB. If you do not use either of these arguments, diskpart will shrink the partition by the maximum amount possible. If you would like to determine the maximum amount of space that you can shrink a volume, you can type the shrink querymax command.
Shrink examples are:
Command
What it does
shrink desired=2048This command will shrink the volume by 2 GB if possible.
shrink minimum=2048This command will shrink the volume as much as possible, but fail if there is less than 2GB available to shrink it by.
shrinkThis command will shrink the volume by the maximum it can be.

Vista Shrink from command line
Shrinking a volume from the command line

To extend a selected volume you would use the extend command. For the extend command the most common arguments are sizeand disk. The size= argument will extend the selected volume by the desired amount of MB. The disk= argument allows you to specify the disk which has the free space you wish to extend a volume with. If no argument, or no disk= argument, is provided when using theextend command, diskpart will use all the available space on the current disk to extend the volume. As said previously, we strongly suggest that you do not use the disk= argument to extend a volume onto another disk as this increases your chance of losing data if one of the two drives has a hardware failure.
Extend examples are:
Command
What it does
extend size=2048 disk=2This command will extend the volume by 2 GB using the free space from disk 2..
extend size=2048This command will extend the volume by 2GB from the same disk.
extendThis command will extend the volume as much as it can be.
Conclusion
With the ability to extend and shrink a partition using Windows Vista, Windows 7, or Windows 8 you no longer need to worry about installing a new drive in order to dual-boot to an alternate operating system. Now you simply find a drive that has some free space on it, shrink it, and use it as necessary. As always if you have any questions you may have in of our Windows forums.
plz contect +919628273549

Sunday, January 3, 2016

CCC Test Paper 3


1 In which menu Spelling command appears 

(A)Tools (B)Windows  (C)Edit  (D)None of the above



2  A right click on the Windows desktop itself will _____.

(A)open the Display Properties dialog box

(B)show a context-sensitive menu

(C)open the Control Panel 

(D)minimize all open applications



3  "When numbers are typed inside a cell, the default alignment is:" 

(A)Left-aligned   (B)Center-aligned (C)Right-aligned  (D)Justified



4  Cell address A$4 in a formula means it is a  

(A)relative cell reference

(B)absolute cell reference

(C)mixed cell reference

(D)All of the above



5  When you create a chart on a separate sheet in the same workbook it is called a

(A)chart sheet (B)embedded chart (C)view sheet   (D)view chart



6  Page break command of Excel on the Insert menu will result in insertion of page break 

(A)above the selected row 

(B)below the selected row 

(C)middle of the selected row

(D)None of the above



7  To print a specific area in Excel  

(A)set print area from File menu

(B)set print area from Page Setup dialog box

(C)both a and b above  

(D)None of the above



8  Pressing _____ is a quick way to cycle between open program windows. (A)Alt+Tab   (B)Ctrl+Tab (C)Shift+Tab   (D)Shift+Alt



9  The AutoContent Wizard creates _____. 

(A)a new blank presentation with an attractive background and  fonts  

(B)a new presentation with sample slides with suggestions for  what information should be included

(C)a new look for an existing presentation  

(D)a new template for future use



10 "In PowerPoint, slide sorter command is found under which menu?"  

(A)File  (B)Tools (C)View  (D)Edit



11 The primary goal for your slide design should be _____. 

(A)to attract the eyes of your audience  

(B)to coordinate with your company logo and color scheme  

(C)to make the information easy to read  

(D)to make the slides interesting and even exciting



12 "In Excel, shortcut fill menu contain"

(A)Fill weekdays  (B)Fill series (C) (a) and (b)   (D)None of these



13 Alignment buttons are available on the _____ toolbar.

(A)Status bar  (B)Formatting toolbar  (C)Standard toolbar (D)None of these



14 Paste Special dialog box of Excel contains _____ options for (A)characteristics (B)Formats  Formulas (C)Values (D)All of the above



15  "Actions buttons can be inserted in the slide, by Action Button command of"

(A)View menu  (B)Insert menu  (C)Slide show menu  (D)None of the above



16 "If you import data and want to update the slide when the original data changes, you must _____." 

(A)embed the data

(B)link the data 

(C)Insert the data as an object 

(D)break the link



17 Following is a type of PowerPoint Slide Show option

(A)Presented by the speaker  

(B)Browsed by an individual  

(C)Browsed at a kiosk  

(D)All of the above



18 The first network that planted the seeds of Internet was: 

(A)ARPANET  (B)NSFnet   (C)Vnet  (D)Inet



19 "For a small Web site, one needs to buy space from the"  

(A)Network administrator (B)Telephone exchange (C)ISP (D)None of the above



20 The first graphical browser for the WWW was named:  

(A)Netscape (B)Veronica (C)Mosaic   (D)Lynx



21 The Internet uses

(A)Circuit switching

(B)Packet switching 

(C)Hybrid switching 

(D)None of the above



22 GIGO stands for _____. 

(A)"Garbage Input, Garbage Output" 

(B)"Gigabytes in, Gigabytes out"

(C)"Garbage In, Garbage Out" 

(D)None of the above



23 "When a computer prints a report, this output is called_____."

(A)hard copy (B)soft copy  (C)COM   (D)None of the above



  1. CPU reads the information from secondary memory 
    (A)Directly
    (B)"First, information is transferred to main memory and from   there, the CPU reads"  
    (C)Through registers
    (D)None of these

    25 Which of the following in not an option of edit menu in PowerPoint?   (A)Cut   (B)Delete slide (C)Copy  (D)Page setup


    26 You can create a template in Word  
    (A)based on an existing document
    (B)based on an existing template
    (C)from scratch  
    (D)All the above

    27 A Laser printer uses
    (A)Raster scan
    (B)Camera lens
    (C)Heat sensitive paper
    (D)None of these

    28 Tape storage is primarily used for _____.
    (A)backups 
    (B)installing new programs
    (C)rarely used software
    (D)None of the above

    29 GUI is used as an interface between
    (A)hardware and software  
    (B)man and machine  
    (C)software and user
    (D)None of the above

    30 A Word processor is:
    (A)"A program which processes the word, e.g. giving frequency   of words, sorting of words etc" 
    (B)"A program which provides the facility for creating, viewing   editing and manipulating text before printing"  
    (C)CPU of microcomputer
    (D)None of these

    31 E-mail is  
    (A)Mail concerning electronics devices
    (B)"Transaction of letters, messages and memos over a    communications network"
    (C)Transaction of messages within a computer
    (D)None of these

    32 Using Microsoft Word’s Find and Replace feature you can  
    (A)replace both text and formatting
    (B)replace text of a document only 
    (C)replace formatting only
    (D)replace document’s name with a new name

    33 "When you activate the Spelling and Grammar checker,"  
    (A)it displays the misspelled words in a dialog box.
    (B)it highlights the misspelled words in the document.  
    (C)it allows you to either correct the misspelled word  manually.
    (D)All of the above

    34 You will probably use Borders in Word where  
    (A)you wish to add emphasis to particular paragraphs 
    (B)you wish to draw lines above and below or to left and right  of paragraphsyou (C)wish to surround the paragraphs with different styles  of boxes
    (D)All of the above


    35 In Word Drop caps applied to 
    (A)Characters  (B)Sentences   (C)Words (D)None of the above

    36 What is the term used for the word processing programs that show you directly on the PC screen the appearance of your final document as you might expect when the document is printed on the paper.  
    (A)Search & Replace(B)  Pagination  (C)Soft Copy  (D)WYSIWYG

    37 Using Borders in Excel you
    (A)"can add lines above, below or to either side of a cell"  
    (B)"can add a single line or multiple lines, along one side of   a cell or around it" 
    (C)both a and b above are correct  
    (D)None of the above

    38 A Word file can be save as a Web page which is a document that consist of one or more parts
    (A)that can be read by a Web  browser such as the Internet Explore
    (B)saved in HTML format
    (C)which helps distribute information over the Internet
    (D)All of the above

    39 The length of a file’s name under Win95/98/XP _____.  
    (A)is limited to 11 characters  
    (B)is limited to 255 characters 
    (C)is not limited in length  
    (D)can contain only one space

    40 "After a table has been created, which of the following operations cannot be performed?"  
    (A)Insert rows in a table 
    (B)Delete and insert columns 
    (C)Split the table into two tables 
    (D)None of the above

    41 The Magnifier button is available on the 
    (A)Print Preview toolbar  
    (B)Standard toolbar
    (C)Formatting toolbar  
    (D)None of the above

    42 "In the print dialog box of Word, you can select" 
    (A)All page in a range  (B)Odd pages (C)Even pages (D)Any of the above

    43 "In Word, print preview command is found under which menu?"  
    (A)File  (B)Tools (C)View  (D)Edit

    44 You can use other existing data sources with your master documents (A)provided "the data source contains some field names, which may or may  not be (B)in the master document"   the data source contains the same field names (C)found in the  master document the data source contains different field (D)names than those  in the master document  None of the above

    45 Status bar shows different types of keys:
    (A)Num lock key   (B)Scroll lock key  (C)Caps lock key (D)   All of these

    46 "In its default setting, a workbook is made up of sheets and the number can be extended to:" 
    (A)"3,255"  (B)"3,225"  (C)Limited by available memory  (D)"16,225"

    47 "In Excel, once a range has been named, you can go to a range"  
    (A)by selecting ranges using the name box
    (B)by selecting ranges using the [F5] key
    (C)both a and b  
    (D)None of the above

    48 The purpose of AutoSum in Excel is to 
    (A)locate and total the rows or columns in a range nearest to  the current cell (B)total any range that you select 
    (C)add grand totals to a range containing other totals  
    (D)All of the above

    49 Which one of the following can be entered as a number in a cell?  (A)"1,300.00"  (B) (5000.00)   (C)1.1e+2   (D)All of the above

    50 A page break is used to do what?
    (A)Create a new page at the insertion point 
    (B)Create a new page at the bottom of the document
    (C)Create a new page that cannot be deleted 
    (D)Create a blank page at the top of the document

    51 Animation effects appears in the Standard toolbar.
    (A)True  (B)False   

    52 Hybrid computer is a mixture of both digital and analog computers. (A)True   (B)False   

    53 "When you create a formula that contains a function, the Insert Function dialog box helps you enter worksheet functions." 
    (A)True  (B)False   

    54 You can enlarge the sheet upto 500% while printing.  
    (A)True  (B)False   

    55 "To insert a header or footer in a worksheet, select Header and Footer option in the File menu."  
    (A)True  (B)False   

    56 You can search for a file in Windows even if you know only part of the file name
    (A)True  (B)False   

    57 "When you hide a slide it remains in your file, even though it is hidden when you run the presentation."  
    (A)True  (B)   False   

    58 The AutoContent Wizard creates the structure and contents based on the choices you make.  
    (A)True  (B)False   

    59 "If your text exceeds the size of the placeholder, Microsoft PowerPoint reduces the font size and line spacing incrementally as you type, to make the text fit."
    (A)True  (B)False   

    60 Change case command is used to change the capitalization of a sentence. (A)True   (B)False   

    61 You can print slides for overhead projector transparencies
    (A)True  (B)False   

    62 Unitprice is a valid name for a cell or range.  
    (A)True  (B)False   

    63 You cannot change the position of the slide images on the Handout Master. (A)   True   (B)False   

    64 "To have Microsoft Excel always use a specific currency symbol, change the currency symbol selected in Regional Settings in Control Panel before you start Excel."
    (A)True  (B)False

    65 "When you turn on background printing, you can continue working in PowerPoint while you print." 
    (A)True  (B)False

    66 E-mail addresses are case-sensitive.  
    (A)True  (B)False

    67 A set of rules is known as protocol.  
    (A)True  (B)False

    68 ISP is a company that provides an Internet connection 
    (A)True  (B)False

    69 Hypertext enables you to read and navigate text and visual information in a nonlinear way base on what you want to know next 
    (A)True  (B)False

    70 The two parts of an e-mail address is separated by @ symbol  
    (A)True  (B)False

    71 "In SMTP, the message can be of any length"  
    (A)True  (B)False

    72 HTML files are text files only  
    (A)True  (B)False

    73 In Web site designing you should make the title catchy descriptive and accurate 
    (A)True  (B)False

    74 "A smiley, is a sequence of ordinary printable characters, or a small image, intended to represent a human facial expression and convey an emotion."  (A)True   (B)False

    75 You can draw objects in a presentation by using the Design toolbar.  (A)True  (B)False

    76 "To create a new worksheet, select worksheet from the file menu."  
    (A)True  (B)False

    77 "In a multi-page document, the dotted line that extends on a page is called as soft page break." 
    (A)True  (B)False

    78 Numerals have the same widths in a proportionally spaced font.  
    (A)True  (B)False

    79 You cannot use different page-numbering styles in different section of your document
    (A)True  (B)False

    80 "In Word, the ruler is displayed by default."  
    (A)True  (B)False

    81 Even and odd pages can have different footers in Word. 
    (A)True  (B)False

    82 Headers and footers are displayed in the normal view in Word.
    (A)True  (B)False

    83 The AutoFit to contents enables Word to widen or narrow columns based on the contents you insert in Insert Table.  
    (A)True  (B)False

    84 You can use the AutoFormat command to analyse the formatting in the document and automatically create styles for you.  
    (A)True  (B)False

    85 Page preview shows the page in WYSIWYG mode.
    (A)True  (B)False

    86 Print Preview of Word does not allow you to do any editing.  
    (A)True  (B)False
    87 "To fill a formula into a range, select the cell that contains the formula and then drag the fill handle downward, upward, right or left as far as you need." 
    (A)True  (B)False

    88 "In Word, the easiest way to resize a picture is by dragging its edges to match the size and shape you want." 
    (A)True  (B)False

    89 A blog is a website where entries are made in journal style and displayed in a reverse chronological order.
    (A)True  (B)False

    90 Multiple non adjacent ranges can be selected in Excel.  
    (A)True  (B)False

    91 Pressing [Home] moves the active cell to column A of the current row   (A)True   (B)False

    92 Pressing [Shift]+[Spacebar] selects the entire column.
    (A)True  (B)False

    93 You cannot move or copy sheets from one workbook to another 
    (A)True  (B)False

    94 [Ctrl]+[End] moves the last cell containing contents in the worksheet in Excel.
    (A)True  (B)False


    95 "When you copy a formula in Excel, relative cell references do not change"   (A)True   (B)False

    96 "In Excel, The delete and clear commands perform the same function."   (A)True   (B)False

    97 Excel cannot insert multiple rows in its sheet.  
    (A)True  (B)False

    98 You can add a new sheet to the workbook by using Worksheet command on the Insert menu. The new worksheet is inserted in front of the current sheet. (A)True  (B)False

    99 Microsoft Excel ignores manual page breaks when you use the Fit to option of the Page Setup.  
    (A)True  (B)False

    100   Styles can be used to generate a table of contents quickly in Word.  (A)True   (B)False

          

             Answer


1=    a    2=    b    3=    c    4=    c    5=    a    6=    d    7=    c    8=    a    9=    b    10=    c    11=    d    12=    c    13=    b    14=    d    15=    c    16=        17=    d    18=    a    19=    c    20=    a    21=    b    22=    c    23=    a    24=    b    25=    d    26=    d    27=    d    28=    a    29=    c    30=    b31=    b    32=    a    33=    d    34=    d    35=    a    36=    d    37=    c    38=    d    39=    b    40=    d    41=    c    42=    d    43=    a    44=    b45=    d    46=    b    47=    c    48=    d    49=    d    50=    b    51=    f    52=    t    53=    t    54=    f    55=    f    56=    t    57=    t    58=    t    59=t    60=    t    61=    t    62=    f    63=    t    64=    t    65=    t    66=    t    67=    t    68=    t    69=    t    70=    t    71=    t    72=    f    73=    t    74=    t75=    t    76=    f    77=    t    78=    t    79=    t    80=    t    81=    t    82=    f    83=    t    84=    t    85=    t    86=    t    87=    t    88=    t    89=    t    90=    f    91=    t    92=    t    93=    f    94=    f    95=    t    96=    t    97=    f    98=    t    99=    t    100=    t   

QUESTIONS FOR CAMPUS INTERVIEW with answers 65

Q1:- Differentiate between RAM and ROM? RAM stands for Random Access Memory. It can store information and have new information stored o...