I am very new to latex and need to draw a logo. Could anyone please help or show me how to draw this logo?

I am very new to latex and need to draw a logo. Could anyone please help or show me how to draw this logo?

You should be able to obtain a scalable image to include from your University, but even a png will do, such as the low resolution image in your question, which may be used as

\documentclass{article}
\usepackage{graphicx}
\begin{document}
\includegraphics[height=100pt]{cs5KC}
write stuff here write stuff here write stuff here
write stuff here write stuff here write stuff here
\end{document}
You can try tikzedt http://www.tikzedt.org/ TikzEdt is a combined WYSIWYG/text editor designed for editing Tikz code.
.pngor similar. – Paulo Cereda Jul 05 '13 at 01:00