Skip to main content

Posts

Showing posts from April, 2017

Basic Structure of HMTL5

Basic Structure of HMTL5 <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> </body> </html> Saving Process of HTML file : CTRL+S or go to file menu and click to save and put a file name and with the file name you must type .html and click the save

How to show date in PHP

Show date in PHP PHP date() function : PHP output : Current Date: 11/04/17 <?php             $date = date("d/m/y");             echo "Current Date: $date"; ?> PHP output : Current Date: Tue/04/2017 <?php             $date = date("D/m/y");             echo "Current Date: $date"; ?> PHP output : Current Date: Tue/Apr/17 <?php             $date = date("D/M/y");             echo "Current Date: $date"; ?> PHP output : Current Date: Tue/Apr/2017 <?php           $date = date("D/M/Y");           echo "Current Date: $date"; ?> By Table Code : Output : <?php              $date = date("d/m/y");  ...

Data units and bits and bytes

Data units and bits and bytes A bit is smallest unit in data, 1 bit = one binary digit 0 or 1 For Processing or virtual 1 bit = One binary digit (0 or 1) 1 nibble = 4 bit 1 byte = 8 bit 1024  bytes = 1 KB (Kilobyte) 1024 KB = 1 MB (Megabyte) 1024 MB = 1 GB (Gigabyte) 1024 GB = 1 TB (Terabyte) 1024 TB = 1 PB (Petabyte) 1024 PB = 1 EB (Exabyte) 1024 EB = 1 ZB (Zettabyte) 1024 ZB = 1 YB (Yottabyte) 1024 YB = 1 BB (Brontobyte) 1024 BB = 1 GB (Geopbyte) For Storage 1 bit = One binary digit (0 or 1) 1 nibble = 4 bit 1 byte = 8 bit 1000 bytes = 1 KB (Kilobyte) 1000 KB = 1 MB (Megabyte) 1000 MB = 1 GB (Gigabyte) ...

File Extensions names and types

Extensions Application name or files Extensions Notepad or text file .txt WordPad or Rich text format .rtf Sound .mp3, .wav Video .3gp, .mp4, .avi, .mkv, .wmv, .vob, .mpeg MS Word 2003 and older version (.doc) 2007 and newest version (.docx) MS Excel 2003 and older version (.xls) 2007 and newest version (.xlsx) MS PowerPoint 2003 and older version (.ppt) 2007 and newest version (.pptx) MS Access .accdb Executive file or setup file for windows of .exe, .msi

MS Office

MS Office  MS Office stand for  Microsoft Office  this is an office based application software group of programs here and these are worldwide uses in every day. The following applications in ms office package: MS Word MS Excel MS PowerPoint MS Access Outlook etc Microsoft word: Ms word is a powerful word processing application which widely uses in offices and schools for their daily documentation related work and maintaining documents. like (" Letter writing, Creating Resume or Biodata , Agenda, and any documentations related work.") Microsoft excel: Ms excel is a mostly uses in offices and schools for calculation and some database related work. like ("Marks sheets, Salary sheet, Day book and other data storing areas,") Microsoft PowerPoint Ms powerpoint is a powerful application its mainly use creating standard slideshow and presentations related work in schools and offices, like...