Select the items that you may see on a Windows desktop.
Shortcuts to frequently used programs
System tray
Recycle Bin
Taskbar
O Database
Icons
O Quick Launch

Answers

Answer 1

Answer:

You may see:

The taskbar

The startmenu

Program icons within the taskbar

Shortcuts

Documents

Folders

Media files

Text files

The Recycle Bin

and so on...


Related Questions

Which of the following best describes open-source code software?
O A. a type of software that is open to the public and can be modified
B. a type of software that is free to download, but cannot be modified
C. a type of software that is locked, but can be modified
D. a type of software that has already been modified

Answers

Answer:

A. a type of software that is open to the public and can be modified.

Explanation:

Open-source refers to anything that is released under a license in which the original owner grants others the right to change, use, and distribute the material for any purpose.

Open-source code software is described as a type of software that is open to the public and can be modified. The correct option is A.

What is open-source code?

Open-source software is computer software that is distributed under a licence that allows users to use, study, change, and distribute the software and its source code to anyone and for any purpose.

Open-source software can be created collaboratively and publicly. Open-source refers to anything that is released under a licence that allows others to change, use, and distribute the material for any purpose.

Therefore, open-source code software is defined as software that is freely available to the public and can be modified. A is the correct answer.

To know more about open-source code follow

https://brainly.com/question/15039221

#SPJ6

The reading element punctuation relates to the ability to

pause or stop while reading.

emphasize important words.

read quickly yet accurately.

understand word definitions.

Answers

Answer:

A

Explanation:

Punctations are a pause or halt in sentences. the first one is the answer so do not mind the explanation.

semi colons, colons, periods, exclamation points, and question Mark's halt the sentence

most commas act as a pause

Answer: (A) pause or stop while reading.

Explanation:

(d) Assume charArray is a character array with 20 elements stored in memory and its starting memory address is in $t5. What is the memory address for element charArray[5]?

Answers

Answer:

$t5 + 5

Explanation:

Given that ;

A character array defines as :

charArray

Number of elements in charArray = 20

Starting memory address is in $t5

The memory address for element charArray[5]

Memory address for charArray[5] will be :

Starting memory address + 5 :

$t5 + 5

Write a program that computes and display the n! for any n in the range1...100​

Answers

Answer:

const BigNumber = require('bignumber.js');

var f = new BigNumber("1");

for (let i=1; i <= 100; i++) {

 f = f.times(i);

 console.log(`${i}! = ${f.toFixed()}`);

}

Explanation:

Above is a solution in javascript. You will need a bignumber library to display the numbers in full precision.

To create a public key signature, you would use the ______ key.

Answers

Answer:

To create a public key signature, you would use the _private_ key.

Explanation:

To create a public key signature, a  private key is essential to enable authorization.

A private key uses one key to make data unreadable by intruders and for the data to be accessed the same key would be needed to do so.

The login details and some important credentials to access user data contains both the user's public key data and private key data. Both private key and public key are two keys that work together to accomplish security goals.

The public key uses different keys to make data readable and unreadable.

The public key is important to verify authorization to access encrypted data by making sure the access authorization came from someone who has the private key. In other words, it's a system put in place to cross-check the holder of the private key by providing the public key of the encrypted data that needed to be accessed. Though, it depends on the key used to encrypt the data as data encrypted with a public key would require a private key for the data to be readable.

the company has finished designing a software program but users aren't sure how to use it​

Answers

Answer:

The company should go back into the company and make it a little more easier to use or the company should put out an announcement or something so the people trying to use it know how

Explanation:

Mark me the brainliest please and rate me

Answer:

Several people in the human resources department need new software installed. An employee has an idea for a software program that can save the company time, but doesn't know how to write it.

Explanation:

Which online text source would include a review of a new TV show?
an academic journal
a blog
an e-book
an encyclopedia

Answers

Answer:

Blog

Explanation:

Online text sources include blogs, e-books, encyclopaedias, and e-zines. As a result, options A, B, C, and D are correct.

What is a text source?

A source is a book or other material that contains the data that has been used, whereas a citation is the actual statement of the starting point. They were researchers who also worked as professors, writers, and other professionals, and they published books and articles.

Online text sources are those that can be accessed from anywhere and are available on the internet. The online text shows that anyone can see or exceed including blogs, e-books, encyclopaedias, and e-zines.

These are available for further studies and research. Also to give information this can be a source. Therefore,  options A, B, C, and E is the correct option.

Learn more about text sources, here:

brainly.com/question/19131568

#SPJ6

The state way of grading drivers is called what?

*

Answers

Oh yeah I forgot what you did you do that I mean yeah I forgot to tell you something about you lol lol I don’t want to see it anymore

Write a method called min that takes three integers as parameters and returns the smallest of the three values, such that a call of min(3, -2, 7) would return -2, and a call of min(19, 27, 6) would return 6. Use Math.min to write your solution.

Answers

Answer:

public class Main

{

public static void main(String[] args) {

 System.out.println(min(3, -2, 7));

}

public static int min(int n1, int n2, int n3){

    int smallest = Math.min(Math.min(n1, n2), n3);

    return smallest;

}

}

Explanation:

*The code is in Java.

Create a method named min that takes three parameters, n1, n2, and n3

Inside the method:

Call the method Math.min() to find the smallest among n1 and n2. Then, pass the result of this method to Math.min() again with n3 to find the min among three of them and return it. Note that Math.min() returns the smallest number among two parameters.

In the main:

Call the method with parameters given in the example and print the result

Methods are named program statements that are executed when called/invoked.

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

#This defines the method

def mmin(a,b,c):

   #This calculates the smallest of the three values using math.min

   minNum = min(a,b,c)

   #This prints the smallest value

   return minNum

Read more about methods at:

https://brainly.com/question/14284563

Works in the public domain have copyright that are expired or abandoned true or false

Answers

Answer:

False

Explanation:

Only one of the two are true. Works in the public domain have a copyright that has expired only. E.g. Works of classical music artist, are almost always expired, in accorance with American Copyright law. Abandoning a copyright doesn't do anything because so long the copyright has remained unexpired, the copyright remains. Thats why it can take decades for a new movie in a series to release, like "IT" by Stephen King. The copyright hasn't expired but rather was 'abandoned'. Before "IT" 2017 was relasesed, the copyright was abandoned.

Type the correct answer in the box
in which phishing technique are URLs of the spoofed organization misspelled?
anon
is a phishing technique in which URLs of the spoofed organization are misspelled

Answers

Answer: Link manipulation

Explanation:

Answer:

Typo Squatting

Explanation:

Which of the following documents has a template available in the online templates for your use?
letters
resumés
reports
all of the above

Answers

Answer:

The answer is all of the above.

Explanation:

Alice just wrote a new app using Python. She tested her code and noticed some of her lines of code are out of order. Which principal of programing should Alice review?

Answers

Answer:

sequencing

Explanation:

from flvs

Answer:

Sequencing

Explanation:

Assume you are using an array-based queue and have just instantiated a queue of capacity 10. You enqueue 5 elements, dequeue 5 elements, and then enqueue 1 more element. Which index of the internal array elements holds the value of that last element you enqueued

Answers

Answer:

The answer is "5".

Explanation:

In the queue based-array, it follows the FIFO method, and in the question, it is declared that a queue has a capacity of 10 elements, and insert the 5 elements in the queue and after inserting it enqueue 5 elements and at the last, it inserts an element 1 more element on the queue and indexing of array always start from 0, that's why its last element index value is 5.

You want to look up colleges but exclude private schools. Including punctuation, what would you
type?
O nonprofit college
O college -private
O private -college
O nonprofit -college

Answers

private-college. hope this helped :)

You want to look up colleges but exclude private schools. Including punctuation, The type is private -college. The correct option is c.

What are institutions of higher studies?

The institutions for higher studies are those institutions that provide education after schooling. They are colleges and universities. Universities, colleges, and professional schools that offer training in subjects like law, theology, medicine, business, music, and art are all considered higher education institutions.

Junior colleges, institutes of technology, and schools for future teachers are also considered to be part of higher education. There are different types of colleges, like government colleges and private colleges. Private colleges are those which are funded by private institutions.

Therefore, the correct option is c. private -college.

To learn more about excluding, refer to the link:

https://brainly.com/question/27246973

#SPJ2

Custom function definitions:________.
A. Must be written before they are called by another part of your program
B. Must declare a name for the function
C. Must include information regarding any arguments (if any) that will be passed to the function
D. all of the above

Answers

Answer:

D. all of the above

Explanation:

A option is correct and function definition must be written before they are called by another part of your program. But in languages such as C++ you can write the prototype of the function before it is called anywhere in the program and later write the complete function implementation. I will give an example in Python:

def addition(a,b): #this is the definition of function addition

    c = a + b

    return c    

print(addition(1,3)) #this is where the function is called

B option is correct and function definition must declare a name for the function. If you see the above given function, its name is declared as addition

