please answer this a due tomorrow!!!

1. In the lesson, you were introduced to the difference between data, information, and knowledge. Think of an example in your life where a number could be described as data, information, and knowledge.

2. A file won’t open on your friend’s computer, which leads to the inevitable question: “Why do there even need to be different file types, anyway?” How would you respond?

3. Think about the last business that you purchased a product or a service from. What three types of software might they need? Why would they need them?

4. If virtual reality becomes commonly used, what are some problems and concerns that might arise?

5. A family member who hasn’t worked with computers before has decided to change jobs. You’ve been asked to explain some of the basics. You begin by explaining the basic idea of word processing software, spreadsheets, databases, and presentation software. You sense that the following question is coming: “Why so many different things? Why can’t there just be one software that you could use for everything?” How would you answer?

Answers

Answer 1

Answer:

Q1: Think of a number that represents a piece of data in your life. Ex: Sally rode her bike 3 times in the past week.

Q2: Downloads represent different files so the computer can recognize them for their purpose like a video or image etc.

Q3: Well, depending on where you are buying the product from, they might need a web page, a networking site, and purchasing details.

Q4: If virtual reality becomes more commonly used, other device companies might start going out of business because of all the functions VR devices can perform (Games, videos, messaging, etc.).

Q5: Having one app that performs all the functions of several different apps would be hard to process and full of bugs. Plus, it would take up a lot of storage to download an app with all that software, and would run slowly.

:) hope this helps you hun  


Related Questions

Mark is looking for a position in the IT field that best matches his qualifications. He has an associate degree in the field and is almost finished with his bachelor's degree in the field with a minor in accounting. He has great time management skills and works well alone and in a team setting. Mark notices that he has an affinity for networking. In school, he was very good at it, and now he is able to easily troubleshoot problems. Which of the following positions would be the best match for Mark based on his qualifications?

a- computer consultant
b- software engineer - applications
c- software engineer – system software
d- testing and validation engineer

Answers

Answer:

D. testing and validation engineer

Explanation:

With his skills,  he can well test softwares.

a compound document has

A. the computing power of a spreadsheet

B. a spreadsheet embedded.

C. more than one application interface.

D. only one application interface.

Answers

Answer:

c

Explanation:

more than one application interface

Zahra wants to create a table for her clients’ phone numbers from a template. She clicks on the Create tab, and under the template category chooses application parts. From the Quick Start section, which category should she choose? Contacts Issues Tasks Users

Answers

Answer:

Zahra needs to select Contacts.

Explanation:

Zahra has already chosen application parts as a template category. And from the QuickStart table, it looks quite clear that Contacts is at the same level in software as issues, Tasks, and Users. And She needs to add all clients' contacts. Hence, she only needs to select the Contacts, and further, she needs to list all the clients' names and contact numbers which will definitely be shown as columns of the table which Contacts will create.

Explain why it is not necessary for a program to Explain why it is not necessary for a program to be completely free of defects before it is delivered to its customers completely free of defects before it is delivered to its customers

Answers

Sometimes you need a trial phase for a program where you see what the people actually like/ want out of the program. Sometimes a fault can actually be something that makes the program better.

what is x squared times b squared

Answers

Answer:

x^2 * b^2

Explanation:

Like 3 squared times 2 squared is 3*3*2*2. Similarly the expression given in the question is equal to x*x*b*b. And that explains what is mentioned in question.

Which type of system would be more reliable for keeping a plane traveling at constant speed – an automatically controlled feedback loop, or a manually controlled feedback loop? Why?

Answers

In order to keep the plane travelling at a constant speed, an automatically controlled feedback loop is more reliable.

Explanation:

The main reason behind this is that the plane needs to travel at a constant speed and that would only be maintained by setting constant feedback for the loop.

The feedback being constant will correspond to constant input which will, in turn, correspond to a constant output and hence constant speed.

In the case of using a manually controlled feedback loop, feedback will have to be provided manually at each iteration which is not practically viable as there is a scope for errors.

Your dad has downloaded an application from the internet. He calls you up and says he is unable to uninstall the application. He says the file he downloaded has an ISO extension. What do you tell him?

Answers

I may be right or may not be dont trust me on this one but I'm pretty sure it's letter A that is if you are using CourseHero but if your not its extract it using a 7-zip. Please do more research before you trust me because I am not completely sure.

How do you do 3.3 Code Practice: Question 1 on Edhesive?

Answers

Answer:

# Write a program to get as input the value of Red, Green and Blue. The value of each can be in between 0 and 255. And if the value of Red, or Green or Blue is below 0 then it should print out of range.#

Explanation:

import time

# Enter the value of RGB#

redvalue = int(input("Enter value of RED: "))

greenvalue = int(input("Enter the value of GREEN: "))

bluevalue = int(input("Enter the value of BLUE: "))

# We now need to check the value of RGB#

if redvalue <= 255 and greenvalue <= 255 and bluevalue <= 255:

 print("All the entries are correct.")

 # Its more than maximum #

if redvalue > 255:

 print("Red is too High.")

if greenvalue > 255:

 print("Green is too High.")

if bluevalue > 255:

 print("Blue is too High.")

 # Its quite low #  

if redvalue < 0:

 print("Red is not correct.")

if greenvalue < 0:

 print("Green is not correct.")

if bluevalue < 0:

 print("Blue is not correct.")

Problem: Test if a date is a payday based on the day of the month (15th or the 30th).

Answer: date = int(input("Enter today's day numerically:"))

if date == 15 :

  print("It's payday!")

elif date == 30 :

  print("It's payday!")

else:

  print("Sorry, not a payday.");

Explanation:

If it helped plz sub 2 me on YT at kustomkicks04

!!!!!WILL GIVE BRAINLIEST!!!!!
When adding text to an Excel worksheet, which option displays the Word window features?

A. Typing in cell

B. Text Box

C. Word Object

D. There are no option that show word window features.

Answers

Answer: B. Text Box

Explanation: The text box feature is in both Microsoft excel and Microsoft Word. The text box in Microsoft Excel looks the same as the text box in Microsoft Word.

Hope this helps!  :)

2. What type of expansion card allows your computer to
talk to other computers, without wires? *
3 points
O A. Modem
O
B. NIC
O C. PSU
O
D. PCle

Answers

You can use a peripheral component interconnect Express card (also known as an expansion card) to connect your computer to a wireless network (WLAN).

I hope this helped!

Which table attributes would this code produce?

three rows, two columns, table width of half the screen, and a thin border


two rows, three columns, row width of half the screen, and a thin border


two rows, three columns, table width of half the screen, and a thin border


three rows, two columns, row width of half the screen, and a thin border

Answers

Answer:

two rows, three columns, table width of half the screen, and a thin border

Explanation:

The code given in the image is HTML code that is used to generate a table.

Each Starting row tag generate a row and each column tag generate the column.

so in given code

<tr>

</tr>

is used to generate a row.

Then

<tr>

<td></td>

<td></td>

<td></td>

</tr>

This portion of the code generate one row and three columns of table. As this section repeats two times, it means that 2 rows and 3 columns will be generated.

<table width="50%" border="1">

this code used to generate the table of half of the screen and thin border.

What is also know as a visual aid in a presentation

Answers

Visual aids in presentations are tools like posters and PowerPoint slides used to visually reinforce spoken content, simplifying complex information and emphasizing key points.

In presentations, visual aids are elements that can help convey information visually, supporting the presenter's verbal communication. Effective use of visual aids, like posters, PowerPoint slides, charts, and graphs, can enhance the audience's understanding by simplifying complex information and emphasizing key points. However, it is crucial to not let these aids overshadow the presentation's main content. Each visual aid typically includes a title and a caption which provides a brief explanation to ensure the audience correctly interprets the information presented. In the context of conference presentations, such visual representations are integral for illustrating data, explaining content, and focusing the audience's attention on the key concepts or points being discussed.

Drag each tile to the correct box.
What are the steps involved in accepting all the changes in a document?
Click Edit
Click Accept or Reject.
Click Changes
Click Accept All

Answers

click edit

click changes

click accept or reject

click accept all

2h2 + o2 → 2h2o
pls i need help

Answers

Answer:

in this reaction, the ON of Oxygen on H2O is 1 and the oxidation number of Hydrogen is +1, and of oxygen is -2. So oxygen goes through reduction, and hydrogen goes through oxidation.  Hence this is a redox reaction. And energy is released during the process. All this fact make this quite complicated reaction. Also, see the covalent bonds are broken, and a new covalent bond is being formed,  

Explanation:

The answer is self explanatory.

What were the job titles of the people on the design team at IDEO?

Answers

Answer:

IDEO is a designing company. And it does business designing, communication designing, interactive designing, organization design, as well as Industrial designing and also does design research, marketing and you will also find then doing big data analysis. And the job titles are accordingly. Like Business design lead, Communication design lead, Interactive design lead, Organization design lead, Industrial design lead, Marketing lead, Data Scientists, etc. You will also find them doing business development. Hence you will also find at IDEO job titles like Business development lead and various other job titles according to the above field. However, they don’t work in software design.

Explanation:

The answer is self explanatory.

An electronic spreadsheet is a type of
archive.
database.
document.
periodical.

Answers

Answer:

document!

Explanation:

If a graphic designer creates an image to illustrate a website, this image is protected by a
trademark
copyright
nondisclosure agreement.
patent

Answers

Answer:

copyright

Explanation:

the copyright rules will protect his image from stolen by other graphic designers

Answer:

B edge 2020

Explanation:

graphics that contain movement are often referred to as
..........​

Answers

Answer:

I think the answer is animation.

Answer:

Graphics that contain movement are often refereed to as animation

Explanation:

Hope it helps


Which filter cuts reflections from water or glass, reducing an object's shiny look?
A
optical
enhancement
neutral density
D.
polarizing

Answers

Answer:

polarizing

Explanation:

polarizing filters are normally used in photography. They reduce the reflections of shiny objects like glass, water. They are very especially used in for indoor photography.For example if a person is wearing glasses it's eyes cant be seen due to reflections, polarizing filter help reduce that kind of obscured images.

Answer:

POLARIZING

Explanation:

Does anyone know how to able an iPhone 6s with a hp computer without and iTunes??

Answers

Not possible you need iTunes to unlock the phone

The exchange of infomation is called

Answers

Answer:

Electronic data interchange (EDI)

Explanation:

Answer: Dillon is packing equal quantities of pretzels and crackers for snacks. Dillon bags the pretzels in groups of 5 and the crackers in groups of 11. What is the smallest number of crackers that he can pack?

Explanation: can u awnser this?

Please answer please

Answers

Answer:

Number 7 is C

Explanation:

Answer:

3. C

6. B

Explanation:

This problem performs elliptic curve encryption/decryption using the scheme out-
lined in Section 10.4. The cryptosystem parameters are E11(1,6) and G = (2,7). B's
secret key is nb = 3. (Hint: Note the relationship of this system to the one discussed in
the previous question (10.14)]

a. Find B's public key PB.
b. A wishes to encrypt the message Pm = (10,9) and chooses the random value
k = 4. Determine the ciphertext Cm.

c. Show the calculation by which В recovers Pm from Cm.

(10.14----> for E11(1,6) consider the point G=(2,7). compute the multiple of G from 2G through 13G.)

Answers

Answer:

Following is the solution fr the question step by step:

a. PB = (7,2)

b. Cm = {(8,3), (10,2)}

c. Pm= (10,9)

Explanation:

I hope it will help you!
(a) B's public key is "[tex]P_B = (7,2)[/tex]"(b) The ciphertext is "[tex]C_m = {(8,3),(10,2)}[/tex]"(c) Between the two points, addition as well as multiplication are proceeding.

(a)

The formula:

→ [tex]P_B = n_B\times G[/tex]

By substituting the values, we get

        [tex]= 7\times (2.7)[/tex]

        [tex]= (7,2)[/tex]

(b)

As we know,

The cipher text will be:

→ [tex]C_m = {\left\{ kG, P_m+kP_B \right \}}[/tex]

By putting the values,

        [tex]=\left \{ {3(2,7), (10,9)+3(7,2)} \right \}[/tex]

        [tex]= \left \{ (8,3),(10,2) \right \}[/tex]

(c)

B Recovers will be:

→ [tex]P_m = \left \{ kP-b-n_b(kG,P_m) \right \}[/tex]

        [tex]= (10,2)-7(8,3)[/tex]

        [tex]= (10,2)-(3,5)[/tex]

        [tex]= (10,2)+(3,6)[/tex]

        [tex]= (10,9)[/tex]

Thus the above responses is correct.                

Learn more about cipher text here:

https://brainly.com/question/18426927

Test if a number grade is an A (greater than or equal to 90). If so, print "Great!".

Answers

#include<iostream.h>

#include<conio.h>

void main()

