ATIKA SCHOOL
  • Home
    • Atika School Advanced Search
    • News and Opinions
    • Echo
    • Academic Environment
    • How its Done
    • SITEMAP
    • About Us? >
      • About Us
      • Learn more about us
  • TUTORIALS
    • SECONDARY >
      • SCIENCES >
        • FOCUS MATHEMATICS TUTORIALS AND EXAMS FREE
        • KCSE BIOLOGY NOTES
        • FREE KCSE CHEMISTRY NOTES
        • KCSE PHYSICS NOTES, AUDIOVISUALS AND MORE
      • LANGUAGES >
        • ENGLISH >
          • English KCSE Set Books
          • ENGLISH GRAMMAR #KCSE
        • CHOZI LA HERI - MWONGOZO
        • KIGOGO - MWONGOZO
        • KCSE Kiswahili
      • TECHNICALS >
        • KCSE BUSINESS STUDIES NOTES
        • kcse Computer Studies Notes
        • KCSE AGRICULTURE NOTES, SYLLABUS, QUESTIONS, ANSWERS, SCHEMES OF WORK AND OTHERS
      • HUMANITIES >
        • KCSE History Notes Form 1 to 4
        • FREE KCSE CRE NOTES
        • KCSE GEOGRAPHY NOTES
        • IRE NOTES, AUDIOVISUAL, QUESTIONS AND ANSWERS
    • MASOMO VIDEOS
    • PRIMARY >
      • NOTES >
        • KISWAHILI
        • SOCIAL STUDIES >
          • STANDARD 4: SOCIAL STUDIES
        • SCIENCE
        • ENGLISH >
          • KCPE and Primary Level Compositions
        • MATHEMATICS >
          • KCPE Mathematics Notes
      • EXAMINATIONS >
        • DecaTurbo Online Series Examinations
        • TOP INSHA AND COMPOSITION QUESTIONS
        • CBC Kiswahili
        • FOCUS A365 SERIES K.C.P.E EXAMINATIONS FOR PRIMARY
        • Standard 8 (std) English Topical Questions
      • SYLLABUS >
        • Primary 8-4-4 based Syllabus, Objectives and Lessons
        • Primary Mathematics Syllabus
  • CURRICULUM
    • NEW CURRICULUM DESIGNS >
      • PRIMARY >
        • PRE PRIMARY ONE CURRICULUM WITH SYLLABUS
        • PRE PRIMARY TWO CURRICULUM WITH SYLLABUS
      • SECONDARY >
        • KNEC KCSE SYLLABUS AND COURSE OUTLINES
      • COLLEGE >
        • Regulations for the TIVET Craft and Diploma Business Examinations
  • PRODUCTS
    • All Categories
    • FREE DOCUMENTS
    • PRIMARY CBC BASED RESOURCES
    • PRIMARY 8-4-4 BASED RESOURCES >
      • STANDARD 8 RESOURCES
    • COLLEGE & VARSITY RESOURCES
    • HIGH SCHOOL RESOURCES
    • FREE NOVELS >
      • COURSE BOOKS
      • KCSE KISWAHILI SETBOOKS
    • Backed Up Files and Archives
  • EXAMINATIONS
    • PRIMARY EXAMS >
      • Assignments and Random Exams
      • 8-4-4 >
        • STANDARD 8 PAST PAPERS 8-4-4 BASED
      • CBC
    • TOP SCHOOLS EXAMINATIONS LATEST >
      • Assignments and Random Exams
    • KCPE >
      • KCPE PAST PAPERS AND ANSWERS
    • KCSE >
      • KCSE BY SUBJECT >
        • KCSE PAST PAPERS BY SUBJECT
        • Free KCSE Past Papers Mathematics
        • Free KCSE Biology Questions and Answers
      • KCSE BY YEAR >
        • KNEC KCSE PAST PAPERS, MARKING SCHEMES, QUESTIONS & ANSWERS
    • QUESTIONS & ANSWERS >
      • SECONDARY >
        • LANGUAGES >
          • ENGLISH POETRY QUESTIONS WITH ANSWERS FOR K.C.S.E CANDIDATES
        • TECHNICALS >
          • COMPUTER STUDIES >
            • COMPUTER STUDIES Q & A
            • kcse computer studies paper 2 AND 3 Questions & Answers
          • BUSINESS STUDIES QUESTIONS & ANSWERS
          • KCSE AGRICULTURE TOPICAL QUESTIONS
          • KCSE HOME SCIENCE DIRECT QUESTIONS AND ANSWERS
        • SCIENCES >
          • KCSE Mathematics Topical Questions
          • KCSE Biology Topical Questions and Answers
          • CHEMISTRY TOPICAL QUESTIONS AND ANSWERS
          • KCSE Physics Topical Questions
          • KCSE physics Practical Sample Quiz
        • HUMANITIES >
          • ISLAMIC RELIGIOUS EDUCATION (IRE) QUESTIONS AND ANSWERS
          • C.R.E (CRE) QUESTION AND ANSWERS
          • KCSE History Topical Questions and Answers
          • GEOGRAPHY TOPICAL QUESTIONS AND ANSWERS
      • PRIMARY >
        • Standard 4-8 Mathematics Topical Questions from Mocks and KCPE
        • Std 6 Mathematics Notes
  • HIGH INSTITUTIONS
    • EXAMINATIONS >
      • College and Varsity Past Papers online >
        • College and Varsity Past Papers online
    • TUTORIALS
  • PRICING
  • BLOGS
    • Contact
    • Help & Support
    • MPESA FORM
  • Search Free Documents (PDF)

