Glossary For Computing
Glossary For Computing
We have provided you with a glossary to help you grasp some words
that you might not be used to, however we might not have included
everything.
Now is your chance to suggest some words or terminology you have come
across that might seem confusing to be added to the glossary. The course
team will review the suggestions to be added to the glossary for the next run
of the course.
Last modified 05th June 2015 16:18
debugging.
Case sensitive - Distinguishing between upper and lower case
being compiled.
Compiler - A program that translates code in a high-level language
computer.
Data type - All data are represented as binary values in the computer
systems. Different data types are used to help the system understand
what type of data your program is working with and how much space to
be allocated to store the content of the value.
Emulator - An emulator is a piece of software that allows you to run
programs for one system on another. In this course, we are using the
Android emulator that allows you to run software that has been
contains the Java compiler and related development tools that are
used by developers to create programs in Java. We will use this as part
of the course.
JRE (Java Runtime Environment) - The Java Runtime Environment
into a function.
Platform - A computing platform is hardware and software that allows a
program to run.
Procedure - A procedure is also a function. In some programming
statement.
SDK (Software Development Kit) - The collection of software tools