English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what are low & high level languages,diff between object oriented and object based programming,diff between platform dependent and platform independent

2007-02-25 20:15:01 · 3 answers · asked by madhu 1 in Computers & Internet Programming & Design

3 answers

Yes, you can have more than one user on Unix.

A low-level language is written specifically for a processor type (e.g.: assembly might be specific to Intel processors but won't work on Motorola processors).

A high-level language is more abstracted. A C/C++ program might work on either Intel or Motorola, at least after you compile it.

Platform dependent means it's specific to a certain platform, like Windows. Independent means it's abstracted and not tied to one specific platform.

2007-02-25 20:20:37 · answer #1 · answered by T J 6 · 0 0

Multiuser means that more than one user can work on the system running the os. yes, more than one user can work on a unix system.

low level languages are mostly languages used to talk with the os. like the assembly language. which is not very easy for a person to read and understand. but easier for the machine to understand it.

but, high level languages like c, pascal are more easier for people to understand and code and are used to program the computer.

platform dependent means the program (or anything) can run in one kind of system only. like mac os runs on apple machines.

platform independent means the program can run on anytype of system. like java.

2007-02-26 04:31:35 · answer #2 · answered by ? 2 · 0 0

Ya it supports.
low level language as from the name it is very basic one. it is written for the machine so the machine can get it very easily in simple words it can be said that no mediator software is required to convert it into machine executable.
But in the case of high level language compiler assembler are required to convert the HLL into machine executable.

2007-02-26 05:43:55 · answer #3 · answered by anu_max 1 · 0 0

fedest.com, questions and answers