All posts by Maverick John

Microsoft Office Access Free Computer Studies Notes

MICROSOFT ACCESS.

 

Ms-Access is a Window-based program used to manage information, which is in form of databases.

 

It helps in storing information about different subjects in separate tables.

It also enables the user to add and edit records, sort, query and also print records.

 

Note.  Ms-Access can be installed as a stand-alone program, but it is mainly found within the Microsoft Office suite.  It is very useful for routine and simple database management tasks.

 

Starting Microsoft Access.

 

  1. Click Start, point to Programs, then click Microsoft Access.

 

OR

Click on the Microsoft Access icon on the Microsoft Office Shortcut Bar, if it is displayed on the desktop.

 

Features (Parts) of the Microsoft Access Window.

 

  • Menu bar.

 

It appears horizontally at the top of the window.  It is used to issue Ms-Access commands.

 

 

They appear after the Menu bar.  They contain icons (buttons).

 

The toolbars provide many of the tools you need to find, edit, and print records.  You can use the buttons in the toolbars to:

 

  • Add or delete records.
  • Preview and Print data.
  • Check spellings.
  • Cut, copy, or paste selected text, fields, whole records, or the entire datasheet.
  • Sort records.
  • Find or replace values, and also Filter records.

 

  • Scroll bars.

 

They enable the user to see data not visible on the screen.

 

  • Status bar.

 

It is a horizontal bar at the bottom of the screen that displays information about commands, toolbar buttons, and other properties.

 

COMPONENTS OF A DATABASE (Database Terminologies).

 

 

The material (stuff) that a database program stores, organizes and manages for you.

 

 

  • A collection of related data organized in rows and columns.

 

  • A collection of data about a specific topic.

 

  • A collection of records that describe a similar data.

 

 

  • An element of a table that contains a specific item of information.

 

  • A single unit of information within a table.

 

  • The place where data is placed within a database.

 

  • A collection of related characters.

 

  • A group of characters that form a unit of information such as Age, Telephone number, or a Job classification.

 

In a datasheet, each column represents a Field.

 

One field holds one piece of data.  E.g., in a Student record, the possible fields are Name, Admission number, and Age.

All the fields for one student constitute a Record.

 

  • Field Name:

 

  • This is the name that indicates each column (field).

 

  • It is the column title/ heading or a label for a field.

 

 

  • Field Type:

 

  • It is the type of data stored in a field.

 

 

  • A group of logically related fields treated as a unit. It can be a collection of data about a person, a place, an event, or some other item.

 

  • A set of all the fields for one row in a table.

 

Each record contains fields for storing your information.  For example,

 

Name              Age                 Origin             Sex

John                23                    Machakos       Male

 

In a database table, each row represents a Record.

DESIGNING A DATABASE STRUCTURE.

Good database design makes the database easy to maintain.  Data is stored in tables and each table contains data about only one subject, e.g., Customers.

 

Before using Ms-Access to build tables, queries, forms, and other objects, it is advisable that you first sketch out and rework the design on a paper.

 

The following are some of the basic steps in designing a database.

 

  1. Determine the purpose of the database file and how it has to be used.

 

  • Think about the questions that you would like the database to answer.
  • Gather the forms used to record the data.
  • Sketch out the reports you would like the database to produce.

 

This helps you to determine what facts (Fields) will be stored in the database and what table each fact belongs to.

 

  1. Determine the fields needed in the database.

 

Each field is a fact about a particular subject.  E.g., if you are designing a database that will handle your customers, you might need to store the following facts: Company name, Address, City, State, & Phone no.

Create a separate field for each of these facts.

 

When determining the fields that are needed, ensure that the following design principles are observed:

 

  • Include all of the information you will need.

 

  • Store the information in the smallest logical parts. g., a name is usually split into 2 or 3 fields; First Name, Middle Name & Last Name.  This makes it easy to sort the data.

 

  • The Fields should not be similar to each other.

 

E.g., in a Suppliers table, you should not create fields such as Product1, Product2, & Product3, because it will be difficult to find all suppliers who provide a particular product. This will also force you to change the design of your database if a supplier provides more than 3 products.

 

In the Products table, you need only one field for Products.

 

 

  1. Determine the type of tables needed in the database.

 

Each table should contain information about one subject.  The list of fields you have will enable you to know what tables you need.

 

E.g., if you have a HireDate field, its subject is an employee, and so it belongs in the Employees table.

 

You might have a table for Customers, a table for Products, and a table for Orders.

 

  1. Identify the field or fields with unique values in each record.

 

In order for Ms-Access to connect information stored in separate tables; for instance, to connect a customer with all the customer’s orders, each table in your database must include a Primary key (a field or set of fields that uniquely identifies each individual record in the table).

 

  1. Determine the relationships between tables.

 

After dividing your information into tables and identifying primary key fields, you need a way to tell Ms-Access how to bring related information back together again in meaningful ways.  This is done by defining Relationships between the tables.

 

  1. Refining the design.

 

After designing the tables, fields, and relationships you need, study the design and detect any mistakes that might remain.  If there is any, change your database design before entering the data.

 

  1. Entering data and creating other database objects.

 

After making sure that the table structures meet your needs, add your data to the tables.

CREATING A MS-ACCESS DATABASE.

 

Database is a collection of data and objects, such as tables, queries, or forms, related to a particular topic or purpose.

 

MS-ACCESS DATABASE FILES.

 

Using Ms-Access, you can manage all your information from a single database file.

 

 

Database File:

 

  • A collection of logically related records.

 

  • A collection of all tables and objects used to manage data.

 

A Database file consists of rows and columns.

 

Within the file, you can use database objects such as:

 

  • Tables – to store your data.
  • Queries – to find and retrieve any data you want.
  • Forms – to view, add, and update data in tables.
  • Reports – to analyze or print data in a specific layout.

 

Methods of creating an Ms-Access Database file.

 

  • Create a new Blank database file.

 

You can create a Blank database & then add the Tables, Forms, Reports & other objects later.

 

This requires the user to define each database element separately allowing him/her to create a self-defined database.

 

  1. Click New on the File menu or on the Standard toolbar (or press CTRL+N).
  2. Under New, click Blank Database, then click the OK button.
  3. In the File New Database dialog box, specify a name & location for the database file, then click on the Create button to display the Database window.

 

Note.  All Ms-Access databases are saved with an automatic extension of .mdb

 

  1. Click on the tab that has the object you want to create, e.g., Tables, and follow the instructions provided in the resultant dialog box.

 

Database window – The window that appears when you open an Ms-Access database.  It displays tabs/ buttons for the database objects, such as Tables, Queries, Forms, Reports, Macros and Modules.  These shortcuts are used for creating new database objects and opening existing objects.

 

  • Create a database file using the Database Wizard.

 

The Database Wizard allows the user to create in one operation the required Tables, Forms, and Reports for the type of database you choose.  The wizard provides a set of databases where the user is free to modify them according to his/her needs.

 

  1. On the File menu, click New.
  2. Under New from template, click General templates.
  3. Click the Databases tab, then double-click the icon for the kind of database you want to create, (or click the icon, then click the OK button).
  4. In the File New Database dialog box, specify a name & location for the database.
  5. Click on the Create button, then follow the instructions in the Wizard to define your new database.

 

DATABASE TABLES.

 

A Table is a collection of data about a specific topic.

 

Defining the structure of a database Table.

 

Tables organize data into columns (called fields) & rows (called records).

 

E.g., in a Products table, each field contains the same type of information for every product, such as the Product’s name.

 

Each record in that table contains all the information about one product, such as the Product’s name, supplier ID number, units in stock, and so on.

 

When defining a table structure, enter the following:

 

  • Field Name:

 

Each column in a database table is called a Field.

 

Field name is the name that identifies each column (i.e., it is the title of a field or column).

 

To enter names in the columns, for example, enter the First Name in its own column & Last Name in a separate column.

 

  • Field Type:

 

This specifies the type of data to be used/ stored in the field.

 

  • Field Size:

 

Specifies the maximum no. of characters that can be typed in that column.

 

Field width – the no. of spaces required to hold the largest data item to be stored in the field.

 

 

 

 

 

 

 

 

 

 

 

FIELD DATA TYPES.

 

A Data type is the characteristic of a field that determines what type of data it can store / hold.

 

Field Data types available in Ms-Access.

 

 

A Text field can store text or combination of text & numbers, such as names, addresses, or any numbers that do not require calculations, such as Telephone nos., or Postal codes.

 

A Text field stores up to 255 characters.

 

 

A Memo field is used to store lengthy text & numbers that are more than 255 characters, such as notes or descriptions.

A Memo field can store up to 65,536 characters.

 

 

A Number field is used to store numeric data that would be included in mathematical calculations.

Stores 1, 2, 4, or 8 characters.

 

Note.  A Number field only stores Whole numbers (i.e., numbers without decimal values) from 0 to 255.

 

 

A Currency field is used for currency values or to store any calculations that involve money or that require a high degree of accuracy.  This prevents rounding off during calculations.

 

Stores 8 characters.

 

A Currency field is accurate to 15 digits to the left of the decimal point & 4 digits to the right.

 

  1. Date/Time.

 

A Date or Time field is used to store dates and times depending on the formats chosen.

It stores 8 characters.

 

  1. Yes/No.

 

Used for data that can be only one of two possible values, such as Yes/No, True/False, On/Off.

Stores 1 character.

 

 

AutoNumber is a field data type that automatically stores a unique number for each record as it is added to a table.

It automatically numbers the records in the table.  It is used for unique Sequential (incrementing by 1) or Random numbers that are automatically inserted when a record is added.

 

It stores 4 characters.

 

  1. OLE Object.

 

An OLE Object field allows one to bring data & files from another program into the current field.

 

Used for OLE objects (such as Ms -Word documents, Ms -Excel spreadsheets, Pictures, or Sounds) those were created in other programs using the OLE (Object Linking and Embedding) protocol.

 

 

A Hyperlink field links the fields to another table within the same database or in a different database.

 

 

 

 

  1. Lookup Wizard.

 

The Lookup Wizard is used to create a field that allows you to choose a value from another table or from a list of values using a combo box. 

 

Choosing data types and field sizes

 

The following considerations determine the kind of data type to use for a field:

 

  • The kind of values you want to allow in the field, e.g., you cannot store text in a field with a Number data type.
  • The amount of storage space you want to use for values in the field.
  • The types of operations you want to perform on the values in the field, e.g., Ms-Access can sum values in Number or Currency fields, but not values in Text or OLE Object

 

Note.  A field’s data type defines what kind of values you can enter in a field.  E.g., if you want a field to store numerical values or data that you can use in calculations, set the field’s data type to Number or Currency.  A field whose data type is Text can store data consisting of either text or number characters.

 

CREATING A DATABASE TABLE.

 

Ms-Access provides 3 ways of creating a blank (empty) table;

 

  • Use the Table The Wizard enables the user to choose the fieldsfor the table from a variety of predefined tables such as Business contacts, Household inventory, or Medical records.

 

  • Create a table in Design viewwhere you can add fields, define how each field appears or handles data, and create a primary key.

 

  • Enter data directly into a blank datasheet. When you save the new datasheet, Ms-Access will analyze your data and automatically assign the appropriate data typeand format for each field.

 

TO CREATE A TABLE USING THE DATASHEET VIEW.

 

Datasheet view – A window that displays data from a Table, Form, or Query, in a row-and-column format.  In Datasheet view, you can edit fields, add and delete data, and search for data.

 

  1. Click New on the File menu or on the Standard toolbar (or press CTRL+N).
  2. Under New, click Blank Database, then click the OK button.
  3. In the File New Database dialog box, specify a name & location for the database file, then click on the Create button to display the Database window.
  4. Under Objects, click Tables, then click New on the Database window toolbar.
  5. Double-click Datasheet view (or click on Datasheet view, then choose the OK button).

A blank Datasheet with rows and columns is displayed.

  1. Enter the Field names.

 

To rename each field/column.

 

Double-click the column name.

 

-OR-

Click in the column, then choose Rename Column on the Format menu.  Type the Field name, then press the ENTER key.

 

  1. Click in the cells and enter your data. Press the TAB key to go to the next field or record.
  2. After adding data to all the columns you want to use, save the Datasheet table.
  3. If you do not set a Primary key before saving the newly created table, Ms-Access will ask if you want it to create a primary key for you. If you answer Yes, Ms-Access will create an AutoNumber primary key.

After saving the table, Ms-Access will assign data types to each field based on the kind of data you have entered.

 

Note.  Any columns you leave empty will be deleted when you save the Datasheet.

Customer Orders: Table
Order Number Customer ID Company Name City Required Date
11022 BSBE V B’s Beverages London 25-May
11023 HANAR Hanari Carnes Rio De Janeiro 09-May
11024 EAST C Eastern Connection London 10-May

 

To add or edit data in a datasheet.

 

  1. To change data within a field, click in the field you want to edit, then type the data.

 

To replace the entire value, move the pointer to the leftmost part of the field until it changes into the plus pointer, then click to select.  Type the data.

Notes.

  • To correct a typing mistake, press the BACKSPACE key.

 

  • To cancel your changes in the current field, press the ESC key. To cancel your changes in the entire record, press the ESC key again before you move out of the field.

 

  • When you move to another record, Ms-Access saves your changes.

 

To rename a field in a table in Datasheet view.

 

Method 1.

 

  1. Double-click the field selector of the field that you want to change.
  2. Type the new field name, then press the ENTER key to save it.

 

Method 2.

 

  1. Click in the column that you want to change.
  2. On the Format menu, choose Rename Column.
  3. Type the new field name, then press the ENTER key.

 

To change the Column Width in Datasheet view.

 

Method 1.

 

  1. Click in the column whose width you want to change.
  2. On the Format menu, click Column Width.
  3. Type the desired width in the Field Size box, then choose the OK

 

To make the column width fit an entry, click Best fit.

 

Method 2.

 

  1. Point to the edge of the column whose width you want to change. The pointer becomes a double-headed arrow.
  2. Drag the arrow to increase or decrease the column width.

 

To change the Font, Appearance, Font Size, Colour & Underline of text in a field or record in Datasheet view.

 

Method 1.

 

  1. Select the text, Record or Field whose contents you want format.
  2. On the Formatting toolbar, click the arrows to the right of the Font, Font Size, & Font Color button, then choose the options you want, or click the Bold, Italic, Underline

 

Method 2.

 

  1. On the Format menu, click Font, then choose the options you want in the Font dialog box.

 

To change the Row Height in Datasheet view.

 

  1. Click in the row / record whose height you want to change.
  2. On the Format menu, click Row Height.
  3. Type the desired height in the Row Height box, then choose the OK

 

 

 

SELECTING FIELDS & RECORDS IN A DATASHEET USING THE MOUSE.

 

To select                                 Do This

 

A single field                          Point to the left edge of the field.  When the pointer changes into a Plus, click the left mouse button.

OR

Click in the field, then press F2.

 

Adjacent fields                       click the left edge of a field, then drag to extend the selection.

OR

Select the first field; hold down the SHIFT key, then press the Left or Right arrow to extend the selection.

 

A column                                Click the field selector.

 

Adjacent columns                   click the field name at the top of the column, then drag to extend the selection.

A record (row)                                    Click the Record selector.

OR

Click in the row, then click Select Record on the Edit menu.

 

Multiple records                     click the record selector of the first record, then drag to extend the selection.

 

All records                              Click Select All Records on the Edit menu (or press CTRL+A).

 

Field selector – A small box or bar that you click to select an entire column in a datasheet.

 

Row selector – A small box or bar to the left of a record that, when clicked, selects an entire row in table in a Datasheet view.

 

To move between records by using record Navigation buttons in a datasheet.

 

The navigation buttons are located at the bottom of the window in Datasheet or Form view.  You can use these buttons to move quickly between records.

 

To Move to                                                    Click

 

First record                                                     |3

Next record                                                     4

Previous record (1 record to the left)            3

Last record                                                      4|

New record                                                     4à

Add a field (column) to a table in Datasheet view.

 

Note.  A Datasheet view table consists of 30 columns.  To insert an additional column at any time in Datasheet view,

 

  1. Click in the column to the right of where you want to insert a new column.
  2. On the Insert menu, click Column.

 

To insert a new record (row) in Datasheet view.

 

  1. Click in the row below where you want to add the new record.
  2. On the Insert menu, click New Record, (or click New Record button on the toolbar).

 

Save a record in a datasheet.

 

Ms-Access automatically saves the record you are adding or editing as soon as you move the insertion point to a different record, or when you close the datasheet you are working on.

 

  • To save the data in a record while editing, click Save Record on the Records

 

Delete a field from a table in Datasheet view.

 

  1. Select the column you want to delete.
  2. On the Edit menu, click Delete Column.

 

Delete a record (row) from a table in a Datasheet.

 

  1. Click the row selectorof the record you want to delete.
  2. On the Edit menu, click Delete Record (or click Delete Record on the toolbar).

 

Delete an item (contents of a field or record).

 

  1. Select the field, text, or other item that you want to delete.
  2. Press DELETE (or click Delete on the Edit menu).

 

CREATE A TABLE IN DESIGN VIEW.

 

Design view –A window that shows the design of the database objects: tables, queries, forms, reports, and macros. In Design view, you can create new database objects and modify the design of existing ones.

 

  1. Press F11 to switch to the Database window.
  2. Under Objects, click Tables, then click New on the Database window toolbar.
  3. Double-click Design View. Access takes you to the design view of your table.
  4. Define each of the fields in your table.

 

How?

 

  • Click in the Field Name column and type a unique name for the field.
  • Click the arrow in the Data Type column, and select the data type you want.
  • In the Description column, type a description of the information the field will contain. The description is optional.
  1. Define a primary key field before saving your table.

 

Primary key – One or more fields that can be used to identify each record in a table. A primary key is used to refer to related records in other tables (it is used to relate a table to foreign keys in other tables).

 

Note.  If you do not define a primary key, Ms-Access asks if you want Access to create one for you when you save the table.

 

  1. To save your table, click Save on the File menu or on the toolbar, then specify a name for the table.
  2. Switch to Datasheet view, then start entering records.

 

Switch between views of a table.

 

  1. On the View menu, click Design view or Datasheet view (or click the View button on the Standard toolbar)

 

FIELD PROPERTIES.

 

The table’s Design view is divided into 2 parts.  The lower part is used to display and assign field properties to selected fields.

 

Field properties – a set of characteristics that provide additional control over how the data in a field is stored, entered, or displayed.

 

Each data type has a different set of properties.

 

The different field properties include:

 

 

The FieldSize property defines/ controls the maximum no. of characters that can be entered/ stored in a Text or Number field.

 

 

The Format property specifies how (the way) data is displayed in a field & printed.

 

Number & Currency fields provide predefined display formats.  They include Currency, Fixed, General, Percent, Scientific, General data, Medium date, Medium time.

 

  • Decimal places.

 

It is used to define the no. of decimal places in values.  This option is used on fields that already have the Fixed format such as in Number and Currency fields.

 

  • Default value.

 

It allows you to define a value that will automatically be inserted into the field as you add new records.  It is used in Text and Memo fields.

For example, to insert the current date in the Admission date field use “Date ( )”.

The default value affects only new records inserted.

 

  • Validation Rule.

 

It allows you to create an expression or a formula that will test data when being entered into the field.

 

It automatically rejects faulty/flawed entries, e.g., entering very large or very small figures in the Age or Salary fields.

 

Validation Rule            Description

 

Between 18 and 55                   Limits an age field from 18 to 55.

<10000                                      Allows any value less than 10000

<=500 AND <=1000                 Accepts any entry between 500 and 1000.

>Date( )                                                Allows entries whose dates are the current date or later.

<Date( )                                                Allows the current date and before.

 

Note. To test whether the Validation rule is applicable, choose Test Validation Rules on the Edit menu.

 

  • Validation Text.

 

Defines an error message that will be displayed when the validation rule is violated/broken.

It must be typed in earlier.

Enter a useful message that can be clearly understood by the input clerk.

 

 

It controls the entry of important fields.

When this option is set to YES, an entry must be made within that field, i.e., it ensures that the field is not left blank.

A YES option is equivalent of typing IS NOT NULL as a field Validation rule.

 

  • Input Mask.

 

Lets you define a pre-formatted pattern for the entry of data into a Date or a Text field.  The data in that field must conform to a pattern.

 

Examples of data include:

 

0#/0#/0#               – this forces a 2-digits entries for the year, month and date in a date field.

A               – Allows letters or digits into a field, but an entry is required.

9               – Allows letters or digits in a field, but no entry is required.

000000     – Allows a 6-digit number (not more or less than that).

999999     – Allows 6 or less digits.

AAAAA   – only 5 characters are to be entered.

>               – converts the field entry to Uppercase.

<               – converts the field entry to Lowercase.

 

  • Allow Zero Length.

 

Applies to Text and Memo field data types.

Setting the value in Allow Zero Length property to YES and the Required property YES, the field must contain at least one character.

 

 

This is an alternative name used (other than the fieldname) in order to appear in the fieldname header button in Table datasheet view and as a label in Forms.

 

They provide a neat and descriptive name since the fieldname should be kept small for practical use.

 

 

[Yes (Duplicates OK)] – Gives sorted, indexed field and can allow data duplicates.

[Yes (No duplicates)] – Gives sorted, indexed field but cannot allow data duplicates.

 

Note. It is not available for Memo or OLE object data types.

 

  • New Values.

 

Applies only to AutoNumber fields.

 

Ms-Access can increment the AutoNumber field by 1 for each new record, or fill in the field with a randomly generated no., depending on the New Values property setting that you choose.

 

Note. To check the Field properties set for the records in a table, click Properties on the Edit menu.

 

Rename a field in a table in Design view.

 

  1. Double-click the field name you want to change.
  2. Type the new field name.
  3. Click Save on the toolbar or on the File menu to save your changes.

 

Set or change the Primary key in Design view.

 

Primary key is a field that uniquely identifies each record in a database table.

Examples of key fields include – Identification numbers, Registration numbers, User codes, etc.

 

Using a Primary key is a way of telling Ms-Access to:

 

  • Make sure no two records have the same value within that field.
  • Keep records sorted by the entries of the Primary key fields.

 

There are 3 kinds of primary keys that can be defined in Ms-Access:

 

  1. AutoNumber primary keys.

 

An AutoNumber field can be set to automatically enter a sequential no. as each record is added to the table.

Choosing an AutoNumber field as the primary key for a table is the simplest way to create a primary key.

 

  1. Single-field primary keys.

 

If you have a field that contains unique values such as ID numbers, you can select that field as the primary key. You can specify a primary key for a field that already contains data as long as that field does not contain duplicate values or Null values.

 

Null – A value you can enter in a field or use in expressions and queries to indicate missing or unknown data. Some fields, such as primary key fields, cannot contain Null values.

 

  1. Multiple-field primary keys.

 

In situations where you cannot guarantee the uniqueness of any single field, you can choose two or more fields as the primary key.

This commonly arises in situations where a table is used to relate two other tables in a many-to-many relationship.

 

  1. Open a table in Design view.
  2. Select the field or fields you want to define as the Primary key.

To select one field, click the row selector for the desired field.

To select multiple fields, hold down the CTRL key, then click the row selector for each field.

  1. On the Edit menu, click Primary key. (Or click the Primary Key button on the toolbar).

 

Note. A Primary key field cannot be left empty when editing and entering records.

 

Once you assign a primary key for a table, Access will prevent any duplicate or Null values from being entered in the primary key fields.

 

Add a field (column) to a table in Design view.

 

  1. Click in the row below where you want to add the field.

To add the field to the end of the table, click in the first blank row.

  1. Click Insert Rows button on the toolbar (or on the Insert menu, choose Rows).

Double-click in the new column, then type a unique name for the field.

 

Delete a field from a table in Design view.

 

This permanently removes a field plus all the data in it from the database.

 

  1. Select the field(s) you want to delete.

To select one field, click the field’s row selector.  To select a group of fields, drag through the row selectors of the fields.

  1. On the Edit menu, click Delete Rows (or click Delete Row on the toolbar).

 

Change a field’s data type in Design view.

 

  1. Click the arrow in the Data Type column of the field you want to change, then select the new data type.
  2. Click Save on the toolbar. Ms-Access converts the data type.

 

Caution.  If the data type conversion would result in lost values, Access displays a message telling you that errors occurred during conversion before it actually saves the changes. Click Cancel to cancel the changes. Click OK to continue and save the changes.

 

Change the field size of a Text or Number field.

 

Field size controls the maximum no. of characters that can be entered into a text field and the kind of numeric values that can be entered into a numeric field.

 

  1. In Design view, click the field whose FieldSize property you want to set.
  2. In the lower portion of the window on the General tab, click the FieldSize property

For a Text field, type the maximum no. of characters to allow in the field (up to 255).

For a Number field, click the arrow and select the desired field size.

 

Set the data display format for a field in a table.

 

  1. In Design view, click the field you want to format.
  2. In the lower portion of the window, click the arrow next to the Format property box, then click a format from the list.

 

Set the no. of decimal places to display for a field in table Design view.

 

  1. In Design view, click the field you want to define decimal places for.
  2. In the lower portion of the window, click the arrow next to the DecimalPlaces property box, then click the desired no. of decimal places.

 

CREATE A TABLE BY USING THE TABLE WIZARD.

 

  1. Click New on the File menu or on the toolbar (or press CTRL+N).
  2. Under New, click Blank Database.
  3. In the File New Database dialog box, specify a name & location for the database, then click Create to open the Database window.
  4. Under Objects, click Tables, then click New on the Database window toolbar.
  5. Double-click Table Wizard, then follow the directions in the Table Wizard dialog boxes.

 

Note.  If you want to modify or extend the resulting table, you can do so in Design view when you have finished using the Table Wizard.

 

Open a database table.

 

  1. In the Database window, under Objects, click Tables.
  2. Click the table you want to open.

To open the table in Datasheet view, click Open.

To open the table in Design view, click Design.

 

Exercise (a).

 

  1. (a). Define the following terms as used in Database Management systems:
    • Field Name.
    • Field Type.
    • Database File.

     (b). Give five different field data types found in Microsoft Access and explain each.

2.     What are the procedures you have to follow when designing a database?

 

Exercise (b).

1.     Differentiate between:

(a).      Table and Record.

(b).      Field and Field name.

  1. Create a simple record of a company, having the following fields; Company’s Name, Address, City, State, and Phone number.
  2. Create a Personal records database giving the following details; Father’s Name, Baptismal Name, Last Name, Origin, Sex, Date of Birth, Age, Primary and Secondary schools attended, College, Career and Hobbies.

Include the relevant field data types and formats.

  1. Create a database giving the following details; Name of company, Address, Phone number, Years of existence, Location, Number of employees, and what it does (operations).
  2. Create a database of an employer who decides to keep a record of all his employees, under the following lines; Name of employee, Sex, Age, Origin, Date he/she was employed, Salary, Department of work, Working hours for each employee, Marital status, Education level, and ID card number.
  3. A farmer decides to keep a record of his farm produce of a certain season. Create a database showing the following; Name of grain, Produce in tonnes.

COPY OR MOVE AN ITEM.

 

  1. Select the items you want to copy or move.

To copy the item, click Copy on the Edit menu or on the toolbar.

To move the item, click Cut on the Edit menu or on the toolbar.

  1. Click the location where you want to place the item.
  2. Click Paste on the Edit menu or on the toolbar.

 

Copying a table.

Copying can be used to reproduce tables and/or data within tables.

1.     Select the table in Datasheet view.

  1. Click Copy on the Edit menu or on the toolbar.
  2. Click the location where you want to place the item.
  3. Click Paste on the Edit menu or on the toolbar.

Access will then ask you to enter a name for the new table.  It will then ask whether you want to paste the structure and data or just to append the database records.

Appending refers to adding records at the bottom of an existing table or file.

To append the records, choose Paste Append on the Edit menu.

SORTING OF RECORDS.

This allows you to arrange your records in a logical order in the database.  It can either be in Ascending or Descending order – in Alphabetical, Chronological, or Numeric.

1.     In Datasheet view, click in the field to be sorted.

Method 1.

Click Sort on the Record menu, then click on the order to apply; Ascending or Descending.

Method 2.

On the Standard toolbar, click A-Z button (to sort in Ascending order), or click Z-A button (to sort in Descending order).

HIDING AND UNHIDING OF COLUMNS WHEN EDITING.

Purpose.

You may want to hide a column for 3reasons;

ó  Prevent anybody from accessing the information.

ó  Prevent the data in those columns from being printed.

ó  In case you want to suppress display of some columns in a database view, i.e. reduce the size of a database table in order to view more columns at once.

To hide columns in Datasheet view.

1.     Move to the column you want to hide.

2.     On the Format menu, click Hide column.  The selected column disappears from the screen.

To Unhide columns.

1.     On the Format menu, click Unhide column.

A list of hidden columns appears.

2.     Click to select the checkboxes of all columns that you want displayed.

FREEZING AND UNFREEZING OF COLUMNS.

Freezing makes the selected column to remain fixed on the screen while scrolling.  This enables the user to see the data in a column especially in a database table with very many columns.

When a column is freezed, it stays at the left-most position while the rest of the columns continue to move or scroll in and out of view.

Unfreeze is removing the Freeze command.

To Freeze column(s) in Datasheet view.

1.     Click on the column you want to freeze.

2.     On the Format menu, click Freeze column.

To Unfreeze columns.

1.     Select the column to unfreeze.

2.     On the Format menu, click Unfreeze All columns.

FILTERING OF RECORDS.

Filtering refers to sieving/ examining out particular records from the database.  The records you sieve/ select out can be printed, deleted, or edited.

There are 3 types of filters in Access.

(i).        Filter by Selection.

This filter allows you to choose a criteria for sieving out records by selecting them directly from the table in Datasheet view.

1.     Open the table in Datasheet view.

2.     Select the cell that contains the criteria that you need,

E.g. under First Name, select Philip.

3.     On the Records menu, click Filter, then choose Filter By Selection (or click Filter By Selection on the Standard toolbar).

Access displays all the records that meet the criteria, e.g., all people in the database whose first names is Philip.

Note. If you want to sieve in all records except the ones selected, click Filter Excluding Selection.

(ii).       Filter by Form.

This filter opens up a Form where you can give a more elaborate criterion.

1.     Open the table in Datasheet view.

2.     On the Records menu, click Filter, then choose Filter By Form, (or click Filter By Form on the toolbar).

A Form will appear where you can type in or choose the criteria you want, e.g., To list all people called Philip, click under First Name, then type ‘Philip’ or chose it from the drop down list.

The following can be used;

First Name      Last Name

Peterson              Kamau         It looks for a person called Peterson Kamau.

Age

>18                                            Displays all people above 18.

Between 25 and 30                  Displays records of all people aged between 25 & 30

Country

In (Uganda, Kenya, Tanzania)      Displays people from Uganda, Tanzania or Kenya.

Date

>2004/01/31                             Displays all records created on the specified date and after.

Between 93/10/31 and 95/7/1 Displays all records created between the indicated dates.

Date of Birth

Date ( ) -30                               Displays all records of people born 30 days ago.

Between Date ( ) and Date ( ) -30  Displays records of people born within the last 30 days.

Sports

Like *ball                                 Displays all records with all sorts of ball games.

Not Football                             Displays all records of people who do not play football.

Awards

Is Null                                       Displays all records given the award ‘Null’.

Is Not Null                                Displays all records that do not have the award ‘Null’.

3.     On the Records menu, click Apply Filter/Sort, (or click the Apply Filter button on the toolbar).

(iii).     Advanced Filter/Sort.

This filter allows one to sort and filter at the same time.

Note. You can sort and filter at the same time or you can perform each independently.

1.     Open the table in Datasheet view.

2.     On the Records menu, click Filter, then choose Advanced Filter/Sort.

Access will take you to QBE grid.  From this grid, you have a field list in the top half and the grid table.

The grid table allows you to choose fields for filtering or sorting.  To insert a field(s), double-click it from the field list (or click once in the grid, then select the field from the drop down list).

3.     When you have specified your criteria, click Apply Filter/Sort on the Records menu, (or click the Apply Filter button on the toolbar).

That filter stays in effect until you delete it from the QBE grid.

Note. To remove a filter and get back the original table, click Remove Filter/Sort on the

          Records menu.

 

Advanced Filter/Sort window – A window in which you can create a filter from scratch. You enter criteria expressions in the filter design grid to restrict the records in the open form or datasheet to a subset of records that meet the criteria.

PRINTING.

Setting up the paper.

You can change the Page Setup for your table to affect the way it will print.

1.     On the File menu, choose Page Setup.

2.     From the Page Setup dialog box,

·     Click the Margins tab, to change the margins of the printing page.  To include the headings in the printed document, select the Print Headings checkbox.

·     Click the Page tab, then change the Orientation of the paper, and the Paper size.

Actual Printing.

Before you sent the job for printing, make sure you have set the print options you want to apply to your print job.

1.     On the File menu, choose Print (or press CRTL+’P’).

2.     From the Print dialog box,

·     Under Printer, click the arrow next to the Name box, then select the printer you are using.

·     Under Print range, select the specific pages to print.

To print only certain records in the datasheet, select the records, then click Selected Record(s).

·     In the Number of Copies box, select the desired copies to be printed per page.

·     To change the Print Quality, Paper Type, Paper Size and Orientation, click Properties.

3.     After setting the options, choose OK to send the print job to the printer.

RELATIONSHIPS IN A MS-ACCESS DATABASE FILE.

To store your data, create one table for each type of information that you track.

After setting up the different tables for each subject, you can define relationships between the tables.

 

Relationship – An association established between common fields (columns) in two tables.

 

Defining relationships is a way of telling Ms-Access how to bring information/ data from multiple tables back together again in a query, form, or report.

 

After defining the relationship, you can create queries, forms, and reports to display information from several tables at once.

 

Relating two tables.

 

In order to relate two tables, each table should include a field or set of fields that uniquely identifies each record stored in the table. Such a field is called the Primary key of the table.

 

The Primary key field relates two tables so that Ms-Access can bring together the data from the two tables for viewing, editing, or printing.

 

In one table, the field is a Primary key that you set in table Design view. That same field also exists in the related table as a Foreign key.

 

Suppliers: Table
Suppliers ID Company Name
1 Exotic Liquid
2 New Orleans
3 Grandma Kell
4 Tokyo Trade
Products: Table
Product Name Suppliers ID Units in Stock
Chai 1 39
Chang 1 17
Aniseed Syrup 1 13
Camarvon Tiger 2 53

 

 

 

 

 

 

 

 

A Product Key – A unique ID, such as a Customer ID, that distinguishes one record from another within a table.

 

In the Suppliers table, enter a Supplier ID, Company name, and so on, for each supplier.  The Suppliers ID is the primary key.

 

In the Products table, you include the Suppliers ID field, so that when you enter a new product, you can identify its supplier by entering that supplier’s unique ID number. The Suppliers ID is the foreign key in the Products table.

 

Define relationships between tables.

 

When you create a relationship between tables, the related fields may not have the same names, but must have the same data type.

 

A relationship can be One-to-one, One-to-many, or Many-to-many.

 

Define a one-to-many or a one-to-one relationship.

 

  1. Close any tables you have opened.

You cannot create or modify relationships between open tables.

  1. Press F11 to switch to the Database window.
  2. Click Relationships on the Tools menu or on the Standard toolbar.
  3. If you have not yet defined any relationships in your database, the Show Table dialog box is automatically displayed.
  4. Drag the field that you want to relate from one table to the related field in the other table.

In most cases, you drag the primary key field (which is displayed in bold text) from one table to a similar field (often with the same name) called the foreign key in the other table.

To drag multiple fields, press the CTRL key, click each field, and then drag them.

 

  1. The Edit Relationships dialog box is displayed. Check the field names displayed in the two columns to ensure they are correct. You can change them if necessary.
  2. Set the relationship options if necessary, then click the Create button to create the relationship.
  3. Close the Relationships Window.

When you close the Relationships window, Access asks if you want to save the layout. Whether you save the layout or not, the relationships you create are saved in the database.

 

Relationships window – A window in which you view, create, and modify relationships between tables and queries.

 

Many-to-many relationship.

 

This is an association between two tables in which one record in either table can relate to many records in the other table.

 

To establish a many-to-many relationship, create a third table and add the primary key fields from the other two tables to this table.

 

For example, an Order Details table can relate the Orders and Products tables. Its primary key consists of 2 fields: OrderID and ProductID. The Order Details table can list many products and many orders, but each product can only be listed once per order, e.g., 51 as shown below.  So combining the OrderID and ProductID fields produces an appropriate primary key.

 

 

 

Orders Details: Table
Order ID Product ID
10249 14
10249 51
10250 41
10250 51
10250 65

 

View existing relationships.

 

  1. Press F11 to switch to the Database window.
  2. Click Relationships on the toolbar (or on the Tools menu).
  3. Do one of the following:

 

To view all the relationships defined in the database,

 

  • Click Show All Relationships on the toolbar.

 

To view the relationships defined for a particular table,

 

  • Click the table, and then click Show Direct Relationships on the toolbar.

 

  1. Click Clear Layout on the toolbar to remove all tables from the Relationships window.
  2. To add the table back, click Show Table on the toolbar, double-click the table, and then click Close.
  3. Click Show Direct Relationships on the toolbar.

 

Remove a table from the Relationships window.

 

  • Click the table you want to remove, then press the DELETE

This action affects only the display of the Relationships window. The table and relationships remain in the database.

 

Delete a relationship.

 

  1. Close any open tables.
  2. Press F11 to switch to the Database window.
  3. Click Relationships on the Tools menu or on the toolbar.
  4. If the tables whose relationship you want to delete are not displayed, click Show Table on the toolbar and double-click each table you want to add. Then click Close.
  5. Click the relationship line for the relationship you want to delete (the line will turn bold when it is selected), then press the DELETE

Exercise (a).

 

  1. (a). What are Database management software?

(b). What are the advantages of storing data on the computer using a database tool such as

Microsoft Access as opposed to storing in paper files.

  1. Distinguish between the following terms in relation to a database:
    • DBMS and database.
    • Records and Fields.                    (4 marks).
  2. Define the term Sorting.                    (2 marks).
  3. (a). Differentiate between Primary key and Relationship.

(b). What is the importance of the Primary key.

 

Exercise (b).

 

  1. (a). What are Database management software?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

QUERIES.

 

A Query is a question about the data stored in your tables, or a request to perform an action on the data.

 

You use queries to view, change, and analyze data in different ways.

 

A query can find & bring together data that meets conditions that you specify from multiple tables.  It can also serve as the source of data for a Form, or a Report.

 

A query can also update or delete multiple records at the same time, and perform predefined or custom calculations on your data.

 

There are 4 major types of queries in Microsoft Access.

 

  • SELECT QUERIES.

 

A Select query is a query that asks a question about the data stored in your tables and returns a result set in the form of a datasheet—without changing the data.

 

You use a select query to:

 

  • Bring together data from one or more than one tables by using the criteria you specify and then display the data in the order you want.
  • Update records in the datasheet of a select query (with some restrictions).
  • Group records and calculate Sums, Counts, Averages, and other types of totals.

 

A select query is the most common type of query.

 

Creating a Select query.

 

You can create a query with a wizard or from scratch in Query Design view.

 

In Design view, you specify the data you want to work with by adding the tables or queries that contain the data, and then by filling in the Design grid.

  • You add fields to the design grid by dragging them to the field lists.
  • What you will see in the query’s results will be determined by the fields, sort order, and criteria you add to the design grid.

 

  • Create a Select query.

 

 

  1. In the Database window, click Queries under Objects, then click New on the Database window toolbar.
  2. In the New Query dialog box, click Design View, then click OK.
  3. In the Show Table dialog box, click the tab that lists the tables or queries whose data you want to work with.
  4. Double-click the name of each object you want to add to the query, and then click Close.
  5. Add fields to the Field row in the Design grid, and if you want, specify criteria and a sort order.
  6. To view the query’s results, click View on the toolbar.

 

Design grid: The grid that you use to design a query or filter in query Design view or in the Advanced Filter/Sort window.

 

  • PARAMETER QUERIES

 

A Parameter query is a query that when run displays its own dialog box prompting you for information, such as criteria for retrieving records or a value you want to insert in a field.

 

You can design the query to prompt you for more than one piece of information;

 

For example,

  • You can design it to prompt you for two dates. Ms-Access can then retrieve all records that fall between those two dates.
  • You can create a monthly earnings report based on a parameter query. When you print the report, Ms-Access displays a dialog box asking for the month that you want the report to cover. When you enter a month, Ms-Access prints the appropriate report.

 

  • CROSSTAB QUERIES.

 

A Crosstab query is a query that calculates a Sum, Average, Count, or other type of total on records, and then groups the result by two types of information — one down the left side of the datasheet and the other across the top.

 

Use Crosstab queries to calculate and restructure your data for easy analysis.

 

Note. A Crosstab query displays the same information, but groups it both horizontally and

vertically making the datasheet more compact and easier to analyze.

 

Creating a Crosstab query

 

You create a crosstab query from scratch in query Design view.

 

Create a Crosstab query.

 

  1. In the Database window, click Queries, and then click New.
  2. In the New Query dialog box, click Design View, and then click OK.
  3. In the Show Table dialog box, click the tab that lists the tables or queries whose data you want to work with.
  4. Double-click the name of each object you want to add to the query, and then click Close.
  5. Add fields to the Field row in the Design grid and specify criteria.
  6. On the toolbar, click Query Type, and then click Crosstab.
  7. In the Design grid, you specify the field’s values that will become column headings, the field’s values that will become row headings, and the field’s values to sum, average, count, or calculate.
  • For the field(s) whose values you want to appear as row headings, click the Crosstab row, then click Row Heading.
  • For the field whose values you want to appear as column headings, click the Crosstab row, and then click Column Heading. You can choose Column Heading for one field only.

 

You must leave the default Group By in the Total row for these fields.

 

  • For the field whose values you want to use in the cross-tabulation, click the Crosstab row, and then click Value. Only one field can be set to Value.
  1. In the Total row for this field, click the type of aggregate function you want for the cross-tabulation (such as Sum, Avg, or Count).

 

Changing the Sort order of the Column headings in a Crosstab query.

 

Usually, the column headings are sorted in alphabetic or numeric order. You can set them to appear in a different order, or if you can limit which column headings to display.

 

For example, in column headings containing the months of the year, you can display the months chronologically rather than alphabetically. Or, you can limit the columns to just January through June.

 

  1. Open the crosstab query in Design view.
  2. Click the background of query Design view, outside the design grid and the field lists.
  3. On the toolbar, click Properties to display the query’s property sheet.
  4. In the ColumnHeadings property box, enter the column headings you want to display, in the order in which you want to display them. Between the column headings, type a comma.
  5. To view the query’s results, click View on the toolbar.

 

Run a Select or Crosstab query.

 

When you open a select or crosstab query, Access runs (executes) the query for you and shows the results in Datasheet view.

  1. In the Database window, click Queries under Objects.
  2. Click the query you want to open, then click

 

Open a query (select or crosstab) that shows records.

 

  1. In the Database window, click Queries under Objects.
  2. Click the query you want to open.

To open the query in Datasheet view, click Open.

To open the query in Design view, click Design.

 

 

Note.  When you open a select or crosstab query in Datasheet view, you are actually executing

the query.

 

  • ACTION QUERIES

 

An action query is a query that copies or makes changes to or moves many records in just one operation.

 

There are 4 types of Action queries:

 

  • Delete Queries.  

 

A Delete query deletes a group of records from one or more tables. For example, you could use a delete query to remove products for which there are no orders.

 

Notes.

 

  • With delete queries, you always delete entire records, not just selected fields within records.
  • Once you delete records using a delete query, you cannot undo the operation. Therefore, you should preview the data that the query selected for deletion before you run the query. To do this, click View on the toolbar, and view the query in Datasheet view.

 

  • Update Queries.  

 

An Update query makes global changes to a group of records in one or more tables.

 

For example, you can raise prices by 10% for all dairy products, or you can raise salaries by 5% for the people within a certain job category. With an update query, you can change data in existing tables.

 

  • Append Queries.  

 

An Append query adds a group of records from one or more tables to the end of one or more tables.

 

For example, suppose that you acquire some new customers and a database containing a table of information on those customers. To avoid typing all this information into your own database, you can append it to your Customers table.

 

Append queries also helps in:

 

  • Appending fields based on criteria. For example, you might want to append only the names and addresses of customers with outstanding orders.
  • Appending records when some of the fields in one table do not exist in the other table. For example, the Customers table has 11 fields. Suppose that you want to append records from another table that has fields that match 9 of the 11 fields in the Customers table. An append query will append the data in the matching fields and ignore the others.

 

  • Make-Table Queries.  

 

