Cpre 288 Fall 2015 - Homework 1 Due Sun. Sept 6 (On Blackboard-Midnight)
Cpre 288 Fall 2015 - Homework 1 Due Sun. Sept 6 (On Blackboard-Midnight)
Cpre 288 Fall 2015 - Homework 1 Due Sun. Sept 6 (On Blackboard-Midnight)
Lab Section:
Value of x
char x = 60;
char x = 'F';
char x = 123;
char x = '7';
char x = 5;
int x = 0x288;
int x = 0xFACE;
char x = 0b10001100;
unsigned int x = 0xABCD +
0x2131;
char x = 0x7 + 3;
char x = 0x48 / 16;
signed int x = -1;
signed int x = -128;
signed char x = 9;
char x = -1;
unsigned char x = 63;
x
(decimal)
60
x (hex)
0x3c
x (binary)
0b00111100
Name:
Lab Section:
Question 2 (5 pts)
Read the Wikipedia articles related to microprocessor and microcontroller. Answer
the following questions regarding the history of microprocessor and microcontroller,
based on your own understanding and using your own language.
a. Which chip is thought to be the first microprocessor? How many transistors
roughly did it use? (2pts)
c. What are the types and sizes of memory available, and the uses for each type
of memory? (2pts)
Name:
Lab Section:
Question 4 (5 pts)
Name five appliances or other products with an embedded computer that
you use in your daily life.
Question 5 (5 pts)
Read the Wikipedia article on Endianness (little-endian and big-endian). Briefly
summarize the differences in the space below.
Name:
ms
Lab Section:
10-3 seconds (answer given)
10-6 seconds
10-9 seconds
210 Bytes
220 Bytes
230 Bytes
103 Hz
106 Hz
iii) How many positive edges of a 4 MHz clock will occur in 4 ms?