C option is correct and function definition must include information regarding any arguments (if any) that will be passed to the function. In the above given example the arguments are a and b. If we define the above function in C++ it becomes: int addition( int a, int b)

This gives information that the two variables a and b that are parameters of the function addition are of type int so they can hold integer values only.

Hence option D is the correct answer. All of the above options are correct.

Other Questions
Why was Bismarck try to provoke a war with Austria? Calculate the force a 75 kg high jumper must exert in order to produce an acceleration that is 3.2 times the acceleration due to gravity. do you have free will? Which of these BEST describes the relationship between political structures and church structures in the Byzantine EmpireThe Eastern church controlled politics,The Roman Catholie church controlled petities.The Byzantine Empire controlled the Eastern church.D)The Byzantine Empire and the Eastern church were wholly independent Density is calculated by dividing the mass of an object by its volume. The Sun has a mass of 1.991030 kg and a radius of 6.96108 m. What is the average density of the Sun? Turn this into numerical form -> one-half the sum of x and 12 please I need a quick help Are the following ratios equivalent? Explain.2:106:60 1. What well-known Georgian was a leader in the movement to send freed blacks back to Africa?Paul CuffeFrederick DouglassWilliam Lloyd GarrisonWilliam H. Crawford Bryant Company has a factory machine with a book value of $88,100 and a remaining useful life of 7 years. It can be sold for $30,900. A new machine is available at a cost of $413,300. This machine will have a 7-year useful life with no salvage value. The new machine will lower annual variable manufacturing costs from $579,100 to $505,700. Prepare an analysis showing whether the old machine should be retained or replaced. Select the correct answerWhich statement best supports the idea that water conservation is important for human societies?OA Once humans use water, it cannot be reused ever again,OB. Only about 1% of the freshwater on Earth is easily accessible.OC Water is constantly being lost from the hydrosphereOD. Most land animals use salt water instead of freshwater. Plants have specialized structures that perform their necessary life functions. The gases that are crucial to properfunction within a plant are oxygen and carbon dioxide. What structure would control the exchange of these gases in a plant?a. mesophyll b.trichomesc.root hairs d.stomata Rode Company estimates bad debt expense at 1% of credit sales. The company reported accounts receivable of $100,000 and a pre-adjustment credit balance in its allowance for uncollectible accounts account of $2,000 at the end of the current year. During the current year, Rodes credit sales were $2,000,000. What is the amount of the companys bad debt expense for the current year? 7(n+4)=21 what is n? What is the slope of line p Read this excerpt from The Riddle of the Rosetta Stone by James Cross Giblin.In the next few years following the publication of his book, Champollion deciphered many more hieroglyphs. He was named "Keeper of the Egyptian Collections" in Paris in recognition of his accomplishments. Then, in 1829, he got what he had always wanted. With the backing of the French government, he journeyed to Egypt to see the ancient hieroglyphic inscriptions for himself.What inference can readers make based on the details in the excerpt?Only the French recognized Champollion for his accomplishments in deciphering hieroglyphics. The French government considered Champollions work to be a significant achievement. Champollion published a book just so he could take a free trip to Egypt. Champollion had to see the hieroglyphics in person to be able to write about them. 1) Mis tios (asistir) ___ a una cena grande a casa de mi abuela2) Tu siempre (salir) ___ mucho con amigos los fines de semana?3) Mis amigos (decidir) ____ de ir al cine hoy.4) Su Madre (lavar) ___ la ropa todos los das.5) Mis hermanos y yo (hacer) ___ las camas por la maana.6) Marta siempre (recibir) ___ buenas notas en sus classes?7) (Cuidar) ___ t a t hermano menor despus de clases?8) (poner) __ Uds. la mesa para la cena?9) Los domingos, mi padre y mi hermano (ver) ___ el partido de ftbol americano en la tele.10) Yo (montar) ___ en bicicleta en el tiempo libre.11) Ellos (comer) _____ la cena a las seis.12) Mi familia y yo (celebrar) ____ los dias de fiesta en casa con nuestros parientes.13) Mi ta (viajar) ___ de Colombia este mes.14) (leer) ____ t mucho en el tiempo libre?15) Despus de la cena, yo siempre (sacar) ____ la basura.16) Mis padres, Mis hermanos y yo (vivir) ____ en una casa grande en calle Hidalgo. The scientific method is the only way of learning about Nature used by scientist today *A. trueB. false Why is culture sharing important for young learners? How do you think Alden, from Situation 2, found out about Revinate? Given all the online companies that might help your business connect you with customers, how would you choose one?