\documentclass[10pt,a4paper]{article}

% Packages
\usepackage{fancyhdr}           % For header and footer
\usepackage{multicol}           % Allows multicols in tables
\usepackage{tabularx}           % Intelligent column widths
\usepackage{tabulary}           % Used in header and footer
\usepackage{hhline}             % Border under tables
\usepackage{graphicx}           % For images
\usepackage{xcolor}             % For hex colours
%\usepackage[utf8x]{inputenc}    % For unicode character support
\usepackage[T1]{fontenc}        % Without this we get weird character replacements
\usepackage{colortbl}           % For coloured tables
\usepackage{setspace}           % For line height
\usepackage{lastpage}           % Needed for total page number
\usepackage{seqsplit}           % Splits long words.
%\usepackage{opensans}          % Can't make this work so far. Shame. Would be lovely.
\usepackage[normalem]{ulem}     % For underlining links
% Most of the following are not required for the majority
% of cheat sheets but are needed for some symbol support.
\usepackage{amsmath}            % Symbols
\usepackage{MnSymbol}           % Symbols
\usepackage{wasysym}            % Symbols
%\usepackage[english,german,french,spanish,italian]{babel}              % Languages

% Document Info
\author{jrolando}
\pdfinfo{
  /Title (cts.pdf)
  /Creator (Cheatography)
  /Author (jrolando)
  /Subject (CTS Cheat Sheet)
}

% Lengths and widths
\addtolength{\textwidth}{6cm}
\addtolength{\textheight}{-1cm}
\addtolength{\hoffset}{-3cm}
\addtolength{\voffset}{-2cm}
\setlength{\tabcolsep}{0.2cm} % Space between columns
\setlength{\headsep}{-12pt} % Reduce space between header and content
\setlength{\headheight}{85pt} % If less, LaTeX automatically increases it
\renewcommand{\footrulewidth}{0pt} % Remove footer line
\renewcommand{\headrulewidth}{0pt} % Remove header line
\renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit
% This two commands together give roughly
% the right line height in the tables
\renewcommand{\arraystretch}{1.3}
\onehalfspacing

% Commands
\newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour
\newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols
\newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns
\newcommand{\tn}{\tabularnewline} % Required as custom column type in use

% Font and Colours
\definecolor{HeadBackground}{HTML}{333333}
\definecolor{FootBackground}{HTML}{666666}
\definecolor{TextColor}{HTML}{333333}
\definecolor{DarkBackground}{HTML}{D90000}
\definecolor{LightBackground}{HTML}{FCEFEF}
\renewcommand{\familydefault}{\sfdefault}
\color{TextColor}

% Header and Footer
\pagestyle{fancy}
\fancyhead{} % Set header to blank
\fancyfoot{} % Set footer to blank
\fancyhead[L]{
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{C}
    \SetRowColor{DarkBackground}
    \vspace{-7pt}
    {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent
        \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}}
    }
\end{tabulary}
\columnbreak
\begin{tabulary}{11cm}{L}
    \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{CTS Cheat Sheet}}}} \\
    \normalsize{by \textcolor{DarkBackground}{jrolando} via \textcolor{DarkBackground}{\uline{cheatography.com/198641/cs/42057/}}}
\end{tabulary}
\end{multicols}}

\fancyfoot[L]{ \footnotesize
\noindent
\begin{multicols}{3}
\begin{tabulary}{5.8cm}{LL}
  \SetRowColor{FootBackground}
  \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}}  \\
  \vspace{-2pt}jrolando \\
  \uline{cheatography.com/jrolando} \\
  \end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}}  \\
   \vspace{-2pt}Published 14th January, 2024.\\
   Updated 20th January, 2024.\\
   Page {\thepage} of \pageref{LastPage}.
\end{tabulary}
\vfill
\columnbreak
\begin{tabulary}{5.8cm}{L}
  \SetRowColor{FootBackground}
  \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}}  \\
  \SetRowColor{white}
  \vspace{-5pt}
  %\includegraphics[width=48px,height=48px]{dave.jpeg}
  Measure your website readability!\\
  www.readability-score.com
\end{tabulary}
\end{multicols}}




\begin{document}
\raggedright
\raggedcolumns

% Set font size to small. Switch to any value
% from this page to resize cheat sheet text:
% www.emerson.emory.edu/services/latex/latex_169.html
\footnotesize % Small font.

\begin{multicols*}{2}

