Posts

Showing posts from February, 2026

Calculatior

Image
  PSEUDOCODE BEGIN      DISPLAY  " Hello Daddy, what shape are you solving today "    READ shape    DISPLAY "What is the length of tile?"    READ tilewidth    DISPLAY "What is the width of tile?"    READ tilelength    DISPLAY "What is the length of the room?"    READ floorwidth    DISPLAY "What is the width of the room?"    READ floorlength      // Calculate tile area    SET tile = length1 * width1      // Calculate floor area    SET floor = length2 * width2      // Calculate total tiles needed    SET Total = floor / tile      DISPLAY    “floor area”    = “ +    total    +    “ m 2 ”   END FLOWCHART  JAVA CODE import  java.util.Scanner; public class  Tilecalculator{      public static void  main(S...

Computer programming Assignment.

Image
INSTITUTE OF PUBLIC ADMINISTRATION AND MANAGEMENT (IPAM)  Computer Programming. MODULE CODE : DIT111.                     DEPARTMENT : Information System. YEAR One  LECTURER : Mr Kanu.              NAME OF STUDENT : Abdulraman Vandi.            ASSIGNMENT Topics 1. Milestones of computing and programming languages 2. The various software development paradigms 1. Milestones of computing and  programming languages The milestones of computing show a clear evolution from manual calculation to intelligent systems, while programming languages evolved from machine-dependent binary code to human-friendly, powerful languages that drive today’s digital world. The figure below shows how different programming languages evolved from the first generation which was machine- dependent to human- friendly. Generation of programming languages PROGRAMMING LANGUAGES  ...