Skip to main content

CSC211: All You Need To Know About Translators.










1. A translator is simply a program that translates a program from one language to another without loosing the original form or functional structure of the original code.

2. If a translator translates from HLL to another HLL, it's called a TRANSLATOR or SOURCE-TO-SOURCE Compiler. Eg FORTRAN-TO-Ada, PASCAL-to-C etc.

3. If a translator translates from HLL to a LLL its called a COMPILER.


4. If the translation process is immediately executed, it's called an INTERPRETER.

5. If the translator translates target/machine code to source language, it's called a DECOMPILER

6. If the translator translates Assembly language to machine code, it's called ASSEMBLER. eg MASM, for the ooposite it's called DIASSEMBLER eg gdb, IDA.

NB: HLL - High Level Language
LLL - Low Level Language

Comments

Popular posts from this blog

How to change to your desired font on Tecno wx3p

The other time I did something on "How to locate your whatsapp statuses on your phone's file manager" and a friend drew my attention to an app that automatically reads from this file and shows your status files on launching the app, I think it was called "Status Saver". So you can install the app and save yourself the seeming stress of locating it from the file manager, though I don't see that as a stress actually. Today I've come up with something pretty new. Yea, late last year I bought this phone Tecno wx3p, and though it has issues with storage, SD card Ejecting and stuffs, I've just found a way to walk around those faults as we wait for Tecno to release a new update to fix them. I also discovered that on this phone's setting there's no feature as changing font to style your phone. Now we are going to talk about this today. You can actually change your fonts on tecno wx3 pro as long as you are using the default hiOs launcher

Safety Tips During Exam

First things first. This is NOT a hard and fast rule to passing exams. This is not a protocol for ensuring good grades. As the title implies, its just few safety tips. Safety narrowed down from meeting early with your papers, curbing stress and/or oversleeping, avoiding stomach upset or ill health to avoiding being broke, curbing distractions and having an alert brain in the exam hall. We'll do justice to some of these in the next few lines. Come with me. Tip 1. Never be too far away (probably at home or hostel) from the venue of your exam when its 1.30mins to the starting time. Simply put if your paper is scheduled for 9am, make sure you around the venue latest 7.30am, inorder to avoid any anomally or change in weather condition like rainfall which can trap you indoors while exams are on. Tip 2. Do not go to sleep 6hours prior to the time of your exam. The stress encountered while preparing for the paper might put you off for the next 8hours which is the

CSC211: Classification Of Computers

Written by by Dinesh Thakur Computers differ based on their data processing abilities. They are classified according to purpose, data handling and functionality. According to purpose Computers are either general purpose or specific purpose. General purpose computers are designed to perform a range of tasks. They have the ability to store numerous programs, but lack in speed and efficiency. Specific purpose computers are designed to handle a specific problem or to perform a specific task. A set of instructions is built into the machine. According to data handling, Computers are analog, digital or hybrid. Analog computers work on the principle of measuring, in which the measurements obtained are translated into data. Modern analog computers usually employ electrical parameters, such as voltages, resistances or currents, to represent the quantities being manipulated. Such computers do not deal directly with the numbers. They measure continuous physical magnitudes. Dig