Robin wants to make a database of all of the software on a laptop. Which of the following should be left off of the list?

A.
a program that edits photos

B.
the camera on the laptop

C.
an app for sharing photos

D.
a program that organizes photos

Answers

Answer 1

Answer:

B, I believe

Explanation:

Since software is code and hardware is something physical, the camera  would not be on the list.


Related Questions

What are the advanced file and folder search commands?PLEASE GUYS ITS IMPORTANT

Answers

Answer:

bro aur shish if you play free fair please send me a lot as gift to m winner 4545

A random Interference that obscures a signal
a. Noise
b. Rebundancy
c. Mesh
plz help i suck at this stuff​

Answers

Answer:

noise because it is a random interference that obscures a signal.

A computer program that enables users to create and work with files and folders is called what?
a web browser
a file manager
a user interface
a file reader

Answers

Answer:

File manager

Explanation:

From the list of options 1 to 4, only option (2) is correct

Explaining the options one after the other

Web browser: It lets users access the internetFile Manager: Used to create and manage files/foldersUser Interface: Means which the user of a computer interacts with the computerFile Reader: Used to read the content of a file. e.g. Adobe reader for pdf files, Notepad for text files, etc.

Having explained the options one after the other, the file manager is the answer to this question.

Answer:

B. a file manager

Explanation:

I just took It

can someone help meeeeeeeee please

Answers

Answer:

Option 1 maybe

Umm try to see if it’s 2

What will you see on the next line?

>>> aList = [9, 2, 3.5, 7]

>>> aList.index(3.5)


True

2

3.5

3

Answers

Answer:

2

Explanation:

2 is the zero-based index of 3.5 in the array. (I.e., the first element has index 0)

The next line has >>> aList = [9, 2, 3.5, 7] >>> aList.index(3.5) is 2.

What is array?

Array is defined as a collection of identical pieces or data items kept in close proximity to one another in memory. An ordered group of items of a single data type makes up an array type, a user-defined data type. Ordinary array types employ the ordinal position as the array index and have a specified upper limit on the amount of elements they can contain.

As a result, we can see that the simple array contains an unordered list. By using the command "aList. sort()", we can turn the unordered list into an ordered one, which gives us [2, 3.5, 7, 9] in ascending order. In the array, 3.5 is located at index 2 (zero-based). (The first element, thus, has index 0)

Thus, the next line has >>> aList = [9, 2, 3.5, 7] >>> aList.index(3.5) is 2.

To learn more about array, refer to the link below:

https://brainly.com/question/14915529

#SPJ5

Write a program that inserts 25 random integers from 0 to 100 in order into a LinkedList object.The program must:• sort the elements,• then calculate the sum of the elements, and• calculate the floating-point average of the elements.Utilizing Java htp 10 late objects approach

Answers

Answer:

Written in Java

import java.util.Collections;

import java.util.Random;

import java.util.LinkedList;

class Main {

 public static void main(String[] args) {

   LinkedList<Integer> myList = new LinkedList<Integer>();

   Random rand = new Random();

   int randnum;

   int sum = 0;

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

       randnum = rand.nextInt(101);

       myList.add(new Integer(randnum));    

       sum+=randnum;

   }

   Collections.sort(myList);

   System.out.println(myList);

   System.out.println("Average: "+(float)sum/25);

 }

}

Explanation:

import java.util.Collections;

import java.util.Random;

import java.util.LinkedList;

class Main {

 public static void main(String[] args) {

This declares a linkedlist as integer

   LinkedList<Integer> myList = new LinkedList<Integer>();

This declares random variable rand

   Random rand = new Random();

This declares randnum as integer

   int randnum;

This declares and initializes sum to 0

   int sum = 0;

The following iteration generates random numbers, inserts them into the linkedlist and also calculates the sum of the generated numbers

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

       randnum = rand.nextInt(101);

       myList.add(new Integer(randnum));    

       sum+=randnum;

   }

This sorts the list

   Collections.sort(myList);

This prints the list

   System.out.println(myList);

This calculates and prints a floating-point average

   System.out.println("Average: "+(float)sum/25);

 }

}