ANALYSIS OF KCSE COMPUTER STUDIES TOPICAL QUESTIONS & REVISION KITS

This site is a creation of all possible KCSE computer studies questions and answers
Picture

State two qualities of a good pseudocode.

15/1/2021

0 Comments

 


State two qualities of a good pseudocode.

  • should be short and clean precise
  •  should have start and end clearly shown.
  •  Statements should be clearly defined.
  •  should depict the logical flow of solving the problem.
  •  should not be ambiguous.
  •  it should be indented /neat / legibility

(b) With the aid of flowchart diagrams, describe each of the following programme control structures:
(i) sequence 
(ii) selection 

(i)Sequence
  • Program statements are executed one after the other in the order in which they appear.
(b) With the aid of flowchart diagrams, describe each of the following programme control structures: (i) sequence (ii) selection
(ii) Selection
(b) With the aid of flowchart diagrams, describe each of the following programme control structures: (i) sequence (ii) selection

​(c) Draw a programme flowchart that would accept three numbers and find their sum. If the sum is greater than 200. It adds 30 to the sum, otherwise subtracts 20 from the sum. The programme should then display the results. 

​(c) Draw a programme flowchart that would accept three numbers and find their sum. If the sum is greater than 200. It adds 30 to the sum, otherwise subtracts 20 from the sum. The programme should then display the results.

Read More






0 Comments

Figure 1 shows a flowchart. Use it to answer the questions that follow.

13/1/2021

0 Comments

 


Figure 1 shows a flowchart. Use it to answer the questions that follow.

Figure 1 shows a flowchart. Use it to answer the questions that follow.
(a) Interpret the flowchart. 
(b) Write a pseudo code for the flowchart. 

Read More






0 Comments

List four web programming languages.

10/1/2021

0 Comments

 


List four web programming languages.

  •  HTML - Hyptertext Mark-up Language
  •  Java script
  •  VBScript - Visual Basic script
  •  XML - Extensible Markup Language
  •  PHP - Hypertext Preprocessor
  •  SQL - Structured Query Language
  •  Dream weaver
  •  Front page

State four ways in which a programmer can make program code easy to fol1ow 

 Using modules or short blocks of program/functions/procedures;
 Making internal documentation / comments;
 Using meaningful variable names and user words in the program;
 Using indent to represent nested statement:
 Using blank lines to separate blocks of code statement;
 Test formatting of reserved words e.g. bolding

​Draw a program flowchart to represent the following pseudocode. 

Picture
ANSWER
Picture

Read More