{

char g;

int m;

cout<<”\nEnter the marks”;

cin>>m;

if(m>=90&&m<=100)

g=’A’;

else if(m>=81)

g=’B’;

else if(m>71)

g=’C’;

else if(m>61)

g=’D’;

else if(m>51)

g=’E’;

else if(m>41)

g=’F’;

else

g=’U’;

if(g==’A’)

cout<<”\nGreat!”;

else

cout<<”\nNot Great”;

getch();

}

Explanation:

Here, we are declaring two variables g(char data type) and m(int data type) to get the grade and the mark respectively. We’ll enter the mark less than 100 and check it under certain conditions to assign the grade to the variable g.

So at the end we will check whether the grade given is ‘A’. If condition is true, the program will display “Great!”. Otherwise it’ll print “Not Great”.

Describe the Say It, Cover It, Resay It method.

Answers

You read it aloud to whilst looking at the word, then it when you are confident enough you cover up the word and repeat saying it aloud

Answer:

I'm, sorry look for another answer because the one above is SOOOOOO wrong

Explanation:

I used that and it was wrong so sorry I dont know the answer but DON'T USE THEIRS

Approximately how many times should you review and practice possible fill in the blank questions that may be on a test?
a. 5-10 times
c. 1-3 times, to get a good feeling about what the
possible answers could be
b. Until they can be easily answered
d. 2-5 times
Please select the best answer from the choices provided
Ο
Α

Answers

Answer:

b. Until they can be easily answered.

Explanation:

We cannot fix the No. of reviews to understand the best possible answer. It can be solved in first attempt and cannot be in 100 attempts.

This is the reason, answer "B" is best possible choice for this question.

11. You should type _
space(s) after a period at the end of a sentence.
A. zero
B. three
C.one
D. two

Answers

Answer: one

Explanation:

I don’t know why but every time you type something you would have to leave a space after a period

Answer:

One

Explanation:

Every time you type something you would have to leave a space after a period.

state reasons why new version of application packages are released often?​

Answers

- To add new features

- To fix bugs

- To combat security vulnerabilities

- To keep customers engaged by showing the application is still maintained

Answer:

new version of applications are released to address issues like:

fixing bugsinsecurity of the applicationto update featurescustomer engagement as well market competition

Explanation:

Most application release new versions of their applications due to all and more of these reasons been given above:

fixing of bugs: bugs are a constant threat to the functionality of different applications hence the constant improvement and release of newer version help detect and remove most bugs

insecurity of the application: this is very important for most Applications because identities of users can be stolen by hackers if an application is not properly secured

update of features: new versions come with newer features which makes the application user friendly

customer engagement is essential so that there will be new and returning customers using the application

market competition: rival and similar applications tend to release newer versions of their applications in other to win the market

A typical day in programming and software development would involve
A.monitoring network connections.
B.figuring out why a computer will not turn on.
C.using an image-editing program.
D. writing code for a software program. (correct answer)

Answers

Answer:

Option D. writing code for a software program

Explanation:

One important task in programming and software development is to write code for a software program. Writing code is an activity that involves writing commands that can be understood by computer to perform certain task. There are many programming languages that can be chosen by a programmer to write their code. The choice of language is dependent on the purpose of the program itself and it can be also the self-preference or computing background of that programmer.

the answer is:

d. writing code for a software program

Which type of word processing programs enables us to include illustrations within the program?
A. popular
B. widely used
C.
full featured
D. inexpensive

Answers

Answer:

C.  full featured

Explanation:

You need to make use of the full-featured version of the word processing programs to use the illustrations that are part of the program. And simple versions might not have that. By fully featured it means you need to have the license included or else you will be able to use it for a few days or a maximum of 3 months, and that is certainly not a good idea.

