BTEC FPT International College: Programming Assignment, Summaries of Information Systems

A btec level 4 hnd diploma in computing assignment for the programming unit. It was submitted by the student nguyen trinh anh tuan from the it05102 class, and supervised by nguyen hoang anh vu. The assignment covers the purpose and types of dns, including explanations on how domain names are organized and managed, as well as the purpose and relationships between communication protocols, server hardware, operating systems, and web server software with regards to designing, publishing, and accessing a website. A detailed understanding of the technical aspects involved in website development and management.

Typology: Summaries

2015/2016

Uploaded on 10/06/2022

DENNNNNN33333
DENNNNNN33333 🇻🇳

9 documents

1 / 13

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
BTEC FPT INTERNATIONAL COLLEGE
INFORMATION TECHNOLOGY
ASSIGNMENT 2
UNIT: PROGRAMMING
STUDENT : NGUYEN TRINH ANH TUAN
CLASS : IT05102
STUDENT ID : BD00096
SUPERVISOR : NGUYEN HOANG ANH VU
DANANG,AUGUST 2022
pf3
pf4
pf5
pf8
pf9
pfa
pfd

Partial preview of the text

Download BTEC FPT International College: Programming Assignment and more Summaries Information Systems in PDF only on Docsity!

BTEC FPT INTERNATIONAL COLLEGE

INFORMATION TECHNOLOGY

ASSIGNMENT 2

UNIT: PROGRAMMING

STUDENT : NGUYEN TRINH ANH TUAN

CLASS : IT0510 2

STUDENT ID : BD

SUPERVISOR : NGUYEN HOANG ANH VU

DANANG,AUGUST 2022

ASSIGNMENT 1 FRONT SHEET

Qualification BTEC Level 4 HND Diploma in computing Unit number and title Unit: Programming Submission date Date received (1st submission) Re-submission date Date received (2nd submission) Student name

NGUYEN TRINH

ANH TUAN

Student ID

BD

Class

IT

Assessor name Nguyen Hoang Anh Vu Student declaration I certify that the assignment submission is entirely my own work and I fully understand the consequences of plagiarism. I understand that making a false declaration is a form of malpractice. Student’s signature: NGUYEN TRINH ANH TUAN i

Internal Verifier’s Comments: Signature & Date: ACKNOWLEDGMENTS First of all, I would like to thank my teacher Nguyen Hoang Anh Vu for always supporting me in my studies and research, for my patience, motivation, enthusiasm and rich knowledge. His enthusiastic guidance has helped me throughout the time of researching and writing this thesis. Without your wonderful help, I would not have been able to achieve this. Besides the teacher, I would like to thank the friends who helped me improve my subject knowledge. Not only that, they are always there to support me when I need it. And besides, I would like to thank the school for creating all conditions for me to have all the facilities to help me complete my work well. Finally, I would like to thank my family: my parents, who gave birth to me from the beginning and always supported me mentally. They are always behind to care and give me more motivation to do well. i

Declaration of the learner I verify that the work I've submitted for this assignment is all my own, and that all research sources have been properly credited. Signature of the student: student: Date: TUAN

ASSURANCE

I declare that this is my work, based on my research, and that I have recognized all materials and sources utilized in its production, including books, papers, reports, lecture notes, and any other type of document, electronic or personal communication. I further declare that I have not previously submitted this assignment for assessment in any other unit, except where explicit permission has been granted by all unit coordinators involved, or at any other time in this unit, and that I have not duplicated or stolen ideas from the work of others in any way. i

LIST OF TABLES AND FIGURES

  • 2.Determine the steps taken from writing code to execute. (M1)...........
    • CRITICAL EVALUATION..........................................................................
    • CONCLUSION........................................................................................
  • REFERENCES............................................................................................
  • Figure 1 algorithm......................................................................................
  • Figure 2: put the rice in the pot.................................................................
  • Figure 3 put water in rice wash rice...........................................................
  • Figure 4 put the song in the pot................................................................
  • Figure 5 plug in power...............................................................................
  • Figure 6 algorithm......................................................................................
  • Figure 7 flow chart.....................................................................................
  • Figure 8 flow chart lamp............................................................................
  • Figure 9 flow chart Cook rice.....................................................................
  • Figure 10 average score algorithm............................................................
  • Figure 11 analysis....................................................................................
  • Figure 12 find a solution..........................................................................
  • Figure 13 design......................................................................................
  • Figure 14 code.........................................................................................
  • Figure 15 bug...........................................................................................
  • Figure 16 Testing.....................................................................................
  • Figure 17 Source code.............................................................................
  • Figure 18 bug...........................................................................................
  • Figure 19 run the program.......................................................................
  • Figure 20 communication language c#...................................................
  • Figure 21 flow chart student score chart.................................................
  • Figure 22 code........................................................................................
  • Figure 23 Fix bug.....................................................................................
  • Figure 24 run function program 1............................................................
  • Figure 25 run function program 3............................................................
  • Figure 26 run function program 4............................................................

B. CONTENT I. IDENTIFY THE PURPOSE AND TYPES OF DNS, INCLUDING EXPLANATIONS ON HOW DOMAIN NAMES ARE ORGANISED AND MANAGED (P1)

- Website. Website, also known as website, is a collection of sub-sites, including text, images, videos, flash, etc. WEBSITE is only located in a domain name or subdomain hosted on servers running online on the World Wide transmission of the Internet. - How the website works? To easily visualize how a website works, you can refer to the diagram below (as if the website is installed on a separate server). First, the user enters the browser an address of the form: https://hocban.vn, actually you just need to type "lapo.vn" and the browser will understand and change it to the link above. The browser sends a request to the DNS server. The DNS system returns the results of the domain name analysis in the sent link, which is lapo.vn, it has a server address of 210.212.143.153 (this is already assigned at registration, the DNS server just needs to remember). After receiving the IP address - where to get the data, the browser will find the received IP address - the server containing the website content. The web server receives the request to retrieve the website content and it sends a set of files including HTML, CSS , other multimedia files such as audio, images (if any) to the browser; i

The browser "translates" the files that the server has sent into the web page we see on the screen.

- Domain Name System What is domain name? A domain name is the name of a website operating on the internet, acting as a static, fixed address. Just like your home address or zip code helps satellite routers navigate your goods, a browser needs a domain name to navigate to your website (web server). o How the domain names are organised and managed? The operator of the domain name organization is responsible for maintaining administrative data for top-level domains or lower-level domains. This unit is licensed to operate through ICANN. The domain management organization will have the authority to manage the top-level domains, and each organization manages the administrative data for its own domain names. The management includes container files that contain nameserver addresses and information about domain name registrants. Domain name organizations need to define requirements for the registration of private domain names so that they can use their domain extensions. Example to help you understand what a domain name registrar is: Some TLDs require the domain name registrant to be located in a certain country, etc. Sometimes the domain name registrar will enforce certain conditions. service terms for domain names that do not comply with the above provisions. o What is Domain Name System? o Purpose and type of DNS i

i