Which is the prohibited state/ condition in S-R latch and needs to be avoided due to unpredictable nature of output?

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
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 Quizizz
9 questions
Camada de Transporte

Quiz
•
University
12 questions
IoT - Internet das Coisas

Quiz
•
University
11 questions
HTML Basics

Quiz
•
University
10 questions
R. 15. Просте програмування

Quiz
•
University
10 questions
RegEx in Python

Quiz
•
University
10 questions
WORD

Quiz
•
University
10 questions
Portas Lógicas

Quiz
•
University
9 questions
Arduino Interface

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade