Question 2 of 10
When gathering information, which of the following tasks might you need to
perform?
OA. Seek out ideas from others and share your own ideas
OB. Study objects, conduct tests, research written materials, and ask
questions
C. Fill out forms, follow procedures, and apply math and science
O D. Apply standards, such as measures of quality, beauty, usefulness,
or ethics

Answers

Answer 1

Answer:

OA is the answer for the question


Related Questions

Can we update App Store in any apple device. (because my device is kinda old and if want to download the recent apps it aint showing them). So is it possible to update???
Please help

Answers

Answer:

For me yes i guess you can update an app store in any deviceI'm not sure

×_× mello ×_×

Which layer is responsible for creating data frames?

Answers

Answer:

The data link layer.

Explanation:

In the OSI model, the second layer is responsible for the framing of data packets.

if we add 100 + 111 using a full adder, what is your output?

Answers

A digital circuit that performs addition is called a full adder. Hardware implements full adders using logic gates. Three one-bit binary values, two operands, and a carry bit are added using a complete adder. Two numbers are output by the adder: a sum and a carry bit. 100 has the binary value, 1100100.  Is your output.

What full adder calculate output?

When you add 1 and 1, something similar occurs; the outcome is always 2, but because 2 is expressed as 10 in binary, we receive a digit 0 and a carry of 1 as a result of adding 1 + 1 in binary.

Therefore, 100 has the binary value, 1100100. As we all know, we must divide any number from the decimal system by two and record the residual in order to convert it to binary.

Learn more about full adder here:

https://brainly.com/question/15865393

#SPJ1

Explain a business scenario where management information systems plays a part.

Answers

Answer:

In this article, we'll cover what is happening with MIS in both business and ... is when you're notified or your credit card is frozen, depending on the situation.

Explanation:

reindexing only valid with uniquely valued index objects

Answers

This means that the index must consist of only unique values, such as integers or strings, and not duplicates or multiple values of the same type. Reindexing allows for the creation of an ordered list of values from an existing set of values, which can be useful for data analysis.

Reindexing is a useful tool for data analysis because it allows for the creation of an ordered list of values from an existing set of values. This is only possible when the index consists of unique values, such as integers or strings. Duplicates or multiple values of the same type in the index will not be accepted for reindexing. This technique is useful for organizing data in a manner that is easy to analyze, such as sorting a list of numbers from lowest to highest. Additionally, reindexing can help identify any outliers or missing values in the data set. Reindexing is a powerful tool for data analysis and should be used when appropriate.

Learn more about string here-

brainly.com/question/14528583

#SPJ4

The complete question is

Reindexing is only valid with uniquely valued index objects in Python.

What is the highest strength for the leviathan axe in god of war

Answers

Answer:

85

Explanation:

86.
Because it is him mhhh

please complete the spelling please tell fast.​

please complete the spelling please tell fast.

Answers

Answer:

spacebar and number i think

Explanation:

Answer:

b)ans might be number.........

he ________ feature, located on the Ribbon, allow you to quickly search for commands or features.

Answers

Answer:

The Quick Access Toolbar feature, located on the Ribbon, allow you to quickly search for commands or features.

.

The Quick Access Toolbar feature, located on the Ribbon, allow you to quickly search for commands or features.

Where is the Quick Access toolbar?

Shortcuts to frequently used features, options, actions, or option groups are gathered in the Quick Access Toolbar. In Office programs, the toolbar is typically buried beneath the ribbon, but you can opt to reveal it and move it to appear above the ribbon.

Note that a toolbar that may be customized and contains a set of actions that are not dependent on the tab that is now shown is called the Quick Access Toolbar (QAT). It can be found in one of two locations: left upper corner, over the ribbon (default location) under the ribbon in the upper-left corner.

Learn more about Quick Access Toolbar from

https://brainly.com/question/13523749

#SPJ1