A Make-table query creates a new table from all or part of the data in one or more tables. Make-table queries also helps in creating a table to export to other Microsoft Access databases or a history table that contains old records.

 

Run an action query.

 

Unlike select and crosstab queries, you can’t view the results of an action query by opening it in Datasheet view. However, in Datasheet view you can preview the data that will be affected when you run the action query.

Caution   It is a good idea to make a copy of the data you are changing or moving in an action query, in case you need to restore the data to its original state after running the action query.

 

  1. Open the action query in Design view.
  2. To preview the records that will be affected in Datasheet view, click View on the toolbar and check the records. For each action query, you will see the following:

 

For this query                   The datasheet displays

Update                              The fields to be updated.

Delete                               The records to be deleted.

Make-table                       The fields to be included in the new table.

Append                             The records to be added to another table.

  1. To return to query Design view, click View on the toolbar again. Make any changes you want in Design view.
  2. Click Run on the toolbar to run the query.

 

Add or remove tables, queries, and fields.

 

You can add a table or query if the data you need is not in the query, or remove a table or query if you decide you do not need them. Once you add the tables or queries you need, you can then add the fields that you want to work with to the design grid, or remove them if you decide you do not need them.

 

Notes.

  • A join line between field lists tells Microsoft Access how the data in one table is related to the data in the other.
  • You drag a field from the field list to a column in the design grid to show the field in the query results.

 

Calculate amounts

 

You can add the values in a field or do other computations with the data by specifying the type of calculation to perform.

  • Use an aggregate function, such as Sum or Avg, to calculate one amount for all the records in each field in the design grid.

Aggregate function – A function, such as Sum, Count, Avg, or Var, that you use to calculate totals.

  • Use Group By to calculate separate amounts for groups of records in a field.

 

Limit results by using criteria

 

You can limit the records that you see in the query’s results or the records that are included in a calculation by specifying criteria.

 

For example;

 

  • To limit the records in the query’s results, enter criteria in one or more fields.

Between #6/1/01# And #6/15/01#

  • Use the Or row for alternative criteria in the same field.

Between #6/1/01# And #6/15/01#

Or Between #7/1/01# And #6/30/01#

  • Enter criteria for different fields. For example, for orders between 6/1/01 and 6/15/01 …

Between #6/1/01# And #6/15/01#

  • Calculate total order amounts, but display only those that are more than $100,000.

>100000

 

Sort records.

 

You can sort the query’s results by specifying a sort order in the design grid.

You can Sort by Ascending or Descending order, or remove a sort.

 

Show only the high or low values in a query.

 

You can show in a query datasheet those records with the highest or lowest values in a field or the highest or lowest percentage of values in the field.

For example, you may want to show the top 10 Salespeople with the highest total sales for a month, or the bottom 20 percent of students in a class by grade average.

  1. Create a query in Design view.
  2. In the Design grid add the fields you want to display in the query’s results, including the field you want to display top values for.
  3. In the Sort cell of the field you want to display top values for, click Descending to display the highest values or Ascending to display the lowest values.
  4. Click in the Top Values box on the toolbar.
  5. Enter the percentage or the number of highest or lowest values you want the query results to display.

Note   To display a percentage, enter a number followed by a percent sign (%).

  1. To view the query’s results, click View on the toolbar.

 

When can I update data from a query?

 

In some cases, you can edit data in query Datasheet view to change the data in the underlying table. In other cases, you cannot.

 

You can update a query or query field in the following cases:

  • A query based on one table
  • A query based on tables with a one-to-one relationship.
  • The query’s results contain a Memo, or OLE Object.

 

Set the data display format for a field in a query.

 

  1. Open a query in Design view.
  2. In the query Design grid, place the insertion point in the column for the field you want to format (or place the insertion point in any row for that field).
  3. Click Properties on the Query Design toolbar to open the property sheet for that field.
  4. On the General tab, click the arrow next to the Format property box, then click one of the predefined formats.

 

Set the no. of decimal places to display for a field in query Design view.

 

  1. Open a query in Design view.
  2. In the query design grid, place the insertion point in the column for the field you want to change.
  3. Click Properties on the Query Design toolbar to
  4. On the General tab, click the arrow next to the DecimalPlaces property box, then click the desired no. of decimal places.

 

 

 

 

 

 

FORMS.

 

A Form is an Access database object on which you place controls for taking actions or for entering, displaying, and editing data in fields.

 

A form is a type of a database object that is primarily used to enter or display data in a database.

To easily view, enter, and change data directly in a table, create a form. When you open a form, Microsoft Access retrieves the data from one or more tables, and displays it on the screen with the layout you choose in the Form Wizard, or with the layout that you created on your own in Design view.

 

 

Notes.

 

  • A form focuses on one record at a time, and it can display fields from more than one table. It can also display pictures and other objects.
  • A form can contain a button that prints, opens other objects, or otherwise automates tasks.

 

Most forms are bound to one or more tables and queries in the database. A form’s record source refers to the fields in the underlying tables and queries. A form need not contain all the fields from each of the tables or queries that it is based on.

You create a link between a form and its record source by using graphical objects called controls. The most common type of control used to display and enter data is a text box.

You can also open a form in PivotTable view or PivotChart view to analyze data. In these views, you can dynamically change the layout of a form to present data in different ways. You can rearrange row headings, column headings, and filter fields until you achieve the desired layout. Each time you change the layout, the form immediately recalculates the data based on the new arrangement.

  • In PivotTable view, you can view detail or summarized data by arranging fields in the filter, row, column, and detail areas.
  • In PivotChart view, you can display data visually by selecting a chart type and viewing data by arranging fields in the filter, series, category, and data areas.

 

Creating a form

You can create a form quickly by using the AutoForm command or a wizard. AutoForm creates a form that displays all fields and records in the underlying table or query. A wizard asks you questions and creates a form based on your answers. You can then customize the form the way you want it in Design view.

Customizing a form

In Design view

You can customize a form in Design view in the following ways:

Record source.   Change the tables and queries that a form is based on.

Controlling and assisting the user.   You can set form properties to allow or prevent users from adding, deleting, or editing records displayed in a form. You can also add custom Help to a form to assist your users with using the form.

Form window.   You can add or remove Maximize and Minimize buttons, short cut menus, and other Form window elements.

Sections.   You can add, remove, hide, or resize the header, footer, and details sections of a form. You can also set section properties to control the appearance and printing of a form.

Controls.   You can move, resize, or set the font properties of a control. You can also add controls to display calculated values, totals, current date and time, and other useful information on a form.

In PivotTable or PivotChart view.

You can customize a form in PivotTable or PivotChart view in the following ways:

Add, move, or remove fields   You can add fields to the filter, row, column, and detail areas in PivotTable view, and to the filter, category, series, and data areas in PivotChart view. You can also move fields from one area to another and remove fields from the view.

Filter records   You can filter data displayed in the view by adding or moving a field to the filter area. You can also filter a field in the row and column area.

Sort records   You can sort items in row or column fields in ascending or descending order. You can also sort items in custom order in PivotTable view.

Group records   You can group items in row or column fields on intervals, or create custom groups.

Format elements and change captions.   In PivotTable view, you can change the font settings, alignment, background color, and number format of a field. You can also change the captions of fields and custom groups. In PivotChart view, you can change the chart type, format data markers, and more.

 

Open a form or subform.

 

  1. In the Database window, click Forms under Objects.
  2. Click the form or subform you want to open.

To open the form in Form view, click Open.

To open the form in Design view, click Design.

 

Form view: A window that displays a form to either show or accept data. Form view is the primary means of adding & modifying data in tables. You cannot change the design of a form in this view.

 

Switch between views of a subform.

 

When a main form is open in Form view, you can switch between the views of its subforms.

 

  1. Open the main form in Form view.
  2. Click the subform whose view you want to change.
  3. On the View menu, point to Subform, and click the view you want.

 

REPORTS.

 

A Report is an Access database object that prints information formatted and organized according to your specifications. Examples of reports are sales summaries, phone lists, and mailing labels.).

To analyze your data or present it a certain way in print, create a report. For example, you might print one report that groups data and calculates totals, and another report with different data formatted for printing mailing labels.

  • Use a report to create mailing labels.
  • Use a report to show totals in a chart.
  • Use a report to calculate totals.

A report is an effective way to present your data in a printed format. Because you have control over the size and appearance of everything on a report, you can display the information the way you want to see it.

Most reports are bound to one or more table and query in the database. A report’s record source refers to the fields in the underlying tables and queries. A report need not contain all the fields from each of the tables or queries that it is based on.

A bound report gets its data from its underlying record source. Other information on the form, such as the title, date, and page number, is stored in the report’s design.

You create the link between a report and its record source by using graphical objects called controls. Controls can be text boxes that display names and numbers, labels that display titles, or decorative lines that graphically organize the data and make the report more attractive.

Creating a report

You can create different types of reports quickly by using wizards. Use the Label Wizard to create mailing labels, the Chart Wizard to create charts, or the Report Wizard to create a standard report. The wizard asks you questions and creates a report based on your answers. You can then customize the report the way you want it in Design view.

 

Customizing a report

You can customize a report in the following ways:

Record source   Change the tables and queries that a report is based on.

Sorting and grouping data   You can sort data in ascending or descending order. You can also group records on one or more fields, and display subtotals and grand totals on a report.

Report window   You can add or remove Maximize and Minimize buttons, change the title bar text, and other Report window elements.

Sections   You can add, remove, hide, or resize the header, footer, and details sections of a report. You can also set section properties to control the appearance and printing of a report.

Controls   You can move, resize, or set the font properties of a control. You can also add controls to display calculated values, totals, current date and time, and other useful information on a report.

 

Open a report or subreport.

 

  1. In the Database window, click Reports under Objects.
  2. Click the report or subreport you want to open.

To open the report in Design view, click Design.

To open the report in Print Preview, click Preview.

 

Print preview –A view of a document as it will appear when you print it.

 

 

 

Bachelor of Agricultural Engineering Kuccps Course Code, Requirements and Fees in all universities

Bachelor of Agricultural Engineering Kuccps Course Code, Requirements and Fees in all universities

BACHELOR OF SCIENCE (AGRICULTURAL ENGINEERING)
SUB CLUSTER PROG CODE INSTITUTION NAME PROGRAMME NAME PROGRAMME COST  
5D 1057121 EGERTON UNIVERSITY BACHELOR OF SCIENCE (AGRICULTURAL

ENGINEERING)

373,540  
5D 1111121 KENYATTA UNIVERSITY BACHELOR OF SCIENCE (AGRICULTURAL & BIO-

SYSTEMS ENGINEERING)

336,000  
5D 1114121 UNIVERSITY OF ELDORET BACHELOR OF ENGINEERING (AGRICULTURAL & BIO-

SYSTEMS ENGINEERING)

336,600  
5D 1166121 SOUTH EASTERN KENYA UNIVERSITY BACHELOR OF SCIENCE (AGRICULTURAL

ENGINEERING)

336,600  
5D 1249121 JOMO KENYATTA UNIVERSITY OF AGRICULTURE

AND TECHNOLOGY

BACHELOR OF SCIENCE (AGRICULTURAL AND

BIOSYSTEMS ENGINEERING)

336,600  
5D 1263121 UNIVERSITY OF NAIROBI BACHELOR OF SCIENCE (BIOSYSTEMS ENGINEERING) 442,000  
Find Programmes by School
Continue reading..

How to check KUCCPS placement results and admission letters for KCSE candidates, all applicants

How to check kuccps degree and diploma placement

Kuccps placement results through SMS and online

More articles with related information on KUCCPS

KUCCPS Student portal login student.kuccps.net for Admission Application

How to check kuccps degree and diploma placement

Kuccps admission lists and letters pdf for all universities (How to download Kuccps letter)

Kuccps Diploma Programmes (Course codes, requirements and institutions)

Kuccps cut off points for all courses

Kuccps cutoff points

KUCCPS opens portal for first application, revision of courses for KCSE candidates

Kuccps opens student portal for University and College placement applications/ revision of courses

KUCCPS latest placement news for KCSE candidates-

kuccps placement (How to get results and admission letters)

Kuccps latest news (How to apply for Courses, Revise, Check placement results, Apply for inter institution transfer and Download admission letter)

Kuccps diploma courses and their codes & colleges

Kuccps portal login (Login to select courses, check placement results and apply for transfer)

Kuccps Student Portal ( Student Login – KUCCPS | The Placement Service)

