0% found this document useful (0 votes)
250 views

Quiz 1 Ans

This document provides information about an upcoming Week 1 Quiz that is due on November 3rd at 11:59 PM PST. The quiz contains 14 multiple choice and coding questions over material from Lessons 1 and 2 of Week 1. It is worth a total of 14 points and students have 28 minutes to complete it.

Uploaded by

Satyam kumar Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
250 views

Quiz 1 Ans

This document provides information about an upcoming Week 1 Quiz that is due on November 3rd at 11:59 PM PST. The quiz contains 14 multiple choice and coding questions over material from Lessons 1 and 2 of Week 1. It is worth a total of 14 points and students have 28 minutes to complete it.

Uploaded by

Satyam kumar Jha
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Week 1 Quiz Due Nov 3, 11:59 PM PST

Graded Quiz • 28 min

Lesson 1
QUIZ • 28 MIN
Lesson 2
Week 1 Quiz
Week 1 Assessments Week 1
TOTAL POINTS 14
Quiz: Week 1 Quiz
14 questions
Quiz Get closer to your
goal
1. What differentiates an embedded
Peer-graded Assignment: Week
system from most other desktop or
You are 32% 1 point
more
server computer systems?
1 Application Assignment (Mark all that apply) likely to complete the
You must review more classmates course if you finish the
assignment
Review Your Peers: Week 1
Application Assignment
There are more resources on Embedded Systems

Embedded Systems have virtually unlimited memory


Submit your assignment
DUE Nov 3, 11:59 PM PST ATTEMPTS 3 every 8 hours
Embedded Systems focus on efficient execution of code

Try again
Embedded Systems have a limited amount of hardware

Embedded Systems are sensitive to timing


Receive grade
TO PASS 80 % or higher
Embedded Systems require a user interface

Grade
View Feedback
0 %
2. Which of the options below is a valid function declaration?
We keep your highest score 1 point

foo(12);

foo(int x);

int foo(12) { return ((x*x)/2)); }

int foo(int x);

int foo(int x) { return ((x*x)/2)); }

int foo() { return ((x*x)/2)); }

You might also like