list any two two examples of word processor spreadsheet and presentation software?​

Answers

Answer 1

Answer:

Explanation:

Word processing softwares : iWork Pages (Apple)

Word Perfect by Corel

Spreadsheet softwares : Excel by Microsoft Corporation

Numbers (Apple)

Presentation softwares: Microsoft powerpoint by MicrosoftCorporation

Corel Presentation

Apple Keynote


Related Questions

What value will the variable x have when the loop executes for the first time?

var names = ["Tom", "Bill", "Sherry", "Clay"];

for(var x in names){

console.log(names[x]);

}

Select one:

a.
0


b.
1


c.
Tom


d.
Bill

Answers

The value that x will return when it runs the above loop for the first time is Tom. It is to be noted that the above code is JavaScript.

What is a JavaScript?

JavaScript is an object-oriented computer programming language that is used for the creation of effects that are interactive.

Scripts that are written using Java Programming Language can be used to control multimedia, create animated images, control how websites behave etc.

Java is also used in the creation of Games and many more.

Learn more about JavaScript at:
https://brainly.com/question/16698901

In this Bash looping construct, you want to print integers from 0 to 5, one integer per line. What keyword should replace the blank (__________) in the code

Answers

The  "For" keyword that should replace the blank  in the code

What are Python keyword?

In Python, there are found to be thirty-five keywords. Some of them are:

And Continue For Lambda Try, etc.

The for Keyword that is known to be one of the most common loop in Python is said to be for loop. It is designed by putting the Python keywords for and in.

Learn more about Python keyword from

https://brainly.com/question/13259727

list and discuss the various scheduling techniques of operating systems

Answers

Question:

•List and discuss the various scheduling techniques of operating systems.

Answer:

•First-Come, First-Served (FCFS) Scheduling.•Shortest-Job-Next (SJN) Scheduling.•Priority Scheduling.•Shortest Remaining Time.•Round Robin(RR) Scheduling.•Multiple-Level Queues Scheduling.

Explanation:

#Let's Study

#I Hope It's Help

#Keep On Learning

#Carry On Learning

What is a data silos in ict

Answers

A data silo is a collection of data held by one group that is not easily or fully accessible by other groups in the same organization.

In Python 3, the maximum value for an integer is 263 - 1:
True
False

Answers

Answer:

TRUE

Explanation:

 Python 3 does not have a maximum size of int. This means that there is no maximum or minimum value of int in Python 3. We can still check the machine's word size (size of the data stored in the hardware by the processor). In Python 3, the maximum value for an integer is 263

Primary key
Field
Record
Table

Answers

The primary key is always the id in any form, it may be uuid and etc.

So the primary key is the MOVIE_ID.

As you understand the entire thing is what you would quite often see in any relational databases like PostgreSQL. It's a table.

The fields are columns and any row is your entry or record in other words.

I will give you an example from the project I am working on, the screenshot shows a table for a user, you can consider it somewhat production style.

Define a method named orderOfAppearance() that takes the name of a role as an argument and returns that role's order of appearance. If the role is not found, the method returns 0. Ex: orderOfAppearance("Forrest Gump") returns 1. Hint: A method may access the object's properties using the keyword this. Ex: this.title accesses the object's title property.

// Code will be tested with different roles and movies
let movie = {
title: "Forrest Gump",
director: "Robert Zemeckis",
composer: "Alan Silvestri",
roles: [ // Roles are stored in order of appearance
"Forrest Gump",
"Young Forrest Gump",
"Jenny Curran",
"Lieutenant Dan Taylor"
],
orderOfAppearance: function(role) {

}
};

Answers

The method named orderOfAppearance() that takes the name of a role as an argument is; Written as below

How to write a Program in Java?

The steps to write this Java program is as follows;

1) Initialize the movie JSON (JavaScript Object Notation) having the name, director, composer and title properties.2) Define a roleOf: function that has a name parameter.3) Check whether the selected is not equal to undefined and then return that name.4) Otherwise display this message: "0".

let movie = {

  name: "Forrest Gump",

  director: "Robert Zemeckis",

  composer: "Alan Silvestri",

  title: {

      "Forrest Gump",

      "Young Forrest Gump"

      "Jenny Curran"  

       "Lieutenant Dan Taylor"            

  },

  orderOfAppearance: function (role) {

      if (typeof (this.title[role]) !== 'undefined') {

          return this.title[role];

      } else {

          return "0";

      }

  }

};

