OMT UNIT II Questions For Study
OMT UNIT II Questions For Study
OMT UNIT II Questions For Study
8. Explain W.W.W
WWW stands for World Wide Web. It is a global system of
interconnected hypertext documents accessed through the internet. The
WWW is a vast network of websites, pages, and links that allows users to
access and share information, resources, and services from around the
world.
Key Differences:
Assemble
Feature Compiler Interpreter
r
Level of
Lowest Higher Highest
Abstraction
Machine code
Machine Executes
Output or intermediate
code directly
code
Line-by-line
Direct Translates
Process translation and
translation entire program
execution
Python
MASM, GCC, Clang, interpreter,
Example
NASM javac JavaScript
engine
Physical Address:
Direct Memory Location:
A physical address is a direct reference to a specific memory location on
the system's physical memory.
Hardware-Based:
Physical addresses are used by the hardware (CPU, memory controller) to
access data.
MMU Translation:
The MMU translates logical addresses into physical addresses based on
the memory management scheme (e.g., paging, segmentation).
Example:
A physical address might be 0x80000000, which refers to a specific
location in the system's RAM.
Key Differences:
Abstract
Nature Direct memory location
representation
Operating system,
Used by Hardware
programs
Dotted Hexadecim
Notation
decimal al
Address
Limited Vast
Space
Current
Depleting Expanding
Status
Machine- Assembly-
Feature High-Level
Level Level
Abstractio
High Low Medium
n
Performan
Lower Highest Medium
ce
Complexit
Lower Highest Medium
y
--------------------------------------------------------------------------------------------------
----------------------