The program that inserts 25 random integers from 0 to 100 in order into a LinkedList and sort the elements, and then calculate the sum of the elements, and calculate the floating-point average of the elements is represented below:

import random

linkedList = []

for i in range(0, 25):

   random_number = random.randint(0, 100)

   linkedList.append(random_number)

sort = sorted(linkedList)

add = sum(sort)

average = add / len(sort)

print(sort)

print(add)

print(average)

The code is written in python.

An empty variable linkedList is declared and an empty list is stored in it.

we loop through a value from range 0 to 25.

Then get a random of 0 to 100.

The random 25 numbers are appended to the empty list linkedList.

The linkedList are then sorted and stored in a variable sort.

The sorted numbers are summed and stored in the variable add.

The floated  average of the number is calculated and stored in the variable average.

The sorted numbers, sum and floated average are printed out.

The bolded value of the code are python keywords.

read more: https://brainly.com/question/18684565?referrer=searchResults

What does a pencil icon in the row selector area indicate?

The record is missing some text or data values in its fields.
The row is blank and is available for inserting a new record.
The row is being edited, and the changes are not yet saved.
The record has incorrect data values or conflicting data values.

(This is using Excel)

Answers

Answer:

c

Explanation:

The pencil icon is in the row selector area it indicates that the row is being edited, and the changes are not yet saved.

What are fields in computer?

We all have to use the computer to fill in forms and these forms have spaces for us to provide information. These spaces that we are required to fill are called fields.

When the pencil icon is in the row selector area it indicates that the row is being edited, and the changes are not yet saved.

Learn more about computer:https://brainly.com/question/21080395

#SPJ2

What. I don't understand you.

Answers

Answer:

huh

Explanation:

Answer:

ok, well I hope you do

Every one starts off this way until you get to know that person better

Explanation:

plz mark B R A I N L I E S T

Suraj is installing Microsoft Windows on his home computer. On which device will the installer copy the system files? A.  read-only memory B.  hard disk C.  random access memory D.  control unit E.  arithmetic logic unit​

Answers

The device that will the installer copy the system files are:

Random access memory.Control unit.

What are the Windows system files?

A Windows system file is known to be a file that is said to have a hidden system attribute  that is said to have been put on.

Conclusively, Note that  system files are files that are said to depends on the Windows so that they can work and as such the use of Random access memory and Control unit are the two device that can help Suraj in his work.

Learn more about  system files from

https://brainly.com/question/1226264

Edhesive 6.5 code practice

Answers

Answer:

import simplegui

def draw_handler(canvas):

       canvas.draw_polygon([(300, 400), (550, 400), (550, 550), (300, 550)], 2, "White")

       canvas.draw_polygon([(275, 400), (425, 300), (575, 400)], 2, "White")

       canvas.draw_polygon([(400, 475), (400, 550), (450, 550), (450, 475)], 2, "White")

       

       canvas.draw_polygon([(325, 450), (325, 500), (375, 500), (375, 450)], 4, "White")

       canvas.draw_polygon([(525, 450), (525, 500), (475, 500), (475, 450)], 4, "White")

frame = simplegui.create_frame('House', 600, 600)

frame.set_canvas_background("Black")

frame.set_draw_handler(draw_handler)

frame.start()

Sorry this is kinda late but just copy and paste the code above (i got a 100%)

The program is an illustration of the simple GUI framework in Python

The GUI framework is used to model programs that require a graphic user interface

The program in Python where comments are used to explain each line, is as follows:

#This imports the simplegui module

import simplegui

#This defines the draw_handler function

def draw_handler(canvas):

   #The next five lines draws the boundaries of the polygon, in white

   canvas.draw_polygon([(300, 400), (550, 400), (550, 550), (300, 550)], 2, "White")

   canvas.draw_polygon([(275, 400), (425, 300), (575, 400)], 2, "White")

   canvas.draw_polygon([(400, 475), (400, 550), (450, 550), (450, 475)], 2, "White")

   canvas.draw_polygon([(325, 450), (325, 500), (375, 500), (375, 450)], 4, "White")

   canvas.draw_polygon([(525, 450), (525, 500), (475, 500), (475, 450)], 4, "White")

#The main method begins here

#This creates the frame of the polygon

frame = simplegui.create_frame('House', 600, 600)

#This sets the background as black

frame.set_canvas_background("Black")

#This calls the draw_handler method

frame.set_draw_handler(draw_handler)

#This starts the frame

frame.start()

Read more about similar programs at:

https://brainly.com/question/19910463

How does just listening improve your understanding of a poem?​

Answers

Answer

The more you listen to the poem the more words you may hear. Then you ay be able to brea it down, to understand it yourself.

Explanation:

Which computer program offers a comprehensive collection of tools for creating digital art by using a variety of
shapes, lines, and letters which can be easily measured and formatted?
O LibreOffice Draw
O Microsoft Excel
O LibreOffice Calc
O Microsoft PowerPoint

Answers

Answer:

the anwer is probaly B

Explanation:

Answer:

A- LibreOffice Draw

Explanation:

Un electrodoméstico presenta un rendimiento del 70% y absorbe de la red eléctrica una energía de 2,3 kWh durante 45 minutos. Calcula La potencia que tiene el electrodoméstico

Answers

Answer:

1.6KWh

Explanation:

La fórmula de la eficiencia del consumo energético es,

eficiencia = (salida / entrada) x 100

La eficiencia del aparato es = 70%

potencia en = 2,3 KWh

potencia de salida = vatios x (45 minutos / 60) veces en horas.

70 = (vatios(45/60) / 2,3 x 10 ^ 3) 100

0.7 = vatios(45/60) / 2,3 x 10 ^ 3     //dividir ambos lados por 100

1610 = vatios(0.75)                           //multiplica ambos lados por 2300

potencia de salida = vatios (0,75) = 1610/1000 = 1,6KWh

You already now about some collections. Which of the following is a type of collection in Python? Select 2 options.

list

dataset

deque

ordered set

group

Answers

Answer:

List, Deque

Explanation:

A list is self explanatory. A list can consist on integers, strings, etc.; making it a collection. A deque is also similar. A deque is a type of list.

hope this helped :D

The name “deque” is an abbreviation for a double-ended queue. Double-ended items support the addition and removal of components from both ends. Thus option A, C is correct.

What are the different type of collection in Python?

The Python standard library's collections module is a potent component that enables succinct and effective data manipulation.

This tutorial covered named tuple, default dict, and deque, three of the classes offered by the collection's module.

The information acquired via primary data gathering techniques is highly precise and specific to the goal of the research. Quantitative methods and qualitative methods are the two main types of primary data collection techniques.

Therefore, Unordered groupings of distinct values make up sets. Dictionaries are collections of key-value associations that are not sorted.

Learn more about Python here:

https://brainly.com/question/15872044

#SPJ2

Which operating system function has a steeper learning curve and can potentially break the system without careful use of its operations

Answers

Answer:

Command line interface

Explanation:

Given that Command Line Interface requires a user to typed in commands accurately, otherwise a spelling error of the command will lead to failure or can break the system.

Also, by using command line interface requires a user to avoid a wrong instruction, otherwise the system may break and will require starting from the beginning.

Hence, Command-Line-Interface function has a steeper learning curve and can potentially break the system without careful use of its operations

Jackson is working late at night on a project that is due the next day. He is not sure how to print his Word document, and it is too late to call or text his teacher. What is the best option for Jackson?

Decide not to print the document.
Provide negative feedback to Office Online.
Type a question in the “Tell me what you want to do” box.
View accessibility options.

Answers

Answer:

d

Explanation:

Its pretty obvious-

hope this helps!

~brianna/edgumacation

make a story that ends in ´ I have never found such a kind person ever since´​

Answers

My dog went missing October 16 and I spent hours looking for him that day. I was beginning to think that I would never find him, but then I ran into a guy named Bryce. Bryce went home and printed missing dog posters for me and 3 days later I found my dog. Bryce was a stranger who became my bestfriend, and I have never found such a kind person ever since.


Lol I know this isn’t that good , but you can change it up or add stuff.

A twitch streamer has Disney music playing in the background through Spotify while they play Fortnite. The video is taken down the next day. Why is the video taken down.


