You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\title{\coursename~Quiz 9: Due by \DueDate{\coursedate}{79}}
\date{}
\maketitle
\medskip
% ========== Begin answering questions here
\section*{Exercises}
\begin{enumerate}
\item Components and actions (4 credits): \\
For the distributed computation following features are needed
\begin{itemize}
\item Serialization
\item Component
\item Actions
\item Plain actions
\end{itemize}
Please explain these features.
\end{enumerate}
\section*{Programming exercise}
\begin{itemize}
\item Components and Actions (6 credits): \\
Please extend the struct below to a component. Add a action for accessing the data and the size. In addition, add the struct \lstinline|struct data| for the client.