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..
subnet mask 11111111.11111111.11111100.00000000 1024 - 2 = 1022 11111111.11111111.11111110.00000000 512 - 2 = 510 11111111.11111111.11111111.00000000 256 - 2 = 254 11111111.11111111.11111111.10000000 128 - 2 = 126 11111111.11111111.11111111.11000000 64 - 2 = 62 less user means more secure Server ADDC active directory domain contoler DNS 192.168.32.1/24 192.168.32 (Forwarder) 32.168.192 (Reverser..
position: static, relative, absolute, fixed; The position property allows you to specify the position of an element in three different ways. the standard is default position, when we use ralative When set to relative, an element's position is relative to its default position on the page. don't move regardness of anything When set to absolute, an element's position can be pinned to any part of th..
Client information gathering - interview - one on one more detailed/ precise information - Survey - many respondents large response, good for measuring trends or statistics. - Observation - accurate information about normal behavior. Not affected by personal bias Good Grammer - puntuation, spelling, capitalisation, Clear purpose - what is it for. Identified target audience - who is it for. - ite..
when width is 100, pending and border thickness is add to original width. so make it wider. In the default box model, box dimensions are affected by border thickness and padding. box-sizing will automatically adjust size. e.g. box-sizing: border-box; The box-sizing property controls the box model used by the browser. with any setting, it will keep the content's box size The default value of the ..