Answer:
a database
Explanation:
hope this help tell me if im wrong
will give brainlyist
Which sentence in the following paragraph correctly describes mobile technology?
Mobile devices have become the main source of communication for many people around the world. However, businesses are still to capitalize on the wide reach mobile communication. Social media is being increasingly used in marketing research. Customized advertising can be integrated based on specific users' location. Smartphones do not have videoconferencing capabilities that is becoming a major business tool.
i think its the first sentence: Mobile devices have become the main source of communication for many people around the world
if im wrong im dum ;-;
Answer:
Customized advertising can be integrated based on specific users location.
Explanation:
Right for Plato/edmentum
6.7 edhesive code practice emoticons
An executable code for an emoticon that is written in Python programming language is shown below.
What is an emoticon?An emoticon can be defined as a graphical representation of the facial expressions that are used in computer-mediated communications, and it's formed by various combinations of a group of keyboard characters such as:
:-);):)In this scenario, an example of an executable code for an emoticon written in Python programming language is:
import simplegui
import math width = 300, height = 300;
face1 = false
face2 = false
def all_false(): global face1 global face2
def toggle_face1(): all_false() global face1
canvas.draw_circle((width/2, height/2), 40, 2, "#FCF4A3", "#FCF4A3")
frame.start()
Read more on emoticon here: https://brainly.com/question/17100255
#SPJ2
1.2.6: Anonymity Reflection
1) What are some reasons a person might choose to remain anonymous on the Internet?
2) What are some harmful outcomes that stem from Internet anonymity?
3) Do you think that people have a “right” to remain anonymous online? Why or why not?
Answer:
1. they are too afraid to say it in person or are afraid of getting in trouble if they give their identity.
2.more cyber crimes committed and no filter for what is okay to say or not as they have the security no one knows who they are.
3. yes because you may not want your full personal info out there even though negative outcomes could occur from anonymity
There are several reasons why a person might choose to remain anonymous on the internet, including: privacy, security, Whistleblowing, etc.
What is Internet anonymity?Internet anonymity is the capacity of a person to remain unidentified and anonymous online, generally through concealing or obfuscating their real identity.
A person could decide to remain anonymous on the internet for a number of reasons, such as:
Concerns about privacy: People might prefer to keep their internet activities or personal information hidden, especially if they are discussing sensitive or divisive viewpoints.Safety worries: Some people could feel unsafe or vulnerable if they reveal their identify online, especially if they have previously been the target of abuse or threats.Whistleblowing: In order to protect themselves from retaliation, those who seek to bring attention to wrongdoing or unlawful activity may decide to remain anonymous.Internet anonymity can have a number of negative effects, such as:
Online bullying and harassment.Misinformation and hate speech propagation.Absence of responsibility.Some contend that anonymity is an essential part of free speech and expression and that people should have the freedom to share their thoughts without worrying about being judged or subjected to retaliation.
Thus, these are some harmful outcomes that stem from Internet anonymity.
For more details regarding internet anonymity, visit:
https://brainly.com/question/13264093
#SPJ2
Question text
In a spreadsheet program, worksheets and documents are present in
Answer:
workbook
Explanation:
A workbook is a file that contains one or more worksheets to help you organize data.
Case Study
Dr. Thomas Waggoner, an information systems professor at the local university,
is at the Will Call window at the Medallion Theatre, trying to pick up tickets he
had reserved. However, due to an oversight which turns out to be rather
frequent, his tickets were sold to another patron. Fortunately for Dr. Waggoner
and his wife, who are celebrating their wedding anniversary, the box office
manager finds two box seats which had not been claimed. In talking with the
box office manager, Dr. Waggoner starts thinking that he could perhaps help the
theatre avoid this type of problem in the future. His students could design and
build a system to help keep track of ticket sales, and hopefully help the theatre
become more efficient and improve customer satisfaction.
Q # 1 Write down the purpose of the given requirements HINT: purpose of a
system?
Q # 2 Write down the Modules and also extract the functional requirements of
the given requirements?
Q # 3 Create a use Case Diagram and Use cases of the above requirements?
Q # 4 Create a Class Diagram and its GUI interfaces of the system? NOTE:
Write down the caption on each interface.
Answer:
1. Design system to avoid theatre tickets selling issue.
2. Resources provided to student who can built a system for the theatre tickets booking.
3. Medallion Theatre Booking System
Add/edit patron
Add/edit production
Add/edit performance
Add/edit seats
Purchase tickets
Generate Tickets Sold Report
4.GUI or graphical user interface allows the user to connect through graphical icons.
Explanation:
The main purpose is to avoid problems of duplicate tickets sales in future. The system will enable the selling of each seat to one customer only and when an attempt is made to resold the seat the system warns the user creating a check for original sale. This will help theatre to avoid any issues in future and customers will be happy with their ease of confirmation of booking.
Example of vector image format
Answer:
JPEGs, GIFs and PNGs are common raster image types. ...
Vector images, alternatively, allow for more flexibility. Constructed using mathematical formulas rather than individual colored blocks, vector file types such as EPS, AI and PDF* are excellent for creating graphics that frequently require resizing.
Discuss the important role of remote sensing application in agriculture. Do you think that the use of remote sensing is applicable in the Philippines scenario? Why? Give some of the pros and cons of remote sensing.
Answer:
Remote sensing gives the soil moisture data and helps in determining the quantity of moisture in the soil and hence the type of crop that can be grown in the soil. ... Through remote sensing, farmers can tell where water resources are available for use over a given land and whether the resources are adequate.
Ryan has some kpis to help his fitness center archive the business goal of improving overall client satisfaction review these four kpis which do you think fit the criteria of being specific, measurable attainable relevant and time-bound
Answer: (C) A score of 85% or more in the annual survey for the question ‘Would you recommend this gym to a friend?’
(D) Ensure 90% of new gym members book an induction session within the first two weeks of joining
Explanation:
From the options that are given in the question, the kpis that fit the criteria of being specific, measurable attainable relevant and time-bound are options C and D that is,
• A score of 85% or more in the annual survey for the question ‘Would you recommend this gym to a friend?’
• Ensure 90% of new gym members book an induction session within the first two weeks of joining
WHY ARE APARTMENTS CALLED APARTMENTS IF THEY ARE TOGETHER LOL
Answer:
cause architects are weird
Explanation:
Explanation:
Cause apartments is apartments so therefore its called apartments
Suppose the message 111010 is to be transmitted (beginning with the leftmost bit) using
CRC with generator polynomial X 4 +X+1.
Determine the entire message that would be transmitted. Show all your work. Also show how receiver will check and confirm that there is no transmission error.
Answer:
Explanation:
Given that:
generator polynomial = x⁴ + x + 1
This form can be expressed in binary form as:
[tex]= 1 *x^4 + 0*x^3 +0*x^2 + 1*x^1 + 1*x^0[/tex]
= 1 0 0 1 1
=10011
The given message = 111010
Now, we can see that the length of the polynomial generator = 5
The next thing to do is to add (5-1) = 4 0's to the given message end
i.e. message = 1110100000
The next process is to divide the message with the generator to deduce the remainder which ill be added to the message for us to create a transmitted message
∴
10011║1110100000║111
10011
1 1 100
1 0011
1 1 1 1 0
1 001 1
1 1 0 1 0
1 0 01 1
1 0 010
1 0 01 1
0 010 → Remainder
∴ Transmitted message = 1 1 1 0 1 0 0 0 0 0
0 0 1 0
[tex]1 \ 1 \ 1 \ 0 \ 1 \ 0 \ 0 \ 0 \ 1 \ 0[/tex]
To check and confirm that the message transmitted is correct at the receiver's end, we have to divide the transmitted message with the generator.
So, if the end result of the remainder is 0, then the message is correct, otherwise incorrect.
10011║1110100000║1111
10011
1 1 100
1 0011
1 1 1 1 0
1 001 1
1 1 0 1 0
1 0 01 1
1 0 010
1 0 01 1
00000 → Remainder
Hence, the received message is correct.
what is the quotient of 8.16 ÷ 100
Answer:
0.0816
Explanation:
8.16 ÷ 100 = 0.0816 (Ans)
Case Study Dr. Thomas Waggoner, an information systems professor at the local university, is at the Will Call window at the Medallion Theatre, trying to pick up tickets he had reserved. However, due to an oversight which turns out to be rather frequent, his tickets were sold to another patron. Fortunately for Dr. Waggoner and his wife, who are celebrating their wedding anniversary, the box office manager finds two box seats which had not been claimed. In talking with the box office manager, Dr. Waggoner starts thinking that he could perhaps help the theatre avoid this type of problem in the future. His students could design and build a system to help keep track of ticket sales, and hopefully help the theatre become more efficient and improve customer satisfaction. Q # 1 Write down the purpose of the given requirements HINT: purpose of a system? Q # 2 Write down the Modules and also extract the functional requirements of the given requirements? Q # 3 Create a use Case Diagram and Use cases of the above requirements? Q # 4 Create a Class Diagram and its GUI interfaces of the system? NOTE: Write down the caption on each interface.
Answer:
1. The primary purpose of a system is system development, analysis and design to avoid inappropriate and duplicate selling of theatre tickets.
2. The function requirements are development of a system which automatically reserves the ticket when a person books it and marks it appear booked for all the customers.
3. The customers can book the ticket through online system. The system then marks the ticket as unavailable for all the other customers until and unless the original customers cancels the ticket.
Explanation:
Dr. Waggoner had an issue with ticket booking as his booking was sold to another customer. This could lead him to a bad experience at theatre but since the box office manager assisted him with another available seats. This issue has been resolved with good faith but there can be problems in future where many customers can claim a single seat. To avoid this the theatre should introduce online booking system based on computer application which can be accessed by all the customers through website.
What do you need to do before installing a software program on your computer? A. perform maintenance tasks on your computer B. ensure that your computer meets the minimum requirements for installation C. restart your computer D. transfer the installation program to a USB drive
Answer: B. ensure that your computer meets the minimum requirements for installation
Explanation:
Answer:
The answer is B. Ensure that your computer meets the minimum requirements for installation.
Explanation:
I got it right on the Edmentum test.
write the steps to find the LCM of three numbers
Answer:
First factor of three number ,then take common numbers between three factor ,then common ×remaining number ,hope you will find your answer
disadvantages assembly level language for programming
Answer:
what are the question
Explanation:
please write full question step by step
~Trivia~
Harry Potter Edition
Answer All Correct For Brainliest
What house does Harry Potter belong to in Hogwarts? __________________
What position does Harry Potter play in Quidditch? _____________________
Who is Fluffy? __________________
What does the Imperius Curse do? ___________
Answer:
What house does Harry Potter belong to in Hogwarts? Gryffindor __________________
What position does Harry Potter play in Quidditch? Seeker _____________________
Who is Fluffy? Hagrid's old cerberus __________________
What does the Imperius Curse do? ___________ places cursed under sorcer's control
Explanation:
write the html to place an image called prime logo.gif on a web page. The image is 100 pixel high by 65- pixel wide
Answer:
Um, HOW??????????????¿??
the ISA standard buses are used to connect
Answer:
The ISA standard buses are used to connect Hard disk and Processor
Hope this helps you. Do mark me as brainlist
Which options can be used for totaling numbers?
Liquid-liquid extraction is best suited to separate a mixture of compounds when:
A. The mixture contains compounds with similar polarities but different solubilities.
B. The mixture contains compounds with similar solubilities but different molecular weights.
C. The mixture contains compounds with similar melting points but different polarities.
D. The mixture contains compounds with similar molecular weight but different polarities.
E. The mixture contains compounds with similar molecular weight but different melting points.
Answer:
A. The mixture contains compounds with similar polarities but different solubilities.
Explanation:
Liquid – Liquid (LLE) extraction is a process for the isolation of compounds or metal complexes, also known as solvent extraction and partitioning, based on their relative solubility in two distinct liquids, generally water- (polar) liquids and an organic solvent (non-polar). Net transition from a liquid to a liquid process of one or more species, normally from aqueous to organic.
Pulling out specific differences
Answer:
Terms in this set (24) abstraction. Pulling out specific differences to make one solution work for multiple problems. algorithm. A list of steps to finish a task. binary. A way of representing information using only two options. bug. code. command. computational thinking. conditionals.Cloud computing security risks
Answer:
Risks:
Network issues or outages caused by attackers can limit or completely deny access to data stored in the cloud
Attackers could find an exploit and steal company data without ever physically touching the company's computer.
That's what I can think of.
Explanation:
Design a program named GradeDistribution.java that reads in 10 grades from the keyboard, then counts and displays grade distribution as follows:
Grade Range No.
[90 - 100] 2
[80 - 89] 5
[70 - 79] 1
[0 - 69] 1
Others 1
Answer:
[70 — 79]
Explanation:
Which tag is used to mark the individual list items?
Convert Dec 185 to Binary Byte
Bit Position
8
7
6
5
4
3
2
1
Bit State
O or 1
Bit state
Value
128
64
32
16
00
4.
2
1
Bit Position
Value
Convert Dec 252 to Binary Byte.
Bit Position
8
7
6
5
4
3
2
1
Bit State
O or 1
Bit state
Value
128
64
32
16
8
4
2.
1
Bit Position
Value
Answer:
185 = 1011 1001
252 = 1111 1100
Explanation:
If you add the decimal values corresponding to the bit positions that are 1, you get your decimal number.
A computer connected to the internet that ask for data is a
Answer:
Client
Explanation:
When your computer is connected to the internet it is always asking and sending data. Your computer is the client which recieves the data from the sever.
What are the best legendary pokemon?
Answer:
Any EX
Any GX
Pikachu
Raichu
Mew Two
Charizard
Taurus
Gumshoos
Lurantis
Lapras
Incineroar
Dialga
Guzzlord
Lugia
Darkrai
Sigilyph
Xerneas
Explanation:
There are more but it takes a little while to get them all
Change the following sentences using 'used to
a. We went to school together.
b. How did you spend the winter evenings?
c. We had our milk delivered.
d. I was in love with him.
e. At one time there were trees in the garden.
Answer:
a. We used to go to school together.
b. How did you use to spend the winter evenings?
c. We used to have our milk delivered.
d. I used to be in love with him.
e. At one time there used to be trees in the garden.
In MIPS, all operation codes (op-codes) use ______ only.
A- 5 bits
B- 8 bits
C- 6 bits
D -32 bits
Answer:
5 bits
Explanation:
ue82ijevw8ey जभछतड।णृबदजठणब
Do you know the energy unit question?
Answer:
Fossil Fuels
Explanation: