1b. What is a program?
1c. with the aid of example what is a low level language?
This forum is created to assisted students get all they need to know about computer... it also tends to bring the learners close to instructors/ teachers across the globe.
All Thursday continuous assessment test should be solved as assignment.
I love this but am not a science student
ReplyDeleteCatherine SSS 1 science.
ReplyDelete1a. Computer interpreter works by collecting words typed by the user and translates it into computer language and vice versa.
It is called an interpreter because it translates high level language into computer language and vice versa.
1b. A program is a set of instructions that controls and run the computer to work effectively.
1c. Low level language is a coded language understandable by the computer rather than high level language.For example, machine language which uses 0 and 1 to represent words written in English. It is the lowest computer understandable language.
1a. An interpreter works by translating high level language to low level language, but it does it at the moment the program is running translates.
ReplyDeleteit is called an interpreter because it human understandable language to that of a computer.
1b. Programs are set of instructions that makes the computer to work
1c. low level language is a computer understandable language e.g Binary numbers(bits) i.e 0 and 1.
1a. A computer interpreter works by translating high level language to low level language and low level language to high level language.
ReplyDeleteIt is called an interpreter because it translates high level language to low level language and vice versa.
1b. A program is a set of instructions written in a computer by a computer programmer to perform specific task in a computer.
1c. A low level language is a machine code or language that is understandable by a computer only.For example, I may write on a computer I am a boy. The computer may translate it as 101101.and an interpreter will translate it to high level language. Types of low level languages are machine language and assembly language.