what is your name? jimbo jones hello, jimbo jones how old are you? 19 wow, you're older than my brother! just think, one year from today you'll be 20

Answers

Answer 1

Jimbo jones used to be referred to by Nelson as "James," but in Season 7's "Bart the Fink" (and Season 8's "Lisa's Date with Density"), Bart discovered that Jimbo's real name is "Corky."

Jimbo Jones' class level is?

He's in sixth grade. Although Nelson has little interest in hierarchical structures, Jimbo is the second-in-command of the and serves as the leader when Nelson is absent. The strongest after Nelson is Jimbo, who is also the tallest. At Springfield Elementary, he frequently Simpson and other little kids.

Jimbo Jones' buddies are who?

Best buddies Dolph, Kearney, and occasionally Nelson and his Lisa Simpson are among the Jimbo frequently hangs around with.

To know more about Jimbo jones visit :-

https://brainly.com/question/22847896

#SPJ4


Related Questions

How can we work together to fix problems with our websites?

Answers

i think this is or what hihi

Explanation:

The value proposition, or mission statement, tells the visitor what you do and why you do it.

Put your value proposition on your home page, in your headline if possible. Add it to your blog or about page. Let the visitors know exactly what they will be getting if they hire you, buy your product, subscribe to your newsletter or read your blog.

list two precautions you should take when using free utility software available on the web

Answers

Answer:

dont use any personal information. make sure its a safe website

**GIVING ALL POINTS** 4.02 Coding With Loops
I NEED THIS TO BE DONE FOR ME AS I DONT UNDERSTAND HOW TO DO IT. THANK YOU

Output: Your goal

You will complete a program that asks a user to guess a number.


Part 1: Review the Code

