What is the difference between operations”=” and”==” ? Give two examples to verify the statement.
What is the difference between operations “|” and “||”? Give two examples to verify the statement.
Write an expression using the equation “x = x + 1” twelve times.
How an endless loop is written in C-programming language? Provide two different examples.
What type of a variable do you choose in C–language to present positive values between 7 and 154?
Witch register determines the direction of a port? Provide an example of configuring settings of ports’ input and output.
What are the methods for eliminating the bouncing of the contacts and the false connections caused by flickering? Provide examples of solutions using both hardware and software.
What is bit shift? Give a practical example with an explanation.
Why are pull-up resistors used in switches? How is their resistance determined?
Calculate the resistance for regulating LED current, the voltage is 5 V, forward voltage of the LED is 2,7 V and the current is 30 mA.
How many pins uses the 7-segment number-indicator (with point segment), if it is connected directly to the controller? How many pins would be needed if if were controlled through the shift register 74HC595?
What determines the brightness of the 7-segment number-indicator? How can it be adjusted if the number-indicator is controlled a)directly b)through the shift register 74HC595?
How can the numbers in decimal system be converted to binary system (to text) and vice versa?
How is monochrome (black and white)LCD different from color LCD?
How is software delay created? On which parameters depends the duration of the software delay?
What makes us use hardware delay/timer with interruptions?
Calculate the overflow interruption period for 8-bit timer, if the clock rate is 16
MHz and frequency divider's factor is 1024.
What can be done with the AVR timers besides counting time?
Which is the longest duration of the interruptions in milliseconds which can be achieved with ATxmega128A1U micro-controller that work at the clock frequency of 32
MHz? Show the calculation formula.
In case the processor is heavily loaded with an execution of a program (for example, it controls several motors and the values of several sensors at once), does this have an effect on the accuracy of the timer? Explain your answer.