Please help, Thank you! :)

Answers

This is due to copyright
Explanation: certain music is copyrighted . Which means you can’t use it without permission from them

Given the following statement, what is the value of myExample?

myExample = (3 ^ 2) + (10 % 3) – 5;

Answers

Answer:I think it is 4.3

Explanation:

Write method reverseString, which takes a string str and returns a new string with the characters in str in reverse order. For example, reverseString("ABCDE") should return "EDCBA".

Complete the reverseString method below by assigning the reversed string to result.

/** Takes a string str and returns a new string

* with the characters reversed.

*/

public static String reverseString(String str)

{

String result = "";

return result;

}

Answers

Answer:

The method written in Java is as follows:

public static String reverseString(String str){

    String result = "";

    int lentt = str.length();

    char[] strArray = str.toCharArray();

       for (int i = lentt - 1; i >= 0; i--)

           result+=strArray[i];

    return result;

}

Explanation:

This defines the method

public static String reverseString(String str){

This initializes the result of the reversed string to an empty string

    String result = "";

This calculates the length of the string

    int lentt = str.length();

This converts the string to a char array

    char[] strArray = str.toCharArray();

This iterates through the char array

       for (int i = lentt - 1; i >= 0; i--)

This gets the reversed string

           result+=strArray[i];

This returns the reversed string            

    return result;

}

See attachment for full program that includes the main method

def reverseString(str):

   y = str[::-1]

   return y

print(reverseString("ABCDE"))

The code is written in python. A function name reverseString is declared. The function takes an argument str.

Then a variable named y is used to store the reverse of our argument string.  

The keyword return is used to output the reversed string.

Finally, the function is called with a print statement.

The bolded portion of the code are keywords in python.

read more:  https://brainly.com/question/15071835?referrer=searchResults

Change 'What do they do' into passive voice​

Answers

What they do is the answer

Answer:

What art thou doing this fine evening.

edhesive 3.3 lesson practice

Answers

Answer:

Consider the following code:

if (x > 5 AND x <= 10):

   print(OK)

Click all the mistakes that apply:

AND should be and

The print (OK) should be print ("OK")

The blue section of the following Venn diagram could represent which of the following Boolean statements?

not

The following code will not compile. Which of the options below would allow the code to compile and run as intended?

if (x >= -10 and <= 10):

   print("In range")

if (x >= -10 and x <= 10):

Question 1 of 10 Chase lives in Oregon but works for a company that is located in Florida. What business trend is this an example of?​

Answers

Answer: the buisness trend was an example of remote workforce.

I need help, help me please ..​

Answers

Answer:

1. cookies

2.domain name

3.web browser as web saver name

4.html

Explanation:

sana makatulong

PLEASE HELP!!
Low-level programming languages are used to write code to control the computer's hardware.

True

False

Answers

Low-level programming languages are used to write code to control the computer's hardware is true.

What is Low level programming?

A high-level language (HLL) is a programming language, like C, FORTRAN, or Pascal, that allows programmers to create applications that are mostly independent of a certain kind of machine.

Because they are further away from machine languages and more similar to human languages, these languages are regarded as high-level.  A high-level programming language in computer science is one that strongly abstracts from the specifics of the computer.

When compared to low-level programming languages, it may use natural language elements, be simpler to use, or automate (or even completely hide) important components of computing systems (such as memory management).

Therefore, Low-level programming languages are used to write code to control the computer's hardware is true.

To learn more about programming, refer to the link:

https://brainly.com/question/11023419

#SPJ2

Which of the following is the fastest computer processing speed?
Group of answer choices

bytes

megahertz

megabytes

gigahertz

Answers

Answer: Gigahertz

Explanation: One megahertz is equal to one million cycles per second, while one gigahertz equals one billion cycles per second.

This means a 1.8 GHz processor has twice the clock speed of a 900 MHz processor.

Franklin has a photographic assignment, and he needs to print some photographs using Adobe Photoshop. Which feature will help him see the
printed version of the document on the screen before he actually prints it?
The
feature in Photoshop will help Franklin see the printed version of the document on the screen before he actually
prints it.

Answers

Answer:

print preview

Explanation: i got it correct in plato

Answer:

print preview

Explanation:

on plato/edmentum

How can data consolidation be helpful? Check all that apply
•It can set up automatic updating of data within one worksheet.
•it can summarize data from worksheets in different workbooks.
•it helps to summarize data from worksheets that are not identical.
•it combines data from multiple sheets to create one concise table.
• it summarizes data based on how many rows and columns have values.

Answers

Answer:2,3, and 4

Explanation:

Answer:

2,3,4

Explanation:

32.
are also known as cyber burglars.
a. Hackers
b. Programmers
c. Software Engineers d. Crackers.
Page 3 of 4​

Answers

Answer:

a

Explanation:

hackers access your system unauthorized

The overall appearance of goods and services can be trademarked.
True
False

Answers

Answer:

true

Explanation:

Will you mark me the brainest plz I will follow you

The answer would be True
Other Questions
Morgan took out a $500 cash advance on her credit card. If the interest rate is 9%, and it takes her 1 year to pay back the loan, what is the total amount of money Morgan will have to pay back to her credit card?Pls show work Which two human activities are believed to be the greatest contributors to global warming?A) nonnative species introduction and the burning of fossil fuelsB) deforestation and the burning of fossil fuelsC) deforestation and nonnative species introductionD) non-sustainable harvesting and nonnative species introduction Reflect the figure across the line y=-X Draw the image of AABC under a translation by 3 units to the left and 3 units down. 7. Given a 32.0 g sample of methane gas (CH), determine the pressure that would be exerted on a container witha volume of 850 cm at a temperature of 30 C. Note: Carbon = 12.0 and Hydrogen = 1.0 On the island of Hawaii, Keanu notices that the sand on the beach is black, the same color as the rock formations on the island. Keanu realizes the sand used to be part of the rock formations. How did material from the rock formations turn into sand?aRays from the sun shone down on the rock, and it broke into pieces.bIf anything were left out for a long time, it would break into small pieces.cThe sand was formed by earthquakes, tsunamis, and other natural disasters. These disasters were strong enough to break the rock into small pieces.dWind and rain interacted with the rock, breaking it into small pieces. HELP I WILL GIVE BRAINLEST AND 50 POINTS Analyze the document "King Andrew the First (c. 1833) by explaining its "HIPP (historical context, intended audience, authors purpose, and authors point of view). Refer to elements in the image to explain your response. Kathy earned $75 an hour. Andy earned 20% more money than Kathy. How much money did Andy earn in a hour? Taylor was arrested for being out on the streets after a town-wide curfew. The curfew applies to all citizens. Taylor is an adult who was walking home from a friend's house. An officer wrote a ticket requiring Taylor to pay a fine for breaking the curfew law. Taylor says the law should not be allowed, that the town's leaders do not have the power or right to make or enforce a curfew on adults. Taylor decides to challenge the law in court. Based on this scenario, what is the source and the type of law for the curfew? (4 points) I need help! I don't know how to answer this question. I have to solve the book title! Geometry help pleasseeee?? a 0.3 kg arrow is fired from a bow with a kinetic energy of 82.0 J. what is its velocity? The graph below represents the distribution of scores on a placement test for students at Central High School. Select the statement that is true about the distribution of scores. Placement Test Resultsa.The mode is the greater than the median.c.The mode is less than the median.b.There are two mediansd.The median and mode are the same.Please select the best answer from the choices provided Tim rolls over $1,250 from his Archer Medical Savings Account (MSA) to a Health Savings Account (HSA). What amount of the distribution is subject to California income tax What did Mart orchestrate while living outside of CubaYour vehicle registration is due and payable every year on or before the anniversary date of car purchase. A. False B. True What is the slope of the line that passes through the points (5, 2) and (3,-1)? What is the initial value for the function in the exampleproblem? What is the rate of change? Which fingerprint pattern is seen less frequently??? Pls explain How do do all of these and say answers whales have similar structures to mammals for both their front limbs and even back legs. however a well uses its front limbs to swim while mammals like horses use their front limbs to walk based on our live class are theses homologous structures or analogous structures ?