Review the code and locate the comments with missing lines (# Fill in missing code). Copy and paste the code into the Python IDLE. Use the IDLE to fill in the missing lines of code.


On the surface this program seems simple. Allow the player to keep guessing until he/she finds the secret number. But stop and think for a moment. You need a loop to keep running until the player gets the right answer.


Some things to think about as you write your loop:


The loop will only run if the comparison is true.

(e.g., 1 < 0 would not run as it is false but 5 != 10 would run as it is true)

What variables will you need to compare?

What comparison operator will you need to use?

# Heading (name, date, and short description) feel free to use multiple lines


def main():


# Initialize variables

numGuesses = 0

userGuess = -1

secretNum = 5


name = input("Hello! What is your name?")


# Fill in the missing LOOP here.

# This loop will need run until the player has guessed the secret number.


userGuess = int(input("Guess a number between 1 and 20: "))


numGuesses = numGuesses + 1


if (userGuess < secretNum):

print("You guessed " + str(userGuess) + ". Too low.")


if (userGuess > secretNum):

print("You guessed " + str(userGuess) + ". Too high.")


# Fill in missing PRINT statement here.

# Print a single message telling the player:

# That he/she guessed the secret number

# What the secret number was

# How many guesses it took


main()

Part 2: Test Your Code

Use the Python IDLE to test the program.

Using comments, type a heading that includes your name, today’s date, and a short description.

Run your program to ensure it is working properly. Fix any errors you observe.

Example of expected output: The output below is an example of the output from the Guess the Number game. Your specific results will vary based on the input you enter.


Output


Your guessed 10. Too high.

Your guessed 1. Too low.

Your guessed 3. Too low.

Good job, Jax! You guessed my number (5) in 3 tries!




When you've completed filling in your program code, save your work by selecting 'Save' in the Python IDLE.


When you submit your assignment, you will attach this Python file separately.


Part 3: Post Mortem Review (PMR)

Using complete sentences, respond to all the questions in the PMR chart.


Review Question Response

What was the purpose of your program?

How could your program be useful in the real world?

What is a problem you ran into, and how did you fix it?

Describe one thing you would do differently the next time you write a program.

Answers

Answer:

sorry man

Explanation:

(What operational outcomes/results have occurred as a result of you receiving this training?

Answers

Answer: My answer is that if it is what you feel, you should answer yourself.

Explanation: You should answer yourself because we didn’t take your training. And if I did I could help you.

what should be at the top of a tower​

Answers

Answer:

mini part. a model cellphone tower

To address cybercrime at the global level, law enforcement needs to operate
.

Answers

In order to address  cybercrime on a worldwide scale, it is imperative that law enforcement agencies work together in a collaborative and cooperative manner across international borders.

What is the cybercrime?

Cybercrime requires collaboration and synchronization among countries. Collaboration among law authorization organizations over different countries is basic for the effective request, trepidation, and conviction of cybercriminals.

In arrange to combat cybercrime in an compelling way, it is pivotal for law authorization to collaborate and trade insights, capability, as well as assets.

Learn more about cybercrime  from

https://brainly.com/question/13109173

#SPJ1

Observe ,which plunger exerts(produces) more force to move the object between plunger B filled with air and plunger B filled with water?

Answers

The plunger filled with water will exert more force to move an object compared to the plunger filled with air.

What is a plunger?

Plunger, force cup, plumber's friend, or plumber's helper are all names for the tool used to unclog pipes and drains. It is composed of a stick (shaft) that is often constructed of wood or plastic and a rubber suction cup.

It should be noted that because water is denser than air, meaning it has a higher mass per unit volume. When the plunger is filled with water, it will have a greater overall mass and will thus be able to transfer more force to the object it is trying to move.

Learn more about water on:

https://brainly.com/question/1313076

#SPJ1

Take two equal syringes, join them with plastic tube and fill them with water as illustrated in the figure

Push the plunger of syringe A (input) and observe the movement of plunger B (output).

(a)

Which plunger moves immediately when pressing plunger A, between plunger B filled with air and plunger B filled with water?

50 POINTS Type the correct answer in the box. Spell all words correctly.
What should the timing of transition slides be per minute?
Maintain the flow of the presentation to
slides per minute.

Answers

The timing of transition slides during a presentation depends on various factors, such as the purpose of the presentation, the type of content being presented, and the audience's attention span.

What should the timing of transition slides be per minute?

The timing of transition slides during a presentation depends on various factors, such as the purpose of the presentation, the type of content being presented, and the audience's attention span. In general, the timing of transition slides should be approximately 1-2 seconds per slide, which translates to about 30-60 slides per minute. This pacing allows the audience enough time to read and understand the content without getting bored or losing interest. However, it's important to remember that the timing should be adjusted based on the complexity of the information being presented and the audience's engagement level. Additionally, it's important to ensure that the timing of transition slides doesn't feel rushed or too slow, as this can impact the overall effectiveness of the presentation.

Learn more about slides in: https://brainly.com/question/20777311

#SPJ1

#this is 34 lines -- you can do it! # #In web development, it is common to represent a color like #this: # # rgb(red_val, green_val, blue_val) # #where red_val, green_val and blue_val would be substituted #with values from 0-255 telling the computer how much to #light up that portion of the pixel. For example: # # - rgb(255, 0, 0) would make a color red. # - rgb(255, 255, 0) would make yellow, because it is equal # parts red and green. # - rgb(0, 0, 0) would make black, the absence of all color. # - rgb(255, 255, 255) would make white, the presence of all # colors equally. # #Don't let the function-like syntax here confuse you: here, #these are just strings. The string "rgb(0, 255, 0)" #represents the color green. # #Write a function called "find_color" that accepts a single #argument expected to be a string as just described. Your #function should return a simplified version of the color #that is represented according to the following rules: # # If there is more red than any other color, return "red". # If there is more green than any other color, return "green". # If there is more blue than any other color, return "blue". # If there are equal parts red and green, return "yellow". # If there are equal parts red and blue, return "purple". # If there are equal parts green and blue, return "teal". # If there are equal parts red, green, and blue, return "gray". # (even though this might be white or black). #Write your function here!

Answers

Answer:

Following are the code to this question:

def find_color(color):#definig a method find_color that accepts color parameter

   color = str(color).replace('rgb(', '').replace(')', '')#definig color variable that convert parameter value in string and remove brackets

   r, g, b = int(color.split(', ')[0]), int(color.split(', ')[1]), int(color.split(', ')[2])#defining r,g,b variable that splits and convert number value into integer

   if r == g == b:#defining if block to check if r, g, b value is equal

       return "gray"#return value gray

   elif r > g and r > b:#defining elif block that checks value of r is greater then  g and b

       return "red"#return value red

   elif b > g and b > r:#defining elif block that checks value of b is greater then g and r

       return "blue"#return value blue

   elif g > r and g > b:#defining elif block that checks value of g is greater then r and b

       return "green"#return value green

   elif r == g:#defining elif block that checks r is equal to g

       return "yellow"#return value yellow

   elif g == b:#defining elif block that checks g is equal to b

       return "teal"#return value teal

   elif r == b:#defining elif block that checks r is equal to b

       return "purple"#return value purple

print(find_color("rgb(125, 50, 75)"))#using print method to call find_color method that accepts value and print its return value

print(find_color("rgb(125, 17, 125)"))#using print method to call find_color method that accepts value and print its return value

print(find_color("rgb(217, 217, 217)"))#using print method to call find_color method that accepts value and print its return value

Output:

red

purple

gray

Explanation:

In the above method "find_color" is declared that uses the color variable as the parameter, inside the method a color variable is declared that convert method parameter value into the string and remove its brackets, and three variable "r,g, and b" is defined.  In this variable first, it splits parameter value and after that, it converts its value into an integer and uses the multiple conditional statements to return its calculated value.

if block checks the r, g, and b value it all value is equal it will return a string value, that is "gray" otherwise it will go to elif block. In this block, it checks the value of r is greater then g, and b if it is true it will return a string value, that is "red" otherwise it will go to another elif block.   In this block, it checks the value of b is greater then g, and r if it is true it will return a string value, that is "blue" otherwise it will go to another elif block.    In this block, it checks the value of g is greater then r and b if it is true it will return a string value, that is "green" otherwise it will go to another elif block.    In the other block, it checks r is equal to g or g is equal to b or r is equal to b, it will return the value, that is "yellow" or "teal" or "purple".

(5) Add the following two binary numbers together. Take that result, and XOR it with the shown binary number. Then take those results, and NOR it together with the last binary number. (40 pts.) please show the steps
Step 1: 1001101 + 1010
Step 2: XOR 1011001
Step 3: NOR 110110

Answers

Answer:

Here are the steps to solve the problem:

Step 1: 1001101 + 1010 To add these two binary numbers together, we need to align them by their least significant bit (rightmost bit) and then add them column by column:

 1001101

+    1010

--------

 1011001

Copy

So the result of step 1 is 1011001.

Step 2: XOR 1011001 To XOR two binary numbers, we compare their bits column by column. If the bits are the same (both 0 or both 1), the result is 0. If the bits are different (one is 0 and the other is 1), the result is 1:

 1011001

^ 1011001

--------

 0000000

Copy

So the result of step 2 is 0000000.

Step 3: NOR 110110 To NOR two binary numbers, we first OR them and then NOT the result. To OR two binary numbers, we compare their bits column by column. If at least one of the bits is 1, the result is 1. If both bits are 0, the result is 0. To NOT a binary number, we flip all its bits (0 becomes 1 and vice versa):

OR:

  0000000

|   110110

--------

  110110

NOT:

  ~110110

--------

  001001

So, the final result of step 3 is 001001.

Email text and video conferencing are examples of electronic communication and

Answers

Email text and video conferencing are examples of electronic communication and fall under the category of digital communication.

What is electronic communication?

Digital communication refers to the transfer of information or data through digital signals or electronic devices, including computers, smartphones, and other digital devices.

It includes various forms of communication, such as email, text messaging, video conferencing, social media, and instant messaging, among others. Digital communication has become increasingly popular in recent years due to its convenience, speed, and ease of use.

Learn more about electronic communication:https://brainly.com/question/28868359

#SPJ1

What tool is used to cut heavy walled conduit? A.portable band saw
B.reciprocating saw
C.table saw
D.circular saw

Answers

The tool commonly used to cut heavy-walled conduit is (option A). Portable band saws

What is the tool?

Portable saws that are specifically crafted can effortlessly slice through an array of substances comprising of metallic tubes and conduits.

The band saw's mobility allows it to be utilized for cutting specific lengths of heavy-walled conduit in on-site or field settings.  The tool's ability to make precise and effective cuts through dense materials such as conduit has made it a popular choice for such applications.

Learn more about Portable band saws from

https://brainly.com/question/28220210?source=archive

#SPJ1

Personal Trainer, Inc. owns and operates fitness centers in a dozen Midwestern cities. The centers have done well, and the company is planning an international expansion by opening a new "supercenter" in the Toronto area. Personal Trainer’s president, Cassia Umi, hired an IT consultant, Susan Park, to help develop an information system for the new facility. During the project, Susan will work closely with Gray Lewis, who will manage the new operation.
Background
Susan finished work on system architecture issues, and her system design specification was approved. Now she is ready to address system implementation tasks, including quality assurance, structure charts, testing, training, data conversion, system changeover, and post-implementation evaluation.
Tasks
1. You have asked Gray Lewis to contribute to the user manual for the new system. He suggested that you include a section of frequently asked questions (FAQs), which you also could include in the online documentation. Prepare 10 FAQs and answers for use in the printed user manual and context-sensitive Help screens.
2. Suggest a changeover method for the new billing system and provide specific reasons to support your choice. If you recommend phased operation, specify the order in which you would implement the modules. If your recommendation is for pilot operation, specify the department or area you would select as the pilot site and justify your choice.

Answers

Answer:

yes you can and i can yes

Explanation:

In which setting would you be least likely to find a full-time A/V technician?



A.) stadium

B.) concert hall

