Glossary Flashcards
(228 cards)
What is meant by an
Accessible interface?
An interface is Accessible if its design does not prevent certain people from using the interface, (e.g. people with vision or hearing problems.
What is an Actual Parameter?
A Parameter which is used when a procedure or function is called.
What is the Address Bus?
The Address bus is used by the processor to identify a memory location for reading from or writing to.
What is an Algorithm?
A detailed sequence of steps which, when followed, will accomplish a task.
What is meant by Alpha Testing?
Alpha Testing is the testing of software within the development organisation. Can be performed even if the product is not complete.
What is an Animation?
When images can appear to move.
What is meant by Anti-Virus Software?
Software used to detect the presence of viruses or other malicious software on a computer system.
What is the Arithmetic and Logic Unit?
Also known as the ALU, the Arithmetic and Logic Unit is the part of a CPU Where data is processed and manipulated.
What is an Array?
An array is a way of storing a range of values of the same type in a single indexed structure.
What is ASCII?
ASCII Stands for ‘American Standard Code for Information Interchange, and is an 8 bit system for storing text.
What is an Attribute?
A property of characteristic of something.
What is a Back Link?
A link within a website that leads back to the homepage of the website.
What is meant by Bandwidth?
The rate that data can be transmitted through a connection, typically measures in bits per second.
What is meant by beta testing?
Beta Testing is the testing of software outside of the development organisation, using clients or selected members of the public.
What is a Bit?
A single unit of binary data.
What is meant by Bitmap?
A representation of image data where each bit corresponds to an individual pixel on the screen.
What is the Body of a web page?
The second section of a web page that contains all the data that is to be displayed.
What is a Boolean variable?
A value which can only be true or false.
What is meant by Bot-net?
Bot-net is a slang term for the computers that have become infected with malicious software and can then be used to launch a DDOS attack.
What is a Break-point?
A marker set within the code of a program to halt program execution at a predefined spot. Used for debugging programs.
What is a Calculated Field?
A field that obtains its value by carrying out calculations or operations on the contents of other fields.
What is meant by Cardinality?
Cardinality is the type of relationship between tables in a relational database.
What is meant by Cascading Style Sheet (CSS)?
The language used to construct style sheets for websites.
What is a class library?
Collection of classes that can be used in software development, as building blocks for further class definitions.