Midterms Flashcards
Which of the following statements describes a true outcome from executing the two Arduino statements
(not) a square wave signal with a pulse height of 128mV is sent to channel 5
Which command-line option of compiler exhibits the banner comprising overall number of errors, messages, warnings, hex files, and version number after an accomplishment of the compilation process
verbose
Which architectural scheme has a provision of two sets for address and data buses between cpu AND MEMORY
Harvard architecture
How many pins can be configured to generate a PWM output for Arduino Uno
6
Why do the microprocessors possess very few bit manipulating instructions
because they mostly operate on byte/word data
arduino need additional programmer or burner hardware required for programming boardq
false
PIC microcontroller is suitable for designing advanced embedded systems
True
How many pins that are configured to read analog output
6
Is there anything wrong with this line of code smth light is on
the boolean expression will produce a compiler error
What does the compact and uniform nature of instructions in RISC processors facilitate to
pipelining
arduino uses a 5v to 6.6v of power supply
false
this function in arduino is used to write any data or reading a voltage from an analaog input devices
analogWrite
What does the variable x and y in the function analogWrite(x, y) stands for
pin, Duty cycle
What are the significant designing issues/factors taken into consideration for RiSC Processors
All of these
When writing a sketch, how do you decide which features belong in the setup function and which belong in the loop function
Features that need to run continuously go in loop