Kuccps placement results out (How to check Kuccps placement results

Download Kuccps admission letters here

Kuccps Admission Letters Download

Kuccps cutoff and cluster points per course

Kuccps mean grade and courses cutoff points

Bachelor of Education Science Degree Course (Kuccps cluster points cutoff, Course Codes & Subject Requirements)

Bachelor of Education Arts Course (Kuccps cluster points cutoff, Course Codes & Subject Requirements)

The Kuccps student portal login

How to apply for Kuccps placement (Simplified guide)

Kuccps Student Portal
Kuccps Student Portal

Important KMTC Links

KMTC Students,

 

 

Bachelor of Technology Education Course Requirements, Cluster Cutoff Points and Fees

Cluster 5 – Engineering, Engineering Technology & Related

  
Filter
Type 
Group 

BACHELOR OF TECHNOLOGY EDUCATION

 

Minimum Entry Requirements

Cluster Subject 1 MAT A
Cluster Subject 2 PHY
Cluster Subject 3 CHE
Cluster Subject 4 BIO / HAG / GEO / CRE / IRE / HRE / HSC / ARD / AGR / WW / MW / BC / PM / ECT / DRD / AVT / CMP / FRE / GER / ARB / KSL / MUC / BST
NOTE: A subject may only be considered ONCE in this section

Minimum Subject Requirements

Subject 1 PHY C+
Subject 2 MAT A C+
Subject 3 CHE C+

Available Programmes

Institution Institution type Programme Code Programme Name YEAR 1 – Programme Cost 2023/2024 Cut-off 2022 Cut-off 2021 Cut-off
MASINDE MULIRO UNIVERSITY OF SCIENCE & TECHNOLOGY 1082192 BACHELOR OF TECHNOLOGY EDUCATION (BUILDING CONSTRUCTION) Ksh 244,800 24.813 24.813 16.787
MURANG’A UNIVERSITY OF TECHNOLOGY 1246192 BACHELOR OF TECHNOLOGY EDUCATION Ksh 244,800 24.813 15.982 16.787
Deadline in:

More articles with related information on KUCCPS

Kuccps opens portal for 2024/2025 applications by KCSE 2023 students

KUCCPS Student portal login student.kuccps.net for Admission Application
How to check kuccps degree and diploma placement
Kuccps admission lists and letters pdf for all universities (How to download Kuccps letter)
Kuccps Diploma Programmes (Course codes, requirements and institutions)
Kuccps cut off points for all courses
Kuccps cutoff points 2024
KUCCPS opens portal for first application, revision of courses for KCSE 2023 candidates
Kuccps opens student portal for University and College placement applications/ revision of courses 2024
KUCCPS latest placement news for KCSE 2023 candidates- CS Magoha speaks
kuccps placement 2024 (How to get results and admission letters)
Kuccps latest news 2024 (How to apply for Courses, Revise, Check placement results, Apply for inter institution transfer and Download admission letter)
2024 kuccps diploma courses and their codes & colleges
Kuccps portal login (Login to select courses, check placement results and apply for transfer)
Kuccps Student Portal ( Student Login – KUCCPS | The Placement Service)
Kuccps placement results out (How to check Kuccps placement results 2024)
Download Kuccps admission letters 2021 here
Kuccps 2024 Admission Letters Download
Kuccps 2024 cutoff and cluster points per course
Kuccps mean grade and courses cutoff points 2024
Bachelor of Education Science Degree Course (Kuccps 2024 cluster points cutoff, Course Codes & Subject Requirements)
Bachelor of Education Arts Course (Kuccps 2024 cluster points cutoff, Course Codes & Subject Requirements)
The Kuccps student portal login 2024
How to apply for Kuccps placement 2024 (Simplified guide)
KUCCPS Cluster Points (How to easily Calculate Cluster Points)
Roles performed by KUCCPS and where to get university, College, Polytechnic admission and other services
Kuccps student portal login and guide
Kuccps diploma courses guide; Requirements and cut-off points
Kuccps online portals
How to download 2024 KUCCPS Student’s Admission letter to all universities; 2024 KUCCPS Admission list pdf download
How to check Kuccps placement for KCSE 2023 candidates (Simplified procedure)
2024 KUCCPS Admission letters for all universities and colleges
KUCCPS- Inter-Institution Transfer Application for the 2024 Placement Cycle Inter-Institution Transfer Application for the 2024 Placement Cycle.
New- 2024 KUCCPS inter-institution transfer guidelines and procedure.
KUCCPS – Inter Universities transfer portal to be opened; Procedure for inter-university transfer
Kuccps opens portal for 2024 placement of 2023 KCSE students to universities and colleges
KUCCPS applications 2024

TSC merit list 2021 replacement and new recruitment- Kilifi

The Teacher Service Commission (TSC) has released the merit lists for the shortlisted teachers in the July 2021 recruitment exercise. Here is the new and replacement vacancies applicants for Kilifi County merit list of shortlisted applicants.

Also read; Updated TSC shortlisted candidates July 2021 recruitment (Latest TSC Merit Lists Per County)

TSC RECRUITMENT MERIT LIST 2021- KILIFI COUNTY

County SubCounty School Name Subjects TSC.No Name Internship? Mobile DoB Gender Grad/Exit.Yr Qualification GPA Score%
KILIFI MAGARINI Galana S.s. Eng/Lit 707966 KATRINAH        HALUWA               BAHA Yes 254708942860 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Galana S.s. Eng/Lit 782679 BONFACE         MUTHINI              KITONYI Yes 254701546754 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Galana S.s. Eng/Lit 818438 HASSAN          CHIMERA              NDEGWA Yes 254705752555 04/09/1991 M 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Galana S.s. Eng/Lit 868183 CONSTANCE       KADZO                MWAMURE Yes 254706384712 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Galana S.s. Eng/Lit 798576 LAWRANCE        MBALUKA              SILA Yes 254719730370 05/05/1993 M 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Galana S.s. Eng/Lit 845456 ROBERT          SHUME                KITSAO Yes 254705127801 31/01/1997 M 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Galana S.s. Eng/Lit 846347 HAMISI YASSIN DAFU 254798246000 02/03/1994 M 2016 Dip.Ed Distinction 60
KILIFI MAGARINI Galana S.s. Eng/Lit 728448 ODUOR OTIENO BRIAN 254706619741 31/01/1994 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Galana S.s. Eng/Lit 811935 KEN PHILLIP OTIENO 254700415330 11/05/1989 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Galana S.s. Eng/Lit 769771 PETERSON MLIWA MAGHANGA 254712740118 28/07/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Galana S.s. Eng/Lit 801122 EVELYN MUNYAZI BOTANY 254797870574 26/02/1990 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Galana S.s. Eng/Lit 848440 JACKLINE MKAWANYASA VITA 254714127991 02/04/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Galana S.s. Eng/Lit 648768 WYCLIFFE  OMONDI MBERO 254725909329 12/01/1985 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Galana S.s. Eng/Lit 788191 GRACE GACERI MAGWANTHI 254717019063 04/08/1992 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Galana S.s. Eng/Lit 775588 STACY SYOMBUA MUTHUI 254706554631 29/12/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Galana S.s. Eng/Lit 826281 PHAY  AJWANG 254719383086 01/01/1901 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Galana S.s. Eng/Lit 890008 RITA  MUKIRI 254721734204 06/04/1990 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Galana S.s. Eng/Lit 832652 MIKE CALEB NZOMO 254719714270 23/10/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 811412 ELTON KITTI MWACHIRO 254716839200 25/05/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Galana S.s. Eng/Lit 870092 ESTHER WANJIKU NDUNGU 254742175474 03/07/1994 F 2018 Dip.Ed Credit 45
KILIFI MAGARINI Galana S.s. Eng/Lit 822397 JANET KACHE KALUME 254710933334 05/02/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 809580 SAMMY  MUNG’ATHIA 254717188154 06/01/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 821265 ERICK KIMUTAI KIPROP 254720267076 14/08/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 804874 EMMANUEL SEKI LETANO 254795109914 27/04/1997 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Galana S.s. Eng/Lit 806020 MARY MBULA MULEI 254708896012 09/03/1996 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Galana S.s. Eng/Lit 821694 LUCY MAERE MKOMA 254726140990 14/12/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 844901 DANFAS MISARO MAISIBA 254723363032 10/11/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Galana S.s. Eng/Lit 864841 BRIAN GEORGE ODERA 254790551614 20/10/1992 M 2018 B.Ed Pass 40
KILIFI MAGARINI Galana S.s. Eng/Lit 880987 REDEMPTA NDUKU KING’OO 254706592109 07/10/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Galana S.s. Eng/Lit 923619 KELVIN MUGENDI KIURA 254716001383 04/12/1997 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Galana S.s. Eng/Lit 852363 LUCY  MUKIRI 254706240709 10/08/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Galana S.s. Eng/Lit 903648 DANIEL DEYE CALEB 254701075596 18/05/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Galana S.s. Eng/Lit 896823 PURITY NELIMA JUMA 254703885242 22/02/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Galana S.s. Eng/Lit 875170 JAMES NGUMA KAHINDI 254792175590 15/02/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Galana S.s. Eng/Lit 918301 IRINE  JELIMO 254702174865 01/07/1994 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Galana S.s. Eng/Lit 912301 NEHEMIA KIPLANGAT CHIRCHIR 254702377390 25/11/1992 M 2019 B.Ed Pass 35
KILIFI MAGARINI Galana S.s. Eng/Lit 716270 FREDRICK ODHIAMBO OSUKA 254714347311 03/09/1990 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Galana S.s. Eng/Lit 794188 FAUSTO BAYA SAMUEL 254707700029 11/02/1994 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Galana S.s. Eng/Lit 692462 DORICE NAWIRI IRIRI 254799093213 31/03/1993 F 2015 Dip.Ed Credit 60
KILIFI MAGARINI Galana S.s. Eng/Lit 830042 KELVIN MURIMI NDEKE 254723026851 24/04/1996 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Galana S.s. Eng/Lit 708704 DERICK  AYIEKO  KWENA 254701504670 22/11/1993 M 2015 Dip.Ed Pass 55
KILIFI MAGARINI Galana S.s. Eng/Lit 810115 VICTOR WANJALA MARABI 254700422516 07/06/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 702388 STEPHEN OLUOCH OBALA Yes 254700705389 21/10/1989 M 2015 Dip.Ed Distinction 95
KILIFI MAGARINI Marereni Secondary School CRE/Hist 665076 SAMSON          TITUS                MGODO Yes 254715072253 2014 Dip.Ed Credit 90
KILIFI MAGARINI Marereni Secondary School CRE/Hist 802325 AGNES           NJERI                WANGU Yes 254728276313 27/04/1989 F 2015 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Marereni Secondary School CRE/Hist 691999 LUCY            ARIRI                OMOSA Yes 254700211150 25/06/1994 F 2015 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Marereni Secondary School CRE/Hist 714883 PERLINE MITTO BOIYO Yes 254721727690 30/08/1993 F 2015 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Marereni Secondary School CRE/Hist 661219 GOENEVIVE       NEKESA               WEKESA Yes 254729149843 2014 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Marereni Secondary School CRE/Hist 734038 VITALIS         WASAI                NYONGESA Yes 254721664850 10/03/1986 M 2016 B.Ed 2nd Class Lower 85
KILIFI MAGARINI Marereni Secondary School CRE/Hist 718103 EVANS           ARANI                OMWONYO Yes 254718936928 15/01/1992 M 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Marereni Secondary School CRE/Hist 780818 NANCY           KAREMBO              KAINGU Yes 254711507490 01/07/1987 F 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Marereni Secondary School CRE/Hist 768127 JOHN            KINUTHIA             MUNGAI Yes 254702892090 21/01/1995 M 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Marereni Secondary School CRE/Hist 825185 ELVIS           JAMBO                MWASAHA Yes 254734213887 01/07/1987 M 2017 Dip.Ed Credit 80
KILIFI MAGARINI Marereni Secondary School CRE/Hist 776944 CONSTANCE       NEEMA                KHONDE Yes 254715235210 18/01/1995 F 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Marereni Secondary School CRE/Hist 677297 ROBAI KHISA CHESOLI 254701808033 17/01/1991 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 694582 MILLICENT JEPKOSGEI BARTILOL 254700211309 23/11/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 679983 GAD MWANGI KAMAU 254724549749 08/09/1986 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 661837 IRENE TAABU WESONGA 254717231237 03/12/1989 F 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 815057 DANIEL LEDAMA KIYIAPI 254705585224 01/06/1993 M 2015 Dip.Ed Credit 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 702795 NICHOLAS MVUMBA RAJAB 254729777054 04/06/1991 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 719766 BARAKA MWANGALA WANJE 254705782283 12/07/1994 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 887639 NAHASHON  NJUGUNA 254703674461 11/04/1993 M 2018 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 580945 MARY  MTSONGA 254721571673 02/02/1990 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 717366 AMOS ANYEGA NYAKUNDI 254788722534 28/04/1992 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 697289 KELVIN OTIENO  BOYI 254710933567 01/01/1988 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 757308 LILIAN MUKHAMARI NABWILE 254703697502 18/10/1991 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 715916 ARRESTUS MWATSUMA KITTI 254721756497 18/12/1988 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 729928 SILVIA AJUMA MAKUBO 254796612596 07/04/1993 F 2015 Dip.Ed Pass 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 787076 ISSA DERRICK WAMBUA 254701785224 07/06/1992 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 713837 FRANCISCA MWINZI MBOGA 254726562093 28/02/1988 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 790750 PONTIANUS BARASA WAMALWA 254727130258 03/08/1994 M 2016 Dip.Ed Credit 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 817744 JUDITH MWENDE BEATRICE 254724844095 03/11/1993 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 780250 CALEB ATAMBO ASIAGO 254728809121 03/01/1991 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 780570 PAUL WAMBUA KIMOLO 254715027131 18/05/1990 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 817661 DAVID GAMBO MUYE 254712551934 07/10/1993 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 806436 VANILLA WANJIKU NJERI 254717225722 09/01/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 794970 PAUL KATAKA KUTSUSHI 254704937539 21/01/1992 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 792028 GREAGAN MICKEY OTIENO 254719283452 17/09/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 780746 PATIENCE DAMA KAINGU 254710798041 06/09/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 872714 JOSEPH MUTUA MATHENDU 254729030087 12/09/1998 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 838870 FRANCIS MUINDE SILO 254728489038 09/10/1993 M 2018 Dip.Ed Distinction 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 592185 MOSES MUSYIMI MULI 254726752870 04/09/1987 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 791113 MULUNGA JEHOSPHART KIMINZA 254707257087 05/09/1992 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 873500 CAROLINE MUTHEU MUTISO 254713490494 05/11/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 838789 RACHEAL UMAZI NDEGWA 254708169418 09/04/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 838761 CHARLES KENEDY ECHENJE 254792027398 28/08/1995 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 888745 RONALD K ROTICH 254705018502 02/01/1993 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 830434 MARY KAVETE KIOKO 254704195852 20/08/1996 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 841827 NEMWEL ONYANCHA MACHANI 254701102868 15/12/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 823726 DOUGLAS  A ATUYA 254720164014 25/01/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 831335 LISHA BISIERI MOTANYA 254716461639 01/12/1995 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 829983 AKOTH JULIET OCHIENG 254708561961 26/05/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 832514 RUTTO JACOB NAIBEI 254795637473 24/12/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 892804 PAUNAMILI  KHADIOLI 254716161602 25/01/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 822186 JOSEPH KINYUA MURIITHI 254708705136 25/04/1993 M 2017 Dip.Ed Pass 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 818883 EDWARD SHOLLY RONO 254717486175 18/07/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 818287 EZEKIEL KIPKOSGEI RONO 254700770755 23/10/1992 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 817917 JORAM MURUNGA SIMIYU 254796113866 12/02/1991 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 843108 ROBERT OUKO ODHIAMBO 254719757128 24/05/1990 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 887713 JOSPHINE  JELIMO 254711990298 16/06/1992 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 834377 EDWIN KIPLANG’AT CHERUIYOT 254701436817 04/06/1995 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 797831 WINSTON WANJALA SIMIYU 254719133962 02/02/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 893156 ZEPHANIAH KIPKECH KISANG 254701159561 02/01/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 802343 CYNTHIA KWAMBOKA MOSAIGA 254725818709 17/09/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marereni Secondary School CRE/Hist 864789 MUTHONI ROSE NYANGA 254740538592 12/02/1999 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 861560 JOSEPHINE HADIRA UMURU 254712653465 15/02/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 866184 OBED SUGU CALTON 254790701758 02/10/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 851462 VICTOR ONYANGO ODHIAMBO 254718922883 18/06/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 890159 RISPER  MANGI 254711540985 29/05/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 876465 GRACE AUMA OTIENO 254717339730 16/10/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 907011 JULIET  BAHATI 254743291459 07/11/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 888408 FAITH  NYAPARA 254702082799 20/06/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 893534 FELIX INGANJI OSOLO 254792338218 04/01/1997 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 893162 NATHANIEL MWENI MAITHA 254702835263 19/04/1989 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 546516 OCHIENG AKINYI BRENDA 254728938644 03/01/1986 F 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 904766 DORCAS JEPTOO KIBET 254727496019 03/03/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 901832 MORRIS BAYA THOYA 254796650509 04/05/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 901331 REGINA EKABU KINYA 254717461451 05/01/1997 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 866402 DENIS  YEGON 254729778962 15/06/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 882905 EDWIN SAGINI NYAKANG’O 254707923151 25/11/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 895928 FELIX ODHIAMBO OTIENO 254711513358 29/04/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 915930 HELLEN HAKESI HARON 254708453837 03/09/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 888291 KARISA JERALD MANGALE 254745590348 18/02/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 875963 KILLIAN MAKUTO MWATSUMA 254728717838 06/12/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 864873 BENJAMIN THEMO THOYA 254710522684 08/02/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 896421 AMOS MAGANGI ONDARA 254706430749 12/12/1998 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 897810 JOYCE NYAMVULA BONGO 254710428159 28/08/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 903290 MARY ZAWADI KATANA 254790857025 31/12/1993 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 921630 MARTHA GARAMA MWAMBIRE 254720378566 01/01/1986 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 899410 CECILIA NDUKU KIVUITU 254700351396 06/09/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 879797 NICHOLAS MAINDI KIMILU 254702884347 21/04/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 898608 WILFRED OBARE ONSERIO 254718215971 09/10/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 633977 SIMON WOIE MWINZI 254717522226 08/11/1990 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 762696 ALEX KIPKEMOI BETT 254722554756 09/12/1993 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 566166 ALFRED AGUKO BOLE 254725895280 14/06/1989 M 2009 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 868142 JULIET HAGERERA KAWITSI 254798520139 30/07/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 709574 ZIPPORAH MUTHONI NJOKI 254725392827 11/09/1991 F 2016 Dip.Ed Credit 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 823314 ESTHER AKINYI MAKOKHA 254704492889 24/03/1994 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 773112 JEREMIAH OKOTH KIOGO 254716513276 24/07/1995 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marereni Secondary School CRE/Hist 716840 MAMBO TSUMA DINGO 254715221730 07/07/1988 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Marereni Secondary School CRE/Hist 673380 FAITH ACHIENG OLOO 254728888841 24/05/1991 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Marereni Secondary School CRE/Hist 899613 AMOS MUTEMBEI MUROKI 254721837741 22/06/1988 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marereni Secondary School CRE/Hist 776336 KEVIN  WASONGA OTIENO 254711573716 07/07/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Marafa Secondary School Bio/Chem 878281 JOSEPH          MWALIMU              MWAMBIRE Yes 254703206828 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Marafa Secondary School Bio/Chem 885877 ANTONY          JEFA                 KALAMA Yes 254702824253 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Marafa Secondary School Bio/Chem 791716 REUBEN ASANDE ONSONGO 254725165904 25/05/1989 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Marafa Secondary School Bio/Chem 836025 SAMUEL OSORE MULERA 254710693389 22/10/1992 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Marafa Secondary School Bio/Chem 887497 CHARLES MWENDA M’MBURA 254703451261 20/04/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 909364 ELININO  MUTUKU 254796109789 29/11/1997 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 888762 NELSON  KISIA 254705793921 28/09/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 921991 HARRISON NGOLO GONA 254708561226 16/10/1992 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 887465 ZEDEKIA NDETA MUNALA 254711633368 25/02/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 919781 YUSUF OTENGO ALUKWE 254716454629 06/08/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 912232 GABRIEL MAJIBU KATANA 254700651873 20/03/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 902081 VYIOLA ANYANGO OTIENO 254724144372 14/08/1997 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 889532 ZACHARIA SOAP  WASWA 254710939478 20/11/1986 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 874936 TUMAINI SIDI GALI 254726863271 27/11/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 883421 NGOWA  MWADORI 254721433792 03/10/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 892606 ELVIN NANJALA MASINDE 254719732479 26/05/1993 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 886167 ERICK MUCHENI NYAGA 254796466077 07/08/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 890044 MWANGALA JUNIOR BAILO 254723464956 18/04/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 926435 RICHARD OBUNGA KEREU 254719851067 03/12/1994 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 882561 CATHERINE WAIRIMU NJOROGE 254708833959 20/09/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 870789 HUMPHREY JOHN OMANYALA 254720146565 23/12/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 868060 PHILIP USHINDI BAHATI 254702177732 06/01/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 902097 ISAAC NDEGE OMBONGI 254712651426 18/04/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 889341 LEONARD POISHO SIWARENG 254723408237 05/10/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 892758 SHARON SALAMA KAHINDI 254716417051 19/04/1996 F 2019 Dip.Ed Pass 35
KILIFI MAGARINI Marafa Secondary School Bio/Chem 889964 DICKSON OTIENO OMONDI 254712458759 25/05/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 919384 OBWAR EMMACULATE OTIENO 254717033032 05/01/1997 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 923116 VICTOR  MOMANYI 254701467630 26/07/1997 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 910275 JAMES  WANJE MWADORI 254712148527 17/04/1990 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 888718 BELINDER AWUOR OMWAGA 254718720191 06/11/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 863906 DANIEL CHAKA TSUMA 254742808535 26/02/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 915365 DANIEL MURISA NYAWA 254703729189 02/02/1989 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Marafa Secondary School Bio/Chem 913941 ESTHER NDUKU KATHOKI 254704503594 01/01/1993 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Marafa Secondary School Bio/Chem 891753 WINFRED KATHAMBI ITHALI 254703492828 08/04/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 657272 BONIFACE         NYANDIKA Yes 254715210738 2015 B.Ed 2nd Class Lower 90
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 841077 EMMANUEL        BARAKA               SHEHE Yes 254704109586 05/01/1992 M 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 794332 DALMAS NYANGE MGHANGA 254708092199 07/07/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 795485 EMMANUEL AMANI FUNGIZA 254716898266 01/01/1990 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 822724 JAMES KAI HARO 254713197971 27/12/1989 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 819009 CALVINCE OCHIENG ABONGO 254702576581 09/07/1992 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 848693 GABRIEL MWATUA MWAVITA 254705205713 05/11/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 833392 ALEX MENZA MBOGO 254700370975 12/07/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 860886 OANYA ELIAKIM NYAANGA 254794751745 16/05/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 831476 LUIZA ANITA OTIENO 254718507234 07/10/1995 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 820085 JAPHETH  KIPKOECH LIMO 254722944190 11/02/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 803534 MERCY NYOKABI KAMWATI 254728600959 18/02/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 877180 KEVIN ONG’OMBE KOFU 254799980872 25/05/1997 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 915869 DORIS FURAHA KASIWA 254718508972 10/10/1995 F 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 886728 HABEL NZIVO TSUMA 254723678336 04/12/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 882485 BENJAMIN BARISA REUBEN 254748480109 09/04/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 856603 KELVIN FURAHA THOYA KARISA 254712136571 25/05/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 913565 LINAPIERA NYAKIO THAARA 254748754869 27/09/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 872842 VALENTINE MORAA NYAMASEGE 254702204845 09/09/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 923926 VICTOR  CHERUIYOT 254721590179 13/01/1996 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 882882 LAWRENCE KIMERES CHEPTUMO 254729667302 01/07/1988 M 2019 BA+PGDE 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 863238 ROBERT NYANG’AU ONYONI 254712932480 24/12/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 893304 GILDAH JEMO FUNDI 254799156422 02/06/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 875158 EMMANUEL MUTUNGA KITEME 254742861787 05/12/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 864922 DAVIES  OKIRO 254711741976 04/06/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 898697 DIURANCE OTIENO OKUMU 254711771450 03/06/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 898646 GODWING KARANJA OMBASO 254712582456 20/10/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 866546 JACOB MUTUGI NJIRU 254708109284 05/02/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 877068 MANG’OKA SAMUEL KYALO 254719796302 15/10/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 894153 TITUS CHILUMO MAVELA 254712350882 29/04/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 887893 SIMON KOMU NYINGI 254708531280 12/07/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 899317 LINET WAHINYA NJAMBI 254716444872 08/09/1997 F 2019 Dip.Ed Pass 35
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 769982 CHARLES NGOMBO KAINGU 254708509506 06/05/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 843699 JOSPHAT MUCHUI KARITHI 254718929306 26/05/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Adu Mixed Day Secondary School BSt/Math 869247 REUBEN MUTORO WAFULA 254705964190 11/05/1989 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Magarini Secondary School Eng/Lit 798503 TIMOTHY          MASHA Yes 254729435944 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Magarini Secondary School Eng/Lit 782679 BONFACE         MUTHINI              KITONYI Yes 254701546754 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Magarini Secondary School Eng/Lit 798576 LAWRANCE        MBALUKA              SILA Yes 254719730370 05/05/1993 M 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Magarini Secondary School Eng/Lit 847184 PERIS           HADHIDHA             KOFA Yes 254700371482 02/04/1994 F 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Magarini Secondary School Eng/Lit 799871 SALWA ABUBAKAR MOHAMED 254712815144 30/04/1993 F 2018 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Magarini Secondary School Eng/Lit 829732 NYAKERI ALEX NGARE 254720022612 02/01/1987 M 2016 Dip.Ed Pass 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 776148 LYDIAH NYABETA NYABUTO 254799045037 17/10/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 895024 BENEDICT NYAMANYA OYUGI 254721490395 13/09/1993 M 2017 BA+PGDE 2nd Class Lower 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 811935 KEN PHILLIP OTIENO 254700415330 11/05/1989 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 756503 MAKENA ANN MIRITI 254704567258 25/01/1991 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 809580 SAMMY  MUNG’ATHIA 254717188154 06/01/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 870092 ESTHER WANJIKU NDUNGU 254742175474 03/07/1994 F 2018 Dip.Ed Credit 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 853851 CHARLES  BARASA 254720924788 15/11/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 811412 ELTON KITTI MWACHIRO 254716839200 25/05/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 832652 MIKE CALEB NZOMO 254719714270 23/10/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 822397 JANET KACHE KALUME 254710933334 05/02/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 810115 VICTOR WANJALA MARABI 254700422516 07/06/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 815153 FESTUS MUTUNGA DANIEL 254708062220 07/02/1990 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 891722 TUMU  KASENA 254712299090 14/05/1992 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 880987 REDEMPTA NDUKU KING’OO 254706592109 07/10/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 905995 KENNY SAFARI KATAMU 254791378725 27/11/1997 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 910588 NATHANIEL SHIDA NASORO 254718369318 19/06/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 875434 ESTHER KADZO RUWA 254700362284 06/04/1978 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 908695 LYDIAH KERUBO MINCHA 254714883186 31/12/1994 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 905828 NICODEMUS NYABUTO OKETCH 254702946734 24/01/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 908443 FANUEL MAJENGO ONYANGO 254745800939 28/08/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 891821 PHILIP KITSAO REUBEN 254704890767 18/10/1991 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 845782 FELIX ODIWUOR OKUKU 254708309063 26/10/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 921401 JOSEPH MAINA GITHINJI 254791013757 28/10/1994 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 882878 JACKSON  KASYOKA 254798193366 23/02/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 912301 NEHEMIA KIPLANGAT CHIRCHIR 254702377390 25/11/1992 M 2019 B.Ed Pass 35
KILIFI MAGARINI Magarini Secondary School Eng/Lit 811323 HESBON KUBAI KILEMI 254702995196 14/04/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 846834 MBEYU  RACHEL 254703829607 07/01/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 881250 ESTHER  NELIMA WANYAMA 254706374740 05/04/1992 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 825995 CONSTANCE MNANI KIMARO 254703988686 27/01/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Secondary School Eng/Lit 728448 ODUOR OTIENO BRIAN 254706619741 31/01/1994 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Magarini Secondary School Eng/Lit 774169 SUBIRA MBODZE TOKALI 254729874996 07/01/1994 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Magarini Secondary School Eng/Lit 555240 BEATRICE J MENJOH 254726681270 01/01/1989 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Magarini Secondary School Eng/Lit 885146 DAMACKLINE MORAA OMBATI 254794451360 05/05/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Secondary School Eng/Lit 821265 ERICK KIMUTAI KIPROP 254720267076 14/08/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Garashi Secondary School Agri/Bio 762747 WILFRED         MAMWACHA             ONDITI Yes 254713335074 2016 Dip.Ed Pass 80
KILIFI MAGARINI Garashi Secondary School Agri/Bio 852076 ELIZABETH       MORAA                MIRANG’A Yes 254716130584 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Garashi Secondary School Agri/Bio 887922 ANN             KINYA                MITHIKA Yes 254715433439 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Garashi Secondary School Agri/Bio 890352 KENNETH KAINGU NGOMBO Yes 254700170317 20/10/1994 M 2019 Bsc+PGDE 2nd Class Upper 70
KILIFI MAGARINI Garashi Secondary School Agri/Bio 875121 ALICE           TABU                 ADUOL Yes 254710704282 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Garashi Secondary School Agri/Bio 890946 JACKSON NDORO KALAMA 254798041008 15/06/1992 M 2015 B.Ed First Class 65
KILIFI MAGARINI Garashi Secondary School Agri/Bio 890178 BERYL RIZIKI KAMBI 254746674174 29/08/1994 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 898097 MWENDWA DAVID MUTUNGI 254740713075 30/04/1992 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 889415 MARY ON’GANYO ONYANGO 254706914287 10/01/1993 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 864326 ISAAC MAINA MAINA 254705686444 05/07/1989 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 854406 GIDEON MANGALE TSUMA 254725133953 20/06/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 898696 DANIEL AYIENDA MOMANYI 254799932130 04/11/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 925768 PETER SAGINI MONG’ARE 254717229891 06/03/1995 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 927028 DIANA ACHIENG APANJA 254740471456 28/08/1996 F 2019 Dip.Ed Pass 35
KILIFI MAGARINI Garashi Secondary School Agri/Bio 907473 WYCLIFFE SIMIYU BARASA 254718183239 12/02/1994 M 2020 Dip.Ed Pass 35
KILIFI MAGARINI Garashi Secondary School Agri/Bio 888276 LEVI JACOB ODERA 254702606605 05/03/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 866733 TITUS KIPKORIR KOSGEI 254727550211 02/07/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Garashi Secondary School Agri/Bio 903884 KENDI EVANGELINE MUTUMA 254712174513 20/04/1992 F 2019 B.Ed Pass 35
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 581938 LYDIAH          KALUMU               JAMES Yes 254704324405 12/12/1985 F 2015 B.Ed 2nd Class Lower 90
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 661219 GOENEVIVE       NEKESA               WEKESA Yes 254729149843 2014 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 783300 PATIENCE        KADZO                BAYA Yes 254707387551 2017 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 767490 GEORGE          KAZUNGU              SHIKARI Yes 254796023518 21/09/1992 M 2016 Dip.Ed Credit 85
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 718103 EVANS           ARANI                OMWONYO Yes 254718936928 15/01/1992 M 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 744965 ERICK           KHATIME              EKHUYA Yes 254718994689 23/03/1989 M 2016 B.Ed 2nd Class Lower 85
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 780818 NANCY           KAREMBO              KAINGU Yes 254711507490 01/07/1987 F 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 768127 JOHN            KINUTHIA             MUNGAI Yes 254702892090 21/01/1995 M 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 825185 ELVIS           JAMBO                MWASAHA Yes 254734213887 01/07/1987 M 2017 Dip.Ed Credit 80
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 776944 CONSTANCE       NEEMA                KHONDE Yes 254715235210 18/01/1995 F 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 694582 MILLICENT JEPKOSGEI BARTILOL 254700211309 23/11/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 757308 LILIAN MUKHAMARI NABWILE 254703697502 18/10/1991 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 875097 TITUS BARAKA BONGO 254746620881 30/03/1993 M 2017 Dip.Ed Distinction 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 580945 MARY  MTSONGA 254721571673 02/02/1990 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 719766 BARAKA MWANGALA WANJE 254705782283 12/07/1994 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 769473 DUNCAN KIPROP KOECH 254708324208 17/02/1993 M 2016 Dip.Ed Credit 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 745520 LINETY  JUMA 254728689351 12/09/1993 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 717297 ROBERT DZOMBO MANGALE 254704672701 13/03/1992 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 713837 FRANCISCA MWINZI MBOGA 254726562093 28/02/1988 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 754969 HOGLA MOSE  TAURA 254728079050 20/02/1993 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 717366 AMOS ANYEGA NYAKUNDI 254788722534 28/04/1992 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 791562 DAVINSON SAMSON OMBOGA 254702291059 03/03/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 786762 BENARD  RONO 254715974724 10/07/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 780250 CALEB ATAMBO ASIAGO 254728809121 03/01/1991 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 787436 LILLIAN AKELLO ORINDO 254700406207 07/08/1978 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 791113 MULUNGA JEHOSPHART KIMINZA 254707257087 05/09/1992 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 764544 CLIFF OYARO MAUTI 254718380918 30/12/1996 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 872714 JOSEPH MUTUA MATHENDU 254729030087 12/09/1998 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 783960 HYRINE ATIENO OKIRI 254717138218 01/09/1994 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 867345 MERCY NEEMA SAFARI 254720481741 23/03/1992 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 785311 NELLY JEPKEMBOI TAIGET 254722982464 31/03/1989 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 817661 DAVID GAMBO MUYE 254712551934 07/10/1993 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 785420 SILAS WAFULA MUSE 254720582769 02/09/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 794970 PAUL KATAKA KUTSUSHI 254704937539 21/01/1992 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 817744 JUDITH MWENDE BEATRICE 254724844095 03/11/1993 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 816485 KANGOR LIONEL ROTICH 254720898580 06/12/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 847615 PETERSON YEGO KEINO 254708322620 21/08/1996 M 2018 Dip.Ed Credit 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 829983 AKOTH JULIET OCHIENG 254708561961 26/05/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 823272 LAURA  ETYANG 254706902132 01/11/1996 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 794736 JOHN KARIKO NDUNG’U 254704505095 03/04/1992 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 823726 DOUGLAS  A ATUYA 254720164014 25/01/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 817917 JORAM MURUNGA SIMIYU 254796113866 12/02/1991 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 827644 NILL NATHAN KEMBOI 254726130895 20/08/1996 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 892804 PAUNAMILI  KHADIOLI 254716161602 25/01/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 849020 ANN MUTAVE JOHN 254705409294 30/08/1994 F 2017 Dip.Ed Pass 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 891593 GEOFFREY SABUNI WANJALA 254717787814 03/02/1994 M 2018 Dip.Ed Credit 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 831351 ADHIAMBO PHILIPAH OWIYO 254707119280 27/12/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 597370 FREDRICK BARASA WANJALA 254722634994 06/06/1988 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 878728 ERICK OMWERI  OSITU 254726090879 12/07/1993 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 838761 CHARLES KENEDY ECHENJE 254792027398 28/08/1995 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 820870 SAMUEL MWAMBIRE KOI 254748195735 13/05/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 797831 WINSTON WANJALA SIMIYU 254719133962 02/02/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 818883 EDWARD SHOLLY RONO 254717486175 18/07/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 831335 LISHA BISIERI MOTANYA 254716461639 01/12/1995 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 841827 NEMWEL ONYANCHA MACHANI 254701102868 15/12/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 892355 SAFARI NGALA KATANA 254717910163 19/07/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 917704 MERCYLINE AKUKU MUBWEKA 254701262032 26/07/1995 F 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 851462 VICTOR ONYANGO ODHIAMBO 254718922883 18/06/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 887503 CHRISTINE MUTILE NGOVI 254746155310 20/03/1995 F 2019 Dip.Ed Credit 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 878985 ALFRED  OKHUPE 254795148354 02/03/1990 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 876465 GRACE AUMA OTIENO 254717339730 16/10/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 915932 SAMSON MWANGI GITAU 254794604225 23/10/1996 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 888291 KARISA JERALD MANGALE 254745590348 18/02/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 915930 HELLEN HAKESI HARON 254708453837 03/09/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 864873 BENJAMIN THEMO THOYA 254710522684 08/02/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 864789 MUTHONI ROSE NYANGA 254740538592 12/02/1999 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 898894 THEOPHELUS MUIMI MUTUA 254743776261 30/09/1997 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 866711 REUBIN  ILIGHA 254704182083 05/10/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 902181 FELIX ABUGA AYAKO 254714441923 16/11/1989 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 882905 EDWIN SAGINI NYAKANG’O 254707923151 25/11/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 838107 SAMUEL MURIITHI MUTHEE 254797823403 02/02/1991 M 2018 Dip.Ed Pass 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 901832 MORRIS BAYA THOYA 254796650509 04/05/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 888408 FAITH  NYAPARA 254702082799 20/06/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 893162 NATHANIEL MWENI MAITHA 254702835263 19/04/1989 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 911138 FELIX ADALA OKELLO 254798551040 17/01/1994 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 886389 DAVIS  WANYONYI 254704328294 01/05/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 928043 CASMIRI OGASO ONTIRI 254703716171 15/12/1995 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 879797 NICHOLAS MAINDI KIMILU 254702884347 21/04/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 869314 LAWY CHERUIYOT  SAMBU 254792392559 03/08/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 715916 ARRESTUS MWATSUMA KITTI 254721756497 18/12/1988 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 880702 DEBORAH MJENI HAJI 254729344915 15/03/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 790750 PONTIANUS BARASA WAMALWA 254727130258 03/08/1994 M 2016 Dip.Ed Credit 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 694498 BENSON ASAPH KAOYA 254700486819 23/11/1990 M 2014 Dip.Ed Credit 60
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 673380 FAITH ACHIENG OLOO 254728888841 24/05/1991 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 709574 ZIPPORAH MUTHONI NJOKI 254725392827 11/09/1991 F 2016 Dip.Ed Credit 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 747067 MILLICENT  CHEPKEMOI 254712385279 16/11/1995 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 868142 JULIET HAGERERA KAWITSI 254798520139 30/07/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 875555 FAITH JUMWA KITSAO 254712531814 23/03/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 902489 WILSON  NJUMWA 254701715028 07/11/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 566166 ALFRED AGUKO BOLE 254725895280 14/06/1989 M 2009 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 873050 GILBERT  KIPRONO 254712988042 28/04/1997 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 764151 DANSON MWAMBURI MWARIGHA 254719215377 13/04/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 879583 AMOS ORINA KEGENI 254714656566 20/05/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 879871 KEPHINE OMBWORI MOKAYA 254719475752 05/07/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 898673 BONFACE MOGERE MOSETI 254702517873 27/03/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 823314 ESTHER AKINYI MAKOKHA 254704492889 24/03/1994 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 899613 AMOS MUTEMBEI MUROKI 254721837741 22/06/1988 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 876240 GIDEON KIPKORIR KURUI 254792274589 02/03/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 792028 GREAGAN MICKEY OTIENO 254719283452 17/09/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 709438 DENNIS NGONYO HINZANO 254792796153 11/03/1993 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Ngomeni Secondary School CRE/Hist 775738 MARCLUS  KINYUA  NYAGA 254701417398 10/03/1992 M 2016 Dip.Ed Pass 50
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 879362 BRUNO           MWASAHA              MWANGUDZA Yes 254741080277 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 896362 MUNGA           SAMUEL               MWAKITI Yes 254714590437 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 847825 NICKSON MWENDWA MUSYOKA 254712948524 02/03/1997 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 879187 DICKSON WAMBUA MAINGA 254706104936 12/08/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 925823 STEPHEN MUNG’ARO CHOME 254795186892 27/05/1996 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 911689 HERBERT  MAITHA  KAHINDI 254798623944 25/04/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 893539 GEOFREY ONYANGO ODIRA 254701530921 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 880502 WYCLIFFE NYAKANG’O MOKAYA 254741107740 11/07/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 881308 KENNETH KIPKOECH KEMBOI 254722179197 01/01/1982 M 2019 Bsc+PGDE 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 876761 RENSON VIDZO KAMBI 254710593741 14/09/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 892522 SULUBU KAHINDI KENGA 254706605750 28/07/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 923442 MAURICE NGAMBA CHISHENGA 254746374496 05/08/1998 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 902237 SOSTEN KIBIWOTT TOO 254726130783 19/06/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 913549 DARIUS  JAPHET MWANDEMBO 254729838283 26/04/1993 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 917480 DERIC KALU JEFWA 254718424138 19/09/1994 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 862024 ALEXANDER ONDIMU NYAMORI 254790537082 10/12/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 830497 PHILIP KASANGA NZIOKA 254701458322 04/07/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Ramada Mixed Secondary School Math/Phy 876654 JOHN GICHUHI KERU 254715426791 14/05/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 860078 LUCIA           AUMA                 ONYANGO Yes 254701734285 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 853694 FAITH           KWAMBOKA             OMWENGA Yes 254728459536 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 846758 NORINE          MAPENZI              KAINGU Yes 254707525412 05/08/1995 F 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 851978 AMINA DAGO BAKARI Yes 254703166046 30/04/1997 F 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 870774 TIMOTHY BRYSON MGHANGA MBOGHO Yes 254720496684 12/07/1984 M 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 919012 MORGAN  OKOTH OCHIENG 254718782312 15/11/1994 M 2015 Dip.Ed Credit 60
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 839067 EDWIN  ONOKA 254715183510 04/06/1995 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 882924 DANIEL KIPROP KIPCHUMBA 254720617540 03/03/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 925660 SAMUEL GUNGA KENGA 254702656979 18/03/1994 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 876999 VINCENT JOSEPH ONYANGO 254714533814 30/12/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 868765 MIRIAM  KARIMI 254790035703 04/10/1993 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Majenjeni Secondary School BSt/Geo 883330 NICHOLAS MONG’ERI  0UCH0 254701725892 01/02/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 828131 MESHACK         MUSOMBA              JOHN Yes 254705703148 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 879362 BRUNO           MWASAHA              MWANGUDZA Yes 254741080277 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 877266 JOSEPH          KARANZI              KAZUUNGU Yes 254707012167 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 897188 SAMWEL MOGAKA MARANGA Yes 254711464447 11/01/1995 M 2019 B.Ed 2nd Class Lower 70
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 876322 JOSPHAT KIOKO KAMOLO Yes 254705494372 11/09/1995 M 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 790377 KHADIJA SALIM MOHAMED 254741230741 08/02/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 847825 NICKSON MWENDWA MUSYOKA 254712948524 02/03/1997 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 917398 BEATRICE KAVITI NDETO 254704335491 14/09/1993 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 923994 CHARLES NYAMAI MWAU 254704874745 01/01/1996 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 925823 STEPHEN MUNG’ARO CHOME 254795186892 27/05/1996 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 919386 GRACE SYOKAU MUTUNGA 254790828330 05/06/1996 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 894222 ESTHER MUENI MUTUNGA 254717462693 08/02/1997 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 893539 GEOFREY ONYANGO ODIRA 254701530921 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 913549 DARIUS  JAPHET MWANDEMBO 254729838283 26/04/1993 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 889961 STOCKTON OBIERO ONDUTO 254706295340 17/05/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 909761 ROBERT MUSYOKA MWANGANGI 254716622725 07/06/1989 M 2018 Dip.Ed Credit 45
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 862024 ALEXANDER ONDIMU NYAMORI 254790537082 10/12/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 877611 FLORENCE MUTHOKI MWALE 254798682278 01/01/1989 F 2019 Dip.Ed Pass 45
KILIFI MAGARINI Mjanaheri Secondary School Math/Phy 917480 DERIC KALU JEFWA 254718424138 19/09/1994 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 723009 MILTON          IHA                  THOYA Yes 254701814212 01/07/1989 M 2015 B.Ed 2nd Class Lower 90
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 748365 NICHOLAS  KIPROTICH KIRUI Yes 254716307271 10/04/1993 M 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 784565 ALEX KIPNGETICH KIRUI Yes 254727453866 01/05/1990 M 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 831900 ALBERT          MWATATA              KASHERO Yes 254716355389 23/09/1994 M 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 692047 NICKSON BONKE OSALA 254718833963 12/12/1991 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 694672 JOSEPH MUTHINE ISAAC 254716847789 16/12/1990 M 2015 Dip.Ed Credit 60
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 677221 ANN WANJIRU NJERU 254718106059 21/12/1991 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 761030 DAISY  CHEPTOO 254711112776 10/10/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 774295 SOLOMON LUSASI MISE 254718151162 16/08/1989 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 719689 CAROLINE MOSE CHIBARUA 254717560530 11/10/1992 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 779100 PAUL MUEMA NDUVA 254711980954 29/12/1992 M 2017 B.Ed First Class 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 751078 KIPLANGAT  MUTAI 254742293955 21/03/1990 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 896732 ROBERT OSIEMO ORWENYO 254725589989 13/06/1988 M 2014 Dip.Ed Pass 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 823417 JULIUS N CHILIO 254743113059 07/02/1994 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 799403 RANDU KAZUYOSHI KADENGE 254700614130 22/05/1990 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 795581 JOSPHAT KIPKOECH BETT 254716466806 13/12/1995 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 650693 NTHANZE S MUINDI 254713656961 06/06/1991 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 773528 DOUGLAS MOCHAMA NYAGWOKA 254706519063 20/01/1989 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 786683 INGREDE KWAMBOKA NYANDIGITA 254710529034 08/02/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 773495 BRIAN RUMBA KAMANZA 254702797849 11/11/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 780804 MARK NYABUTO NYONG’O 254705833037 10/01/1995 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 791885 RIZIKI FRANCIS NZARO 254700063211 12/12/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 856138 VINCENT CHERUIYOT LANGAT 254720160779 17/04/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 798785 DANIEL MAZERA NDURYA 254719445831 01/01/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 834580 CHIZI ESTHER MWAMBODZE 254729636304 31/07/1994 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 821934 ALPHONCE MWANIA KOMU 254723681620 27/08/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 855240 ESTHER WASWA MOLABUNY 254719781187 26/05/1990 F 2018 Dip.Ed Credit 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 824281 CATHERINE  VITENDO  NGEI 254713202838 04/12/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 832581 HAPPINESS  NYANCHAMA 254700322286 05/08/1992 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 834186 MOUREEN MAPENZI NGARI 254704522741 18/06/1994 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 825122 JOSPHAT RONOH KIPYEGON 254725136393 27/07/1990 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 846041 DINNAH  KARISA 254723473573 22/08/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 847258 JACQUIN NYAIGERO MONG’ARE 254726435405 17/01/1997 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 865552 JUSTUS  KIPCHUMBA 254705340748 19/07/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 829107 NYANGE FRANCIS NYAMBU 254721736848 19/11/1993 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 803714 DANIEL KANYENZE KIIO 254708489075 11/07/1995 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 833595 MARY MUTHEU KIKWATI 254713395006 25/12/1991 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 882635 NELSON  NYABOGA  GEKONGE 254728203467 10/01/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 870879 GEOFFRY KIPKEMOI BETT 254702216936 06/03/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 921687 SAID RANDU MANGALE 254718413407 03/05/1992 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 908521 SAMUEL MOTONU CHARLES 254748427258 12/03/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 854519 EDWIN BARASA KIMOI 254712786064 03/07/1981 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 896794 WARA KAHINDI MWARO 254708208627 04/05/1989 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 864883 THOMAS KATANA KAPOMBE 254724721697 16/08/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 890796 KIPROTICH  SANG 254712383190 16/03/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 921233 SANDE KAMBU MUNGA 254717550056 16/12/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 870527 MERCY JEPKORIR KEMBOI 254729020515 07/12/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 889963 JOHN OWINO WANGOLO 254705643827 06/01/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 886711 CATHERINE MAGOMA MAYAKA 254796463408 17/03/1999 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 883440 LEWIS JEFWA KINGI 254740820454 02/05/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 877402 JUMA HASSAN RAMADHAN 254735916289 04/02/1988 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 871129 DAVID SANINGO KARREPA 254791231481 01/02/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 867334 FRANCIS MASYULA NZUVA 254710491884 27/10/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 743515 ADA MAWIA  THOMAS 254718860301 12/04/1985 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 782935 NEDDY NEKESA MARUMBU 254718527697 08/01/1982 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 864331 NICHOLAS  KIPKORIR 254724935717 29/05/1996 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 879393 ONESMUS KARISA MZEE 254703765572 11/09/1988 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 767845 GLADYS NDAU MAGHUWA 254707516481 31/12/1992 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 907156 FLOSSY  CHERONO 254717273012 22/04/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 791710 EVERLYNE ACHIENG OKUMU 254705236780 21/04/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Waresa Secondary School Hist/Kisw 786432 JOSPHAT KIPRONO CHERUIYOT 254717382059 04/06/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 714816 SELINA          MWENDA               MWANYURE Yes 254717806777 2016 B.Ed 2nd Class Lower 85
KILIFI MAGARINI Watala Secondary School Eng/Lit 798503 TIMOTHY          MASHA Yes 254729435944 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Watala Secondary School Eng/Lit 822453 EMMANUEL         EGESA Yes 254724345732 26/07/1993 M 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Watala Secondary School Eng/Lit 621422 JACKLINE  MANIGA 254726309248 11/01/1978 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Watala Secondary School Eng/Lit 721608 DAVID MUTATA NDONYI 254716241010 08/02/1989 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Watala Secondary School Eng/Lit 798079 INNOCENT ORONI OTWORI 254701411144 03/07/1995 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Watala Secondary School Eng/Lit 733574 GILFORD  ADELI  LUVAI 254717231644 10/11/1980 M 2014 B.Ed Pass 55
KILIFI MAGARINI Watala Secondary School Eng/Lit 792664 GLORY KENDI KENDI 254701761974 19/01/1992 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 781168 MOURINE NYAKARA ONTWEKA 254727512911 04/04/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 793756 MARY NAMUBUYA KHISA 254713849530 28/10/1985 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 860204 TOM NYINGE NABANA 254728827457 02/06/1988 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 778064 EVERLYNE MEDZA MWANGUNYA 254714652990 01/01/1989 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 775588 STACY SYOMBUA MUTHUI 254706554631 29/12/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 470376 MUGO O KINOTI 254738725066 22/04/1979 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 773782 MAURICE MWAGAMBO SANGA 254729824433 12/12/1984 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 768143 MAXWELL OCHIENG ODUOR 254706305204 28/02/1991 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Watala Secondary School Eng/Lit 828664 KALUME TOM MRAMBA 254727019616 01/01/1901 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 537185 DENNIS IDAH KEGODE 254718237167 13/04/1988 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 820732 ERICK OMEGA IDIGIRA 254795535921 14/08/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 874634 BENSON  CHILUMO 254740608625 01/02/1995 M 2019 Dip.Ed Credit 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 891821 PHILIP KITSAO REUBEN 254704890767 18/10/1991 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 893291 PRISCILA JEPKOSGEI BIWOTT 254718005497 10/10/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 892121 DAVID MBITHA CHARA 254791510956 06/12/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 891102 MANFRED PIRI MWATATA 254704222035 22/11/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 864791 NICODEMUS MUMO KIMATU 254715020091 13/01/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 903099 JAMES MAKAU NZONGO 254700256945 05/12/1998 M 2019 Dip.Ed Credit 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 827995 MOSES M KOMBE 254726006163 01/01/1901 M 2018 Dip.Ed Pass 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 909771 HESBORN OGETO MASIRA 254720868570 10/11/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 851060 JANE MUENI MASILA 254703941216 11/10/1988 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 907795 PATRICK KIPKEMOI KULEI 254704678417 28/07/1997 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 881250 ESTHER  NELIMA WANYAMA 254706374740 05/04/1992 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Watala Secondary School Eng/Lit 811778 ABIGAEL  JEPKOGEI 254719280338 30/12/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 822716 BODO FESTO OJWANG’ 254725447898 21/04/1989 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Watala Secondary School Eng/Lit 715475 ELIJAH NDANA MUSAU 254705271455 14/04/1991 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Watala Secondary School Eng/Lit 810115 VICTOR WANJALA MARABI 254700422516 07/06/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 707966 KATRINAH        HALUWA               BAHA Yes 254708942860 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 714816 SELINA          MWENDA               MWANYURE Yes 254717806777 2016 B.Ed 2nd Class Lower 85
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 795810 ABRAHAM          OTIENO Yes 254716595175 01/04/1992 M 2017 B.Ed 2nd Class Lower 80
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 818438 HASSAN          CHIMERA              NDEGWA Yes 254705752555 04/09/1991 M 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 845456 ROBERT          SHUME                KITSAO Yes 254705127801 31/01/1997 M 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 721608 DAVID MUTATA NDONYI 254716241010 08/02/1989 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 799871 SALWA ABUBAKAR MOHAMED 254712815144 30/04/1993 F 2018 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 470376 MUGO O KINOTI 254738725066 22/04/1979 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 790144 MONICA KWAMBOKA MORIASI 254712786452 26/12/1996 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 768143 MAXWELL OCHIENG ODUOR 254706305204 28/02/1991 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 773782 MAURICE MWAGAMBO SANGA 254729824433 12/12/1984 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 848440 JACKLINE MKAWANYASA VITA 254714127991 02/04/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 776148 LYDIAH NYABETA NYABUTO 254799045037 17/10/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 890008 RITA  MUKIRI 254721734204 06/04/1990 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 894477 ANTHONY MAITHA SIRYA 254748011759 31/07/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 821265 ERICK KIMUTAI KIPROP 254720267076 14/08/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 853851 CHARLES  BARASA 254720924788 15/11/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 836788 KALUME HARE MUMBA 254717360271 18/02/1988 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 815153 FESTUS MUTUNGA DANIEL 254708062220 07/02/1990 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 809580 SAMMY  MUNG’ATHIA 254717188154 06/01/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 804874 EMMANUEL SEKI LETANO 254795109914 27/04/1997 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 811412 ELTON KITTI MWACHIRO 254716839200 25/05/1995 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 811778 ABIGAEL  JEPKOGEI 254719280338 30/12/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 921401 JOSEPH MAINA GITHINJI 254791013757 28/10/1994 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 917479 DANIEL  MUNGA 254706406874 11/01/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 905828 NICODEMUS NYABUTO OKETCH 254702946734 24/01/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 918301 IRINE  JELIMO 254702174865 01/07/1994 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 864791 NICODEMUS MUMO KIMATU 254715020091 13/01/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 870291 GRACE WANJIRU MAINA 254725975053 27/07/1990 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 708690 GRIFFIN MUHINDI MILIMU 254702905007 04/03/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 846351 BARBARA NYOKABI KINYUA 254702056975 23/10/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 896958 GILBERT KIPKURUI BETT 254724619657 26/03/1991 M 2018 B.Ed Pass 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 886978 KENETH MWAGANDI SHOMBO 254714118770 10/04/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 908443 FANUEL MAJENGO ONYANGO 254745800939 28/08/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 892748 SHIRLEY REMBO KILONGA 254713606244 25/04/1997 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 872325 REBECCA KALUKI MUMO 254743412433 19/10/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 716270 FREDRICK ODHIAMBO OSUKA 254714347311 03/09/1990 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 852363 LUCY  MUKIRI 254706240709 10/08/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Magarini Hill Secondary School Eng/Lit 733574 GILFORD  ADELI  LUVAI 254717231644 10/11/1980 M 2014 B.Ed Pass 55
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 767919 LOICE BOSIBORI MAKORI Yes 254729847445 29/04/1988 F 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 785992 BENSON          MUKONYOLE            CHESIMBILI Yes 254711575911 14/04/1992 M 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 847646 CHARITY         MAUA                 SAFARI Yes 254712952069 27/10/1995 F 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 771903 JENNIFER PENDO KOMBE 254795490965 17/08/1990 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 777193 JOSEPHINE OCHOTE OCHOTE 254702808330 15/05/1991 F 2014 Dip.Ed Credit 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 769390 LINDA GWIYANGA JAVOGA 254725634295 28/09/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 838141 ELIZABETH MAONDO MWAKUNI 254705337064 12/11/1990 F 2016 B.Ed First Class 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 683377 SERAH MINOO DAUDI 254700031247 01/07/1991 F 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 707728 RUTH  CHERONO 254703738079 15/09/1992 F 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 703898 DAVID NYAMU MUTUGI 254710489636 28/01/1988 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 737305 SERAH SIFA RUWAH 254704360088 13/09/1992 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 701099 LILIAN MUTHONI NGECHU 254713624214 28/10/1993 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 720099 NANCY JUMWA CHARO 254746672718 12/11/1991 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 864203 DAVIS KUNDU WEKESA 254728278779 30/10/1988 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 777526 JAMILA MONJE DIMA 254717945500 07/03/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 780759 WINFRED NEEMA KATANA 254708637770 10/04/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 817796 MARIETA MUMBUA JOSEPH 254701638712 05/05/1986 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 675436 JOHN PKORIR MERKORI 254791301261 12/12/1991 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 813239 MARY ANN KAGWIRIA MBAE 254729551699 07/02/1996 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 792490 MARY MEDZA MUMBO 254711761955 26/03/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 785421 MARGARET WANZA NGILEI 254706502660 21/05/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 787107 SARAH LYNE WADUNGA 254708594967 07/08/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 872112 MATILDA PENDO JOSEPH 254704019370 19/03/1995 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 829784 JOSEPH ODUOR NYAMBOK 254715845411 01/01/1901 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 841833 PENDO  MARSDEN 254713237516 24/04/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 908031 MERCY MANGI KARISA 254724790355 12/11/1994 F 2020 B.Ed First Class 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 821992 NILTON KAHINDI SHUME 254704070751 15/09/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 825394 FURAHA  MANGI 254715070582 25/12/1991 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 805251 CELLESTINE NYADZUA MWAMUYE 254713638895 11/12/1990 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 830508 MBODZE ESTHER MUYE 254714155160 23/03/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 818774 STELLA FIKIRI KALAMA 254708292686 28/02/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 839048 BERNARD CHIRO ZOSI 254713994665 13/03/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 834101 JEPTUMO MARYLEEN CHEPKANGOR 254703966315 01/07/1991 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 831132 SAMUEL KIPROP CHEPKIYENG 254713099011 17/12/1996 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 846343 MABLE ACHUNGO MUSHIYI 254700808227 30/12/1990 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 811428 FOSTINE AKINYI ONYANGO 254729321129 27/07/1994 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 843381 NYAKUNDI JOSEPHAT  MOGAKA 254727078701 10/12/1992 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 836941 MAPENZI BEATRICE KOMBO 254719164987 20/09/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 815262 RABECCA CHIZI MGAZA 254717806805 06/06/1996 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 867338 ANNA NDUNGE ISAAC 254721900603 01/02/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 907471 EDITH  CHEMUTAI 254796418290 07/07/1994 F 2018 Dip.Ed Credit 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 820064 KEVIN MOMANYI OKERI 254705808961 16/10/1996 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 911302 KONDE  JONATHAN 254729869408 28/11/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 884264 EMILY MORAA OMBONGI 254714543045 28/10/1997 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 898518 PERIS KAMALI KARISA 254707866310 08/08/1992 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 883621 LUCY WAHITO NYAMBURA 254708832630 17/04/1989 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 891634 SALAMA NDUKE NGUTA 254706464333 05/07/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 879184 LOY EUSTACE MUGENDI MWANIKI 254795980181 05/02/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 921845 JOHN MUENDO KIMEU 254793768912 04/08/1994 M 2019 Dip.Ed Credit 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 874635 VINCENT  KARIUKI 254703649097 07/11/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 859217 MOSES YAA JEFWA 254743331841 01/01/1988 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 899810 SIDI GETRUDE THOYA 254790239098 21/03/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 885952 JULIUS  MKALA WA MKALA 254711802329 04/04/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 871876 PATIENCE HALIMA KAHINDI 254718196062 08/07/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 862784 MOLE MBITHA MOLE 254719165120 01/01/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 846767 EMILY MUHACHE MBUI 254707833992 26/06/1994 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 630273 LUCY GACHERI KABAYA 254724037624 01/01/1979 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 896729 MAYABI COLLINS OTULI 254790165115 16/11/1987 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kaembeni Secondary School CRE/Kisw 751628 SYLUS OUMA OMOLO 254723319037 15/09/1990 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 705435 RAPHAEL         KIBETI               GETENGA Yes 254718225013 2015 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 657272 BONIFACE         NYANDIKA Yes 254715210738 2015 B.Ed 2nd Class Lower 90
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 748539 ROBERT          CHACHA               MARWA Yes 254707961945 07/08/1991 M 2016 Dip.Ed Credit 85
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 837245 JAPHET          ZAWADI               KAHINDI Yes 254706038555 29/09/1994 F 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 841077 EMMANUEL        BARAKA               SHEHE Yes 254704109586 05/01/1992 M 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 687767 GABRIEL MUTINDA MALEVE 254712271037 07/11/1987 M 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 789169 CLEVIN  ODUORY 254700283099 08/12/1992 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 783558 MOSES GONA MASHA 254706492925 21/06/1994 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 793947 NELLY  CHEPKOECH 254713545352 20/12/1994 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 785206 KENNETH BARASA ESOLOKAIT 254708647051 14/12/1993 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 794332 DALMAS NYANGE MGHANGA 254708092199 07/07/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 793083 GIBSON NGOWA KARISA 254701083118 14/07/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 795131 WALTER WANJALA NAMIANYA 254713148138 25/02/1996 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 867342 KELVIN NYAKWAYE MATARA 254702615278 18/08/1993 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 795485 EMMANUEL AMANI FUNGIZA 254716898266 01/01/1990 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 833752 ERASTUS MUELA MUTUA 254714374714 01/07/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 810041 VINCENT BOTA OMBASA 254713526943 01/12/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 848693 GABRIEL MWATUA MWAVITA 254705205713 05/11/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 824791 VITALIS  BIWOTT 254724486300 01/07/1988 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 860886 OANYA ELIAKIM NYAANGA 254794751745 16/05/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 833355 BETTY KIUMBANI NTHAMBURI 254795722205 01/10/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 827404 KEPHA LUCKY MAGARE 254728343133 06/05/1991 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 843496 DICKSON BAYA MWERI 254701281109 27/02/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 833392 ALEX MENZA MBOGO 254700370975 12/07/1993 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 840495 EUGINE MUDIMBA MAGERO 254701001667 28/09/1994 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 894153 TITUS CHILUMO MAVELA 254712350882 29/04/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 877180 KEVIN ONG’OMBE KOFU 254799980872 25/05/1997 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 875158 EMMANUEL MUTUNGA KITEME 254742861787 05/12/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 914718 MKILO MICKY MWACHOYO 254708305179 11/08/1991 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 856035 FRED WABOMBA NYONGESA 254715169838 25/09/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 898697 DIURANCE OTIENO OKUMU 254711771450 03/06/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 866546 JACOB MUTUGI NJIRU 254708109284 05/02/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 918941 JAMES WAINAINA KIBE 254710407528 18/06/1995 M 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 874760 DENIS MUGENDI MATI 254729367766 15/09/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 853590 JOEL MUNYAU KIMINZA 254708649762 04/06/1995 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 872831 DENNIS BARAKA LEWA 254707541634 25/08/1989 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 882485 BENJAMIN BARISA REUBEN 254748480109 09/04/1992 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 922267 CLARICE MGHULO MWACHOFI 254704494268 08/08/1994 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 863238 ROBERT NYANG’AU ONYONI 254712932480 24/12/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 856603 KELVIN FURAHA THOYA KARISA 254712136571 25/05/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 864940 STEPHEN  MWANGI 254707115251 28/12/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 887893 SIMON KOMU NYINGI 254708531280 12/07/1992 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 872842 VALENTINE MORAA NYAMASEGE 254702204845 09/09/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 876779 CATHERINE KAFEDHA MRAMBA 254702821409 14/08/1988 F 2019 Dip.Ed Pass 35
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 895479 RAMADHAN KARISA KAHINDI 254792147960 27/09/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 904396 ADAMSON MWAKWAYA  THOYA 254714917071 08/09/1993 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 840012 ANITA MWENDE MUIMI 254702524258 26/05/1993 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 846376 SAMWEL WANJALA WAFULA 254715936582 07/03/1987 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Wakala Girls Secondary School BSt/Math 869247 REUBEN MUTORO WAFULA 254705964190 11/05/1989 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Burangi Secondary School Eng/Lit 714816 SELINA          MWENDA               MWANYURE Yes 254717806777 2016 B.Ed 2nd Class Lower 85
KILIFI MAGARINI Burangi Secondary School Eng/Lit 798503 TIMOTHY          MASHA Yes 254729435944 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Burangi Secondary School Eng/Lit 818438 HASSAN          CHIMERA              NDEGWA Yes 254705752555 04/09/1991 M 2018 B.Ed 2nd Class Upper 75
KILIFI MAGARINI Burangi Secondary School Eng/Lit 868183 CONSTANCE       KADZO                MWAMURE Yes 254706384712 2018 B.Ed 2nd Class Lower 75
KILIFI MAGARINI Burangi Secondary School Eng/Lit 846323 VINCENT NYAMBANE BICHANGA 254726291979 09/08/1984 M 2014 Dip.Ed Credit 60
KILIFI MAGARINI Burangi Secondary School Eng/Lit 774426 JOSPHINE MAKENA MUTURIA 254718641947 28/03/1993 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Burangi Secondary School Eng/Lit 760852 JOSHUA KALE SIMIYU 254715108063 07/11/1993 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 768143 MAXWELL OCHIENG ODUOR 254706305204 28/02/1991 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 470376 MUGO O KINOTI 254738725066 22/04/1979 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 773782 MAURICE MWAGAMBO SANGA 254729824433 12/12/1984 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 848440 JACKLINE MKAWANYASA VITA 254714127991 02/04/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 894477 ANTHONY MAITHA SIRYA 254748011759 31/07/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 804874 EMMANUEL SEKI LETANO 254795109914 27/04/1997 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 537185 DENNIS IDAH KEGODE 254718237167 13/04/1988 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 832652 MIKE CALEB NZOMO 254719714270 23/10/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 825763 MAUREEN   MWENDWA 254795882678 01/01/1901 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 846834 MBEYU  RACHEL 254703829607 07/01/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 894366 MALAWA  KAWEMBE 254725049950 16/06/1994 M 2017 Dip+Tech.Ed Pass 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 918301 IRINE  JELIMO 254702174865 01/07/1994 F 2020 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 892121 DAVID MBITHA CHARA 254791510956 06/12/1996 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 852363 LUCY  MUKIRI 254706240709 10/08/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 873801 MODESTA ANDIA ANUSU 254724466379 19/06/1998 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 897398 SYLVESTER KARISA SIMBA 254712793654 25/05/1989 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 851060 JANE MUENI MASILA 254703941216 11/10/1988 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 908443 FANUEL MAJENGO ONYANGO 254745800939 28/08/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 891866 ALEX MATASHA JAPHETH 254706864906 12/03/1997 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 880987 REDEMPTA NDUKU KING’OO 254706592109 07/10/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 891821 PHILIP KITSAO REUBEN 254704890767 18/10/1991 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 875170 JAMES NGUMA KAHINDI 254792175590 15/02/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 885794 WAMBUA MUTANU JOYCE 254708968883 10/03/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 870291 GRACE WANJIRU MAINA 254725975053 27/07/1990 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 721608 DAVID MUTATA NDONYI 254716241010 08/02/1989 M 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Burangi Secondary School Eng/Lit 772298 LYDIA NAFULA WAMALWA 254705494491 13/12/1992 F 2016 Dip.Ed Credit 55
KILIFI MAGARINI Burangi Secondary School Eng/Lit 811778 ABIGAEL  JEPKOGEI 254719280338 30/12/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Burangi Secondary School Eng/Lit 846351 BARBARA NYOKABI KINYUA 254702056975 23/10/1994 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 793756 MARY NAMUBUYA KHISA 254713849530 28/10/1985 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Burangi Secondary School Eng/Lit 844901 DANFAS MISARO MAISIBA 254723363032 10/11/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Burangi Secondary School Eng/Lit 883446 MUNYALA  KABWERE 254717111561 01/01/1988 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 716994 ZUHURA          DIDE                 DADI Yes 254742485836 01/07/1990 F 2015 Dip.Ed Credit 90
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 696590 JAMES           MAZERA               DENA Yes 254701111234 06/07/1990 M 2015 B.Ed 2nd Class Lower 90
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 821044 WINNIE          SAFO                 HIRIBAE Yes 254790237457 02/12/1993 F 2018 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 842685 MILLICENT       SAUMU                SAMINI Yes 254719564121 11/04/1990 F 2018 B.Ed 2nd Class Upper 90
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 767919 LOICE BOSIBORI MAKORI Yes 254729847445 29/04/1988 F 2016 B.Ed 2nd Class Upper 85
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 785992 BENSON          MUKONYOLE            CHESIMBILI Yes 254711575911 14/04/1992 M 2017 B.Ed 2nd Class Upper 80
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 847646 CHARITY         MAUA                 SAFARI Yes 254712952069 27/10/1995 F 2019 B.Ed 2nd Class Upper 70
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 683546 CHEBET  CHEPKWONY 254701261330 15/10/1980 F 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 679591 ESTHER NJOKI NJOGU 254713762284 15/11/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 699435 FELLITAH ALUSO KWENDO 254702793958 19/03/1993 F 2014 Dip.Ed Credit 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 683377 SERAH MINOO DAUDI 254700031247 01/07/1991 F 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 911290 SALLY MNYAZI SAROH 254721486992 29/05/1994 F 2015 Dip.Ed Credit 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 771903 JENNIFER PENDO KOMBE 254795490965 17/08/1990 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 769390 LINDA GWIYANGA JAVOGA 254725634295 28/09/1992 F 2015 B.Ed 2nd Class Lower 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 701934 GABRIEL MOGAKA OSINDI 254700699558 21/08/1993 M 2015 B.Ed 2nd Class Upper 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 706438 GRACE MITSA KWENDO 254707409983 01/12/1994 F 2015 Dip.Ed Credit 60
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 740737 JAMES MISATI MARANGA 254713438458 02/02/1988 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 813931 SAMUEL BUGO MKARE MLEWA 254721902401 05/08/1988 M 2015 Dip.Ed Pass 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 743368 PHYLIS OSEBE KIBARI 254728085974 16/08/1992 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 737305 SERAH SIFA RUWAH 254704360088 13/09/1992 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 744358 CHEPKIRUI  NGENO 254706308035 28/01/1992 F 2016 Dip.Ed Credit 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 720099 NANCY JUMWA CHARO 254746672718 12/11/1991 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 731559 EVERLYNE KACHE KAHINDI 254708544977 12/11/1991 F 2016 B.Ed 2nd Class Lower 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 795837 DORCAS MULEWA MUTUKU 254711310513 20/12/1993 F 2016 Dip.Ed Credit 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 716961 DUNCAN CHARO CHANGAWA 254706344101 03/01/1991 M 2016 Dip.Ed Credit 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 774372 SOPHY KEMBI KALAMA 254715679911 25/08/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 805566 JOSHUA GEKARA ANGWENYI 254729020501 14/08/1993 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 874107 MERCYLINE NANJALA  WANJALA 254700703857 01/12/1994 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 775220 JOYCE NJAMBI MUNGAI 254720820739 15/11/1982 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 817167 DANFREY SINDANI NATEMBEA 254797764538 24/02/1992 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 786575 RHODA KAVENGI CHIKU 254704620954 17/04/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 778624 EVAH MNYAZI MWAHUNGA 254714162574 02/07/1993 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 817796 MARIETA MUMBUA JOSEPH 254701638712 05/05/1986 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 864203 DAVIS KUNDU WEKESA 254728278779 30/10/1988 M 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 797270 SARAH   JEBII MWANGANGI 254718568611 25/11/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 759134 ANNE MBENGI MUEMA 254708063962 15/12/1990 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 789733 BENSON NYANG’WARA ORIRI 254725021732 03/02/1996 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 806480 SUSAN VERILYN KONA 254708865703 29/07/1994 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 788580 DAMARIS NAKHANO WAMBULWA 254713201322 05/06/1996 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 777526 JAMILA MONJE DIMA 254717945500 07/03/1995 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 785421 MARGARET WANZA NGILEI 254706502660 21/05/1993 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 790511 RHISPER BOSIBORI NYAANGA 254700033576 28/12/1992 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 794887 ZILPAH ISENDI NGOME 254703199727 06/06/1992 F 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 813239 MARY ANN KAGWIRIA MBAE 254729551699 07/02/1996 F 2017 Dip.Ed Credit 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 779004 BRIAN NYAINDA  NYANGWESO 254712253693 22/02/1994 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 675436 JOHN PKORIR MERKORI 254791301261 12/12/1991 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 818774 STELLA FIKIRI KALAMA 254708292686 28/02/1995 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 805251 CELLESTINE NYADZUA MWAMUYE 254713638895 11/12/1990 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 815262 RABECCA CHIZI MGAZA 254717806805 06/06/1996 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 830508 MBODZE ESTHER MUYE 254714155160 23/03/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 869937 EUNICE KIRIGIA KARAMBU 254740664980 15/06/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 808793 ANITA MAGOMA MAUTI 254717965569 03/10/1992 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 829911 LYDIAH MBALI ONYIEGO 254706971199 23/09/1996 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 830995 JOYCE KEMUMA ORINA 254725438823 15/01/1996 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 818902 CARREN SHILAKO MWANZO 254710888868 01/05/1996 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 872112 MATILDA PENDO JOSEPH 254704019370 19/03/1995 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 823804 CATHERINE REHEMA THUVA SAFARI 254700651479 02/11/1993 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 860663 ANN  NALIAKA 254717942652 08/07/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 807318 FRIDAH WANYAGA KIURA 254714944503 18/07/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 867338 ANNA NDUNGE ISAAC 254721900603 01/02/1993 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 830606 MERCY  MMBONE 254725239455 30/04/1995 F 2018 Dip.Ed Credit 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 815261 SHERIL MUGADUKA MINYADE 254796919495 25/12/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 815876 MARTHA MWENDE WILLY 254740308438 14/05/1994 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 898669 ISABELLAH NELIMA BARASA 254702797677 19/01/1997 F 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 543876 LUCY KEDOGO MBANGA 254708954454 27/03/1985 M 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 799749 MORAA BRENDA GESORA 254704616952 30/12/1994 F 2018 B.Ed 2nd Class Lower 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 906463 REHEMA UMAZI KADENGE 254791782037 13/03/1994 F 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 884264 EMILY MORAA OMBONGI 254714543045 28/10/1997 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 861258 FELIX MBOGA MCHANDA 254704951499 04/02/1990 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 873015 LINUS MARK  WANGILA 254702500411 13/06/1993 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 883950 HABIBA MNYAZI MUNGA 254717116538 18/08/1993 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 876538 FREDRICH OGEMBO ONYANSI 254713983477 06/08/1993 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 866443 ESTHER SANDE WANDERA 254716223901 26/09/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 879184 LOY EUSTACE MUGENDI MWANIKI 254795980181 05/02/1995 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 913120 SHARON LUVUNO MUYE 254708139398 28/03/1994 F 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 881158 ANN WANJIRA KITHUMBU 254704273795 25/08/1993 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 878050 ENOCK NYARIBO ONYIEGO 254727129680 15/03/1996 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 862784 MOLE MBITHA MOLE 254719165120 01/01/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 864734 TIMOTHY KAMAU KARIUKI 254702213363 24/12/1994 M 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 846767 EMILY MUHACHE MBUI 254707833992 26/06/1994 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 542458 IRENE MWANZA KATUMBI 254712460861 01/07/1987 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 889466 JANE KEREU MOIGE 254707423631 14/01/1996 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 896916 KEVIN ANEKEYA FULASIA 254719743842 05/12/1994 M 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 888409 JANNET UMAZI MJAMBILI 254704152330 21/11/1995 F 2019 B.Ed 2nd Class Lower 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 871876 PATIENCE HALIMA KAHINDI 254718196062 08/07/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 903132 EMILLY CHARI MWAGAMBO 254715614751 19/02/1995 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 846486 KALUMU  KISANGAU 254703843714 10/06/1991 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 869248 TABORET TATU BAYA 254720624015 03/02/1986 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 851923 ELIZABETH MUMO KIMONDIU 254712821812 15/06/1997 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 882743 HAWATHA STELLA JACOB 254700103449 23/11/1990 F 2017 Dip.Ed Distinction 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 527986 CHRISTINE KAREGI ORANGA 254710688368 10/12/1988 F 2017 B.Ed First Class 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 751628 SYLUS OUMA OMOLO 254723319037 15/09/1990 M 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 918900 ABRAHAM NDOMBI LUSUI 254715975602 M 2020 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 822356 MARIGA JOSEPHAT OCHONG’A 254713563218 17/12/1994 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 817653 KIPKIRUI DUNCAN TERER 254712004346 20/10/1988 M 2018 B.Ed 2nd Class Upper 45
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 914740 CHEPKORIR  JOAN 254717399176 24/01/1996 F 2019 B.Ed 2nd Class Upper 40
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 787133 PURITY  KOMORA 254701152024 11/05/1985 F 2017 B.Ed 2nd Class Lower 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 792624 ABSOLOM KABILILE MATI 254725978952 17/04/1980 M 2017 B.Ed 2nd Class Upper 50
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 629011 CLARIS ACHIENG ODOCK 254719580344 05/08/1990 F 2016 B.Ed 2nd Class Upper 55
KILIFI MAGARINI Kurawa Secondary School CRE/Kisw 788472 ANN MUTHONI NJAGI 254707497939 17/05/1990 F 2017 B.Ed 2nd Class Lower 50

You may also like; 

TSC releases date when newly recruited teachers will report to schools; TSC Recruitment 2021

TSC releases interview dates and venues for mass recruitment in July 2021

TSC mass recruitment vacancies in 2021 (Advertised vacancies, score sheet, recruitment guidelines, how to apply and interview dates)

TSC new recruitment guidelines for teachers, PDF free download 2021/2022

TSC Recruitment Marking Scheme 2021/2022

Guidelines for Recruitment of Teacher Post Primary- 2021

Guidelines for Recruitment of Teacher Primary 2021

Borabu Teachers Training College Courses, Diploma in Primary Teacher Education Fees, How to apply

Borabu Teachers Training College Courses, Diploma in Primary Teacher Education Fees, How to apply

KUCCPS HAS REVISED TEACHER TRAINING COLLEGE MINIMUM ENTRY REQUIREMENTS AS FOLLOWS;

i. Diploma in Primary Teacher Education;

  • Mean Grade of C plain only. No more requirements on subject based performance. All you need is a C (plain) at KCSE Exams. Only that.

Related:

Also read:

 Kuccps reduces minimum requirements for Primary Teacher Education, Opens 2023/2024 application portal.

How to make TTC online application through kuccps; for 2023/2024 placement

ii. Diploma in Early Childhood Teacher Education;

  • Mean Grade of C plain only.

BORABU TEACHERS TRAINING COLLEGE

PROGRAMMES ON OFFER FOR 2023/2024 CYCLE

# PROGRAMME CODE PROGRAMME NAME INSTITUTION TYPE YEAR 1 – PROGRAMME COST 2022 CUTOFF 2021 CUTOFF 2020 CUTOFF
1 4485B59 DIPLOMA IN PRIMARY TEACHER EDUCATION (DPTE) KSH 72,076
2 4485B60 DIPLOMA IN EARLY CHILDHOOD TEACHER EDUCATION (DECTE) KSH 72,076

Kuccps Diploma in Environmental Management Course List, Codes, Clusters, Colleges and Cutoff Points

Kuccps Diploma in Environmental Management Course List, Codes, Clusters, Colleges and Cutoff Points

  PROGRAMME

CODE

 

INSTITUTION NAME

 

PROGRAMME NAME

    DIPLOMA IN ENVIRONMENTAL MANAGEMENT  
1 1092712 KENYA WILDLIFE SERVICE TRAINING INSTITUTE DIPLOMA IN ENVIRONMENTAL MANAGEMENT
2 1239712 NYERI NATIONAL POLYTECHNIC DIPLOMA IN ENVIRONMENTAL MANAGEMENT
Continue reading..

How to check KUCCPS placement results and admission letters for KCSE candidates, all applicants

How to check kuccps degree and diploma placement

Kuccps placement results through SMS and online

More articles with related information on KUCCPS

KUCCPS Student portal login student.kuccps.net for Admission Application

How to check kuccps degree and diploma placement

Kuccps admission lists and letters pdf for all universities (How to download Kuccps letter)

Kuccps Diploma Programmes (Course codes, requirements and institutions)

Kuccps cut off points for all courses

Kuccps cutoff points

KUCCPS opens portal for first application, revision of courses for KCSE candidates

Kuccps opens student portal for University and College placement applications/ revision of courses

KUCCPS latest placement news for KCSE candidates-

kuccps placement (How to get results and admission letters)

Kuccps latest news (How to apply for Courses, Revise, Check placement results, Apply for inter institution transfer and Download admission letter)

Kuccps diploma courses and their codes & colleges

Kuccps portal login (Login to select courses, check placement results and apply for transfer)

Kuccps Student Portal ( Student Login – KUCCPS | The Placement Service)

Kuccps placement results out (How to check Kuccps placement results

Download Kuccps admission letters here

Kuccps Admission Letters Download

Kuccps cutoff and cluster points per course

Kuccps mean grade and courses cutoff points

Bachelor of Education Science Degree Course (Kuccps cluster points cutoff, Course Codes & Subject Requirements)

Bachelor of Education Arts Course (Kuccps cluster points cutoff, Course Codes & Subject Requirements)

The Kuccps student portal login

How to apply for Kuccps placement (Simplified guide)

Kuccps Student Portal

Important KMTC Links

KMTC Students,

Thika Garisson Secondary School’s CBE Subjects, Pathways, Contacts, Location {Full Details}

Thika Garisson Secondary School is a public Mixed Sub-County Day School that is located at Thika West Subcounty in Kiambu County of Central Region, Kenya. The School’s Official Phone Number Contact is:   0700 124456

Key Details about the school.

Country where found: Kenya.

Region: Central.

County: Kiambu.

Subcounty: Thika East.

School Type/ Ownership: A Public School.

Nature os School/ CBE Level: Senior School (SS).

Category: Regular School

School’s Official Name: Thika Garisson Secondary School 

Sex: Mixed School.

School Cluster/ Level: Sub-County School whose Classification is C4.

Accomodation Type: Day School.

Knec Code: 11207121

School’s Official Phone Number: 0700 124456

Subject Combinations Offered at Thika Garisson Secondary School

View all available subject combinations at this school

ARTS & SPORTS SCIENCE

4
ARTSCode: AS1049
Literature in English,Music & Dance,Theatre & Film
3 SubjectsARTS & SPORTS SCIENCE
SPORTSCode: AS2026
General Science,History & Citizenship,Sports & Recreation
3 SubjectsARTS & SPORTS SCIENCE
ARTSCode: AS1048
History & Citizenship,Music & Dance,Theatre & Film
3 SubjectsARTS & SPORTS SCIENCE
SPORTSCode: AS2022
Fasihi ya Kiswahili,General Science,Sports & Recreation
3 SubjectsARTS & SPORTS SCIENCE

SOCIAL SCIENCES

8
HUMANITIES & BUSINESS STUDIESCode: SS2100
Business Studies,History & Citizenship,Literature in English
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2109
Business Studies,Christian Religious Education,Fasihi ya Kiswahili
3 SubjectsSOCIAL SCIENCES
LANGUAGES & LITERATURECode: SS1080
Business Studies,Fasihi ya Kiswahili,Literature in English
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2025
Business Studies,Geography,History & Citizenship
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2076
Christian Religious Education,General Science,History & Citizenship
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2034
Christian Religious Education,Computer Studies,Geography
3 SubjectsSOCIAL SCIENCES
LANGUAGES & LITERATURECode: SS1081
Fasihi ya Kiswahili,History & Citizenship,Literature in English
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2096
Business Studies,Fasihi ya Kiswahili,History & Citizenship
3 SubjectsSOCIAL SCIENCES

STEM

12
PURE SCIENCESCode: ST1039
Advanced Mathematics,Metal Work,Physics
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2059
Agriculture,Chemistry,Computer Studies
3 SubjectsSTEM
PURE SCIENCESCode: ST1034
Advanced Mathematics,Computer Studies,Physics
3 SubjectsSTEM
PURE SCIENCESCode: ST1004
Advanced Mathematics,Biology,Chemistry
3 SubjectsSTEM
TECHNICAL STUDIESCode: ST3067
Business Studies,Computer Studies,Media Technology
3 SubjectsSTEM
PURE SCIENCESCode: ST1028
Advanced Mathematics,General Science,Geography
3 SubjectsSTEM
PURE SCIENCESCode: ST1032
Advanced Mathematics,Building & Construction,Physics
3 SubjectsSTEM
PURE SCIENCESCode: ST1036
Advanced Mathematics,Geography,Physics
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2057
Agriculture,Biology,Computer Studies
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2082
Agriculture,General Science,Geography
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2061
Agriculture,Computer Studies,General Science
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2072
Advanced Mathematics,Agriculture,Geography
3 SubjectsSTEM

How to Select Grade 10 Subjects and schools

To select Grade 10 schools and subjects under the Competency-Based Curriculum (CBC) in Kenya, Grade 9 learners should first choose a career pathway (STEM, Social Sciences, or Arts & Sports Science). Then, they’ll select three subject combinations within that pathway and finally, choose four schools for each combination, totaling 12 schools. To select preferred Grade 10 Schools and Subject Combinations, use the Ministry of Education portal selection.education.go.ke.
  1. 1. How you can Choose a Career Pathway:

    • Identify your interests and potential career aspirations.
    • Select one of the three pathways: STEM, Social Sciences, or Arts & Sports Science.
    • Confirm your choice to proceed with the pathway.
  2. 2. Select Subject Combinations:

    • The portal will provide you with a list of subject combinations available within your chosen pathway.
    • Choose three subject combinations that align with your interests and strengths.
  3. 3. Select Preferred Senior Schools:

    • For each subject combination, select four schools from the available clusters.
    • This ensures a diverse range of options and equal representation from different categories of schools.
    • A total of 12 schools will be selected: 4 for the first subject combination, 4 for the second, and 4 for the third.

    LIST OF ALL SENIOR SCHOOLS PER COUNTY.

    West Pokot County Senior Schools.

    Wajir County Senior Schools

    Vihiga County Senior Schools

    Uasin Gishu County Senior Schools

    Turkana County Senior Schools

    Trans-Nzoia County Senior Schools

    Tharaka Nithi County Senior Schools

    Tana River County Senior Schools

    Taita Taveta County Senior Schools

    Siaya County Senior Schools

    Samburu County Senior Schools

    Nyeri County Senior Schools

    Nyandarua County Senior Schools

    Nyamira County Senior Schools

    Narok County Senior Schools

    Nandi County Senior Schools

    Nakuru County Senior Schools

    Nairobi County Senior Schools

    Murang’a County Senior Schools

    Mombasa County Senior Schools

    Migori County Senior Schools

    Meru County Senior Schools

    Marsabit County Senior Schools

    LMandera County Senior Schools

    Makueni County Senior Schools

    Machakos County Senior Schools

    Lamu County Senior Schools

    Laikipia County Senior Schools

    Kwale County Senior Schools

    Kitui County Senior Schools

    Kisumu County Senior Schools

    Kisii County Senior Schools

    Kirinyaga County Senior Schools

    Kilifi County Senior Schools

    Kiambu County Senior Schools

    Kericho County Senior Schools

    Kakamega County Senior Schools

    Kajiado County Senior Schools

    Isiolo County Senior Schools

    Homa Bay County Senior Schools

    Garissa County Senior Schools

    Embu County Senior Schools

    Elgeyo-Marakwet County Senior Schools

    Busia County Senior Schools

    Bungoma County  Senior Schools

    Baringo County Senior Schools

    List of all Senior Schools in Bomet County

    Nyamira County best, top secondary schools; Indepth analysis

KASSU JET ENGLISH PAPER 2 QUESTIONS & ANSWERS

Name …………………………………….………….. Index Number ………………….. /……..

  Signature …………………………………

  Date ……………………………………….

101/2

ENGLISH

Paper 2

(Comprehension, Literary

Appreciation and Grammar)

21/2 hours

KASSU JOINT EXAMINATION TEST

Kenya Certificate of Secondary Education

Write your name and index number in the spaces provided above.

Answer all the questions in this question paper.

All answers must be written in the spaces provided in the question paper.

For examiner’s use only

Question Maximum Score
1 20  
2 25  
3 20  
4 15  
Total 80  

 

This paper consists of 11 printed pages

Candidates should check the question paper to ensure that all the

Pages are printed as indicated and that no questions are missing

  1. Read the passage below and answer the questions that follow.(20 marks)

The core element of Artificial Intelligence (AI) and a functioning production IT system is an interactive, lifelong process of learning from the human partner and responding to human needs. For example, the AI system must be able to draw up highly complex plans as needed by the customer and to produce them autonomously. A production robot, in particular, is supposed to be designed in such a way that it has nearly human capabilities such as fine motor skills, perception, adaptability and cognition. In order to achieve its full functionality, however, it must be programmed dynamically and rigidly.

Modern information technologies and the advent of machines powered by artificial intelligence have already strongly influenced the world of work in the 21st century. Computers, algorithms and software simplify everyday tasks.

When we transfer the experience of the past to the future, disturbing questions arise: what will the future world of work look like and how long will it take to get there? Will the future world of work be a world where humans spend less time earning their livelihood? Alternatively, are mass unemployment, mass poverty and social distortions also a possible scenario for the new world, a world where robots, intelligent systems and algorithms play an increasingly central role? What is already clear and certain is that new technical developments will have afundamental impact on the global labour market within the next few years, not just on industrial jobs but on the core of human tasks in the service sector that are considered untouchable.

In addition to companies, employees and societies, education systems and legislators are also facing the task of meeting the new challenges resulting from constantly advancing technology. Legislators are already lagging behind and the gap between reality and laws relating to AI is growing.

Both blue-collar and white-collar sectors will be affected. The faster the process of the division of labour and the more process steps can be described in detail, the sooner employees can be replaced by intelligent algorithms. One third of current jobs requiring a bachelor’s degree can be performed by machines or intelligent software in the future. Individual jobs will disappear completely, and new types of jobs will come into being.

Robots and intelligent machines can have not only supporting, but even lifesaving functions. Examples are robots used in medical diagnostics, which have high accuracy, or for the assessment of dangerous objects using remote control and integrated camera systems. These make it possible, for example, to defuse a bomb without a human having to come close to it. The ‘Robo Gas Inspector’, an inspection robot equipped with remote gas sensing technology, can inspect technical facilities even in hard-to-reach areas without putting humans at risk, for example, to detect leaks in above-ground and underground gas pipelines.

Owing to the great number of emerging multidisciplinary support alternatives due to AI and machines, the requirements for future employees will change. There will be hardly any need for employees who do simple and/or repetitive work. Already today, the number of factory workers is constantly decreasing, and humans are ever more becoming the control mechanism of the machine. The automotive industry, where many production steps are already fully automated, is the pioneer in this respect.

The lower the demand for workers, the higher will be the companies’ demand for highly qualified employees. According to common belief, better education helps. Better education helps, however, only in certain circumstances. The additional qualification of an individual employee must be connected to the work in question. Additional qualifications as an accountant will be of little benefit for the individual employee, because – over time – there is a 98 per cent probability that the work of an accountant can be done by intelligent software. Creative people who are talented in mathematics and sciences are best qualified for the new labour market.

Although not every future employee will be required to be an IT programmer, they should have a fundamental grasp of analytical and technical matters. Employees should be able to form a unit with supporting machines and algorithms and to navigate the internet comfortably and move safely in social networks. To do this, it is necessary to know how the basic structurework. The employee should also be able to examine machines and artificial intelligence software critically. It is not necessary only to oversee machines, but also to coordinate them. The interfaces between humans and machines and the overlaps in the area of responsibility among the more flexible humans must also be coordinated.

  1. What is the importance of humans to AI systems? (2 marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. Using illustrations from the passage, explain why the term artificial intelligence is appropriate.                                                                                                 (2 marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

  1. The author seems to have contradictory views about the introduction of Artificial Intelligence in the workplace. Explain. (2 marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. In your own words and according to the passage, explain why the gap between reality and laws relating to AI is growing. (2 marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. Whattwo characteristics, according to the passage, must an employee have to survive

in the new work environment dominated by AI?                       (2 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. Giving a reason, explain whether machines are superior to humans when it comes to

work.                                                                                                            (1 mark)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………..

  1. Modern information technologies have already strongly influenced the world of work in

the 21st century. (Rewrite adding a question tag)      (1 mark)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………..

  1. h) Make notes on the implications of AI in the workplace. (5 marks)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

 

 

 

  1. Explain the meanings of the following words as used in the passage. (3 marks)
  2. Autonomously

……………………………………………………………………………………………

  1. Untouchable

…………………………………………………………………………………………….

  • Pioneer

……………………………………………………………………………………………

 

  1. Read the excerpt below and then answer the questions that follow. (25 marks)

She liked that particular one so much that she asked him to read it again and again. Eventually she forgave herself – the last step in self-acceptance.

One day when Maria and her nephew, Owuor, happened to be alone, he broached the subject of his vocation.

“Maria, I think God is calling me to priesthood,” he said quietly. She was taken entirely by surprise.

“What?”

“I think God is calling me to priesthood.”

“Have you spoken to your grandmother?”

“No I thought I’d speak to you first. Actually it was Awiti’s idea. Besides, I was afraid that I might cause her pain.”

“You are so young – maybe you should wait a little.”

“Waiting will not make me change my mind. I know that I have no choice in the matter but I hate to do this to her.”

“Then I will speak to her about it; better still, you come with me and we will talk to her together.”

As usual they found Akoko busy weeding her sorghum patch. They simply brought down their hoes and joined in the work. Nothing was said for quite a spell then Akoko who well knew that at such an hour, her grandson was usually occupied elsewhere asked:

“What brings Owuor here at this hour – it can’t be for the love of weeding. He has had something on his mind for a long time and has been as jumpy as an ant with its tail in hot embers. Speak up young man.”

Owuor looked at his grandmother in confusion. Naturally he had thought that his secret was well kept. The confusion became respectful admiration. He should have known that nothing could escape this astute woman.

“Grandmother, you know that I have worked closely with the priest and I feel that I would like to enter the priesthood. I want to be a priest.” His grandmother was nothing if not surprising, so he should not have been flabbergasted by her reaction but he was.

“I wondered when you would get the courage to come out with it. You would not be my grandson if you were a coward. You have concluded quite wrongly that I will stand in your way. It is true that I have had hopes that you might one day sit in the chief’s stool that your father and your grandfather once occupied; but things have changed and people are turning to different things. I had also hoped that you would marry and provide many sons to ensure the continuity of the house of OwuorKembo; but no I will not stand in your way. However, from now henceforth you shall fully take your grandfather’s name so that as long as you live his name shall be heard among the people. You will not be Owuor Sino, but OwuorKembo. That is all my boy. Do whatever the spirit bids you.”

Owuor could only say weakly; “Oh grandmother!” the two women smiled at each other over his head.

And so it was that Peter OwuorKembo, aged fifteen – formerly Petro Owuor Sino found himself a Seminarian at St. Paul’s Seminary Rakwaro. His worldly possessions were few, his academic knowledge haphazard; but he had faith in God and therefore in himself and he had love in his heart and the solid love of three women behind him. Finally he had unbound hope in the future. So what if this hope was rosily coloured by his youthful enthusiasm? One wise man once said that it was better to have loved and lost than never to have loved at all. In the same vein, it is better to have been buoyed by hope, the horizons limitless before one, than to have lived in the grey world of timid fearfulness. The course of the world is changed by those who dare to dream. Some dream of wealth and others dream of fame; Owuor dreamt of a life expended in service. He who had never really known his father or the joys of a father-son relationship, now dreamt of being the spiritual father of many.

  • Paraphrase the verse that has just been read by Owuor and explain what makes it likeable to Maria?                                                                                 (3 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

 

  • Describe any twocharacter traits of Akoko as brought out in the excerpt above. (4 marks)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

  • Identify and comment on the various forms of conflicts that Owuor and Akoko undergo.

(4 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • “I had also hoped that you would marry and provide many sons to ensure the continuity of the house of OwuorKembo…” In relation to what happens later in the novel, explain how the younger OwuorKembo finally lives to fulfil his grandmother’s, Akoko’s, wish.

(3 marks)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………….

  • Identify and comment any two figures of speech present in the excerpt.             (4 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • “Eventually she forgave herself – the last step in self-acceptance.” With reference to Maria’s life before this excerpt, explain why she finally forgives herself?  (2 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • What is the significance of Owuor’s change of name twice in the excerpt?   (2 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • Explain the meaning of the following words and phrases as used in the excerpt. (3marks)
  1. vocation ……………………………………………………………………………
  2. flabbergasted ……………………………………………………………………….
  • a life expended in service …………………………………………………………..
  1. Read the poem below and answer the questions that follow.(20 marks)

Footpath

Path – let … Leaving home, leading out

Return my mother to me.

The sun is sinking and darkness coming,

Hens and cocks are already inside and babies drowsing,

Return my mother to me.

We do not have firewood and I have not seen the lantern,

There is no more food and the water has run out

Path – let me pray, you return my mother to me.

Path of the small hills, path of the small stones

Path of slipperiness, path of the mud

Return my mother to me.

Path of papyrus, path of the rivers

Path of small forests, path of reeds

Return my mother to me

Path, I implore you, return my mother to me

Path of the crossways, path that branches off,

 

Path of the stringing shrubs, path of the bridge

Return my mother to me

Path of the open, path of the valley

Path of the steep climb, path of the downward slope

Return my mother to me.

Children are drowsing about to sleep,

Darkness is coming and there is no firewood,

And I have not found the lantern;

Return my mother to me.

Stella Ngatho.

  • Who is the persona in this poem? (2marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • Identify and explain the effectiveness of any two stylistic devices. (6marks)

……………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • What is the quality of the voice in the poem? (2marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • Comment on the title of the poem. (2marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • Describe the general atmosphere created in the poem.       (2mks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • With illustrations, briefly state three problems that the persona is facing. (3 marks)

…………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

  • Describe the setting of this poem. (3 marks)

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

4.a)Rewrite the following sentences as instructed, without changing the meaning. (2 marks)

(i) Pandya said, “I shall find it difficult to find the office without proper directions.”(Rewrite as reported speech, using ‘unless’.)

………………………………………………………………………………………………………………………………………………………………………………………………………………

(ii) Should Mrs. Okello see you, she would be surprised.(Rewrite, Beginning: Were …)

………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. b) Complete the following sentences with the most appropriate (3marks)

(i) Subsequent …………..the heavy rains many schools were closed in some parts of the country.

(ii) The three students were sent home ……………………… their unbecoming behaviour.

(iii) The farmers continued working on their farms ………………………. the unfavourable climatic conditions.

  1. c) (i) I went into the room with a pile of files. I tripped on the carpet which had been rolled up. Rewrite as one sentence, using a present participle. (1 mark)

………………………………………………………………………………………………………………………………………………………………………………………………………………

(ii) Adela is not accustomed to such behaviour. She was deeply shocked.(Use a past participle to join the two sentences.                                                                                                     (1 mark)

………………………………………………………………………………………………………………………………………………………………………………………………………………

  1. d) Complete each of the following sentences using appropriate phrasal verbs, made up of the words given in bracket.(2 marks)

(i) Eggs don’t ……………………………………. me. (agree)

(ii) Can I ……………………………………..you for help? (count)

  1. f) In each of the sentences below a group of words is underlined. Write down the best single word which may be used to replace it. (3 marks)

(ii) She is the one who filed the law suit.

………………………………………………………………………………………………………

(iii) His argument is quite incapable of being understood.

………………………………………………………………………………………………………

  1. e) Explain the difference in meaning between the pair of sentences.

(a.i) I saw the Secretary and Treasurer.

(a.ii) I saw the Secretary and the Treasurer.

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………

(b.i) Jane shouldn’t have seen me yesterday.

(b.ii) Jane couldn’t have seen me yesterday.

………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………




KASSUJET JOINT EVALUATION EXAMINATION 

Kenya Certificate of Secondary Education

ENGLISH 101/2

(Unseen text, Excerpt, Poetry, Grammar)

Marking scheme.

Question 1

  1. The importance of humans to AI is that AI systems learn from the human partner and respond to human needs.2mks
  2. It is appropriate because machines are given human abilities. E.g. a production robot, is supposed to be designed in such a way that it has nearly human capabilities such as fine motor skills, perception, adaptability and cognition2mks
  3. The author wonders whether the future world of work will be a world where humans spend less time earning their livelihood, which is a good thing, while at the same time considering the possibility of negative effects of AI such as mass unemployment, mass poverty and social distortions.2mks
  4. Due to constant developments in AI, legislators are finding it difficult to cope by creating relevant laws related to AI 2mks
  5. An employee must have additional qualifications connected to the work in question and be creative and talented in Math and science2mks
  6. Modern information technologies have already strongly influenced the world of work in

the 21st century,haven’t they?  1mk

  1. Mark 5 points @ 1 mk
  2. Robots and intelligent machines can have not only supporting, but even lifesaving functions
  3. The faster the process of the division of labour and the more process steps can be described in detail, the sooner employees can be replaced by intelligent algorithms.
  • There will be hardly any need for employees who do simple and/or repetitive work.
  1. The lower the demand for workers, the higher will be the companies’ demand for highly qualified employees.
  2. Although not every future employee will be required to be an IT programmer, they should have a fundamental grasp of analytical and technical matters.
  3. Autonomously- In a way that is not controlled by humans / In a self-controlled way

Untouchable-Considered too important to be replaced by Artificial Intelligence

Pioneer-Trendsetter / Original user / Innovator(3 mks)

 

 

 

Question 2

  1. I cry to you O Lord, hear my voice, let your ears be attentive to my cry for mercy.If you, O lord kept a record of sins, who could stand?(Psalms 130: 1-3 )

Maria had backtracked from religion; when she went back to the village to live with Ogoma Kwach after his wife died. She felt that she had had sinned against God and was crying for forgiveness from God. / Her loss of several children before would make the verse likeable to her.3 mks

  1. Akoko is understanding,supportive. She accepts Owuor’s calling to be a priest.

She is observant.  She had known that Owuor had been having something on his mind for a long time.

She is wise.  She asks Owuor to adopt the grandfather’s name to ensure the continuity of her lineage. (two traits @ 2mks)

  1. Owuor has a calling to priesthood but doesn’t want to disappoint his grandmother as he is to be the heir of the chief’s stool.

Akoko had hoped that Owuor would inherit the chief’s stool according to tradition but times had changed and she wouldn’t want to stand in his way.

She was also looking up to Owuor marrying and siring many sons to ensure continuity of the family;joining priesthood meant he couldn’t get his own biological children.

( two points @ 2mks)

  1. Owuor Kembo is ordained as a priest and was sent to serve in a large parish where he became the father of many sons and daughters(3mks)
  2. There is a simile. ….has been as jumpy as an ant with its tail in hot embers. Owuor had become restless due to the conflict he had been going through.

There is use of a metaphor. …… ‘hope rosily coloured by his youthful enthusiasm.’…..

‘Solid love of three women’….. deep unreserved love from Akoko,Maria and Awiti.

Allusion- ‘that it was better to have loved and lost than never to have loved at all’ a famous quote by  Lord Tennyson

Personification. ‘…..Timid fearfulness’-……

(Id+ illust @ 1mk comment 1mk) Expect two figures of speech

  1. She finally forgives herself for going against the demands of christianity of having one wife for one man just to look for a child; a son and realizes that all along she had a son in Owuor who loved her like a mother.2mks
  2. He changes the name Sino to Kembo to ensure the continuity of the grandfather’s family name and then to Peter; a Christian name/according to Christianity.2mks
  3. Vocation- a strong feeling that you should be doing a particular thing with your life

Flabbergasted- shocked, surprised

A life expended in service- a life spent or used to serve people

 

 

 

Question 3

  1. The persona is a child – perhaps an older child – whose mother is away. The child is longing for her return. ‘Return my mother to me’. (2mks)
  2. Repetition – ‘Path’ is repeated severally, to create the tone of the poem/ emphasis on the cause of the mother’s absence.

Personification – the paths are personified; the speaker begs them to return the mother.

Apostrophe – Path … Return my mother to me…- to show the persona’s desperate longing for the mother

Metaphor- path of papyrus… path of small hills etc.-shows the various places or challenges the persona or mother may have faced/ indicates the various paths the mother could have taken as she went out

(Expect any two well illustrated styles + the effectiveness 3marks for each.  No mark for lack of one of these).

  1. The poem has a pleading / imploring / beseeching tone. ‘..Path, I implore you, return my mother to me. (2mks)
  2. The poem is in a sad mood. One feels sad at the concern and despair of the child who pleads for the mother’s return. (2mks)
  3. The title is appropriate as it leads us to the events in the poem. The persona addresses the footpath requested it to return the mother. (2mks)
  4. No food -There is no more food

No water- and the water has run out

No firewood -We do not have firewood

Missing the mother -Return my mother to me(Any 3 points @1mk)

  1. The poem is set in a home stead and is in the evening. ‘The sun is sinking and darkness coming,’/ ‘Hens and cocks are already inside and babies drowsing,’(3 marks)

4a) (i) Pandya said that unless she got proper directions, she would find it difficult to find

the office.

(ii) Were Mrs.Okello to see you, she would be surprised.

(b) (i)Subsequent tothe heavy rains many schools were closed in some parts of the country.

(ii) The three students were sent home for their unbecoming behavior.

(iii)The farmers continued working on their farms despite the unfavourable climatic

conditions.

  1. i) Going into the room with a pile of files, I tripped on the carpet which had been rolled up.
  2. ii) Not accustomed to such behavior,Adela was deeply shocked.
  3. (i) Eggs don’t agree with me

(ii) Can I count on you for help?

  1. (i)His writing is illegible

(ii) She is the plaintiff/complainant/suer

(iii)His argument is incomprehensible/unintelligible/unfathomable/ungraspable

  1. a) (i) The person I saw was both the secretary and treasurer

(ii) I saw two people; the secretary and the treasurer

  1. b) (i) Jane saw me accidentally; she wasn’t meant to see me

(ii) Jane was too busy to see me/ she was not at a place where she could see

TSC list of shortlisted applicants for the 2020 mass recruitment

SubCounty Inst. Name Subjects Vacancies
SIAYA 147016093053 MBAGA MIXED S.S Chem/Phy 1
SIAYA 147016093109 Bar Olengo Secondary School Chem/Phy 1
BONDO 147016113061 JUSA  MIXED  SEC Chem/Phy 1
BONDO 147016113098 ORENGO SEC SCH Chem/Phy 1
RARIEDA 147016113202 Naya Mixed Chem/Phy 1

Farasi Lane Secondary School CBE Subjects, Pathways, Contacts {Full Details}

Farasi Lane Secondary School is a mixed-day, sub-county level secondary school located in Westlands, Nairobi County. It’s a school focused on providing a positive learning environment and fostering student growth. The school also has a farm, Farasi Lane Farm, that grows organic vegetables and fruit. 

Here’s a more detailed breakdown about Farasi Lane Secondary School :

  • Type:Mixed-day, Sub-county level secondary school.
  • Location:Westlands Sub-County, Nairobi County.
  • Focus:Providing a positive learning environment and fostering student growth.
  • Official Website:The school has an official website where you can find more information.
  • Farm:The school runs Farasi Lane Farm, an organic farm that produces vegetables and fruit.

Farasi Lane School’s Details

Location: NAIROBI
Sex: MIXED
Category: REGULAR
Cluster: SubCounty at C4

6

STEM

4

Social Sciences

10

Total Combinations

CBE Subject Combinations Offered at Farasi Lane Secondary School

View all available subject combinations at this school.

STEM CBE SUBJECTS.

6
APPLIED SCIENCESCode: ST2007
Business Studies,Computer Studies,Physics
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2045
Agriculture,Building & Construction,Business Studies
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2097
Biology,Business Studies,Computer Studies
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2024
Chemistry,Computer Studies,Home Science
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2098
Building & Construction,Business Studies,Computer Studies
3 SubjectsSTEM
APPLIED SCIENCESCode: ST2081
Agriculture,Biology,Home Science
3 SubjectsSTEM

SOCIAL SCIENCES CBE SUBJECTS.

4
HUMANITIES & BUSINESS STUDIESCode: SS2019
Christian Religious Education,Geography,History & Citizenship
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2061
Business Studies,Geography,Literature in English
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2100
Business Studies,History & Citizenship,Literature in English
3 SubjectsSOCIAL SCIENCES
HUMANITIES & BUSINESS STUDIESCode: SS2013
General Science,Geography,History & Citizenship
3 SubjectsSOCIAL SCIENCES

How to Select Grade 10 Subjects and schools

To select Grade 10 schools and subjects under the Competency-Based Curriculum (CBC) in Kenya, Grade 9 learners should first choose a career pathway (STEM, Social Sciences, or Arts & Sports Science). Then, they’ll select three subject combinations within that pathway and finally, choose four schools for each combination, totaling 12 schools. To select preferred Grade 10 Schools and Subject Combinations, use the Ministry of Education portal selection.education.go.ke.
  1. 1. How you can Choose a Career Pathway:

    • Identify your interests and potential career aspirations.
    • Select one of the three pathways: STEM, Social Sciences, or Arts & Sports Science.
    • Confirm your choice to proceed with the pathway.
  2. 2. Select Subject Combinations:

    • The portal will provide you with a list of subject combinations available within your chosen pathway.
    • Choose three subject combinations that align with your interests and strengths.
  3. 3. Select Preferred Senior Schools:

    • For each subject combination, select four schools from the available clusters.
    • This ensures a diverse range of options and equal representation from different categories of schools.
    • A total of 12 schools will be selected: 4 for the first subject combination, 4 for the second, and 4 for the third.

    LIST OF ALL SENIOR SCHOOLS PER COUNTY.

    West Pokot County Senior Schools.

    Wajir County Senior Schools

    Vihiga County Senior Schools

    Uasin Gishu County Senior Schools

    Turkana County Senior Schools

    Trans-Nzoia County Senior Schools

    Tharaka Nithi County Senior Schools

    Tana River County Senior Schools

    Taita Taveta County Senior Schools

    Siaya County Senior Schools

    Samburu County Senior Schools

    Nyeri County Senior Schools

    Nyandarua County Senior Schools

    Nyamira County Senior Schools

    Narok County Senior Schools

    Nandi County Senior Schools

    Nakuru County Senior Schools

    Nairobi County Senior Schools

    Murang’a County Senior Schools

    Mombasa County Senior Schools

    Migori County Senior Schools

    Meru County Senior Schools

    Marsabit County Senior Schools

    LMandera County Senior Schools

    Makueni County Senior Schools

    Machakos County Senior Schools

    Lamu County Senior Schools

    Laikipia County Senior Schools

    Kwale County Senior Schools

    Kitui County Senior Schools

    Kisumu County Senior Schools

    Kisii County Senior Schools

    Kirinyaga County Senior Schools

    Kilifi County Senior Schools

    Kiambu County Senior Schools

    Kericho County Senior Schools

    Kakamega County Senior Schools

    Kajiado County Senior Schools

    Isiolo County Senior Schools

    Homa Bay County Senior Schools

    Garissa County Senior Schools

    Embu County Senior Schools

    Elgeyo-Marakwet County Senior Schools

    Busia County Senior Schools

    Bungoma County  Senior Schools

    Baringo County Senior Schools

    List of all Senior Schools in Bomet County

    Nyamira County best, top secondary schools; Indepth analysis

Tengecha Boys High School; KCSE Results Analysis, Contacts, Location, Admissions, History, Fees, Portal Login, Website, KNEC Code

Tengecha High School is a well performing boys’ only secondary school located in Kericho County. This article provides complete information about this school. Get to know the school’s physical location, directions, contacts, history, Form one selection criteria and analysis of its performance in the Kenya Certificate of Secondary Education, KCSE, exams. Get to see a beautiful collation of images from the school’s scenery; including structures, signage, students, teachers and many more.

 For all details about other schools in Kenya, please visit the link below;

TENGECHA BOYS HIGH SCHOOL’S PHYSICAL LOCATION

Tengecha Boys High School is located in Itoik Sub location, Kapkatet Location, Bureti Division, Bureti Constituency in Kericho County; in the Rift Valley Region of Kenya.

TENGECHA BOYS HIGH SCHOOL’S INFO AT A GLANCE

  • SCHOOL’S NAME: Tengecha Boys High School
  • SCHOOL’S TYPE: Boys only boarding school
  • SCHOOL’S CATEGORY: Extra County
  • SCHOOL’S LEVEL: Secondary
  • SCHOOL’S LOCATION: located in Itoik Sub location, Kapkatet Location, Bureti Division, Bureti Constituency in Kericho County; in the Rift Valley Region of Kenya.
  • SCHOOL’S KNEC CODE:
  • SCHOOL’S OWNERSHIP STATUS: Public
  • SCHOOL’S PHONE CONTACT:
  • SCHOOL’S POSTAL ADDRESS: P.O. Box P.O. Box 139 – 20210 Litein, Kenya
  • SCHOOL’S EMAIL ADDRESS:
  • SCHOOL’S WEBSITE:

TENGECHA BOYS HIGH SCHOOL’S BRIEF HISTORY

FOR A COMPLETE GUIDE TO ALL SCHOOLS IN KENYA CLICK ON THE LINK BELOW;

Here are links to the most important news portals:

TENGECHA BOYS HIGH SCHOOL’S VISION

TENGECHA BOYS HIGH SCHOOL’S MISSIONTENGECHA BOYS HIGH

TENGECHA BOYS HIGH SCHOOL’S MOTTO

TENGECHA BOYS HIGH SCHOOL’S CONTACTS

In need of more information about the school? Worry not. Use any of the contacts below for inquiries and/ or clarifications:

  • Postal Address: P.O. Box P.O. Box 139 – 20210 Litein, Kenya
  • Email Contact:
  • Phone Contact:

TENGECHA BOYS HIGH SCHOOL’S FORM ONE SELECTION CRITERIA & ADMISSIONS

Being a public school, form one admissions are done by the Ministry of Education. Vacancies are available on competitive basis. Those seeking admissions can though directly contact the school or pay a visit for further guidelines.

TENGECHA BOYS HIGH SCHOOL’S KCSE PERFORMANCE ANALYSIS

The school has maintained a good run in performance at the Kenya National Examinations Council, KNEC, exams. In the 2019 Kenya Certificate of Secondary Education, KCSE, exams the school featured in the list of top 200 schools nationally. This is after recording a mean score of 7.73 (B- minus).

Also read;

 For all details about other schools in Kenya, please visit the link below;

TENGECHA BOYS HIGH SCHOOL’S PHOTO GALLERY

Planning to pay the school a visit? Below are some of the lovely scenes you will experience.

Tengecha Boys High School

Also read:

KCPE 2002 ANSWERS, MARKING SCHEMES, FOR ALL SUBJECTS- OFFICIAL KNEC NEWSLETTER

KCPE-2002 NE WS LETTER MARKING S CHEMES
NUMBER MATHS ENGLISH KISWAHILI SCIENCE SST C.R.E I.R.E
1 C C B C B B B
2 B A C A A A A
3 C D B D C D D
4 B A B B D C C
5 D B B B C A A
6 A D B C B A A
7 C C C B D C C
8 A A A A A D D
9 B C A C C A A
10 D A C D B C C
11 B C D B D B B
12 C D C A C D D
13 B B D C A A A
14 C D B D B D D
15 D A B D C A A
16 C B B B A B B
17 C C C D A C C
18 D A C D B B B
19 D B C C C C C
20 A D B A D C C
21 C A C A A A A
22 A B A B B A A
23 D A C A C D D
24 B B B C D C C
25 A C B B A A A
26 D C C C B C C
27 D D D A C C C
28 B C D B D A A
29 B B A C A B B
30 A A D B B A A
31 C D C C C
32 A B A D D
33 C B B B A
34 A C C D B
35 C D A D C
36 D A A A D
37 A C A C A
38 D D C A B
39 A B C B A
40 B D C A C
41 B D C B D
42 D B C D A
43 D D C D B
44 B C B B D
45 C C B A C
46 A A B C A
47 B A C C D
48 D B B B
49 C A B C A
50 A D B A D
51 C
52 B
53 A
54 D
55 A
56 B
57 C
58 D
59 B
60 D

KCPE result slip download 2022 – Simplified Procedure

Examination Results Slips and Printouts / Download, Print KCPE Result Slip 2022

Each institution that registers candidates for the KNEC exams will receive a printed copy of its examination results printout and result slips, which will include the following information:

(1).The Institution’s Code and Name

This can be found on the upper left side of the printout. The Council uses the institution’s code, which is a one-of-a-kind number, to identify an examination center. When an institution communicates with KNEC, this is the number that should be utilized.

(2) Information on the candidates.

Below the institution’s name and code is a list of the candidates’ details. The candidate’s index number, examination year, gender, individual subject grades, and the mean grade are among the information provided.

Downloading instructions for the Kcpe 2021 result slips

Simply follow the instructions given below to gain access to all of the school’s result slips.

  • Go to the official KNEC schools’ portal at https://www.knec-portal.ac.ke/. You’ll notice a window below;
  • Now, choose ‘ON-LINE RESULT SLIP.’ The window shown below will open. To access the KNEC portal, enter your User Name (School Knec Code) and Password from the KCPE 2022 registration. As shown in the window below, click ‘Login.’
  • Once inside the portal, you’ll notice a number of boxes. First, in the box labeled ‘FROM INDEX,’ enter the index number of the first candidate (in full), and in the box labeled ‘TO INDEX NUMBER,’ enter the index number of the last candidate. ‘VIEW REPORT’ should be selected.
  • Hold on while the result slips load. When all of the slips have been loaded, select the ‘EXPORT’ menu option.
  • Choose the format in which you want to export the KCPE Result Slips, such as ‘WORD’ or ‘PDF.’
  • The KCPE Result Slips will be downloaded to your computer’s offline storage.
  • Finally, you can print the downloaded result slips.

TSC Services: How to get them, Cost and Time To wait

TSC Services: How to get them, Cost and Time To wait

Here is a list of all TSC Services, How to get them and costs:

S/N SERVICE (S) RENDERED OBLIGATION (S)/ REQUIREMENTS COST TIME FRAME
1. Service upon visit to TSC office Make enquiry Free 10 minutes
2. Response to correspondence Submit written enquiry Free within 14 days.
3. Registration           of Teachers Submit duly filled online application Ksh. 1000 Within 21 days
4. Teacher Recruitment Submit application against Advertised posts Free Acknowledgement within 14 days.

Interview results to be communicated within 7 days

5. Transfer of teachers Submit duly filled application form Free Acknowledgement within 14 days and communicate decision in 90 days.
6. Assignment of teachers  
i. Posting after recruitment Fill employment form Free Posting letter to be dispatched within 30 days
ii. Posting after leave Submit application 30 days before expiry of leave Free Within 7 days

 

 

S/N SERVICE (S) RENDERED OBLIGATION (S)/ REQUIREMENTS COST TIME FRAME
  iii. Appointment to administrative position Apply for advertised posts Free Acknowledge within 14 days and appoint successful candidate Within 30 days
7. Promotions
Competitive promotions Submit applications against advertised posts Free Within 70 days
Common cadre promotion Submit application 30days before due date Free 30 days
8. Discipline cases
i. Determination Submit defense statement within 21 days after interdiction Free Determine the case within 3 months after registration
ii. Review Submit application within 90 days from the date of the letter communicating decision Ksh. 2000 Within 3 months
9. Payment of salaries and uploading of pay slips Perform assigned duty Free By last day of the month

 

 

S/N SERVICE (S) RENDERED OBLIGATION (S)/ REQUIREMENTS COST TIME FRAME
10. Processing of benefits on exit from service

i.    compulsory retirement

Submit application on prescribed forms and attach specified documents at County/ Sub County offices   Within 1 month
ii.    voluntary early retirement,
iii.     resignation on marriage grounds
iv.    retirement on medical grounds
v.    Death gratuity
11. Complaint    Handling and Resolution Written complaint Free Within 7 days

 

Related News:

How you can contact TSC Kenya: Latest TSC News

How to check TSC Teacher Registration Application Status

TSC Employment Requirements, Guidelines

TSC Teacher Recruitment Portal

TSC transfers for teachers

TSC transfer application online portal and simplified

TSC posting, employment, letters for newly recruited teachers

TSC posting letters for teachers

TSC Latest guidelines on promotion and appointment of Teachers

Teachers Service CommissionTSC, effects common cadre promotions for teachers

TSC promotions advert application link

TSC discipline process for teachers; Interdiction, discipline cases and dismissals

TSC teacher discipline cases; Causes and how the disciplinary cases are handled

TSC: The process of interdicting and disciplining a teacher, what happens before, during and after interdiction of a teacher.

TSC teachers disciplinary and determination process

New TSC Teachers’ Salary scales

TSC pension for retired teachers; Requirements and how to calculate it.

TSC recruitment complaint procedure