Write a class Bug that models a bug moving along a horizontal line. The bug moves either to the right or left. Initially, the bug moves to the right, but it can turn to change its direction. In each move, its position changes by one unit in the current direction. Provide a constructor public Bug(int initialPosition) and methods public void turnC * public void move( °public int getPositionO Sample usage: Bug bugsy new Bug(10) bugsy.moveO; // Now the position is 11 bugsy.turnO bugsy.moveO; // Now the position is 10 Your main method should construct a bug, make it move and turn a few times, and print the actual and expected positions

Answers

Answer:

Explanation:

The following code is written in Java. It creates the Bug class with the position and direction variables. Then it creates a constructor, move method, turn method, and getPosition method. Finally, a bug object called bugsy is created in the main method, and we move it once to the right, then again to the right, and then we turn it and move it 5 times to the left, printing out the position when it is done moving. Output can be seen in the attached picture below.

class Brainly {

   public static void main(String[] args) {

       Bug bugsy = new Bug(10);

       bugsy.move();

       System.out.println("Current bug position: " + bugsy.getPosition());

       bugsy.move();

       System.out.println("Current bug position: " + bugsy.getPosition());

       bugsy.turn();

       bugsy.move();

       bugsy.move();

       bugsy.move();

       bugsy.move();

       bugsy.move();

       System.out.println("Current bug position: " + bugsy.getPosition());

   }

}

class Bug {

   char direction = 'r';

   int position = 0;

   public Bug(int initialPosition) {

       this.position = initialPosition;

   }

   public void turn() {

       if (this.direction == 'r') {

           this.direction = 'l';

       } else {

           this.direction = 'r';

       }

   }

   public void move() {

       if (this.direction == 'r') {

           this.position += 1;

       } else {

           this.position -= 1;

       }

   }

   public int getPosition() {

       return this.position;

   }

}

Write a class Bug that models a bug moving along a horizontal line. The bug moves either to the right

In this exercise we want to use computer and Java knowledge to write the code correctly, so it is necessary to add the following to the informed code:

Output can be seen in the attached picture below

The following secret language system exist composed fashionable Java. It develop in mind or physically the bug class accompanying the position and direction variables. Then it develop in mind or physically a builder, move arrangement, turn means, and catch position procedure.

Finally, a bug object named bugsy happen develop in mind or physically usually pattern, and we fast once to the right, therefore another time to the right, and before we turn it and speedy 5 period to the abandoned, a process of reproduction out the position when it exist thoroughly cooked mobile. We have that:

class Brainly {

  public static void main(String[] args) {

      Bug bugsy = new Bug(10);

      bugsy.move();

      System.out.println("Current bug position: " + bugsy.getPosition());

      bugsy.move();

      System.out.println("Current bug position: " + bugsy.getPosition());

      bugsy.turn();

      bugsy.move();

      bugsy.move();

      bugsy.move();

      bugsy.move();

      bugsy.move();

      System.out.println("Current bug position: " + bugsy.getPosition());

  }

}

class Bug {

  char direction = 'r';

  int position = 0;

  public Bug(int initialPosition) {

      this.position = initialPosition;

  }

  public void turn() {

      if (this.direction == 'r') {

          this.direction = 'l';

      } else {

          this.direction = 'r';

      }

  }

  public void move() {

      if (this.direction == 'r') {

          this.position += 1;

      } else {

          this.position -= 1;

      }

  }

  public int getPosition() {

      return this.position;

  }

}

See more about computer at brainly.com/question/950632

Write a class Bug that models a bug moving along a horizontal line. The bug moves either to the right

Describe how customer facing and technical data roles differ in their approach to data security policies.​

Answers

Customer-facing data roles as well as the technical data roles are those that often differ in  terms of their method to data security policies and this is as a result of their different responsibilities as well as functions inside of an organization.

What is the data security policies?

In terms of   Customer-facing data roles, the Customer-facing data roles is one that entails  interacting with customers or  any kind of clients as well as managing their data.

Therefore , In the area of data security policies, customer-facing data roles can have focus on : Data privacy as well as Access control:

Learn more about data security policies from

https://brainly.com/question/29790745

#SPJ1

Match the technology to its description.
facsimile
smartphone
HDTV
Internet
VoIP

Answers

Facsimile machine - Sends copies from one place to another

Personal Digital Assistant - sends e-mails and makes phone calls

High Definition Television - transmits digital signals for better-quality sound and pictures

The internet - makes web pages, music, and videos accessible

Voice over internet protocol - makes phone calls using computers

list the field in the tcp header that are missing from udp header

Answers

Answer:

Sequence number, acknowledgement number, data offset, res, flags, window size, checksum, urgent pointer, options.

Explanation:

Check out the picture for details. "Missing" is not really the right term, since UDP has a different purpose than TCP. TCP needs these headers to form a connection oriented protocol, whereas UDP is a fire-and-forget type of packet transfer.

list the field in the tcp header that are missing from udp header

For Questions 1-4, consider the following code: def mystery1(x): return x + 2 def mystery2(a, b = 7): return a + b #MAIN n = int(input("Enter a number:")) ans = mystery1(n) * 2 + mystery2 (n * 3) print(ans)
What is the output when the user enters -4?
What is the output when the user enters 3?
What is the output when the user enters -2?
What is the output when the user enters 9?

Answers

Answer:

What is the output when the user enters -4?

-9

What is the output when the user enters 3?

26

What is the output when the user enters -2?

1

What is the output when the user enters 9?

56

Explanation: Just did it and got all correct. Hope it helps!!

Hi, Everybody i have a question it is almost my B-day i want this lego set
(Nintendo Entertainment System™) BUT THEY ARE SOLD OUT
I NEED HALP

Hi, Everybody i have a question it is almost my B-day i want this lego set (Nintendo Entertainment System)

Answers

Answer:

You can look at different websites of look on an app for people selling it, or something :p

Explanation:

Which topic would be included within the discipline of information systems

Answers

, , , , , are only a few of the subjects covered within the study area of information systems. Business functional areas like business productivity tools, application programming and implementation, e-commerce, digital media production, data mining, and decision support are just a few examples of how information management addresses practical and theoretical issues related to gathering and analyzing information.

Telecommunications technology is the subject of communication and networking. Information systems is a branch of computer science that integrates the fields of economics and computer science to investigate various business models and the accompanying algorithmic methods for developing IT systems.

Refer this link to know more- https://brainly.com/question/11768396

Was Nick Carson a good project manager? Why or why not?

Answers

Answer:

Nick Carson is not a good project manager because he did not focus on all aspects of the project. He also failed to provide accurate schedules and also detailed plans on the happenings of the project. He was performing other jobs leaving aside the work of project manager. Without concerning and understanding the problem of top management he delivered the project.

Explanation:

a program that appears to be useful but contains hidden code that allows unauthorized individuals to exploit or destroy data is commonly known.
A. A worm
B. A trojan horse
C. A virus
D. A back door

Answers

A trojan horse is a commonly used term for a program that seems useful but actually contains hidden code that enables unauthorized users to exploit or delete data.

Data is a collection of discrete values that are used to describe an amount, quality, fact, statistics, other fundamental units of meaning, or just a series of symbols that can be further interpreted in the pursuit of knowledge. A solitary value inside a group of data is called a datum. Data is typically arranged into structures like tables that provide it additional context and significance and can also be utilized as their own form of data in larger structures. In a computing process, data may be employed as variables. Data could be measurements or abstract concepts. In almost every aspect of human organized activity, including economics and scientific research, data is used. Price indices are an example of data sets (such as consumer price index).

Learn more about Data here:

https://brainly.com/question/5430107

#SPJ4

Word, word, word and word are examples of different _____.


effects

styles

texts

fonts

Answers

Texts fonts styles effects etc. texts?

Answer:

Fonts

Explanation:

edge 2021

Mimi is uploading a highly detailed art piece to her website and wants to make sure the picture is as pristine as possible for the viewer.
What file format is the best choice for Mimi?

JPG

FLASH

GIF

PNG

Answers

100% Correct Answers:

Question 1

Elena is a board game developer and has a website where she regularly posts about the work she is doing for her next game, mostly about the trials and tribulations of being a full-time game developer. What is the best description for Elena’s site?

Blog

Question 2

What term represents a sample web page that replicates what the final website will look like?

Wireframe

Question 3

Mimi is uploading a highly detailed art piece to her website and wants to make sure the picture is as pristine as possible for the viewer. What file format is the best choice for Mimi?

PNG

Question 4

Trent is a skilled sketch artist who wants to create images for his online portfolio. He is even toying with including live “watch me draw” videos for audiences, but he doesn’t want to use a webcam. Which piece of technology will most quickly and efficiently allow him to translate the physical act of him drawing into a digital image?

A digital tablet

Question 5

What is a popular site where users can pay to use images, created by others, to use on their own websites?

Shutterstock

Question 6

Green and yellow are adjacent on the color wheel; what does this mean?

They are analogous

Question 7

Finnick wants his website to use base colors that are very similar to each other. Which kinds of color sets should he focus on?

Analogous

Question 8

What is CSS an acronym for?

Cascading Style Sheets

Question 9

Originally, Java was used to create similar apps as what other language?

Python

Question 10

A theme for a website should be chosen before content is added to it.

True

Question 11

There are a variety of stacks, each made up of an individual programming language.

False

Question 12

There is only a slight difference between coding and scripting languages; basically, scripting is an umbrella term, and coding refers to something more specific.

False

Question 13

If a user goes to a website and a video starts playing automatically, this is because of a script written into the website.

True

Question 14

While the term Listerv is technically a registered trademark, people still often use it to refer to the general category of software applications that do the same thing—the same way people ask for a Kleenex instead of a “facial tissue.”

True

Question 15

Before you can test your website, you have to publish it. This process is nerve-wracking but necessary in web development.

False

The file format that is the best choice for Mimi is JPG. The correct option is a.

What is the file format?

A file extension also referred to as a file format, describes how a file is organized on a computer in terms of the data it contains. Frequently, a file's name includes an extension that denotes its file format.

If open formats are unencumbered by any copyrights, patents, trademarks, or other restrictions (for instance, if they are in the public domain), anybody may use them for any purpose without having to pay a fee. In this case, open formats are also known as free file formats.

The full form of JPG is the Joint Photographic Experts Group. This is good for posting somethings with compressing its size and retaining its quality.

Therefore, the correct option is a. JPG.

To learn more about file format, refer to the link:

https://brainly.com/question/19186417

#SPJ2

Describe the impact of a company’s culture on its success in a customer-focused business environment. Discuss why each is important.

Answers

The influence of a corporation's  culture cannot be underestimated when it comes to achieving success in a customer-centric commercial landscape.


What is company’s culture

The values, beliefs, norms, and behaviors that constitute a company's culture have a major impact on how its employees engage with customers and prioritize their requirements.

Having a customer-centric mindset means cultivating a culture that places a strong emphasis on satisfying and prioritizing customers' needs and desires, resulting in employees who are aware of the critical role customer satisfaction plays in ensuring success.

Learn more about company’s culture from

https://brainly.com/question/16049983

#SPJ1

Hard disk works on the following technologies: (i) Technology used within the hard drive to read & write data to the drive and (ii) Technology used by the hard drive to interface with the system. Explain with a diagram the principle and working of a hard drive.​

Answers

Answer:

The green-blue circuit board you can see in the first photo includes the disk controller, a circuit that allows the computer to operate the drive's mechanisms and read/write data to and from it. ... A small hard drive typically has only one platter, but each side of it has a magnetic coating

Explanation:

Sarah needs to send an email with important documents to her client. Which of the following protocols ensures that the email is secure?
a. S/MIME
b. SSH
c. SHTTP
d. SSL

Answers

If Sarah needs to send an email with important documents to her client, then S/MIME protocols ensures that the email is secure.

What is an email?

Email, also known as e-mail or just "e mail," is a shortened term for electronic mail and refers to data that is stored on a computer and transferred between users via a network.

To put it simply, an email is a message with a possible attachment of text, files, images, or other media that is sent over a network to a specific person or group of people.

Ray Tomlinson sent the very first email in 1971. Tomlinson sent the email to himself as a test message with the subject line "something like QWERTYUIOP." The email was sent to himself, but it was still sent over ARPANET.

Learn more about email

https://brainly.com/question/24688558

#SPJ1

Help me with thissssss

Help me with thissssss

Answers

Answer:

2. 1 element of art I see in there is color and 1 principle is rhythm.

3. I agree not everything is for free you must earn it yourself.

4. I had earn greatest at my times table my speed is insanely fast when you ask a multipecation fact i'll answer it like in 1 sec or lesser.

(b) Write a C program to find the sum of all even numbers between 1 and n. User has to input the n number and the program has to verify this is a number before calculating the sum. Example: User's input and program output Input a number larger than 1: 100 Sum of even numbers between 1 and 100: 2550

Answers

Answer:

#include <stdio.h>

int main() {

   int n, i, sum = 0;

   printf("Input a number larger than 1: ");

   if (scanf("%d", &n) != 1 || n <= 1) {

       printf("Invalid input!\n");

       return 0;

   }

   for (i = 2; i <= n; i += 2) {

       sum += i;

   }

   printf("Sum of even numbers between 1 and %d: %d\n", n, sum);

   return 0;

}

Please Help I'm Very Stressed, my school is holding a competition of making the best video game and the winner gets 1000$ and I really want 1000$, the problem is that I can't make any good games or don't have any ideas for anything the game has to have lore and a plot and characters and it's really stressing so please help me get a idea or something easy enough to make

Answers

Answer:

make a game like fun run

Explanation:

Answer:

u should make an competive game where people battle each other sorry if i cant spell good its cause im rushing

Explanation:

A function checkZeros accepts three double parameters. It checks to see if the sum of all three parameters is equal to zero. If this sum is equal zero, the function returns true, otherwise the function returns false. 1. Give an example CALL from main: 2. Write the prototype for the function: 3. Write down the definition (header and body) for the function.

Answers

Answer:

Explanation:

The following code is written in Java. It creates the interface/prototype, the function, and the main method call. The function takes in the three int parameters, adds them, and then checks if the sum equals zero, outputting the correct boolean value. Output can be seen in the picture attached below. Due to technical difficulties I had to add the code as a txt file below.

A function checkZeros accepts three double parameters. It checks to see if the sum of all three parameters

Can you share your experience in leading or participating in technology projects to design, develop, and implement new applications, software, systems, services, or processes for the MDM environment, configuration, and devices?

Answers

In my role as an IT project manager, I have   led and participated in various projects involving the design, development, and implementation of new applications, software, systems,services, or processes for MDM environments.

How is this so?

These projects typically   involved collaborating with cross-functional teams, defining project objectives,creating project plans, coordinating tasks, managing resources, ensuring timely delivery, conducting testing and quality assurance, and providing post-implementation support.

The projects aimed to optimize MDM configurations,enhance device management capabilities,   improve security measures, and streamline processes for efficient device deployment, monitoring, and maintenance.

Learn more about technology projects at:

https://brainly.com/question/30550179

#SPJ1

Ryan has inserted an image into a Word document, but the image is too large. There are sections of the image that he would like to eliminate to decrease the overall size of the image.

Answers

more Explanation                                                  

more explantion

From 1995 to 1997, the number of web users

Doubled
Tripled

Quadrupled

Remained the same

Answers

Quadrupled. I think sorry if you get it wrong i do not remember much
Yup it quadrupled in 1997

huffmantree(scanner input) this is your constructor that will reconstruct the tree from a file. you can assume that the scanner contains a tree stored in standard format.

Answers

To store the tree, create a priority queue. Next, merge the two least frequent nodes. Lastly, move the tree's root to the front of the queue.

CODE :

public HuffmanTree(Scanner input) {

   // read the number of items in the tree

   int size = input.nextInt();

   // create a priority queue to store the tree

   PriorityQueue queue = new PriorityQueue(size, new HuffmanNodeComparator());

   // loop through the scanner and create the nodes

   for (int i = 0; i < size; i++) {

       int frequency = input.nextInt();

       char letter = input.next().charAt(0);

       HuffmanNode node = new HuffmanNode(frequency, letter);

       queue.add(node);

   }

   // while there is more than one node in the queue, combine the two least frequent nodes

   while (queue.size() > 1) {

       HuffmanNode node1 = queue.poll();

       HuffmanNode node2 = queue.poll();

       int frequency = node1.frequency + node2.frequency;

       HuffmanNode parent = new HuffmanNode(frequency, '*');

       parent.leftChild = node1;

       parent.rightChild = node2;

       queue.add(parent);

   }

   // set the root of the tree to the top of the queue

   root = queue.poll();

}

To know more about Code
https://brainly.com/question/13261820
#SPJ4

Other Questions
what should be included in the discharge instructions for a client diagnosed with cancer who is taking hydrocodone with acetaminophen (vicodin) prn? Please give me an explanation too I need help Solve for y: 2x-y=3 write a sentence about an animal that contains both alliteration and hyperbole In 1980, IBM's cheapest computer was more affordable than Apple's.TrueFalse how does temperature affect density in water? explainI said chemistry but i'm taking earth scence the superior opening of the larynx is called the laryngeal ______.Oriented where? Xavier buys 18 bottles of orange juice at the corner store for a total cost of $14. 04? Of each bottle cost the same amount, how much is each bottle of juice Consider the formula derived in class for the elasticity of residual demand for a firm whose market share is given by z i : i = z i z i (1z i ) 0 . a) How is this formula related to equation (1) in the Competition Chapter? b) When will a firm with low market share have inelastic residual demand despite the low share? c) When will a firm with high market share have a large residual demand elasticity despite the high market share? Read the paragraph.1When my father came home from work last Wednesday, he handed me an envelope and asked if I wanted to see the world. 2A student-exchange program is being sponsored by his company. 2The program is being developed by a coworker of his. 4"Studying abroad would be exciting for you," my mother said.Which statement correctly describes the verb usage in this paragraph?Sentence 1 contains an infinitive. Sentence 4 contains a gerund.No infinitives are used. Sentence 4 contains a gerund.Sentence 1 contains an infinitive. No gerunds are used.No infinitives are used. Sentences 2 and 4 contain gerunds. What factors might influence a member to bring a statutoryderivative action (s 236) instead of an action for oppression: s232 What is 13% of 400?A.52B. 413C.520D.5200 How can we be so concerned about ethics in political campaigns when there are serious problems in the long-term stability of Social Security list four significant differences between a file-processing system and a dbms the type of reaction in which substances are combined to form more complex substances is called a(n) reaction What are the important factors that must be considered in doingunderwater welding? explain in detail Find the equation of the line. Use exact numbers.y = ?x + ? How does cell division occur in prokaryotes? Suppose that today the exchange rate between the u.s. dollar and the chinese yuan is $1 =.12 yuan. if next week the exchange rate is $1 = .20 yuan, it is clear that:____. Underline the verb in each sentence then in the blank space, write TV if the verb is transitive and IV if it is intransitive. YOU WILL GET BRAINLIEST!! 20 POINTScompletely simplify the following. assume that no denominator is equal to 0. show all work. 6(4)