CMD Prompts and Commands

  • Command Prompt is a command line interpreter application available in most Windows operating systems. It is used to execute entered commands.  
  • Most of those commands automate tasks via scripts and batch files, perform advanced administrative functions, and troubleshoot or solve certain kinds of Windows issues.
  • Command Prompt is officially called Windows Command Processor, but it is also sometimes referred to as ​the command shell or cmd prompt or even by its filename, cmd.exe. Go to run option and type cmd to open command window.



Some of the Commonly used Commands are:
1. cd (Change Directory): The cd command, also known as chdir (change directory), is a command-line OS shell command used to change the current working directory in operating systems.








Sample File Lookup

  • Now a days we store lot of data (documents,images, music,video etc) in our computer finding a file sometimes little bit difficult.
  • This can be done by grouping and arranging the files in many ways.
  • Open the drive that contains files and right click in the empty area and select either "sort by" or "group by" option.
 Sorting Techniques:
  • Sort by Name: We can sort the files by name in ascending or descending order. 

  • Sort by Date Modified: If we sort by date modified we can see the recently modified/used files in ascending or descending order.


  • Sort by Size: If we sort by size in descending order the bigger size files will appear first and in ascending order smaller size will appear first. We can also sort by type and other techniques to get file fatser.


 Grouping Techniques:
  • Group by Name: We can group the files by name in ascending or descending order. 


  • Group by Date Modified:  If we group by date modified we can see the recently modified/used files in ascending or descending order.


  • Group by Type: We can group the files by type in ascending or descending order. 




DXF File Format

  • DXF is short for Drawing Interchange Format or Drawing Exchange Format. Commonly known as AutoCAD DXF format, is a CAD data file format. 
  • It was developed by Autodesk to enable data interoperability between AutoCAD and other programs. DXF file format was first introduced in 1982. 
  • The key purpose of this format was to produce the exact representation of AutoCAD native DWG files on other applications.
  •  For many years, the importing process of DXF files had been very difficult because of the unavailability of specifications of the format. 
  • Presently the format specifications are available as PDF but this format is rarely used in AutoCAD applications.


  • We can use a range of programs to view/edit DFX files.


  • The ASCII DXF file is a complete representation of a drawing in ASCII text form.  Data is represented with numbers and strings of text that you can easily interpret using the specification document. 


 DXF Editor:


 DXF Viewer:




CAD File Format

  • CAD stands for Computer Aided Design.
  • CAD software is used to create 2D and 3D graphical representation of physical objects.
  • This software is used by engineers, architects and other professionals to create drawings or technical illustrations.


  • It's software is used to increase the productivity of the designer, improve the quality of the design.
  • advertising.
  • CAD file formats generally fall into one of two categories–either Native or Standards-Based.
  • Native file formats are under the control of a particular CAD software maker who can choose to change them at any time.
  • A Standards-Based format is in the hands of some standard-making organization which gets to decide when and how the format changes.
  • Some of the cad File Formats are:
 DXF:
  • DXF Stands for Drawing Exchange Format File.
  • DXF is open source used by almost all CAD softwares.
  • It supports only 2D lines, text, polygons and circles.
  • DXF is used when we want to share drawings between different CAD or vector based programs.


 DWG:
  • DWG (an abbreviation for ‘Drawing‘) is a native file format of AutoCAD software created by AutoDesk in 1982.
  •  It is a binary file format used for storing two- and three- dimensional design data and metadata They’re smaller files due to their binary makeup. 
  • Although they are designed to be used in AutoCAD, users can view and edit DWG files with other programs.


 IGES:
  • The Initial Graphics Exchange Specification (IGES) is a vendor-neutral file format that allows the digital exchange of information among computer-aided design (CAD) systems.
  •  Using IGES, a CAD user can exchange product data models in the form of circuit diagrams, wireframe, freeform surface or solid modeling representations.
  •  Applications supported by IGES include traditional engineering drawings, models for analysis, and other manufacturing functions.


 Examples:
Used in Electronics Design

Used in Architecture Designs


JPEG vs BMP


  • Both are used to store digital images in raster format.
  • JPEG makes unidentifiable changes to image which cannot be distinguished by human eye.
  • It reduces file size upto 1/10th to 1/20th of original size.
  • JPEG can choose amount of compression in image editors like Adobe PhotoShop etc.
  • Differences in them is described in table below.
JPEG BMP
It stands for Joint Photographic Experts Group It stands for BitMap
File Extension is .jpeg or .jpg. File Extension is >bmp.
It uses a Lossy Compression Technique It doesn't uses a Compression Technique
File Size is Smaller Compared to BMP. File Size is Larger Compared to JPEG.
Used in digital Cameras, storing and transmitting images over web Used for Windows platform, image editing.



File Sizes

  • A file size is the measure of space a file takes on a storage medium such as a computer hard drive.
  • File sizes can be measured in bytes (B), kilobytes (KB), megabytes (MB), gigabytes (GB), terabyte (TB), and beyond.


  • In our Computer, files sizes are shown which describes how much memory they occupy.


  • To know the file size of a file click on the file and press Alt + Enter.



Image Formats

  • There are 5 main formats in which to store images. 
  • Each of image file types has their own pros and cons. They were created for specific, yet different, purposes. 
 1. JPEG
  •  JPEG stands for Joint Photographic Experts Group.
  •  File extension is .jpegor .jpg.
  • "Lossy"compression format. Source file is compressed to make small file size with effect on the image quality.
  • JPEG can be mostly preferred while file size is chosen than image quality.


 Best for:
  • Web images, emails, ppts etc as small in size and loads faster.
  • Most cameras store in JPEG format more images can be stored on card.
 Bad for:
  • Line drawings or logos or as compression make them look jagged.
  • If there are images with text don't go for jpeg.
 2. PNG:
  • Stands for Portable Network Graphics. 
  • File extension is .png.
  • "Loseless" compression format. 
  • File size is large.
 Best for:
  • Compress images without losing quality; suitable for text documents. 
 Bad for:
  • Storage of pics on camera because of its large file size.
  • Also does not support animations.
 3. GIF:
  • Stands for Graphics Interchange Format.
  • File extensions is .gif.
  • GIF files are typically small in size and are very portable. 
 Best for:
  • Web graphics and simple animations.
  • Mostly used on web for simple animations.
 Bad for:
  • Photography as gif has limited colors.
  • Bad for printing.
 4. TIFF:
  • Stands for Tagged Image File Format.
  • File extension is .tiff or .tif.
  • These are uncompressed and thus contain lot of detailed image data.
  • File size is large.


 Best for:
  • High quality prints, professional publications, complex imagery.
 Bad for:
  • web images as size is large takes time to load.
  • Most web browsers don't support tiff.