| Fråga   | Svar   | 
        
        |  börja lära sig What is an embedded system?  |  |   A dedicated computer system embedded within a larger device, designed for specific control functions  |  |  | 
|  börja lära sig Name three common communication protocols used in microcontrollers  |  |  |  |  | 
|  börja lära sig What are the three main types of materials in electrical engineering  |  |   Conductors, semiconductors, insulators  |  |  | 
|  börja lära sig What is the difference between countable and uncountable sets?  |  |   Countable sets can be out in one-to-one with natural numbers; uncountable sets cannot  |  |  | 
|  börja lära sig Define reflexive, symmetric, and transistive properties of a binary relation  |  |   Reflexive xRx = xRx; symmetric xRy = yRx; transistive xRy = yRz then xRz  |  |  | 
|  börja lära sig What does a =_ b (mod n) mean  |  |   a and b have the same remainder when divided by n  |  |  | 
|  börja lära sig write the general form of a linear ordinary differential equation of order n  |  |   an(t)y^n + an-1(t)y^n-1=... a0(t)y = g(t)  |  |  | 
|  börja lära sig How do you find the general solution to a homogenous linear ODE with constant coefficients  |  |   solve the characteristic equation for roots r; solution is a combination of terms like e^rt  |  |  | 
|  börja lära sig What is the key idea behind the gaussian elimination alogirthm  |  |   use row operations to reduce the system to upper triangular form then solve by back substitution  |  |  | 
|  börja lära sig Name two iterative methods for solving large linear systems  |  |   Jacobi method and gauss seidel method  |  |  | 
|  börja lära sig What is the difference between combinational and sequential logic circuits  |  |   combinational output depend only on current inputs while sequential on inputs and past states  |  |  | 
|  börja lära sig what is a tree in graph theory  |  |   a connected acyclic graph  |  |  | 
|  börja lära sig what does the rank of a matrix indicate  |  |   the maximum number of linearly independent rows or columns  |  |  | 
|  börja lära sig what is the difference between absolute and relative error  |  |   absolute error is the magnitude of the difference between true and approximate value; relative error is the absolute error divided by the true value  |  |  | 
|  börja lära sig What is simple harmonic motion  |  |   oscillatory motion described by x=A cos(wt+ phi) where w = sqr(k/m)  |  |  | 
|  börja lära sig define stability in system control  |  |   a system is stable if it returns to equilibrium after a disturbance  |  |  | 
|  börja lära sig what is an equivalence relation  |  |   a relation that is reflexive symmetric and transitive  |  |  | 
|  börja lära sig what is the role of eigenvalues and eigenvectors in solving systems of linear ODEs  |  |   they help find the fundamental solutions typically e^deltat v  |  |  | 
|  börja lära sig name common numerical integration methods  |  |   trapezoidal and simpson rule  |  |  | 
|  börja lära sig what is the wronskian used for  |  |   to check the linear independence of solutions to differential equations  |  |  | 
|  börja lära sig what is the significance of the condition number of a matrix  |  |   it measures how sensitive the solution of a linear system is to changes or errors in the input  |  |  | 
|  börja lära sig what is the difference between homogenous and nonhomgenous differential equations  |  |   homogenous has zero forcing them  |  |  | 
|  börja lära sig what components make up a typical microcontroller architecture  |  |   cpu; ram; rom; i/o ports; timers; ADC/DAC; communication interfaces  |  |  | 
|  börja lära sig difference between conductors semiconductors and insulators in terms of electron flow  |  |   conductors have free electrons for easy flow, semiconductors have linited free electrons; insulators gave very few free electrons  |  |  | 
| börja lära sig |  |   it finds the shortest path efficiently using heuristics  |  |  | 
|  börja lära sig define open loop and closed loop control systems  |  |   open loop has no feedback; close loop uses feedback to adjust output  |  |  | 
|  börja lära sig what data structure is ideal for implementing a priority queue  |  |  |  |  | 
|  börja lära sig what is the purpose of a flip flop in digital circuits  |  |   to store one bit of memory  |  |  | 
|  börja lära sig formula for frequency of simple harmonic motion  |  |  |  |  | 
|  börja lära sig difference between mean and variance of data set  |  |   mean avarage of values while variance is average of squared deviayions from mean  |  |  | 
| börja lära sig |  |   graph whose vertices can be divided jnto two disjoint sets with edges only between sets  |  |  | 
|  börja lära sig what is modular arithmetic used for  |  |   to perform calculations with numbers wrapped around after reaching a certain modules  |  |  | 
|  börja lära sig how does the method of jndetermined coefficients work for solving ODEs  |  |   guess the form of particular solution based on g(t) and solve for coefficients  |  |  | 
|  börja lära sig dofference between lu and choelsky decomposition  |  |   lu is for general matrices cholesky for symmetric positive definite matrices  |  |  | 
|  börja lära sig name a common iterative method for large sparse linear systems and its key advantage  |  |   conjugate gradient method; it converges wuickly for positive definite matrices  |  |  | 
|  börja lära sig what is the main cause of truncation error in nimerical methods  |  |   approximating infinite series or derivatives by finite steps  |  |  | 
|  börja lära sig whats the general structure of a feedback control system  |  |   input - controller - plant - output - feedback -comparator - controller  |  |  | 
|  börja lära sig how do you test uf a set of vectors is linearly independent  |  |   check if the determinant of the matrix formed by vectors is nonzero or use wronskian for functions  |  |  | 
|  börja lära sig what is the significance of eigenvalues with negative real parts in control systems  |  |   they kndicate stable system behavior  |  |  | 
|  börja lära sig difference between trapezoidal and simposns rile for number integration  |  |   approximation with trapezoids or uses a parabolic arcs generally more accurate  |  |  | 
| börja lära sig |  |   a subset where all elements are equivalent under an equivalnce relation  |  |  | 
| börja lära sig |  |   small input errors produce small output errors so no amplification of errors  |  |  | 
|  börja lära sig whats bayes theorem used for in data classification  |  |   updating the probability estimate for a hypothesis as more evidence becomes available  |  |  | 
|  börja lära sig dofference between parametric and non parametric estimation  |  |   in parametric we assume distribution  |  |  | 
|  börja lära sig what role timers and interrupts play in microcontrollers  |  |   timers measure intervals; interrupts handle asynchronous events efficiently  |  |  |