Other Questions
The histogram represents the distributions of essay scores for high school sophomores and juniors in a contest. Which statements are true about the data used to create the histogram? Select three options.The mean is the best comparison of the measures of center.The juniors tended to have higher essay scores than the sophomores.The medians of both data sets are equal.The interquartile range is the best comparison of the measure of variability.A histogram is the best way to show that both distributions are nearly symmetric. Consider the graph of the line y = .5x- 4 and the point(-4,2).The slope of a line parallel to the given line is(1/24A point on the line parallel to the given line, passingthrough (-4, 2), is (0,4) 4.The slope of a line perpendicular to the given line is-2A point on the line perpendicular to the given line,passing through (-4,2), is Select the correct answer.Which of these is a way that politicians in the United States attempt to Influence the media?A.They try to "spin" the news by manipulating how reporters interpret events.B.They pass laws creating official agencies to censor media.C.They prohibit reporters from covering certain issues.D.They Jail reporters who write negative stories about them.E.They purchase media companies to control the campaign message.ResetNextA is the correct answer If Farmer Sam MacDonald can produce 200 pounds of cabbages and 0 pounds of potatoes or 0 pounds of cabbages and 100 pounds of potatoes and faces a linear production possibility frontier for his farm, the opportunity cost of producing an additional pound of potatoes is ________ pound(s) of cabbage.Choose one answer.a. 1/2b. 2c. 100d. 200 1. Jada measured the height of a plant in a science experiment and finds that, to the 1/4 nearest of an inch, it is 3/4 inches.a. What is the largest the actual height the plant could be?b. What is the smallest the actual height the plant could be?c. How large could the percent error in Jada's measurement be? what are the Spanish ordinal numbers? Lemon juice and coffee are both acidic solutions. Lemon juice has a pH of 2, and coffee has a pH of 5. Which of these solutions is the stronger acid and why? Which of the following statements regarding sudden infant death syndrome (SIDS) is correct?1 Certain cases of SIDS are predictable and therefore preventable.2 SIDS is most commonly the result of an overwhelming infection.3 Most cases of SIDS occur in infants younger than 6 months.4 The cause of death following SIDS can be established by autopsy. What are the intercepts of the graphed function?x-intercept = (-1,0)y-intercept = (-3,0)x-intercept = (0, -1)y-intercept = (0, -3)x-intercept = (0, -1)y-intercept = (-3,0)x-intercept = (-1, 0)y-intercept = (0, -3) Earl Pumpernickel owns and operates The Earl of Sandwiches, a profitable catering business in Logic Town. Recently, Earl was lucky enough to land a lucrative contract that will enable him to supply food for the Big Corporation for an entire month of lunch conferences. For the upcoming week, for example, he knows that Fridays meeting will require 12 more sandwiches than Tuesdays meeting, which will require six fewer sandwiches than Mondays, which will require 20 more sandwiches than Wednesdays, which will require five fewer sandwiches than Thursdays. If the number of sandwiches ordered for the conference that calls for the fewest is 50, how many sandwiches will Earl need to make for the Big Corporation each day next week? If other factors are held constant, what happens to a confidence interval if the sample variance increases? The range of t scores increases and the width of the interval increases. The range of t scores decreases and the width of the interval decreases. The standard error increases and the width of the interval increases. The standard error decreases and the width of the interval decreases. 5. Which of the following correctly shows alpha decay?ABU --> Ra + Bea U --> NP + Becan U --> Th + HeD ESU --> Pu + He Need some help with these problems! What is the purpose of your answer for question #1?A)can only move substance into the cell with the useof ATPB)is only used to remove large waste products fromthe cellC)are specifically meant to carry the smallest ions inand out of the cellD)to assist in the movement of substances across themembrane by facilitated diffusion or active transport Which action did President Herbert Hoover believe the government should take a provide relief to Citizens during disaster be not provide 7 course dinners in Whitehouse see meet with bonus Marchers or D invest in businesses A 16-year-old boy has an upcoming examination in his math course. Although he's generally good at math, he's feeling atremendous amount of pressure because he has always achieved high grades. Lately he's been experiencing thefollowing symptoms: headaches, lower back pain, constant worry, an inability to relax, and a tendency toward isolatinghimself from others. His parents are concerned and want to help. They take him to a therapist who has expertise instress reduction. Demonstrate the way in which the counselor could work with this young man to help him relax nowand in the future. A sense of historical, cultural, and sometimes ancestral connection to a group of people who are imagined to be distinct from those outside the group is known as a(n): The following information has been taken from the ledger accounts of Kingbird Corporation. Total income since incorporation$326,000 Total cash dividends paid61,000 Total value of stock dividends distributed30,000 Gains on treasury stock transactions18,000 Unamortized discount on bonds payable33,000 Determine the current balance of retained earnings. How are the two angles related? PLEASE answer. Tons of points and brainliest!!!!! Only confident RIGHT answers In Spanish write one complete sentence for each of the following verbs. Be sure to conjugate them correctly.1 - Yo (hacer) .....2 - Yo (poner) .....3 - Yo (salir) .....4 - Yo (conocer) .....5 - Yo (tener) .....Pay attention to (a) correct conjugation of the verb, (b) use of supporting vocabulary, and (c) overall quality of the sentence. Steam Workshop Downloader