5 band resistor with two red bands, two gold bands, one purple band?

Answers

Answer 1
Answer:

According to below picture, two gold bands on a 5 band resistor cannot happen. What is the order of the bands?

Answer 2
Answer:

Answer:

what dat person said

Explanation:


Related Questions

Which of the following is NOT a safe skill you can use to reduce your riskwhen driving at night?A. Use your headlights between sunset and sunrise.B. Drive more slowly at night.C. Adjust your rearview mirror for night use.D. Always use your high beamsE. A, B, and CF. All of the above
Which of the following statements are true. A: there are few supports for the student in the online environment. B: there is much less work to be accomplished in the online environment then a traditional school C: online learning places many of the responsibilities and freedom of learning on the student.D: All online learning is completed in the virtual world.
Construct pseudocode for a program that prints ‘Hello World’ on the screen.
Which of the following is a valid HTML tag?Oo>hl
10 facts about turbines

Do URLs identify the location of Web content?

Answers

Yes they do! Thats called the web address!!! hope i helped 

XD

What is one major component that would not be found in a tablet or phone, and how has modern computing made that component less important?

Answers

Answer:

A hard drive

Explanation:

Since tablets and phones are compact, they are better off not having a big, giant, bulky storage device like hard drives. Modern computing made hard drives less important by developing Solid-State Drives (SSDs) and extremely dense (512 bit) storage that can provide the same if not more storage than a traditional hard drive at the fraction of the size.

A floppy drive. These things are very bulky and the floppy disk do not store much data.

Using the spreadsheet below, which formula can be used to determine Albert's hourly wage?2
1 Employee Hours Worked Amount Earned
2 Albert
$101.50
Brandon
19
$147.25
Callie
$164.45
Dora
$157.50
0-average(B2:C2)
O =average(C2:B2)
O =(C2/B2)
O =(B2/C2)​

Answers

Answer:

It will be average (B2:C2)

as it will select all the data between B2 and C2

B2/C2 ; average amount

Which web page uses an acceptable color scheme

Answers

Answer:

The answer is Web Page 1.

Explanation:

Web page 2 has to many colors and will destract the readers from the info and page 3 doesn't have enough color to make things pop so all the info will end up ooking like it is running together; Lastly page 4 doesn't have colors that go well together, therefore web page 1 is the correct answer.

I also took the test and it was right.

Hello,I have to build a program using assembly with Mars system.

The program is supposed to return a hailstone Sequence

A)- get user input (integer) - N

B) check if even or odd

- if the input is even, the next number should N/2

- if the user's input (N*3)+1

C) reproduce the operation on the next number until the number is equal to 1

D) display the sequence

E) count and display the number of iterartion

I have the user input done, and then, I tried to do a bitwise operation using AND to see if the number is even or not but the program doesn't work after the user's input, as i have an output equal to zero

can you help me please?

here is my code so far

.data

prompt: .asciiz "enter an integer:"
message1: .asciiz "you entered an even number"
message2: .asciiz "you entered an odd number"
message3: .asciiz "and the next numbers should be:"
gototheline: .asciiz "\n"
message4: .asciiz "you just entered the number:"



.text
main:

#print the prompt
li $v0,4
la $a0,prompt
syscall

#get the user's input
li $v0,5
syscall

#store the input'svalue
move $t3, $v0

#display the user's input message
li $v0,4
la $a0,message4
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#print value entered by user
li $v0,1
move $a0, $t3
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#bitwise operation on the input
and $a0,$0,1

#call odd function if number is odd
beq $a0,1,ifodd

#print next number message
li $v0, 4
la,$a0,message3
syscall

#go to the line
li $v0,4
la $a0,gototheline
syscall

#print result
li $v0,1
addi $a0,$v1,0
syscall

li $v0,10
syscall

ifeven:
#print message if even
la $a1,message1
syscall

#call the function operation even to do math on the number entered by user
jal operationeven

ifodd:
#print message if odd
la $a2,message2
syscall

#call method to do math on the number entered by user
jal operationodd


operationeven:
#if even N/2
div $v1,$t3,2 # return value on $v1

jr $ra #go back to the main

operationodd:

#multiply by 3
mul $t1,$t3,3

#add 1 to the result of the multiplication
add $v1, $t1,1 #return value on $v1

jr $ra #go back to the main

Answers

I think you should get used input

3. The following code will not display the results expected by the programmer. Canyou find the error?

Declare Real lowest, highest, average

Display "Enter the lowest score."
Input lowest

Display "Enter the highest score."
Input highest

Set average = low + high / 2
Display "The average is ", average, "."

Answers

Answer:

ion k

Explanation: