Вы находитесь на странице: 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)); }

Вам также может понравиться