day1/day1quiz1.tex
changeset 379 682b6f66fe11
parent 373 f04eca8b2f3d
child 384 9f9fddf7e37c
equal deleted inserted replaced
378:2299700a8b97 379:682b6f66fe11
    53 On the top right hand corner please write down the following:
    53 On the top right hand corner please write down the following:
    54   \begin{itemize}
    54   \begin{itemize}
    55     \item Name:
    55     \item Name:
    56     \item University/College/Company:
    56     \item University/College/Company:
    57     \item Student/Teacher/Professional:
    57     \item Student/Teacher/Professional:
       
    58     \item Field of interest/study:
    58   \end{itemize}
    59   \end{itemize}
    59 \end{frame}
    60 \end{frame}
    60 
    61 
    61 %% \begin{frame}[fragile]
    62 %% \begin{frame}[fragile]
    62 %% \frametitle{\incqno }
    63 %% \frametitle{\incqno }
   202 \frametitle{\incqno }
   203 \frametitle{\incqno }
   203 \begin{lstlisting}
   204 \begin{lstlisting}
   204 In []: marks = [10, 20, 30, 50, 55, 
   205 In []: marks = [10, 20, 30, 50, 55, 
   205                 75, 83] 
   206                 75, 83] 
   206 \end{lstlisting}
   207 \end{lstlisting}
   207 Given the above marks, how will you calculate the \alert{mean} and
   208 Given the above marks, how will you calculate the \alert{mean}?%%  and
   208 \alert{standard deviation}?
   209 %% \alert{standard deviation}?
   209 \end{frame}
   210 \end{frame}
   210 
   211 
   211 \begin{frame}[fragile]
   212 %% \begin{frame}[fragile]
   212 \frametitle{\incqno }
   213 %% \frametitle{\incqno }
   213 \begin{lstlisting}
   214 %% \begin{lstlisting}
   214 In []: marks = [10, 20, 30, 50, 55, 
   215 %% In []: marks = [10, 20, 30, 50, 55, 
   215                 75, 83] 
   216 %%                 75, 83] 
   216 \end{lstlisting}
   217 %% \end{lstlisting}
   217 How will you convert the list \texttt{marks} to an \alert{array}?
   218 %% How will you convert the list \texttt{marks} to an \alert{array}?
   218 \end{frame}
   219 %% \end{frame}
   219 
   220 
   220 \end{document}
   221 \end{document}