Question & Additional Information
 
What command can be used to repair segmented files in Windows 9x?
Add to My IQ
 

Answer Title
Answer
The DOS CHKDSK (Check Disk) command is a command-line utility that has remained in use with Windows 3.x, 9x, NT, and 2000, and is used to recover lost allocation units from the hard drive. These lost units occur when an application terminates unexpectedly and causes the file management system to lose track of where some parts of the file are stored. The total file becomes segmented into undefined pieces that can still be by the utility but cannot be associated with a particular filename in the FAT. Over a period of lost units can pile up and occupy large amounts of disk space. To remove lost units from the drive, an /F modifier is added to the command so that the lost units will be converted into files that can be investigated, and removed if necessary. In some cases, the converted file is a usable data file that can be rebuilt for use with an application. The CHKDSK /F command is often used before running a drive defragmentation program.
Question Tag Title
Tags
Question Asked At Title
Asked At
Question Job Title
Job Titles


Check out our newest job listings!

Post a Job! $49 for 60 days



Your Name:
Add your comment text
 
Related Questions
Related Questions
Flag this interview question as inappropriate Inappropriate
See Answer
Firewalls can't protect very well against things like viruses or malicious software (malware). There are too many ways of encoding binary files for transfer over networks, and too many different architectures and viruses to try to search for them all. In other words, a firewall cannot replace security-consciousness on the part of your users. In general, a firewall cannot protect against a data-driven attack--attacks in which something is mailed or copied to an internal host where it is then executed.

Alternate Answer:
Properly configured firewalls can limit the propagation of worms - a form of malware.  Typically, firewalls are edge or parameter devices (separates network zones) and most viruses and malware targets end points (user workstations and servers).
Create Date
:
Tuesday, November 06, 2007
Asked At
:
None
Job Positions
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
  • To run the count program, which will display the process identification number of the job, enter: count &
  • To check the status of your job, enter: ps
  • To bring a background process to the foreground, enter: fg
  • If you have more than one job suspended in the background, enter: fg %#

    Replace  #  with the job number, as shown in the first column of the output of the jobs command.

  • You can kill a background process by entering: kill PID

    Replace PID with the process ID of the job. If that fails, enter the following:

    kill -KILL PID
  • To determine a job's PID, enter: jobs -l
  • If you are using sh, ksh, bash, or zsh, you may prevent background processes from sending error messages to the terminal. Redirect the output to /dev/null using the following syntax: count 2> /dev/null &
  • Create Date
    :
    Sunday, May 11, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    There are 3 main uses for the static.
    1. If you declare within a function:
    It retains the value between function calls

    2.If it is declared for a function name:
    By default function is extern..so it will be visible from other files. if the function declaration is as static, it is invisible for the outer files

    3.Static for global variables:
    By default we can use the global variables from outside files If it is static global..that variable is limitied to with in the file
    Create Date
    :
    Tuesday, September 11, 2007
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (1) :
    1.
    anujtripathi
    Thursday, October 16, 2008 10:42 AM
    Gud Xplanation !
    Flag this interview question as inappropriate Inappropriate
    See Answer

    MDI (Multiple Document Interface) is a Microsoft Windows programming interface for creating an application that enables users to work with multiple documents at the same time. Each document is in a separate space with its own controls for scrolling. The user can see and work with different documents such as a spreadsheet, a text document, or a drawing space by simply moving the cursor from one space to another.

    An MDI application is something like the Windows desktop interface since both include multiple viewing spaces. However, the MDI viewing spaces are confined to the application's window or client area . Within the client area, each document is displayed within a separate child window . MDI applications can be used for a variety of purposes - for example, working on one document while referring to another document, viewing different presentations of the same information, viewing multiple Web sites at the same time, and any task that requires multiple reference points and work areas at the same time

    Create Date
    :
    Sunday, April 27, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer

    The .NET Framework 3.5 provides the foundation for building connected and appealing applications, productively, on a wide variety of systems from the device to the data center.

    Microsoft continues to support developers using the .NET Framework platform by providing support for applications built in previous versions to the 3.5 release, so existing applications built for .NET Framework 2.0 or .NET Framework 3.0 will continue to work.

    The .NET Framework 3.5 adds new features in several major technology areas:
    • Deep integration of Language Integrated Query (LINQ) and data awareness.
    • Support for Web 2.0 AJAX-style applications and services in ASP.NET and WCF.
    • Full tooling support for WF, Windows Communication Foundation (WCF), and Windows Presentation Foundation (WPF), including the new workflow-enabled services technology.
    • New classes in the base class library (BCL) for the .NET Framework 3.5 address the most common customer requests.
    Create Date
    :
    Tuesday, June 10, 2008
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
    Flag this interview question as inappropriate Inappropriate
    See Answer
    The .NET Framework class library is a library of classes, interfaces, and value types that are included in the Windows Software Development Kit (SDK). This library provides access to system functionality and is designed to be the foundation on which .NET Framework applications, components, and controls are built.

    refer http://msdn.microsoft.com/en-us/library/ms229335.aspx
    Create Date
    :
    Tuesday, June 10, 2008
    Tags
    :
    Asked At
    :
    None
    Job Positions
    :
    None
    Click here to improve the Interview Question, Answer and other fields.
    Comments (0) :
    Goto add your comment on the Question 
     
    • More Related Questions: