Question

In: Computer Science

Think about the databases you interact with (not just Access - for example CANVAS is a...


Think about the databases you interact with (not just Access - for example CANVAS is a database!) Select 2 and briefly describe the information stored and that you use. How would your great aunt have accessed this same data when she was your age, or would she not have access?
Select 2 databases and briefly describe the information stored and that you use. How would your great aunt have accessed this same data when she was your age, or would she even have had access?

Solutions

Expert Solution

ANSWER :

INPUT /Input Variable a
STORE a /Store variable a
OUTPUT /Display Variable a
INPUT /Input Variable b
STORE b /Store variable b
OUTPUT /Display Variable b
INPUT /Input Variable c
STORE c /Store variable c
OUTPUT /Display Variable c

/ Loop for performing iterative addition and giving res=a*b
loop1, LOAD res
ADD a
STORE res
Load b
SUBT one
STORE b
SKIPCOND 400 /Is multiplication is completed?
JUMP loop1 /if No,then repeat loop1 Again and if Yes,Exit the loop1

/ Again,Loop for performing iterative addition and giving z=res*c=a*b*c
loop2, LOAD z
ADD res
STORE z
LOAD c
SUBT one
STORE c
SKIPCOND 400 /Is multiplication is completed?
JUMP loop2 /if No,then repeat loop2 Again and if Yes,Exit the loop2

LOAD z /Load the final result to varable z
OUTPUT /Print final Answer i.e.Variable z=a*b*c
HALT /Stop the program

/Declaring variables used in program
a, DEC 0
b, DEC 0
c, DEC 0
z, DEC 0
one, DEC 1
res, DEC 0
END


Related Solutions

Discuss how you interact with databases in your daily routine. How often do you access your...
Discuss how you interact with databases in your daily routine. How often do you access your own personal info and stored data, enter your personal information into new databases, browse content in a database etc?
List three things that you like about databases such as Ms Access. Comment briefly about why...
List three things that you like about databases such as Ms Access. Comment briefly about why you like these features (things)
Think about businesses that you interact with on a daily basis. Pick two specifically and decide...
Think about businesses that you interact with on a daily basis. Pick two specifically and decide whether these businesses operate in a market that is perfectly competitive, monopolistic, monopolistically competitive, or oligopolistic. Explain why you classified the business in this way. Which category do you think most businesses we interact with on a daily basis fall under?
Students interact with databases daily but often do not recognize that fact. Ask students whether they...
Students interact with databases daily but often do not recognize that fact. Ask students whether they have used Google or another search engine recently. Have students purchased anything online? Did they use the online library catalog? How have they interacted with any databases in the previous 24 hours? Write the list on the board to emphasize the importance that databases play in our daily lives. Choose one of the three databases in this chapter. Ask students to provide other data...
Databases make it easy for people in an organization to access customer, employee, and business information,...
Databases make it easy for people in an organization to access customer, employee, and business information, some of which is private. What are the ethical and legal implications that must be considered as a result of this? Should organizations police themselves, or should there be government regulations surrounding who can access this content in an organization? Discuss the dilemmas this presents for business organizations, and provide examples to illustrate your ideas.
if there are 3 customer segments, how many lean canvas do you think should the entrepreneur...
if there are 3 customer segments, how many lean canvas do you think should the entrepreneur develop? Why? Explain.
Think about an aspect of your consumer behavior that you would like to change. For example,...
Think about an aspect of your consumer behavior that you would like to change. For example, you may want to change your spending habits (save more, pay down debt, learn to budget). Or you may want to change your eating habits (eat healthier, eat out less). You may want to become more environmentally conscious with your consumption. These are just some examples; please do not feel limited to these, when picking your topic. I would like you to write a...
1. Think about a company you know well. What would be an example of IT architecture...
1. Think about a company you know well. What would be an example of IT architecture at that company? What about IT infrastructure? What is the difference between a decentralized architecture and a centralized architecture?
Quote an example where you noticed consumer surplus. What did you think about the phenomenon at...
Quote an example where you noticed consumer surplus. What did you think about the phenomenon at that time and how do you look at it after understanding the concept of consumer surplus.
How does the cloud consumer interact with the appropriate systems to gain access to the required...
How does the cloud consumer interact with the appropriate systems to gain access to the required services. What different portals help the consumer to achieve this?
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT