1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
GuDViN [60]
3 years ago
11

Design a Boolean circuit that verifies whether a given integer 0 ≤ x < 16 is divisible by 5

Mathematics
2 answers:
Dmitry_Shevchenko [17]3 years ago
8 0

This question is incomplete, the complete question is;

Your boss asks you to design a Boolean circuit that verifies whether a given integer 0 < x < 16 is divisible by 5.

Every such number is represented in binary using four bits, say b₃b₂b₁b₀, and so your Boolean circuit will have four inputs. For instance, the number 13 is written in binary as 1101 and so to test its divisibility by 5 a user would feed the values b₀ = 1, b₁ = 0, b₂ = 1, and b₃ = 1 into the inputs of your circuit.

The Boolean circuit will have a single output, which should deliver the value 1 if the iput values represent a number that is divisible by 5 and 0 otherwise.

a) write down the truth table of the Boolean function F(b₀,b₁,b₂b₃) that implements this "divisible by 5" operation

b) construct a Boolean expression in disjunctive normal form that implements the Boolean function yo wrote down in a)

Answer:

Given that;

integer range = 0≤ x ≤ 16

within 4bits, we can represnt each number

(0,5,10,15)

a)  

Truth table for function that implements  divisible by 5

Integer    B3    B2    B1    B0     Y

0              0       0      0      0      1

1              0       0      0       1      0

2              0       0      1        0     0

3              0       0      1        1      0

4              0       1       0       0     0

5              0       1       0       1      1

6              0       1       1        0     0

7              0       1       1        1       0

8              1       0      0        0      0

9              1       0      0        1       0

10             1       0      1         0      1

11              1       0      1          1      0

12             1        1      0         0     0

13             1         1     0          1      0

14             1         1       1         0     0

15            1         1        1        1       1

b)

Boolean expression that implements the Boolean function from a)

from the truth table;

Boolean expression Y is;

Y = b⁻₃b⁻₂b⁻₁b⁻₀ / y₁   +   b⁻₃b₂b⁻₁b₀ / y₂   +   b₃b⁻₂b₁b⁻₀ / y₃   +   b₃b₂b₁b₀ / y₄

alexandr402 [8]3 years ago
6 0

Answer:

  circuit is in the second attachment

Step-by-step explanation:

Attached is a truth table for the desired circuit, where b3–b0 are the input bits, MSB–LSB. We notice that the output is true whenever b3=b1 and b2=b0. This can be written in DNF as ...

  Y=b_3'b_2'b_1'b_0'+b_3b_2'b_1b_0'+b_3'b_2b_1'b_0+b_3b_2b_1b_0

More compactly, it can be written in terms of the exclusive-nor function as ...

  y=(b_3\odot b_1)\wedge(b_2\odot b_0)

A circuit diagram showing this circuit is the second attachment. (A–D are the input bits, in order MSB–LSB (or its reverse)).

You might be interested in
1. A parachutist is 800 feet above the ground when she opens her parachute. She then falls at a constant rate of 5 feet per seco
Alexandra [31]

Answer:

h = -5*t +800

Step-by-step explanation:

The initial value is 800 ft

She is falling at a rate of 5 ft per second

That would be -5ft/s

We can write this in the form

y = mx+b

h = -5*t +800  where t is the number of seconds and h is the height above ground


6 0
3 years ago
Which is bigger 3/11 or 3/12​
mr_godi [17]

Answer:

3/11

Step-by-step explanation:pls mark me brainliest

7 0
2 years ago
Read 2 more answers
Please help! asap multiple choice algebra 2
ddd [48]

Answer:

d

Step-by-step explanation:

hchfjtjjgjhkgiyggb bbhhu

4 0
2 years ago
Plese answer the puzzle please
____ [38]

<em>Look</em><em> </em><em>at</em><em> </em><em>the</em><em> </em><em>attached</em><em> </em><em>picture</em><em>⤴</em>

<em>Hope</em><em> </em><em>this</em><em> </em><em>will</em><em> </em><em>help</em><em> </em><em>u</em><em>.</em><em>.</em><em>.</em>

8 0
3 years ago
A crawling tractor sprinkler is located as pictured below, 100 feet South of a sidewalk. Once the water is turned on, the sprink
deff fn [24]

Answer:

  a) see below

  b) 32 minutes after turn-on

  c) 52 minutes after turn-on

  d) 20 minutes

  e) 6856.6 ft²

Step-by-step explanation:

a) We have elected to put the origin at the point where the hose crosses the south edge of the sidewalk. Units are feet. Then the sprinkler starts at (0, -100). After 1 hour, 3600 seconds, the sprinkler is 1800 inches, or 150 ft north of where it started, so stops at (0, 50).

The lines forming the sidewalk boundaries are y=0 and y=10.

__

b) Water will first strike the sidewalk when the sprinkler is 20 feet south of it, or 80 feet north of where it started. The sprinkler travels that distance in ...

  (80 ft)(12 in/ft)/(1/2 in/s)(1 min/(60 s)) = 32 min . . . time to start sprinkling sidewalk

__

c) The sprinkler has to travel to a point 130 ft north of its starting position for the water to fall north of the sidewalk. That distance is traveled in ...

  (130 ft)(2/5 min/ft) = 52 min . . . time until end of sprinkling sidewalk

Note that we have combined the scale factors in the expression of part b into one scale factor of (2/5 min/ft).

__

d) The difference of times in parts b and c is the time water falls on the sidewalk: 20 minutes.

__

e) In one hour, the sprinkler travels a distance of ...

  (60 min)(5/2 ft/min) = 150 ft

Of that distance, 10 feet is sidewalk. So, the sprinkler covers an area of grass that is a 140 ft by 40 ft rectangle and a circle of 20 ft radius. The total area of that is ...

  A = LW + πr² = (140 ft)(40 ft) +π(20 ft)² = (14+π)(400) ft² ≈ 6856.6 ft²

The area of grass watered in 1 hour is about 6856.6 ft².

5 0
3 years ago
Other questions:
  • A gym charges a one-time fee of $75 to join,plus membership dues of $25 per month. Which equation represents the total cost,c, o
    8·2 answers
  • Sophia is 38 inches tall. Her mom is 5 feet tall. How many inches taller is Sophia's mom?
    13·2 answers
  • Dale is trying to find the height of a triangular wall.
    5·2 answers
  • CD is a perpendicular bisector of . Which of the following could be the slopes of the two lines if plotted on a coordinate grid?
    13·1 answer
  • Can someone please tell me answerrrrrrr
    5·2 answers
  • The perimeter of a regular decagon is 355m.<br> State the length of one of its sides.
    7·2 answers
  • Charlie reads quickly. He reads 1 3/7 pages every 2/3 minutes Charlie reads at a constant rate.
    15·1 answer
  • Find the distance between X (-3,8) and Z (-5,1). Round to the nearest tenth if necessary.
    9·1 answer
  • 4. Zowie serves at a restaurant and makes 20% of what their sales as tips with base salary of $10.20 an hour. Each hour Zowie se
    12·1 answer
  • What is the circumference of the following circle? Diameter=4 and Raidar=2
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!