Short Terms Flashcards
LOOPING STATEMENTS
Statements execute one or more statements repeatedly several times.
Types of loops: for loop
while
do while.
CONDITIONAL STATEMENTS
Perform different computation depending on whether programmer’s specified boolean condition evaluates to false or true.
HARDWARE
Physical components of computer system such as CPU,RAM,storage devices, input/output devices.
EX: Keyboard, SSD,display.
SOFTWARE
Collection of data or computer instructions that tell a computer how to work.
Such as operating system.
PROGRAMMER
Responsible for coding and testing of programs to provide processing functions in a variety of applications.
MULTITASKING
User has more than one program open at the same time.
OS allows users to switch between programs with each running in a different window.
MULTI USER
OS supports a network where more than one user can access the same data at same time.
Appears to each user as if they are the only same user on the system.
In multi user environment, OS will control access by use of usernames and passwords.
DATA STUCTURE
Recognition of sequencing, selection and repetition in programs.
PROGRAM STRUCTURE
Recognition of sequencing, selection and repetition within data and recognizing primitive data types.
LOADER
Part of OS.
Responsible for loading programs into memory, preparing for execution and then execute them.
LINKER
Program that takes one or more objects generated by compilers and assembles them into single executable program.
ARRAY
A homogeneous collection of data.
Elements in array are stored on consecutive memory locations.
POINTER
Reference of data element which allows it to be retrieved without further search.
INTERNAL SORTING
All data to sort are stored in memory at all times while sorting is in progress.
EXTERNAL SORTING
Data are stored outside only loaded into memory in small amounts.
Is applied when all data cannot fit into memory entirely.
Library Program
Pre written program for immediate use.
Stored in compile format.
Included by programmer within one or more program.
ITERATION
One part of program can be repeated or iteratedlimit number of times
RECURSION uses iteration.
Packaged software
Refers as off the shelf.
Pre built software designed and developed by third party vendors for wide range of customers.
Ex: Microsoft Office, adobe photoshop, quickbooks
INHOUSE APPLICATION/Bespoke
Custom built in software applications by organisation’s internal development team to meet specific business needs.
Ex: banks,insurance companies, government agencies have their software tailored.
INFORMATION
Data are processed, interpreted, organized, structured or presented so as to make them meaningful or useful.