\documentclass{beamer}
\usetheme{Serdang}
\title{Serdang: a Beamer Theme for UPM}
\author{Presenter Name}
\institute{Faculty of XYZ}
\date{}
\begin{document}
\begin{frame}[allowframebreaks]
\frametitle{This is a slide}
\begin{itemize}
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\item These are more points
\end{itemize}
\end{frame}
\begin{frame}
\frametitle{Some mathematics}
$abc = \frac{1}{2}xyz$
\begin{block}{Test}
$x^2 = \frac{\sqrt{m} - x}{2b}$
\end{block}
\begin{alertblock}{Test}
$x^2 = \frac{\sqrt{m} - x}{2b}$
\end{alertblock}
\begin{exampleblock}{Test}
$x^2 = \frac{\sqrt{m} - x}{2b}$
\end{exampleblock}
\end{frame}
\end{document}