Computer Computer O Level(Form Two) Computer Study Notes Form Two

COMPUTER O LEVEL(FORM TWO) NOTES – TOPIC:2 SPREAD SHEET

TOPIC:2 SPREAD SHEETSheet is a piece of paper with vertical and horizontal line.Spreadsheet allows the operator to enter and to store data in a computer,

Computer Computer O Level(Form Four) Computer Study Notes Form Four

COMPUTER O LEVEL(FORM FOUR) NOTES – PRESENTATION

PRESENTATIONMicrosoft presentation software (PowerPoint) includes text-editing and graphics tools that can create slides for public presentations. The presentations can be printed, projected, displayed on a

Computer Computer As Level(Form Five) Computer Study Notes Form Five (As Level)

COMPUTER As LEVEL(FORM FIVE) NOTES – IEEE Floating

10 . Floating-Point RepresentationThe simple fixed-point representation allows for a very limited range of values that can be represented. A more versatile scheme, the floating-point

Computer Computer A Level(Form Six) Computer Study Notes Form Six (A Level)

COMPUTER A LEVEL(FORM SIX) NOTES – What is Defragmentation?

What is Defragmentation?As you start to create and delete files and applications on your computer the hard drive will become fragmented. This means that your

Computer Computer O Level(Form Three) Computer Study Notes Form Three

COMPUTER O LEVEL(FORM THREE) NOTES – DATABASE AS INFORMATION SYSTEM

TOPIC : 3 DATABASE AS INFORMATION SYSTEM3.0 Database is a collection of related files. Or Database is a collection of integrated data.3.1 Manual data Processing

Computer Computer A Level(Form Six) Computer Study Notes Form Six (A Level)

COMPUTER A LEVEL(FORM SIX) NOTES – C-PROGRAM (2)

C Language Operator Precedence ChartOperator precedence describes the order in which C reads expressions. For example, the expression a=4+b*2 contains two operations, an addition and

Computer Computer A Level(Form Six) Computer Study Notes Form Six (A Level)

COMPUTER A LEVEL(FORM SIX) NOTES – DATA STRUCTURE AND ALGORITHMS

DATA STRUCTURE AND ALGORITHMSData Structure Computer Science is the study of data, its representation and transformation by Computer. For every data object, we consider the

Computer Computer A Level(Form Six) Computer Study Notes Form Six (A Level)

COMPUTER FORM 6 – C PROGRAMMING

DECLARING ARRAYSArrays may consist of any of the valid data types. Arrays are declared along with all other variables in the declaration section of the