\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Process for AV Project Delivery}}  \tn
% Row 0
\SetRowColor{LightBackground}
Consultant-Led Design-Bid-Build & AV Designer is contracted to consultant and both are responsible for Design \tn 
% Row Count 4 (+ 4)
% Row 1
\SetRowColor{white}
Integrator-Led Design-Build & AV integrator is responsible for Design and Installation of of AV and is contracted to Architect for design and to GC for install \tn 
% Row Count 11 (+ 7)
% Row 2
\SetRowColor{LightBackground}
Consultant-Led Design-Build & AV consultant provides program/project management while Integrator provides designs and installation \tn 
% Row Count 16 (+ 5)
% Row 3
\SetRowColor{white}
\seqsplit{Consultant/Integrator} Team Design-Build & AV Consultant and Integrator are contracted as single entity and work together though they are seperate buisness entities \tn 
% Row Count 23 (+ 7)
% Row 4
\SetRowColor{LightBackground}
Owner Furnished \seqsplit{Equipment/Integrator} Installed & owner supplied equipment, Integrator installed \tn 
% Row Count 26 (+ 3)
% Row 5
\SetRowColor{white}
Owner Furnished Equipment/Owner Installed & owner supplied equipment and owner installed \tn 
% Row Count 29 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{4 cm} x{4 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Program phase steps}}  \tn
% Row 0
\SetRowColor{LightBackground}
1. Review existing documents and facilities & Architectural, Organiztional, Technical documents \tn 
% Row Count 3 (+ 3)
% Row 1
\SetRowColor{white}
2. Benchmark comparable facilities & Visit other facilities \tn 
% Row Count 5 (+ 2)
% Row 2
\SetRowColor{LightBackground}
3. Conduct program meetings & reveal what a system currently does, what it needs to, and what people wnat it to do \tn 
% Row Count 10 (+ 5)
% Row 3
\SetRowColor{white}
4. Write program report & report containing user needs and a \seqsplit{conceptual/functional} system description as well as impact it will have on existing spaces \tn 
% Row Count 17 (+ 7)
% Row 4
\SetRowColor{LightBackground}
5.Distribute program report & owner, end users, IT, architects, construction manager, GC, integrators, cost estimators, \tn 
% Row Count 22 (+ 5)
% Row 5
\SetRowColor{white}
6. Approve the program report & formally approved report becomes basis for the design \tn 
% Row Count 25 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{3.36 cm} x{4.64 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Program report contents}}  \tn
% Row 0
\SetRowColor{LightBackground}
executive summary & brief overview of entire document \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
systems descriptions & description of each type of system \tn 
% Row Count 4 (+ 2)
% Row 2
\SetRowColor{LightBackground}
infrastructure considerations & impact to lighting, electrical, mechanical, acoustical, data/telecom, structural, architectural, interior, budget impacts \tn 
% Row Count 10 (+ 6)
% Row 3
\SetRowColor{white}
Special Issues & major obstacles, schedule issues, specific options for specific spaces \tn 
% Row Count 14 (+ 4)
% Row 4
\SetRowColor{LightBackground}
Preliminary budget and terms & Estimate of cost \tn 
% Row Count 16 (+ 2)
% Row 5
\SetRowColor{white}
breakdown of probable cost & basic breakdown of costs of rooms or equipment \tn 
% Row Count 18 (+ 2)
% Row 6
\SetRowColor{LightBackground}
additional costs & labor, equipment, taxes, markup, contingencies \tn 
% Row Count 20 (+ 2)
% Row 7
\SetRowColor{white}
\mymulticolumn{2}{x{8.4cm}}{operational staff expertise required} \tn 
% Row Count 21 (+ 1)
% Row 8
\SetRowColor{LightBackground}
\mymulticolumn{2}{x{8.4cm}}{maintenance budget and life cyle expectations} \tn 
% Row Count 22 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Key elements of a Project}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Scope:}} what is being done} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Time:}} Effort and Duration} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Cost:}} Labor and Equipment} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Quality:}} Ensuring performance meets expectations} \tn 
% Row Count 5 (+ 2)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Risk:}} Threats, Opportunities, and Response Strats} \tn 
% Row Count 7 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Needs analysis steps}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{1. Talk to stakeholders} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{2. Review exisiting documents3} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{3. Site survey} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{4. Conduct program meetings} \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{5. Write program report.} \tn 
% Row Count 5 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Two Envelope Bid Method}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{1. Create Request for Qualifactions (RFQ) and Request for Proposal (RFP)} \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{2. Target potential providers} \tn 
% Row Count 3 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{3. send out RFP/RFQ to potential providers} \tn 
% Row Count 4 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{4. Review Qualifications response {\bf{{\emph{without}}}} opening proposal and create "short list"} \tn 
% Row Count 6 (+ 2)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{5. interview "short list" and rank them} \tn 
% Row Count 7 (+ 1)
% Row 5
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{6. Open proposal for the higest ranked provider and if fee is within range, they win the bid} \tn 
% Row Count 9 (+ 2)
% Row 6
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{7. If fee is too high move on to the next highest ranked provider until one falls within budget.} \tn 
% Row Count 11 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Qualification based selection}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{1. Create Request fo Qualifications (RFQ)} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{2. Target potential providers} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{3. send out RFQ to potential providers} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{4. Read responses and create "short list" of 3-5 providers} \tn 
% Row Count 5 (+ 2)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{5. Interview "short list" and rank them} \tn 
% Row Count 6 (+ 1)
% Row 5
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{6. Negotiate with highest-ranking firm for project fee} \tn 
% Row Count 8 (+ 2)
% Row 6
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{7. If acceptable fee and scope cannot be established move to next provider} \tn 
% Row Count 10 (+ 2)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Method selection chart}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705174123_project schedule method selection chart.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{3.12 cm} x{4.88 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Types of Drawings}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{Plan Drawing}} & Top view floor plan \tn 
% Row Count 2 (+ 2)
% Row 1
\SetRowColor{white}
{\bf{Schematic Layout}} & Shows relationships between objects. Often not to scale \tn 
% Row Count 5 (+ 3)
% Row 2
\SetRowColor{LightBackground}
{\bf{Section Cut Flag}} & Shows which section drawing to look at \tn 
% Row Count 7 (+ 2)
% Row 3
\SetRowColor{white}
{\bf{Architectural drawings}} & As-built drawings or design for project in progress \tn 
% Row Count 10 (+ 3)
% Row 4
\SetRowColor{LightBackground}
{\bf{Reflected Ceiling}} & Shows the elements in the veiling \tn 
% Row Count 12 (+ 2)
% Row 5
\SetRowColor{white}
{\bf{Elevation}} & View of a space from the front, back, or side \tn 
% Row Count 14 (+ 2)
% Row 6
\SetRowColor{LightBackground}
{\bf{Section}} & View of an interior in the vertical plane \tn 
% Row Count 16 (+ 2)
% Row 7
\SetRowColor{white}
{\bf{Detail}} & Depicts small items that need to be enlaged  to show how to install \tn 
% Row Count 19 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Reactance}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{Depends {\bf{Capacitance}} and {\bf{Inductance}}% Row Count 1 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Voltage levels}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705193400_voltage.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{p{0.76 cm} x{3.42 cm} x{3.42 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Cables/Termination}}  \tn
% Row 0
\SetRowColor{LightBackground}
Fiber & ST, LC, SC connectors; single or multimode & 30km range, 40 Gbps \tn 
% Row Count 3 (+ 3)
% Row 1
\SetRowColor{white}
\seqsplit{Ethernet} & 8p8c or RJ4, bidirectional & 1gb at 300ft, 10gb at 150ft \tn 
% Row Count 5 (+ 2)
% Row 2
\SetRowColor{LightBackground}
RS232 & DB-9 connector, bi directional, unbalanced & 50ft, 20kps, 2 devices \tn 
% Row Count 8 (+ 3)
% Row 3
\SetRowColor{white}
RS422 & DB-9/DB-25 Connector, balanced & 4000ft up to 10 devices, 10Mbit/s \tn 
% Row Count 10 (+ 2)
% Row 4
\SetRowColor{LightBackground}
RS485 & 5 pin xlr, bi directional & 32 devices or 256 using DMX, 4000ft 10Mbit/s \tn 
% Row Count 13 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Fiber connectors}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705285677_fiber connectors.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{OSI}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705194628_OSI pyramid.png}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{OSI}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705194725_OSI 2.png}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Lighting}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705768866_illuminance.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Stages of a Construction project}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{1. Programming} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{2. Building} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{3. AV bid} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{4. Move-in} \tn 
% Row Count 4 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Work Breakdown Structre}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705180942_WBS example.jpg}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Program phase}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705195957_program phase.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{AV process overview}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705175949_av process pt 1.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{AV process overview pt 2}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705176020_av process pt 2.PNG}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Logic network}}  \tn
\SetRowColor{LightBackground}
\mymulticolumn{1}{p{8.4cm}}{\vspace{1px}\centerline{\includegraphics[width=5.1cm]{/web/www.cheatography.com/public/uploads/jrolando_1705180541_logic network example.png}}} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{2.32 cm} x{5.68 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Four Teams of Project Management}}  \tn
% Row 0
\SetRowColor{LightBackground}
{\bf{Owner}} & End-User, Facility Manager, AV Technology Manager, Building Committee, Buyer, Contract Rep \tn 
% Row Count 4 (+ 4)
% Row 1
\SetRowColor{white}
{\bf{Design}} & Architect, AV Designer, Interior Designer, most Consultants \tn 
% Row Count 7 (+ 3)
% Row 2
\SetRowColor{LightBackground}
{\bf{Installation}} & General Contractor, AV integrator, Contractors \tn 
% Row Count 9 (+ 2)
% Row 3
\SetRowColor{white}
{\bf{Management}} & Developer, Construction Manager, Building Management Agency, Move Consultant \tn 
% Row Count 12 (+ 3)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Forms for Scoring RFQ}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{form SF330} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{form A350\textasciicircum{}TM\textasciicircum{}-1986} \tn 
% Row Count 2 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Safety Switches}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Ground Fault Interrupt Circuit}}} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Core Balance Relays}}} \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Earth Leakage Circuit Breakers}}} \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Residual Current Devices}}} \tn 
% Row Count 4 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{1.76 cm} x{6.24 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Drawing Abbr.}}  \tn
% Row 0
\SetRowColor{LightBackground}
AS & Above Slab \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
CL & Centerline \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
CM & Construction Manager \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
Dia & Diameter \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
VIF & Verfied in Field \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
AFF & Above Finished Floor \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
E. & East \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
E.C. & Empty Conduit \tn 
% Row Count 8 (+ 1)
% Row 8
\SetRowColor{LightBackground}
EC & Electrical Contractor \tn 
% Row Count 9 (+ 1)
% Row 9
\SetRowColor{white}
(E) or EXG & Existing \tn 
% Row Count 11 (+ 2)
% Row 10
\SetRowColor{LightBackground}
ELEC & Electrical \tn 
% Row Count 12 (+ 1)
% Row 11
\SetRowColor{white}
Fut & Future \tn 
% Row Count 13 (+ 1)
% Row 12
\SetRowColor{LightBackground}
GC & General Contractor \tn 
% Row Count 14 (+ 1)
% Row 13
\SetRowColor{white}
MISC & Miscellaneous \tn 
% Row Count 15 (+ 1)
% Row 14
\SetRowColor{LightBackground}
NIC & Not in Contract \tn 
% Row Count 16 (+ 1)
% Row 15
\SetRowColor{white}
NTS & Not to Scale \tn 
% Row Count 17 (+ 1)
% Row 16
\SetRowColor{LightBackground}
OC & On Center \tn 
% Row Count 18 (+ 1)
% Row 17
\SetRowColor{white}
OD & Outer Diameter \tn 
% Row Count 19 (+ 1)
% Row 18
\SetRowColor{LightBackground}
OFCI & Owner Furnished-Contractor Installed \tn 
% Row Count 21 (+ 2)
% Row 19
\SetRowColor{white}
OFE & Owner Furnished Equipment \tn 
% Row Count 22 (+ 1)
% Row 20
\SetRowColor{LightBackground}
OFOI & Owner Furnished-Owner Installed \tn 
% Row Count 23 (+ 1)
% Row 21
\SetRowColor{white}
PM & Project Manager \tn 
% Row Count 24 (+ 1)
% Row 22
\SetRowColor{LightBackground}
RCP & Reflected Ceiling Plan \tn 
% Row Count 25 (+ 1)
% Row 23
\SetRowColor{white}
SECT & Section \tn 
% Row Count 26 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Projector Throw Distance}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Zoom Ration}} {\bf{x}} {\bf{Screen Width}}% Row Count 1 (+ 1)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{p{2.48 cm} x{5.52 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{2}{x{8.4cm}}{\bf\textcolor{white}{Component color}}  \tn
% Row 0
\SetRowColor{LightBackground}
red & R-Y/ Pr /Cr \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
green & y \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
blue & B-Y/Pb/Cb \tn 
% Row Count 3 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}--}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{x{2.812 cm} x{2.888 cm} p{1.9 cm} }
\SetRowColor{DarkBackground}
\mymulticolumn{3}{x{8.4cm}}{\bf\textcolor{white}{Common video Resolutions}}  \tn
% Row 0
\SetRowColor{LightBackground}
VGA or SD & 640x480 & 4:3 \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
SVGA & 800x600 & 4:3 \tn 
% Row Count 2 (+ 1)
% Row 2
\SetRowColor{LightBackground}
XGA & 1024x768 & 4:3 \tn 
% Row Count 3 (+ 1)
% Row 3
\SetRowColor{white}
XGA+ & 1152x864 & 4:3 \tn 
% Row Count 4 (+ 1)
% Row 4
\SetRowColor{LightBackground}
SXGA & 1280x960 & 4:3 \tn 
% Row Count 5 (+ 1)
% Row 5
\SetRowColor{white}
UXGA & 1600x1200 & 4:3 \tn 
% Row Count 6 (+ 1)
% Row 6
\SetRowColor{LightBackground}
WXGA & 1280x768 & 5:3 \tn 
% Row Count 7 (+ 1)
% Row 7
\SetRowColor{white}
SXGA & 1280x1024 & 5:4 \tn 
% Row Count 8 (+ 1)
% Row 8
\SetRowColor{LightBackground}
HD & 1366x768 & 16:9 \tn 
% Row Count 9 (+ 1)
% Row 9
\SetRowColor{white}
HD+ & 1600x900 & 16:9 \tn 
% Row Count 10 (+ 1)
% Row 10
\SetRowColor{LightBackground}
HD-1080 & 192x1080 & 16:9 \tn 
% Row Count 11 (+ 1)
% Row 11
\SetRowColor{white}
WXGA & 1280x800 & 16:10 \tn 
% Row Count 12 (+ 1)
% Row 12
\SetRowColor{LightBackground}
WSXGA & 1440x900 & 16:10 \tn 
% Row Count 13 (+ 1)
% Row 13
\SetRowColor{white}
WSXGA+ & 1680x1050 & 16:10 \tn 
% Row Count 14 (+ 1)
% Row 14
\SetRowColor{LightBackground}
WUXGA & 1920x1200 & 16:10 \tn 
% Row Count 15 (+ 1)
% Row 15
\SetRowColor{white}
QHD & 2560X1440 & 16:9 \tn 
% Row Count 16 (+ 1)
% Row 16
\SetRowColor{LightBackground}
2K & 2048X1080 & 1:1.77 \tn 
% Row Count 17 (+ 1)
% Row 17
\SetRowColor{white}
4K & 3840X2160 & 1:1.9 \tn 
% Row Count 18 (+ 1)
% Row 18
\SetRowColor{LightBackground}
8K & 7680X4320 & 16:9 \tn 
% Row Count 19 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}---}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Roles of Video Processors}}  \tn
% Row 0
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{Adjust timing/signal strenth} \tn 
% Row Count 1 (+ 1)
% Row 1
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{Ensure continuous transistions, ie avoid crash switching} \tn 
% Row Count 3 (+ 2)
% Row 2
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{Correct deficiences in the orginal signal} \tn 
% Row Count 4 (+ 1)
% Row 3
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{Adjust picture color, contrast, brightness} \tn 
% Row Count 5 (+ 1)
% Row 4
\SetRowColor{LightBackground}
\mymulticolumn{1}{x{8.4cm}}{Change format of signal} \tn 
% Row Count 6 (+ 1)
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}

\begin{tabularx}{8.4cm}{X}
\SetRowColor{DarkBackground}
\mymulticolumn{1}{x{8.4cm}}{\bf\textcolor{white}{Composite VS Component video}}  \tn
\SetRowColor{white}
\mymulticolumn{1}{x{8.4cm}}{{\bf{Composite}}: combines luminance and chroma info into 1 cable \newline % Row Count 2 (+ 2)
{\bf{Component}}: luminance and chroma are in seperate cables% Row Count 4 (+ 2)
} \tn 
\hhline{>{\arrayrulecolor{DarkBackground}}-}
\end{tabularx}
\par\addvspace{1.3em}


% That's all folks
\end{multicols*}

\end{document}