Skip to main content

Posts

Showing posts from December, 2012

NUMBER SYSTEM CONVERSATION

NUMBER SYSTEM CONVERSATION IN COMPUTER As a computer programmer, you need to know about the different numeral systems. In your computer works, there will be lots of times that you will be using numeral systems like the binary, hexadecimal and sometimes octal as well. Thus, it would be a great idea to know how to convert numbers from one numeral system to the other. The digits that all 4 numeral systems use are shown below : Decimal Binary Hexadecimal Octal 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 0 1 10 11 100 101 110 111 1000 1001 1010 1011 1100 1101 1110 1111 10000 0 1 2 3 4 5 6 7 8 9 A B C D E F 10 0 1 2 3 4 5 6 7 10 11 12 13 14 15 16 17 20 Conver...

Importent Points for System Analysis And Design

              ELEMENTS OF SYSTEM ANALYSIS AND DESIGN Topic 1 : Overview of System Analysis and Design Topic 2 : Project Selection Topic 3 : Feasibility Study Topic 4 : System Req. Spec. and Analysis Topic 1 : Structured System Design Topic 2 : Input Design Control Topic 3 : Output System Design Topic 4 : File and Database Design Topic 1 : System Development Topic 2 : System Control and Quality Assurance Topic 3 : Documentation Topic 4 : System Implementation Topic 1 : Introduction to MIS Topic 2 : The Technology Component Topic 3 : The Organisational Impact of MIS Topic 4 : Building Management Information System Case A : Info. System Planning Case B : Preparing for Systems Planning Case C : System Analysis Completion Case D : System Design Proposal Case E : Evaluation and Selection of Systems Case F : Implementation Plan and Activities Topic 1 : The Analyst as a Professional Topic 2 : Human Computer Interaction Topic 3 :...