0 Comments

State two advantages of using low level programming languages.

7/1/2021

0 Comments

 


State two advantages of using low level programming languages.

​(b) Other than flowcharts, state three tools that can be used to present an algorithm. 
(c) A form one admission interview consists of four tests; Mathematics, English, Kiswahili and Science. In order to qualify for admission, an applicant must attain a minimum average of 65% in the four tests and not less than 70% in Mathematics. All applicants must sit for the interview. Draw a flowchart that would read the scores for each applicant and determine whether an applicant is successful or not. 

(a) Advantages of using low-level language
  • program execution is immediate;
  • they require no compilation, no interpretation/translation hence they are faster;
  • hardware optimization is extensive;
  • program developed takes less memory space;
  • suitable for micro devices;
  • easy to design electronic device.
(b) Three tools that can be used to develop an algorithm
  • Decision table
  • pseudocode;
  • natural language;
  • top down charts;
  • flowcharts.
  • DFD/context diagram
  • ERD
  • decision tree

Read More






0 Comments

Figure 3 shows a flowchart. Use it to answer the questions that follow.

6/1/2021

0 Comments

 


Figure 3 shows a flowchart. Use it to answer the questions that follow.

Picture
(i) Determine the output from the flowchart if:
I. X=5; 
II. X=7. 
(ii) Write a Pseudocode for the flowchart in figure 3. 
(iii) Modify the flowchart so that it can be used to get the sum of integers between 50 and 100. 
(b) List two programming language translators. 
RESPONSES
Picture
Picture

Read More






0 Comments

State the use of each of the following flowchart symbols.

5/1/2021

0 Comments

 


State the use of each of the following flowchart symbols.

State the use of each of the following flowchart symbols.
(b)Below is an algorithm that is used to compute the values of R, S and T.
(b)Below is an algorithm that is used to compute the values of R, S and T.
​From the algorithm, determine the output if the input value of N is:
(i) 7; 
(ii) 10. 
(c) Draw a flowchart for the algorithm in Question 16 (b). 

RESPONSES

(a) (i) An entry from, or an exit to another part of the program flowchart that is within the same page.
It is an on page connector.
(ii) A connector used instead of the connector symbol to designate entry to or exit from a page.
It is an off page connector 
(iii) The beginning and/or end in a program. 
To start and/or stop/terminate in a program.
​From the algorithm, determine the output if the input value of N is: (i) 7; (ii) 10. (c) Draw a flowchart for the algorithm in Question 16 (b).

Read More






0 Comments

With the aid of a flow chart, describe a loop control structure as used in programming.

4/1/2021

0 Comments

 

​(a) With the aid of a flow chart, describe a loop control structure as used in programming.  (4 marks)

​Looping is the control structure that allows a block of code/statements to be repeated until a certain condition is fulfilled. (2 marks)
With the aid of a flow chart, describe a loop control structure as used in programming

Read More






0 Comments

Give two characteristics of scripting languages.

4/1/2021

0 Comments

 


Give two characteristics of scripting languages.

​(b) Describe two types of errors that may be detected during program testing. 
(c) A company’s workers travel to work either by public or by private means. All workers are paid a travel allowance of Ksh. 200, but those using private means are paid an additional Ksh. 100.
(i) Write a pseudocode to determine a worker’s travel allowance. 
(ii) Draw a flowchart to determine a worker’s travel allowance. 
(iii) Other than occupying large space, state two disadvantages of using a flowchart instead of a pseudocode. 
(a) Characteristic of scripting language:
  •  Use of tags.
  •  It is interpreted and not compiled.
  •  Do not have declaration part.
  •  User friendly
  • Are portable. .
  • Must be embedded in the browser.
(b) Syntax Errors: Errors arising due to violation of language rules.
  • Logical Errors: Errors arising from poor logic such as incorrect use of formulas/semantic.
  • Runtime Errors: Occur when there is abrupt interruption of running program.
  • When the running program stops abruptly.
