Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

instruction will be executed. JUMP [ Line # ] : Set the address of the next instruction to execute to that of the indicated line

instruction will be executed.
JUMP [Line #] : Set the address of the next instruction to execute to that of the
indicated line number
Problem 3(1 point) In this program, we will find the smallest value among three values that
stores in variables num1, num2, and num3, and then stores the smallest value in the variable s.
Here is how we do it.
if num1 is smaller than or equal to num2, set s= num1, otherwise, s= num 2
compare num3 and s, if num 3 is smaller than or equal to s, set s= num 3
Please fill in the blanks below so that the program performs the correct instructions.
Note: You should not need to create any temporary variables, and you should not change the
values of any variables. Keep in mind that the program will jump if SMALLEREQUALS is true,
the program will continue as normal if it is false. Also, both writing and reading are between
register and memory, not among variables in the memory.
READ num1 Input-1
READ num2 Input-2
SMALLEREQUALS Input-1 Input-2
JSE
JUMP
READ num3 Input-1
READ s Input-2
SMALLEREQUALS Input-1 Input-2
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

7th edition

978-1111825911, 1111825912, 978-1133684374, 1133684378, 978-111182591

More Books

Students also viewed these Databases questions

Question

Was there an effort to involve the appropriate people?

Answered: 1 week ago