
First AVR Microcontroller Quiz

Quiz
•
Computers
•
University
•
Hard

Ansgar Meroth
Used 3+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which is the prohibited state/ condition in S-R latch and needs to be avoided due to unpredictable nature of output?
a. S = R = 0
b. S = 0, R = 1
c. S = 1, R = 0
d. S = R = 1
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The truth table for an S-R flip-flop has how many VALID entries?
a) 1
b) 2
c) 3
d) 4
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you write if you want to set only PA3 in PORTA to 1?
PORTA = PA3;
PA3=PORTA;
PORTA |= (1<<PA3);
PORTA = (1<<PA3);
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do you write if you want to set only PA3 in PORTA to 0?
PORTA = 0;
PA3=0;
PORTA |= (0<<PA3);
PORTA &= ~(1<<PA3);
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which register determines whether PORTB Pin 3 is an output or an input?
DDRB
PORTB
PINB
DPB
6.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which are Registers for Digital IO of the Port B?
PORTB
PINB
DB
DDRB
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
On a positive edge-triggered S-R flip-flop, the outputs reflect the input condition when ________
a) The clock pulse is LOW
b) The clock pulse is HIGH
c) The clock pulse transitions from LOW to HIGH
d) The clock pulse transitions from HIGH to LOW
Similar Resources on Wayground
11 questions
HTML Basics

Quiz
•
University
12 questions
EXCEL

Quiz
•
7th Grade - University
10 questions
Analyse de données avec R (introduction au cours)

Quiz
•
University
7 questions
Test1

Quiz
•
University
12 questions
Resolução de Endereços

Quiz
•
University
10 questions
Microcontroller module2

Quiz
•
University
12 questions
Programação Web - PHP

Quiz
•
University
10 questions
Arduino e API NodeJS

Quiz
•
University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade