AWI International Education Group AWI International Education Group
  • Home
  • Blog
    • About AWI
  • Programmes
    • Business
      • Diploma in Business (Level 7)
    • Computing
      • Diploma in CS and IT (Level 7)
    • Healthcare Administration
    • Project Management
  • Career Services
    • Career Plan
    • Job Search
    • Success stories
  • Student Guide
    • Aotearoa (New Zealand)
    • Pastoral Care
    • General Information
    • Important Links
  • Resources
  • Contact Us
  • Home
  • Blog
    • About AWI
  • Programmes
    • Business
      • Diploma in Business (Level 7)
    • Computing
      • Diploma in CS and IT (Level 7)
    • Healthcare Administration
    • Project Management
  • Career Services
    • Career Plan
    • Job Search
    • Success stories
  • Student Guide
    • Aotearoa (New Zealand)
    • Pastoral Care
    • General Information
    • Important Links
  • Resources
  • Contact Us

Blog

06 March

DC14 Assessment 2

  • Posted by Administrator
  • Categories Computer Science and IT

Task 1 
a) Analyse and explain five (5) advantages and five (5) disadvantages of time sharing and network operating systems along with their functions and working environment – 200 words minimum.
 (10 marks)
b) Evaluate traditional, mobile and cloud computing environments

Read More
15 February

PHP code

  • Posted by Administrator
  • Categories Computer Science and IT

/* The following code is used to connect the webpage to database and select records from a table */
<?php
$servername = “localhost”;
$username = “root”;
$password = “”;
$dbname = “your_database_name”;
// Create connection
$conn = new mysqli($servername, $username, $password, $dbname);
// Check connection
if ($conn->connect_error)

Read More
08 February

DCCN44 Assessment 2

  • Posted by Administrator
  • Categories Computer Science and IT

Task 1
a) Analyse the concept of Database Normalisation. Explain each form of normalisation with help of examples.
(5 marks)
b) Convert the given table into First Normal Form (1NF), Second Normal Form (2NF) and Third Normal Form (3NF) explaining

Read More
17 January

DC14 Assessment 1

  • Posted by Administrator
  • Categories Computer Science and IT

Task 1
Create a multi-user system for an organisation called ‘Itech’ with the following Operating systems:

Windows Server
Linux Client

Create a domain called Itech.com
Create 5 Active Directory users and 3 groups with the

Read More
09 January

DCCN44 – Assessment 1

  • Posted by Administrator
  • Categories Computer Science and IT

Click here to download DCCN44 A1

Read More

Search

Latest News

  • DC14 Assessment 2
  • PHP code
  • DCCN44 Assessment 2
  • DC14 Assessment 1
  • DCCN44 – Assessment 1

© Copyright 2017 | All rights reserved.