0% found this document useful (0 votes)
13 views

C Programming

Uploaded by

kadiatoumuj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

C Programming

Uploaded by

kadiatoumuj
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

C PROGRAMMING

RAM – Random Access Memory


HDD – Hard Disk Drive
CPU – Central Processing Unit
DVD – Digital Versatile Disc
WAN – Wide Area Network
UPS – Uninterruptible Power Supply
OMR – Optical Mark Recognition
MICR – Magnetic Ink Character Recognition
USB – Universal Serial Bus
IC – Integrated Circuit
OCR – Optical Character Recognition (Biology)
MAN – Metropolitan Area Network
CD – Compact Disk
PC – Personal Computer
BCR – Breakpoint cluster region
LAN – Local Area Network
ROM – Read-Only Memory
CRT – Cathode Ray Tube
FTPS – File Transfer Protocol Secure
HTML – Hypertext Markup Language

CPU (Central Processing Unit) – The main chip in a computer that carries out most of the processing
tasks.

RAM (Random Access Memory) – A type of computer memory that temporarily stores data for
processing by the CPU.

GUI (Graphical User Interface) – A type of computer interface that uses graphics and images to interact
with users.

URL (Uniform Resource Locator) – The unique address of a web page on the internet.

HDMI (High Definition Multimedia Interface) – A type of digital interface used to transmit audio and
video signals between devices.

USB (Universal Serial Bus) – A type of interface that allows devices to be connected to a computer.

LAN (Local Area Network) – A type of computer network that connects devices in a limited geographic
area, such as a home or office.

WAN (Wide Area Network) – A type of computer network that connects devices over a large geographic
area, such as a city or country.

API (Application Programming Interface) – A set of protocols and tools used by software developers to
create applications that can interact with other software.

SEO (Search Engine Optimization) – The process of optimizing a website to rank higher in search engine
results pages.
No. Full Form
Abbreviation

1 RAM Random Access Memory


2 ROM Read Only Memory
3 CPU Central Processing Unit
4 URL Uniform Resource Locator
5 USB Universal Serial Bus
6 VIRUS Vital Information Resource Under Siege
7 DVD Digital Versatile Disc
8 UPS Uninterruptible Power Supply
9 IP Internet Protocol
10 SMTP Simple Mail Transfer Protocol

Computer Memory

1. KB- Kilobyte (this is the smallest storage unit)


2. MB- MegaByte
3. GB- GigaByte
4. TB- TeraByte
5. PB- PentaByte
6. EB- EXAByte
7. ZB- ZetaByte

1 bit Bit =O veya 1


1 byte Byt =8 bit
e
1 Kilobyte =1024 bytes
1 MegabyteMB =1024 KB
1 Gigabyte GB =1024 MB
1 Terabyte TB =1024 GB
1 Petabyte PB =1.024 TB

Unit Equivalent
1 kilobyte (KB) 1,024 bytes
1 megabyte (MB)1,048,576 bytes
1 gigabyte (GB) 1,073,741,824 bytes
1 terabyte (TB) 1,099,511,627,776 bytes
1 petabyte (PB) 1,125,899,906,842,624 bytes

You might also like