Everything Flashcards
What is an embedded system?
Any computer system hidden in a product other than a computer.
What is a telegraph?
A device that allows you to connect a printer that has only a high-speed serial-port to a network.
Typical hardware needs foremost a _________.
microprocessor
Why does an embedded system need memory?
To store its program and to store its data.
Are the program and data stored in the same memory in embedded systems?
No, they use different memories.
What are some of the difficulties that you will encounter when you write embedded system software?
Throughput Response Testability Debugability Reliability Memory Space Program Installation Power Consumption Processor Hogs Cost
What is an example of an insulator?
Usually the outer covering of a wire
What is an example of a conductor?
Usually the wire itself
What is a semi-conductor?
Can either act as an insulator or a conductor
When silicon is dopped with Boron, it makes a(n) __-____ material and has 1 ______ electron in its outer shell
p-type fewer
When silicon is dopped with Phosphorus, it make a(n) __-_____ material and has 1 _____ electron in its outer shell
n-type more
Is there flow or no flow?
Flow
Is there flow or no flow?
No Flow
These are examples of:
Transistors
What are the two types of transistors?
p-type and n-type
True or false? n-type transistor is off by default?
True
gate = 1, connection gate = 0, no connection
True or false? In an n-type of transistor, if the gate has 0 voltage (logic 0), then there is no connection.
True
What type of transistor is this?
n-type
What type of transistor is this?
p-type
True or false? The p-type transistor is off by default
False. It’s on by default
gate = 0, connection gate = 1, no connection
This is an example of a ____ gate.
not gate or inverter
These two gates are examples of
Buffer gate
What does a buffer do?
It corrects the signal. For example, takes 4.2 volts and outputs a logic 1.
What does mos stand for?
metal oxide semiconductor
What are the two types of semiconductors?
nmos and pmos
nmos does a good job passing along logic __ while pmos does a good job passing along logic __.
0
1
What is a complimentary mos (cmos)?
When pmos and nmos work together
Write the truth table for the following circuit
What type of gate is this?
nor gate
True or false? With a nand gate, we can make any logic function.
True
What type of gate is this?
nand gate
An inverter followed by an inverter is a _______.
buffer
True or false? A 3 input and gate and two 2 input and gates can do the same thing.
True
What type of gate is this?
An inverter using a nand gate
What type of gate is this?
AND gate using two nand gates
What type of gate is this?
A NAND gate using an OR gate and two inverters
Most typical electronic circuits today are built with semiconductor parts called ______ that are purchased from manufacturers specializing in building such parts.
chips
To attach the semiconductor to the outside world, each package has a collection of _____ that protrude from the sides of the package.
pins
Chip manufacturers provide information about each of their products in documents called _____ ______.
data sheets
What is the most common mechanism to connect the chips to one another?
Through a printed circuit board or board.
What are schematic diagrams?
Drawings that show each part needed in the circuit and the interconnections needed among them.
Most careful engineers will give a special name to each signal that is asserted when it is low by starting or ending the name with an ________, ending the name with a ______, or by putting the bar over the name.
asterick *
slash /
For example, MEMREAD/ or *MEMREAD would most likely by a signal that is set low to read from memory.