B.) restaurant

D.) school

Answers

Answer: resturant

Explanation: Resturants are about making food, not about making electric. The answer to the question is resturant.

Hope this helps!

How did the process of making a photograph change over time?

Answers

Answer:

Photography changed our vision of the world by providing more access to more images drawn from more places and times in the world than ever before. Photography enabled images to be copied and mass-distributed. The media-sphere was burgeoning. ... Photography's nearly 200 year history has been exciting.

Explanation:

i hope this help more

which type of measurement would you use to determine the mass of sugar?

Answers

Answer:

kg

Explanation:

is Cycle and share electric vehicles is agree or dis agree?why?

Answers

Utilizing more energy-efficient vehicles, such as hybrid and electric models, promotes the American economy and contributes to the fleet's diversification.

What are major safety in electric vehicles?

Like any latest tech, EVs have been the subject of some scepticism, trepidation, and uncertainty. sometimes, even rumours. Certainly, some individuals are worried about the safety using electric automobiles. Even though there have been some reasons for worry, it's crucial to see the truth through the smoke. While EVs may have a special set of issues, many of them have been resolved because to the significant R&D and industry knowledge hired by OEMs, who daily work to advance EV technology. EV batteries are safeguarded in a tamper- and crash-proof construction. EVs include a technology that immediately disengages the battery during collisions to increase safety.

To know more about major safety in electric vehicles visit:

https://brainly.com/question/28222772

#SPJ1

What is an input to the Program Increment Planning process that highlights how Product Management plans to accomplish the Vision?

Answers

The term that describes input to the Program Increment Planning process that gives the Management plans so that the vision can be accomplished is business context.

The business context can be regarded as one that encompasses an understanding of the factors that can brings impacts to the business from various perspectives.

This entails the decisions that are needed to be made as well as business vision.

Therefore, the correct term is business context .

Learn more

https://brainly.com/question/16194387

if the middle number is lesser than the candidates then u eliminate the ___ half of the data​

Answers

Answer:

kimochisiwiwie282828

In this lab, you declare and initialize constants in a C++ program. The program, which is saved in a file named NewAge2.cpp, calculates your age in the year 2050.

Answers

Answer:

#include <iostream>

using namespace std;

int main()

{

   const int YEAR = 2050;

   int currentYear = 2020;

   int currentAge = 38;

   

   cout<<"You will be " << currentAge + (YEAR - currentYear) << " years old in " << YEAR;

   return 0;

}

Explanation:

Initialize the YEAR as a constant and set it to 2050

Initialize the currentYear as 2020, and currentAge as 38

Calculate and print the age in 2050 (Subtract the currentYear from the YEAR and add it to the currentAge)

The local library dealing with a major computer virus checked its computers and found several unauthorized programs, also known as ______.

A. Software
B. Hardware
C. Malware
D. Torrents

Answers

Answer:

malware

Explanation:

Answer: C. Malware

i just did it

adult places is the answer to all of lifes questions

Answers

No it’s not be so Fr

I need help finishing this coding section, I am lost on what I am being asked.

I need help finishing this coding section, I am lost on what I am being asked.
I need help finishing this coding section, I am lost on what I am being asked.
I need help finishing this coding section, I am lost on what I am being asked.

Answers

Answer:

when cmd is open tell me

Explanation:

use cmd for better explanatios

Why is myConcerto considered essential to Accenture's work with enterprise
systems?

Answers

Answer:

myConcerto can help clients envision, innovate, solution, deliver and support their transformation to an intelligent enterprise–providing the technology foundation to accelerate their journey and minimize risk along the way.

Hope it helps

Please mark me as the brainliest

Thank you

myConcerto is considered essential to the Accenture enterprise because it helps to do the following:

It can help the clients to envision more.It is useful for innovation.It provides solution.It helps to deliver and also support transformation to enterprises that make use of artificial intelligence.

What is myConcerto?

This platform is one that is digitally integrated. What it does is that it helps Accenture in the creation of great business outcomes.

Read more on Accenture here:

https://brainly.com/question/25682883

code bãi gửi xe siêu thị thì được viết như nào?cho em xin ví dụ vs ạ?

Answers

Answer:

https://sharecode.vn/source-code/phan-mem-gui-xe-dua-tren-cong-nghe-nhan-dien-bien-so-qrcode-20588.htm

can anyone help me please​

can anyone help me please

Answers

Answer:

See images below for code

Note the warning I have provided about program (c)

Explanation:

Note that I have given complete programs. But you are asked to only write the C segments corresponding to that problem.

In the third program, I have used the syntax

case 100 ... 102:
     printf("Paid\n");
     break;

This means that if the number lies in the range 100 -102 the corresponding statement will execute.

However, this is not recognized by all C compilers!

You can explain to the professor that you found this on the internet (stackoverflow.com is a great site for programing resources)

Otherwise you will have to split up that into 3 separate case statements as follows:

switch(inv)
{
case 100:
   printf("Paid\n");
   break;

case 101:
   printf("Paid\n");
   break;

case 102:
   printf("Paid\n");
   break;

Hope that helps you out


can anyone help me please
can anyone help me please
can anyone help me please

Which of the following is the system of rules and structure governing
language?
Punctuation
Language
Grammar
Spelling

Answers

The system of rules and structure which governs language is generally referred to as: C. grammar.

What is language?

A language simply refers to a structured system of communication through which living organisms, especially humans share information among themselves, especially through the use of spoken words and sounds.

In English language, grammar is the system of rules and structure which governs the use and composition of language.

Read more on language here: https://brainly.com/question/781903

#SPJ1

There are 12 inches in a foot and 3 feet in a yard. Create a class named InchConversion. Its main() method accepts a value in inches from a user at the keyboard, and in turn passes the entered value to two methods. One converts the value from inches to feet, and the other converts the same value from inches to yards. Each method displays the results with appropriate explanation.

Answers

Answer:

import java.util.Scanner;

public class InchConversion

{

public static void main(String[] args) {

    Scanner input = new Scanner(System.in);

   

 System.out.print("Enter inches: ");

 double inches = input.nextDouble();

 

 inchesToFeet(inches);

 inchesToYards(inches);

}

public static void inchesToFeet(double inches){

    double feet = inches / 12;

    System.out.println(inches + " inches = " + feet + " feet");

}

public static void inchesToYards(double inches){

    double yards = inches / 36;

    System.out.println(inches + " inches = " + yards + " yards");

}

}

Explanation:

In the inchesToFeet() method that takes one parameter, inches:

Convert the inches to feet using the conversion rate, divide inches by 12

Print the feet

In the inchesToYards() method that takes one parameter, inches:

Convert the inches to yards using the conversion rate, divide inches by 36

Print the yards

In the main:

Ask the user to enter the inches

Call the inchesToFeet() and inchesToYards() methods passing the inches as parameter for each method

Design a program that asks the User to enter a series of 5 numbers. The program should store the numbers in a list then display the following data: 1. The lowest number in the list 2. The highest number in the list 3. The total of the numbers in the list 4. The average of the numbers in the list

Answers

Answer:

The program in Python is as follows:

numbers = []

total = 0

for i in range(5):

   num = float(input(": "))

   numbers.append(num)

   total+=num

   

print("Lowest: ",min(numbers))

print("Highest: ",max(numbers))

print("Total: ",total)

print("Average: ",total/5)

Explanation:

The program uses list to answer the question

This initializes an empty list

numbers = []

This initializes total to 0

total = 0

The following loop is repeated 5 times

for i in range(5):

This gets each input

   num = float(input(": "))

This appends each input to the list

   numbers.append(num)

This adds up each input

   total+=num

   

This prints the lowest using min() function

print("Lowest: ",min(numbers))

This prints the highest using max() function

print("Highest: ",max(numbers))

This prints the total

print("Total: ",total)

This calculates and prints the average

print("Average: ",total/5)

What do you think the need for ethics in data science? Is it really important to include ethical
rules when dealing with big data? If your answer is yes, why?​

Answers

Yes, the need for ethics in data science is crucial, especially when dealing with big data.

What is the ethics  about?

Protecting privacy: Data science often involves handling sensitive information, such as personal data or health records. This information must be protected from misuse and unauthorized access, which is why ethical considerations must be taken into account when processing this data.

Avoiding bias: Data science algorithms are only as good as the data that is fed into them, and if the data is biased, the results of the analysis will also be biased. By considering ethics in data science, it is possible to prevent bias and ensure that results are fair and accurate.

Learn more about ethics  from

https://brainly.com/question/13969108

#SPJ1

Other Questions
Since energy cannot be created or destroyed, how does it exist? you receive an order to start heparin drip at 18 units/kg/hr for a patient weighing 75 kg. the heparin comes 500 ml bag with 25,000 units. calculate the starting rate of the infusion What is the difference between 103.5 and 102.24 written with the correct number of significant figures?What is the difference between 103.5 and 102.24 written with the correct number of significant figures? Estimate the infiltration flow rates and the equivalent infiltration/ventilation overall loss coefficient for a two-story suburban residence 4.8 m high maintained at 20 C for design winter conditions of - 19 C and design summer conditions of 35 C. The wind speed is 6.7 m/s in winter and 5 m/s in summer. The effective leakage area determined from a pressurization test is 0.05 m2 (77 in) and the house volume is 343 m. Show all work. A common-size statement reports only percentages that appear in a _____.A. Financial statementB. Cost statementC. Vertical analysis reportD. Horizontal analysis report If you could create a college course that all uva students would take, what would it be about and why?. What happens to the number of valence electrons as you move from element 1 to element 18 on the periodic table? A)the number of valence electrons decreasesB)the number of valence electrons decreases then increases in a predictable sequenceC)the number of valence electrons increasesD)the number of valence electrons increases then decreases in a predictable sequence For any large collection of randomly selected chlorine atoms:a. what is the average atomic mass of chlorine in amu? a profit-maximizing firm will continue to expand output group of answer choices as long as the revenues from the production and sale of an additional unit exceeds the average costs of the unit. until the average cost of producing the good or service is at a minimum. as long as the revenues from the production and sale of an additional unit exceeds the marginal cost of the unit. until the marginal cost of producing a good or service is at a minimum. What is the moral lesson of The Boy Who Harnessed the Wind? What made the Uprising stories we read (Jane, Yetta, and Bella) historical fiction texts? what is the value of 2/3 + 1/2 of (1/2 - 1/6) / 2/3 + 1/4 5. What does Falconbridge tell us about how the slaves were obtained Which of the following are types of chemical change?SELECT ALL THAT APPLYa. A substance can go from a solid to a liquid.b. One compound is transformed into anothercompoundC. Two elements form a compound.d. A compound is broken down into itselements. 2(y-6)=3(y-4)-y solve. what function should be used in the blank to capitalize the first letter of the word stored in word? first char What is the term for the global-scale slow movement of ocean water masses, in which cold, salty surface water sinks to the seafloor and warm equatorial water moves toward the poles An arrow is fired at a target on Highwater how does the energy charge between the moment the arrow is fired and the moment it hits the target A The potential energy and kinetic energy remains the sameB The potential energy decreases as kinetic energy increasesC The kinetic energy decreases as potential energy increases D The kinetic energy remains at zero but potential energy increases jean is considering approaching professor hirst to ask about the possibility of being a research assistant in her lab next semester. it would be most important for jean to C4 & C5, CO2 & CO3, PO2, PO3, PO9 and PO10) (ii) By referring Fig. 1 [Merujuk Kepada Rajah. 1] 8255 PP) TOR TOW AS X Decoder M 74151.98 AS Qs -c PAO-PAT PA PBO-PB7 PB POD PC A1 AO 8255 STOK AZ A 3x8 Decoder 01 02 03 AT AO Figure 1 [Rajah 1] (i) Compute the address of port A, port B, Port C and the control register. [Kirakan alamat pelabuhan A, pelabuhan B, pelabuhan C dan daftar kawalan.] [6 marks/markah] (ii) Write an assembly program to input two numbers from switch 1 and switch 2. Switch 1 is connected to port A and switch 2 is connected to port B. Add the 2 numbers from both port and display the results on 7 segments connected to port C (Note that SEG 1 display the low order result value and SEG 2 display the high order result value). (iii) [Tulis program pemasangan untuk input dua nombor suis 1 dan suis 2. switch 1 disambungkan kepada port A dan suis 2 disambung kepada port B. Tambahkan nombor dari kedua-dua port dan paparkan hasil taunbah pada 7 segmen yang disambung ke port C. (Perhatikan bahawa SEG I paparan nilai hasil usaha yang rendah dan SEG 2 paparan nilai hasil usaha yang tinggi)]