Skip to main content

Posts

Showing posts from July, 2018

Fupre Pre Degree Programme (Basic Studies)

A n alternative to direct entry through Jamb is Pre-Degree, of course no one can guarantee you admission through the programme but some have tried it and it has worked for them.

Fupre Admission Requirements For All Courses

This article provides information on the necessary requirements and qualifications required for admission into various programmes in the Federal University of Petroleum Resources Effurun FUPRE.

Courses Offered In Fupre

This article contains a list of all courses offered in the federal university of petroleum resources Effurun (FUPRE) and some links for more information on the courses.

Fupre Cut Off Mark For All Courses

This article contains information on the various departments in fupre and their required cut off mark for admission.

A Quick Introduction to QBasic

QBasic is short for Quick Beginners All purpose Symbolic Instruction Code.  QBasic is an IDE complier and interpreter for a variety of the BASIC programming language (such as GWBasic, Visual Basic, etc) which is based on QuickBASIC. QBasic is a high level programming language that allows us use English-like words and mathematical symbols to create programs. Features of QBasic:   It is simple and easy to learn. It automatically checks synthax (in case of errors).  It has dynamic program debugging ability.  It supports local and global variables.  It automatically capitalizes the reserved keywords.  It interprets statements of a program one at a time to the CPU. It permits user to break lengthy programs into modules (that can be referenced or linked). The IDE made its first appearance in 1991. It was founded by Tom Kurtz and John George Kemeny of Dartmouth college. And Microsoft is known to be the developer. QBasic can run under nearly all versions of DOS and 32-bit ve