Read more about java programming at; https://brainly.com/question/16397886

Complete the class DiscountedItem below that inherits from Item and adds an discount instance variable with a constructor, get/set, and a toString method. Uncomment the testing code in main to add discounted items to the cart.

Answers

The information provided is incomplete hence the general answer. The programming instructions require the use of a Constructor, a get/set, and a toString.

What is a Constructor?

In the parlance of Java, a Constructor refers to a block of codes that look very much like the method. It is often used to internalize an object. It is normally used to create the object of a class.

What is Get/Set in Java?

The term "Get Method" is used to return the value of the variable name. It works by assigning a new name to the selected name variable.

What is ToString in Java?

The ToString () in Java returns any value given to it in a string format. If it is applied to an object, the result will return as a string object.

Learn more about Constructor (Java) at:

https://brainly.com/question/9949117

Discuss new concepts that you have learned about Cisco Devices and how they will be helpful in the workplace.

Answers

Answer:

Research has shown that the Company unveils the industry's first high-end Wi-Fi 6E access points, Private 5G for the enterprise as a managed service, and new high-powered Catalyst 9000X series switches with Cisco Silicon One to deliver top speeds and performance with the security needed for hybrid work.

Explanation:

With these new concept/development work will be made easy.

what is the importance of internet in education

Answers

Answer:

It can improve the quality of education in many ways. It opens doorways to a wealth of information, knowledge, and educational resources, increasing opportunities for learning in and beyond the classroom. Internet access opens doorways to a wealth of information, knowledge, and educational resources.

Explanation:

i hope it helps# i love Taylor Spears
he use of internet for education helps to streamline the sharing of information and communication. It lets students access lectures online and refer to relevant study material in various multimedia formats. It also helps teachers by letting them use various tools in their circullum

In a Linux machine, you have a file named "types_of_fish.txt" and you want to append the word "trout" to the file contents. Which of the following commands can you use?

A. echo trout < types_of_fish.txt
B. echo trout > types_of_fish.txt
C. echo trout >> types_of_fish.txt
D. echo trout 2> types_of_fish.txt

Answers

Answer:

B because if you where to go in and try to make a file via terminal it would have to be like

$ echo file1 > file1

$ ln -s file1 file2

$ cat file2

file1

$ ls -ld file2

lrwxrwxrwx 1 lubos lubos 5 Jan 10 14:42 file2 -> file1

for the example

A poll predicted that 68% of voters plan to vote for the current mayor in the upcoming election. If the poll had a standard deviation of 4%, what is the margin for error?

Answers

This is not computers it’s math.

Where does blood travel when it leaves the right ventricle of the heart

Answers

The right ventricle contracts, and blood is forced through the pulmonary semilunar valve into the pulmonary artery. It then travels to the lungs. Hope this helps!
This is under computers and technology.

Write a Java Program
Specific Instructions

Create a class for the following object.

Deck - contains 52 cards initially. Each card is represented by an unchangeable suit and value.
Suits - ♣ (Club), ♠ (Spade), ♥ (Heart), ♦ (Diamond)
Values - 1(A),2,3,4,5,6,7,8,9,10,11(J),12(Q),13(K)

Actions

draw - retrieves the top most card on the deck. When called with number of desired cards, it will try to draw the N cards, if not enough, draw all cards.
shuffle - randomizes the location of all cards, excluding the drawn cards
restore - returns the last N cards drawn on the bottom of the deck, if no number is provided, return all drawn cards.
Make sure that the class is encapsulated.

Answers

In the Deck Builder, initialize the 52 cards (along with the 4 jokers, which should be called “wild” and the suit is “wild”).

Public class Deck

   private final List<Carta> Deck;

   public Baralho() {

       listaCartas = new ArrayList<>();

       String[] naipes = {"club", "spade", "heart", "diamond"};

       int pos = 0;

       Carta c;

with this code we will be able to create the Deck, initialize the 52 cards together with the 4 jokers.

Learn more about Deck in https://brainly.com/question/1660537

     

I GIVE 50 POINTS PLEASE HELP ASAP Which of the following licenses let you use intellectual property for free on a project you plan to make money from? (Choose all that apply)

•Public Domain

•Attribution, Non-Commercial

•Attribution, Commercial

•Copyright

Answers

Answer:

Attribution, Non-Commercial

and

Copyright

Explanation:

Every website or account you create comes with free copyright, when you go to make a free website (it won't let me specify names) you can scroll all the way down and you'll see a little copyright symbol.

Answer:

the second one

This is because when you have commercials, you make more and more money.

what do you mean by graphics editing​

Answers

Answer:

Changing or improving graphics images. It typically refers to bitmapped images rather than vector graphics drawings. Using an image editor, images can be modified by an artist using pen, brush, airbrush and other "painting" tools.

Explanation:

Answer:

Changing or improving graphics images. To make it look much better or modify or improve digital.

Explanation:


Georgia is using a specific type of encryption method that only codes a certain section of the files on her hard drive. What type of
encryption is Georgia using?
A device encryption
B. private key encryption
C. volume encryption
D.
half encryption

Answers

I think it’s d but I’m not sure

You should hold your fingers on the power switch when holding a plugged-in power tool.
A) True
B) False

Answers

Answer: That depends on what kind of power system the device has.

Explanation: If the device is something like a plug-in weed wacker, then the answer would be True, but if it's like a plug-in computer monitor, the answer would be False. So the answer depends on what kind of device it is.

What is meant by Self motivation​

Answers

Explanation:

Definition of self-motivated

: driven by one's own desires and ambitions : motivated by oneself self-motivated students/employees self-motivated learning.

Explanation:

the ability to drive oneself to take initiative and action to pursue goals and complete tasks

When preparing to capture video for a client, which three questions are important to ask the client? (Choose 3.)
A) Marketing strategy
B) Target audience
O C Client goals
D) Video purpose
E) Target video codec

Answers

Three important questions to ask the client when preparing to capture video are: target audience, client goals, and video purpose.

What is Video Capture?

Video capture is the process of making digital video stream for specific purposes.

When preparing to capture video for a client, some essential questions to ask the client is:

Target audience: Understand the characteristics of the people you want to reach through the video.Client Goals: An effective video capture is one that meets the client's goals.Video purpose: You should understand why the client needs the video, and what the purpose is for, whether it is promotional, educative etc.

In summary, three important questions to ask the client when preparing to capture video are: target audience, client goals, and video purpose.

Learn more about video capture on:

https://brainly.com/question/26281658

In what way, if any, can your social media presence affect your chances of getting a job in social media?


Your social media presence will affect your chances only if your resume is not impressive enough.
Your social media presence will affect your chances only if your resume is not impressive enough.

Your social media presence can help your chances if you are positive and professional.
Your social media presence can help your chances if you are positive and professional.

Your social media presence can only harm your chances, so it is best to stay away.
Your social media presence can only harm your chances, so it is best to stay away.

Your social media presence will have no effect on your chances of getting a job in social media.
Your social media presence will have no effect on your chances of getting a job in social media.

Answers

Answer:

Your social media postings can help you secure a job too, not just it being effective in a bad way.

Explanation:

Your content can give hiring managers an overall idea of your personality, what you are passionate about, how you interact with people in group discussions and how previous colleagues feel about you through recommendations and so on. All of these give you an advantage in securing a job.

Your social media postings can help you secure a job too, not just it being effective in a bad way. Your content can give hiring managers an overall idea of your personality.

What is Social media?

Social media are interactive technologies that make it easier to create and share content across virtual communities and networks, including information, ideas, interests, and other kinds of expression.

The lifeblood of social media is user-generated content, which includes written postings or comments, digital photographs or videos, and statistics from all online interactions.

Users build profiles for the website or app that are particular to the service and are created, updated, and managed by the social media company. Social media links a user's profile with those of other people or groups, which aids in the growth of online social networks.

Therefore, Your social media postings can help you secure a job too, not just it being effective in a bad way. Your content can give hiring managers an overall idea of your personality.

To learn more about Social media, refer to the link:

https://brainly.com/question/30326484

#SPJ2

is integer a type of constant variable​

Answers

Answer:

Yes it is

Explanation:

An integer constant is nothing but a value consisting of digits or numbers. These values never change during the execution of a program.

to restart a device without powering it down

Answers

Answer:

No possibly way of doing this

If the device isn't functioning but is turned on

On android: Hold the power button and either the volume up or down keys at the same time till the screen goes black

On IPhone/IPad/Ipod: hold down the home key and the power button till the screen goes blank

On Newer Apples with no home button, just hold down the power key till the screen goes blank

On PC: Hold the power button on the pc thill the screen goes black

On tablet: Use the steps for android listed above.

what do you mean by Graphics editing​

Answers

Answer:

here you go man-Changing or improving graphics images. It typically refers to bit mapped images rather than vector graphics drawings. Using an image editor, images can be modified by an artist using pen, brush, airbrush and other "painting" tools.

Hello everyone I have a question about Java. I already generated 5 random words and I want to find a way to make the user input those exact same random generated words, or else they "lose". Any advice​

Answers

Answer:

no sé

Explanation:

Which graphics element loads faster when used with text or audio on a web page?

Answers

Answer:

A slideshow uses still images that shift through a desired order

You are interested in a job where you examine digital devices for evidence of crimes. What keywords should you search on a job board? o virtual reality O ransomware O computer forensics O encryption algorithms​

Answers

Answer:

computer forensics

Explanation:

I just took the quiz c:

Without an app, the emergency response team would radio information back to the hospital. What are some benefits of using an app to send information in a situation like this

Answers

Theres a lot of benefits, it just depends on the situation. For example, say that person whos calling is in a trafficing situation, or kidnapping.  it would give the dispacter more information than what the person could say. Or if you just got into a car accident, say all you had to do was press one button and then it sends the dispacher all of your information. Social security number, phone number, id, location, emergency contacts and more.  

48:05
Choose the word that best completes each sentence.
Since there is
variation in mobile device hardware and operating systems than in desktop platforms, it is
critical to use cross-platform development techniques.
Less, more

Answers

Answer: More, More

Explanation: Got it right on Edge

Answer

more for both answers

Explanation:

i took the test

Without calculating, how can you determine the asymptotic rate of growth of the expression? Give an appropriate example to illustrate your answer. ​

Answers

Oh wow the person above is reckless
Other Questions
what is the captol of Andora/ Racial slurs are still a common part of communication in the United States. Please select the best answer from the choices provided T F. Based on what you know about matter explain why the food coloring mixes at different rates Make sentences in the present simple or continuous. 1.to the dentist | go | I | tomorrow 2.tonight | with | have | our business partner | we | dinner 3. on | my holiday | July | begin | 10th 4. depart | the train | at 11.30 | platform 5 | from 5. to Africa | you | when exactly | fly 6. end | when | the art exhibition 7/ go | to the garden party | Miss Pitt | on Sunday 8.at 9.45 | as usual | the plane | take off What is the distance between (7, -7) and (2,5) on the coordinate plane? How was the rule of law used to govern Athens Need some help.! hurry What are two current advantages of using nuclear energy over coal and oil for energy?More readily availableLess expensive to build a nuclear plantLess pollutionUses less fuel How do the humanities impact ethical issues in society today?. Someone help me?? Pleasee please help quickly the answer on the pic I attached Testing for a disease can be made more efficient by combining samples. If the samples from people are combined and the mixture tests negative, then samples are negative. On the other hand, one positive sample will always test positive, no matter how many negative samples it is mixed with. Assuming the probability of a single sample testing positive is , find the probability of a positive result for samples combined into one mixture. Is the probability low enough so that further testing of the individual samples is rarely necessary? PLEASE HELP 3(3x+5) Using x=5 giving up al my point for this question PLS HELP ASAP!!.......................................... Whats the difference between air fryer and convection oven?. A bagel shop makes bagels that serve 1 person each. For a party, the baker is asked to make a large bagel in the same shape that will serve 25 people.By what scale factor will the bagel need to be dilated? Round your answer to the nearest tenth. The set of all positive integers that are divisible by both 15 and 35 is infinite. What is the least positive integer in this set? A.5 B. 50 C. 105 D. 210 E.525 Dont give up the day job 2 + 2 ez badge yeah ok now what do i do