Jump to content

Zuda

Members
  • Content Count

    2
  • Donations

    $0.00 
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Zuda

  • Rank
    Newbie
  1. Learn assembly language which is closer to the machine and built up on other Languages ,especially C++.
  2. This is a relational database with several querys . If you have not been taught about relating several attributes assinging primary keys you will be in trouble big time.Software engineering entails as thus: 1) Define the problem (Question) 2) Analysis 3)Indentify alternative solutions 4)Evalute solution 5)Select best alertnative solution 6)Implement solution 7)Testing (recurring ) 8)Maintanance 9)Documentation Marks are given on these steps ,not coding which is the last thing a rubric by exam markers . On databases it is normalisation to avoid duplication by indefiying attributes ..Metaphor is :programming with algorithms , Pseudocode ,dry run and data testing which are given full marks ,coding again comes last.This approach is universal on writing good programs.Programming is not software engineering ,but part of the steps deducing the specification.
×