Info you need for server install guide- Level of depth - Servers Roles - Groups - Technical specs- Target audience - Knowledge level - Demographic- Pictures - Size - Number- Style guide - Formatting - Presentation Verbal interview record formQuestionaries Q1. What features to be explained in user manual? Q2. Which group of people are going to be trained by this manual? Q3. What is the technical ..
e.g. element creates a table. table row The element adds rows to a table. table detail To add data to a row, you can use the element. table head Table headings clarify the meaning of data. Headings are added with the element. td colspan="2" Table data can span columns using the colspan attribute., td rowspan="2" Table data can span rows using the rowspan attribute. thead, tbody, tfoot Tables can..
Privacy - personal/ physical - right to be alone - to protect dignity - to be free of exessive surveilance - personal informaiton - some control over how this information is handled - identifies who you are - address, medical records, bank details, passport, driver's licence, tax file, medicare - could e used to identify you - preferences, locations, contacts, description of apprearance. - priva..
// Woongyeol_choi // P453075 // 25/08/2017 // AT1.2_Q4 using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Woongyeol_Choi_p453075_AT1._2_Q4 { public partial class Form1 : Form { public Form1() { InitializeComponent(); } privat..
Networking. 3 newwork and hopping between routers. 3 local network - 192.168.101.0, 192.168.201.0, 192.168.250.0 Nearest hop From 192.168.101.0 to 192.168.201.0 - hop 192.168.201.0 255.255.255.0 192.168.50.2 From 192.168.101.0 to 192.168.250.0 - hop 192.168.250.0 255.255.255.0 192.168.50.2 From 192.168.201.0 to 192.168.101.0 - hop 192.168.101.0 255.255.255.0 192.168.50.1 From 192.168.201.0 to 19..
192.2.7.121/7 IP address in IPv4 11000000.00000010.00000111.01111001 IP address in binary 11111110.00000000.00000000.00000000 Subnet mask in binary 11000000.00000000.00000000.00000000 AND gate IP address and Subnet mask - NID (Network ID) 192.0.0.0/7 NID in IPv4 Install a server 2012R2 ADDC (Active directory domain controler) DNS (Domain name service) DHCP (Dynamic host control process) Hyper-v ..
Active listening, Verifying (checking) https://goo.gl/ayNqne survey monkey 25% of verbal, 75% of non-verbal (eye contact, face the speaker, encourage the speaker and feedback, sit/ stand straight) cause IT industry is facing customer. categorise the requirements - functional - what it needs to do - technical what are the specifications needed - operational - how will it work, how will it be used..
pwd outputs the name of the current working directory. ls lists all files and directories in the working directory. cd switches you into the directory you specify. mkdir creates a new directory in the working directory. touch creates a new file inside the working directory.
Windows forms application. e.g. fizzbuzz // Woongyeol_choi // P453075 // 18/08/2017 // pizzbuzz using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Woongyeol_choi_p453075_windowsformsapp { public partial class Form1 : Form { p..