0% found this document useful (2 votes)
8K views2 pages

Arduino Test: Quiz Navigation

Download as pdf or txt
Download as pdf or txt
Download as pdf or txt
You are on page 1/ 2

10/9/21, 2:55 PM Arduino Test

You are logged in as RUTHRA DEVI A (Logout)

Arduino Test
Home ► ARD-TST-001 ► General ► Arduino Test

Quiz navigation Question 25 In the below code, what does init represents?
Complete init:

1 2 3 4 5 6 7 Mark 2.00 out of LDI R16, 0b00100000

2.00 OUT DDRB, R16

8 9 10 11 12 13 14
Flag question RET
15 16 17 18 19 20 21
Select one:
22 23 24 25 26 27 28
Library
29 30 31 32
None of them
Show all questions on one page
Subroutine name
Finish review
Program name

Question 26 What is the extension of the assembly program code?


Complete

Mark 2.00 out of Select one:


2.00 .hex
Flag question
.cpp
.asm
assembly

Question 27 With what extension the subroutine file is saved?


Complete

Mark 2.00 out of Select one:


2.00 None of them
Flag question
.s (in small letter)
.S (in capital letter)
.sub

Question 28 What does AVRA command do in Assembly program?


Complete

Mark 2.00 out of Select one:


2.00 Assembler that will generate a hex file
Flag question
Installer
Save the assembly code
Delete the assembly code

Question 29 What does the file #include <avr/io.h> contain?


Complete
Mark 2.00 out of Select one:
2.00 None of them
Flag question
libraries for the Makefile
libraries required to perform the input and output operations
libraries for the delay function
https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156&page=1# 1/2
10/9/21, 2:55 PM Arduino Test

Question 30 In the below code, semicolon represents ____________


Complete ;program to turn on the Dot LED

Mark 2.00 out of .include "/home/spoken/Assembly/m328Pdef.inc"

2.00 ; Configure pin 13 on Arduino as Output

Quiz navigation Flag question ldi r16, 0b00100000

1 2 3 4 5 6 7 Select one:

8 9 10 11 12 13 14 Comment statements
Library statement
15 16 17 18 19 20 21
Executable code
22 23 24 25 26 27 28
None of them
29 30 31 32
Show all questions on one page
Finish review Question 31 What does AVRDUDE command do in Assembly program?
Complete

Mark 2.00 out of Select one:


2.00 Upload the hex file to the Arduino board
Flag question
Delete the hex file
Assemble the hex file
Save the hex files

Question 32 In the code ldi r16, 0b00100000,  ldi stands for __________.
Complete

Mark 2.00 out of Select one:


2.00 line immediate
Flag question
None of them
load immediate
load instructions

Finish review

You are logged in as RUTHRA DEVI A (Logout)

ARD-TST-001

https://onlinetest.spoken-tutorial.org/mod/quiz/review.php?attempt=1466156&page=1# 2/2

You might also like