​(b) Describe two types of errors that may be detected during program testing. (c) A company’s workers travel to work either by public or by private means. All workers are paid a travel allowance of Ksh. 200, but those using private means are paid an additional Ksh. 100. (i) Write a pseudocode to determine a worker’s travel allowance. (ii) Draw a flowchart to determine a worker’s travel allowance. (iii) Other than occupying large space, state two disadvantages of using a flowchart instead of a pseudocode.
​(b) Describe two types of errors that may be detected during program testing. (c) A company’s workers travel to work either by public or by private means. All workers are paid a travel allowance of Ksh. 200, but those using private means are paid an additional Ksh. 100. (i) Write a pseudocode to determine a worker’s travel allowance. (ii) Draw a flowchart to determine a worker’s travel allowance. (iii) Other than occupying large space, state two disadvantages of using a flowchart instead of a pseudocode.
  • (iii) Flowcharts require templates/complex symbols/special software while pseudo code requires only a text editor.
  •  Drawing flowcharts takes a lot of time.
  •  Flowcharts occupy more space.
  •  Flowcharts permit development of logic sequences which cannot be coded
  • using valid structured code.
  •  Translation of flow charts into individual code is harder/difficulty.

Read More






0 Comments

Machine language programs are more difficult to write than high-level language programs. State two reasons for this.

3/1/2021

0 Comments

 


Machine language programs are more difficult to write than high-level language programs. State two reasons for this.

(b) In order to process examination results of students in a school, their names, index numbers and scores in 11 subjects are required. The average score for each student is then determined and a grade assigned. This process is repeated for all 40 students in a class,
Draw a flowchart to:
. Read a student’s name, index number and the scores in all the subjects.
. Determine the student’s average score.
‘ Assign a grade to the student depending on the average score as follows:
  • Score Grade
  • 80 ≤ score A
  • 60 ≤score<8O B
  • 40 ≤ score<60 C
  •  score < 40 F
• Display the student’s name, index number, average score and the grade.
• Repeat the above steps for all the students in the class. 
(e) Below ¡s a list of program segments in different generations of programming languages.
Identify the language for each.
Picture
 (a) Disadvantages of machine level language It is time consuming to develop
  •  It’s easy to make mistakes because only 0’s and 1 ‘s are used.
  •  Program written for one computer model may not run on another computer model.
(b)
  • Start/Stop.
  •  Computing average.
  •  Assigning the grades.
  • Statement in the decision box.
  •  Printing.
  •  Looping (initializing, testing).
Picture

Read More






0 Comments

Study the flowchart below and answer the questions that follow

2/1/2021

0 Comments

 


Study the flowchart below and answer the questions that follow

Study the flowchart below and answer the questions that follow
(a) What would the flowchart generate as output if the value of N at input was:
(i) 6?
(ii)1?
(b) Write a pseudocode that does the same thing as the flowchart above
(c) Modify the flowchart so as to reject an input below and to avoid the looping when the input is 0
RESPONSES
Picture

Read More






0 Comments

State the stage  of program development in which

2/1/2021

0 Comments

 

​(a) State the stage  of program development in which:

(i) A flowchart would be drawn
  • Design
(ii)The programmer would check whether the program does  as required
  • Testing
(iii) The user guide would be written
  • Documentation
(iv) The requirements specifications would be written
  • Analysis

(b) State the output of the following flowchart segment

State the output of the following flowchart segment

Read More






0 Comments

Name the control structure depicted by the flowchart below

2/1/2021

0 Comments

 

​(a) Name the control structure depicted by the flowchart below

  • If…then …Else
If…then …Else

​​(b) Explain the following terms as used in program implementation (2mks)

  1. Parallel; running
    running in alongside with the information system it is intended to replace
  2. Direct change over
    starting full operation instantly in the whole organization (cut – over) & replacing the old system

Read More






0 Comments

Bidii wholesalers have two categories of customers for  order processing. Category ‘A’ obtains 10% discount on all orders upto Kshs 10,000 otherwise the discount is 20% on the entire order.

1/1/2021

0 Comments

 
Bidii wholesalers have two categories of customers for  order processing. Category ‘A’ obtains 10% discount on all orders upto Kshs 10,000 otherwise the discount is 20% on the entire order.  Category ‘B’ obtains 30% discount on all orders if the debt repayments is ‘good’ otherwise the discount is 15%. Draw a flowchart for the order processing.
Picture

Read More






0 Comments

Study the flow chart below and answer the questions that follow.

31/12/2020

0 Comments

 


Study the flow chart below and answer the questions that follow.

Study the flow chart below and answer the questions that follow.
If DATA is the following sorted list of 13 elements, such that N 13:(where N is the number of elements in the list),1 1, 22, 30, 33, 40, 44, 55, 60, 66, 77,
80, 88, 99.
(a) Determine the output from the flowchart if ITEM is:
(1) 40 
(ii) 99 
(iii) 120 
(iv) 5 
(b) Explain the purpose of this flowchart. 
(c) Write a pseudocode for the above flowchart. 
If DATA is the following sorted list of 13 elements, such that N 13:(where N is the number of elements in the list),1 1, 22, 30, 33, 40, 44, 55, 60, 66, 77, 80, 88, 99. (a) Determine the output from the flowchart if ITEM is: (1) 40 (ii) 99 (iii) 120 (iv) 5 (b) Explain the purpose of this flowchart. (c) Write a pseudocode for the above flowchart.

Read More






0 Comments

Study the flowchart  below  and  answer the questions that follow

31/12/2020

0 Comments

 
Study the flowchart  below  and  answer the questions that follow
Picture

​(a) Write a high level language program for the above flowchart (7mks)


Read More






0 Comments
<<Previous

    Categories

    All
    1998
    1999
    2000
    2001
    2002
    2003
    2004
    2005
    2006
    2007
    2008
    2009
    2010
    2011
    2012
    2013
    2014
    2015
    2016
    2017
    2018
    2019
    2020
    Applications Areas Of Ict
    Areas-where-computers-are-used
    Basic-computer-set-up-and-cabling
    Career Opportunities In Ict
    Classification Of Computers
    Classification-of-computers
    Computer-files
    Computer Systems
    Dashboard
    Database
    Data Communication
    Data-integrity
    Data Processing
    Data Representation In A Computer
    Data Security And Controls
    Definition And Development Of Algorithm
    Definition-of-a-computer
    Desktop Publisher
    Development-of-computers
    Dtp
    Editing-and-formatting-a-word-document
    Electronic-data-processing-modes
    Elementary Programming Principles
    Errors-in-data-processing
    Evolution-of-computer-systems
    File-management-using-an-operating-system
    File-organization-methods
    Form 1
    Form 2
    Form 3
    Form 3 Mock Exams
    Form 4
    Hands On Skills
    Hardware
    Impact Of Ict On Society
    Information
    Input Devices
    Internet And Email
    Introduction To Networking And Data Communication
    Intro To Computers
    Levels-of-programming-languages
    Midterm-exams
    Mind-blowing-q-a
    Mocks
    Network-topology
    Operating Systems
    Output Devices
    Paper 1
    Parts-of-a-computer
    Processing-devices
    Processors
    Program-construction
    Program-control-structures
    Program-design
    Program-development
    Program-documentation
    Registers
    Revision-kits
    Secondary-storage-media
    Section A
    Section B
    Software
    Spreadsheets
    Stages Of System Development
    Storage Devices
    Symbolic-representation
    System-design
    System Development
    System-documentation
    Term-1
    The Computer Laboratory
    The-computer-laboratory
    The-cpu
    Types-of-networks
    User Interface
    Uses-of-computers
    Word Processors
    Worksheet-formatting

    Archives

    January 2025
    February 2021
    January 2021
    December 2020
    October 2020
    April 2020
    February 2020
    October 2019
    August 2019
    July 2019
    April 2019
    March 2019
    November 2018
    August 2018
    July 2018
    December 2017
    November 2017
    October 2017
    July 2017
    August 2016
    June 2016
    January 2016
    December 2015
    November 2015

    RSS Feed

atika school app
Download our Android App

Primary Resources
  • K.C.P.E Past Papers
  • ​Pri - Primary 1 Level
  • Pri  - Primary 2 Level
  • Grade 1
  • Grade 2
  • Grade 3
  • Grade 4
  • Standard 5
  • Standard 6
  • Standard 7
  • Standard 8
  • English
  • Kiswahili
  • Social Studies
  • Science
  • Mathematics
  • Kenya Sign Language
  • I.R.E
  • ​H.R.E
  • Notes
  • Termly Questions
  • Mocks
  • K.C.P.E Past Papers
College Resources
  • E.C.D.E
  • P.T.E
  • D.T.E
  • Technical Diploma
  • Technical Certificate
  • Business Diploma
  • Business Certificate
  • Higher Diploma
  • K.A.S.N.E.B Resources
  • K.M.T.C Resources
  • Varsity Resources
Secondary Resources
  • K.C.S.E Past Papers
  • Form 1
  • Form 2
  • Form 3
  • Form 4
  • Term 1
  • Term 2
  • Term 3
  • English
  • Geography
  • History
  • C.R.E
  • I.R.E
  • ​H.R.E
  • Home Science
  • Computer Studies
  • Business Studies
  • Agriculture
  • Chemistry
  • Biology
  • Physics
  • Mathematics ALT A
  • Mathematics ALT B
  • Kiswahili
  • French
  • Germany
  • Arabic
  • Aviation
  • Art & Design
  • Drawing & Design
  • Building & Construction
  • Metal Works
  • Wood Work
  • Music
  • Kenya Sign Language
  • Electricity
Other Useful Links
  • Academic Environment
  • How its Done
  • News and Opinions
  • Manyam Franchise Support
  • About
  • SITEMAP
  • FOCUS A365 SERIES
  • Membership Details (KCPE/KCSE)
  • Secondary Mocks
  • SYLLABUS
Contact Us

    Send Us a Message

    Max file size: 20MB
Submit
Manyam Franchise
P.O Box 1189 - 40200 Kisii
Tel: 0728 450 424
Tel: 0738 619 279
Tel: 0763 450 425
E-mail - sales@manyamfranchise.com
Photos used under Creative Commons from wwarby, JoshMacDonald, Visual Content, wuestenigel, Homini:), Wonderlane, Mike Licht, NotionsCapital.com, The Official CTBTO Photostream, picsaf.com, OER Africa, Jemimus, andronicusmax, Christoph Scholz, cyanocorax, matsuyuki, Mark Hodson Photos, cathyse97, tompagenet, ToGa Wanderings, crstnksslr, machernucha, panpot, ePublicist
  • Home
    • Atika School Advanced Search
    • News and Opinions
    • Echo
    • Academic Environment
    • How its Done
    • SITEMAP
    • About Us? >
      • About Us
      • Learn more about us
  • TUTORIALS
    • SECONDARY >
      • SCIENCES >
        • FOCUS MATHEMATICS TUTORIALS AND EXAMS FREE
        • KCSE BIOLOGY NOTES
        • FREE KCSE CHEMISTRY NOTES
        • KCSE PHYSICS NOTES, AUDIOVISUALS AND MORE
      • LANGUAGES >
        • ENGLISH >
          • English KCSE Set Books
          • ENGLISH GRAMMAR #KCSE
        • CHOZI LA HERI - MWONGOZO
        • KIGOGO - MWONGOZO
        • KCSE Kiswahili
      • TECHNICALS >
        • KCSE BUSINESS STUDIES NOTES
        • kcse Computer Studies Notes
        • KCSE AGRICULTURE NOTES, SYLLABUS, QUESTIONS, ANSWERS, SCHEMES OF WORK AND OTHERS
      • HUMANITIES >
        • KCSE History Notes Form 1 to 4
        • FREE KCSE CRE NOTES
        • KCSE GEOGRAPHY NOTES
        • IRE NOTES, AUDIOVISUAL, QUESTIONS AND ANSWERS
    • MASOMO VIDEOS
    • PRIMARY >
      • NOTES >
        • KISWAHILI
        • SOCIAL STUDIES >
          • STANDARD 4: SOCIAL STUDIES
        • SCIENCE
        • ENGLISH >
          • KCPE and Primary Level Compositions
        • MATHEMATICS >
          • KCPE Mathematics Notes
      • EXAMINATIONS >
        • DecaTurbo Online Series Examinations
        • TOP INSHA AND COMPOSITION QUESTIONS
        • CBC Kiswahili
        • FOCUS A365 SERIES K.C.P.E EXAMINATIONS FOR PRIMARY
        • Standard 8 (std) English Topical Questions
      • SYLLABUS >
        • Primary 8-4-4 based Syllabus, Objectives and Lessons
        • Primary Mathematics Syllabus
  • CURRICULUM
    • NEW CURRICULUM DESIGNS >
      • PRIMARY >
        • PRE PRIMARY ONE CURRICULUM WITH SYLLABUS
        • PRE PRIMARY TWO CURRICULUM WITH SYLLABUS
      • SECONDARY >
        • KNEC KCSE SYLLABUS AND COURSE OUTLINES
      • COLLEGE >
        • Regulations for the TIVET Craft and Diploma Business Examinations
  • PRODUCTS
    • All Categories
    • FREE DOCUMENTS
    • PRIMARY CBC BASED RESOURCES
    • PRIMARY 8-4-4 BASED RESOURCES >
      • STANDARD 8 RESOURCES
    • COLLEGE & VARSITY RESOURCES
    • HIGH SCHOOL RESOURCES
    • FREE NOVELS >
      • COURSE BOOKS
      • KCSE KISWAHILI SETBOOKS
    • Backed Up Files and Archives
  • EXAMINATIONS
    • PRIMARY EXAMS >
      • Assignments and Random Exams
      • 8-4-4 >
        • STANDARD 8 PAST PAPERS 8-4-4 BASED
      • CBC
    • TOP SCHOOLS EXAMINATIONS LATEST >
      • Assignments and Random Exams
    • KCPE >
      • KCPE PAST PAPERS AND ANSWERS
    • KCSE >
      • KCSE BY SUBJECT >
        • KCSE PAST PAPERS BY SUBJECT
        • Free KCSE Past Papers Mathematics
        • Free KCSE Biology Questions and Answers
      • KCSE BY YEAR >
        • KNEC KCSE PAST PAPERS, MARKING SCHEMES, QUESTIONS & ANSWERS
    • QUESTIONS & ANSWERS >
      • SECONDARY >
        • LANGUAGES >
          • ENGLISH POETRY QUESTIONS WITH ANSWERS FOR K.C.S.E CANDIDATES
        • TECHNICALS >
          • COMPUTER STUDIES >
            • COMPUTER STUDIES Q & A
            • kcse computer studies paper 2 AND 3 Questions & Answers
          • BUSINESS STUDIES QUESTIONS & ANSWERS
          • KCSE AGRICULTURE TOPICAL QUESTIONS
          • KCSE HOME SCIENCE DIRECT QUESTIONS AND ANSWERS
        • SCIENCES >
          • KCSE Mathematics Topical Questions
          • KCSE Biology Topical Questions and Answers
          • CHEMISTRY TOPICAL QUESTIONS AND ANSWERS
          • KCSE Physics Topical Questions
          • KCSE physics Practical Sample Quiz
        • HUMANITIES >
          • ISLAMIC RELIGIOUS EDUCATION (IRE) QUESTIONS AND ANSWERS
          • C.R.E (CRE) QUESTION AND ANSWERS
          • KCSE History Topical Questions and Answers
          • GEOGRAPHY TOPICAL QUESTIONS AND ANSWERS
      • PRIMARY >
        • Standard 4-8 Mathematics Topical Questions from Mocks and KCPE
        • Std 6 Mathematics Notes
  • HIGH INSTITUTIONS
    • EXAMINATIONS >
      • College and Varsity Past Papers online >
        • College and Varsity Past Papers online
    • TUTORIALS
  • PRICING
  • BLOGS
    • Contact
    • Help & Support
    • MPESA FORM
  • Search Free Documents (PDF)