Overblog
Suivre ce blog Administration + Créer mon blog

Top articles

  • DOSSIERS TRAITES A LA SOUS- DIRECTION DES PERSONNELS DU MINESEC.

    12 juillet 2013

    1 Dossier d'intégration ENS/ENSET Demande d'intégrations timbrées Copies d'acte de naissance lisibles Extrait du cassier Judiciaire 2 Fiches de renseignements avec photos 2 Copies du Diplôme de base (BACC. BTS, Licence) 2 Copies du Diplôme Professionnel...

  • Me in School (PCHS)

    11 juillet 2013 ( #PHOTO ALBUM )

    A data processing class a theory class with projector Une ptite séance de recherche My students the last day of the GCE Me and individual students

  • C-programming Lab Manual. For CSC A/L

    25 septembre 2014 ( #Lesson notes )

    The manual contain many activity for self learning. Very good tool for students who can follow the steps and practice C-programming without any intervension, useful for teachers and students while carrying out practical class in the Lab The manual is...

  • Topic algorithm strategies (for Comp. Sc. A/L)

    20 décembre 2013 ( #Lesson notes )

    Learning objectives After studying this chapter, student should be able to: To be able to define the concept of recursion as a programming strategy distinct from other forms of algorithmic decomposition. Define procedural programming techniques and its...

  • PCHS Special mock dec 2014 paper 1 & solution(A/L)

    10 décembre 2014 ( #questions )

    1. ................ is concerned with the way the hardware components operate to form computer system. Computer organization (C) Computer architecture (B) Computer design (D) Computer implementation The ____________ memory access time is less than the...

  • Computer science handout for CAP industrial

    15 avril 2016 ( #Lesson notes )

    COMPUTER SCIENCE HANDOUT FOR CAP INDUSTRIAL Well sumarized notes with sample questions. Table of Contents CHAP 1: COMPUTER BASICS 3 I. DEFINITION 3 II........................................... ADVANTAGE OF COMPUTER 3 III. LIMITATION OF COMPUTER 3 IV....

  • Computational complexity (updated) A/L computer science

    02 décembre 2014 ( #Lesson notes )

    Computational complexity (updated) A/L Computer science The theory of computation is the branch that deals with how efficiently problems can be solved on a model of computation , using an algorithm . The field is divided into three major branches: automata...

  • Correction Premock Oct 2013. Paper 1, 2 & 3 CS A/L(PCHS)

    24 novembre 2013 ( #questions )

    These are the marking guide of the three Premock questions paper computer science A/Level, downloadable in PDF format. Register to the newsletter to be informed by mail for any update for this blog. Question papers can be downloaded by clicking on the...

  • Special GCE Mock 14 & 15 Feb 2014

    16 février 2014 ( #questions )

    This is the question paper organize by the computer science department of PCHS (Progressive Comprehensive High School) Bamenda the 14 and 15 February 2014. For the solution you can send an email to dzplacide@gmail.com , or wait so that it can be published...

  • Backup your phone contacts

    30 novembre 2013

    Cliquez pour télécharger... / Click to download... - MobileBackup-2.0.jar votre téléphone doit supporter les applications java Enfin fini les tracasseries de sauvegarde des repertoires avec MTN et ORANGE. Avec cet application Java sauvegarder vos contact...

  • Algorithm design and strategies (updated) Computer science A/L

    02 décembre 2014 ( #Lesson notes )

    A study of algorithms has come to be recognized as the cornerstone of computer science, ant it becomes a necessity to study the various strategies and techniques in order to choose the most appropriate while solving a problem. Algorithm design techniques...

  • PCHS Secial mock dec 2014 Paper 2

    15 décembre 2014 ( #questions )

    SPECIAL MOCK GCE EXAMINATIONS DECEMBER 2014 ADVANCED LEVEL TIME ALLOWED: 2 hours INSTRUCTIONS This Question Booklet is your question paper. Do not write anything therein apart from your name and candidate number This Question Booklet contains nine questions....

  • Database design and implementation (updated) comp Sc. A/L

    16 décembre 2014 ( #Lesson notes )

    T he term database refers to a collection of related data from which the users can efficiently retrieve the desired information. In addition to the storage and retrieval of data, certain other operations can also be performed on a database. These operations...

  • COMPUTER NETWORK & DATA COMMUNUCATION

    28 janvier 2015 ( #Lesson notes )

    Today computer is available in many offices and homes and therefore there is a need to share data and programs among various computers. With the advancement of data communication facilities the communication between computers has increased and thus it...

  • Chap 1: Software Development Life Cycle (Level 5 IPS)

    10 novembre 2015 ( #Post A-Level )

    I. INTRODUCTION TO SDLC software is a collection of instructions that enable the user to interact with a computer, its hardware, or perform tasks. Without software, computers would be useless. A software life cycle model (also called process model) is...

  • Specifications of a computer

    08 novembre 2015 ( #Lesson notes )

    SUMMARY The specification is a list of the key components that make up the computer. It is provided by retailers to help buyers decide which PC, and which combination of features, they need. When buying a PC, it is important to start by deciding what...

  • Requirement Analysis and specification (Level 5. IPS)

    11 novembre 2015 ( #Post A-Level )

    WHAT IS REQUIREMENTS? I.1 Some definitions The requirements describe the raison d’être of a system. They express the ideas that should be taken into consideration by a system. So simply a requirement is a capability that the system must deliver or a condition...

  • Special mock dec 2014 Comp Sc. Paper 3 (practical A/L)

    16 décembre 2014 ( #questions )

    INSTRUCTIONS A folder should be created on the desktop carrying your name. All of your files should be saved in that folder. Only the extension .c is accepted for any c program file and .docx for any word processor document. TASK A: Understanding a program...

  • Operating system (updated)

    25 novembre 2014 ( #Lesson notes )

    Modern general-purpose computers, including personal computers and mainframes, have an operating system to run other programs, such as application software. An operating system act as an intermediary between the user of a computer and computer hardware....

  • Data structures (updated) Advanced Level CSC

    25 novembre 2014 ( #Lesson notes )

    The primary purpose of most computer programs is to store and retrieve data rather than to perform calculations. There are many different ways to organize data for storage and retrieval, and each type of organization is well suited to solving certain...

  • Pre-mock October 2014 paper 1 & 2 computer science. PCHS

    29 octobre 2014 ( #questions )

    PREMOCK GCE EXAMINATIONS OCTOBER 2014 ADVANCED LEVEL Computer Science 795 Paper N° 1 & 2 DZEUGANG Placide 795 COMPUTER SCIENCE 1 & 2 TIME ALLOWED: 120 MINUTES INTRUCTIONS TO CANDIDATES The paper consists of two parts: Part 1 and Part 2 Part 1 consists...

  • Computer architecture (updated)

    29 octobre 2014 ( #Lesson notes )

    Just as buildings, each computer has a visible structure, referred to as its architecture. The architecture of a building can be examined at various levels of detail, namely, the number of stories, the size of the rooms, the details of door and window...

  • Logic gate and Boolean algebra (updated)

    27 septembre 2014 ( #Lesson notes )

    We are familiar with the arithmetic operators add (+), subtract (-), multiply (x) and divide (/) which operate n numbers. Apart from these arithmetic operators, we can define logical operators which operate on what we called truth values. A truth value...

  • Number system & bynary arithmetic (updated)

    27 septembre 2014 ( #Lesson notes )

    Since the early days of human civilization, people have been using their fingers, sticks and other things for counting. As daily activities became more complex, the numbers became more important in trade, time and distance, and in all other spheres of...

  • proposition of solution paper 1 & 2 pchs mock 2014 cs

    22 avril 2014 ( #questions )

    Click on the links below to download my proposition of the solution of the school mock in PCHS Bamenda for computer Science A/L. Answers may vary from one person to another but the idea should remain the same. to download the question paper, you can click...

1 2 3 4 > >>