what is the difference between ordered list and unordered list?

Answers

Answer 1

Answer:

In an ordered list, each item is displayed along with the numbers or letters instead of bullets

In an unordered list, each item is displayed with a bullet.


Related Questions

What is the name of the file manager in Microsoft Windows?
The file manager used in Microsoft Windows is

Answers

Answer:

The File Explorer. Hope this helped! <3

Explanation:

what is the correct keyboard shortcut to cut a cell value

Answers

Answer:

Cntrl+X

Explanation:

Do it on your computer

The keyboard shortcut to cut a cell value is Ctrl +X.

What is Ctrl X?

Control x can be written as ctrl x

To cut a text means to remove the text from where it was initially and retain the ability to paste the cut text in a desired cell.To do this, we use the cut function which is ctrl x. This cuts the text while ctrl v would paste the text in the desired location.The shortcut ctrl x can be clearly described as the action removes the text or item and stores it in the clipboard, rather than copying it to the clipboard.

For example, you can cut a picture out of the beginning of a Word document and paste it further down within your document. Alternatively, you can cut a block of text out of Word and paste it onto a PowerPoint slide.

So, the keyboard shortcut to cut a cell value is Ctrl +X.

Learn more about ctrl x,

https://brainly.com/question/14447287

#SPJ6

Pasta is best if cooked and served immediately. What do you need to
do to follow this golden rule in presenting pasta dishes?

Answers

sprinkle a little bit of cheese on there, maybe add a few meatballs.

What are the advantages and disadvantages of working with APIs when developing applications?

Answers

Answer:

Disadvantage:-There is a lot of conveniences and advantages to APIs, but business leaders should also be aware of the disadvantages. As a single point of entry, an API is a gateway and can become a hacker's primary target. Once the API is compromised, all other applications and systems become vulnerable.

Nine of the top ten vulnerabilities listed in the OWASP Top 10 now mention APIs — and since APIs can be accessed over the internet, they will have all the same disadvantages as any other Internet-based resource.  APIs are vulnerable to man-in-the-middle attacks, CSRF attacks, XSS attacks, SQL injection, and DDoS attacks.

ADVANTAGE:- Automation: with APIs, computers rather than people can manage the work. Through APIs, agencies can update work flows to make them quicker and more productive

Explanation:

pLEASE MAKE ME AN BRAINLAEIST

What is wrong with the following code? publicstatic char grade(int score) { if (score >= 9) { return 'A'; } else if (score >= 8) { return 'B'; } else if (score >= 6) { return 'C'; } else if (score > 4) { return 'D'; } else if (score < 4) { return 'F'; } }

Answers

Answer:

c) No return statement for all possible logic paths

What format can be applied to text in Excel?

Answers

Answer:

You can apply accounting format,date,numbers, currency, percentage or even fraction

Explanation:

who want to play quzzies the code is 124 3142

Answers

Answer:

22

Explanation:

11+11=22

please answer it is important!!!! i will mark you branliest

Answers

Answer:

Machine - consists of the numeric codes for the operations that a particular computer can execute directly

Assembly - provides the information of any error in the code.

High level - Require translation.

Require translation.Portable.

Require translation.Portable.Easier to read, write and maintain as commands are similar to English.

Require translation.Portable.Easier to read, write and maintain as commands are similar to English.Allow access to module libraries.

Which term describes a protocol to manage a network, able to configure a network, monitor activity, and control devices?

A: Internet Message Access Protocol (IMAP)
B: Simple Network Management Protocol (SNMP)
C: Post Office Protocol version 3 (POP 3)
D: Simple Mail Transfer Protocol (SMTP)

Answers

The answer is c post office protocol version 3 (POP 3)

Answer:

Simple Network Management Protocol (SNMP)

(Confirmed on EDGE)

I hope this helped!

Good luck <3

what the answer is have been stuck for 4 hours on this questoin its sience

Answers

Answer:

what the question?

Explanation:

After completing a career search, Patrick has decided that he wants to be a paralegal. Which two skills or abilities are important for him to have in order to excel in this career?
research skills
analytical thinking skills
creative thinking skills
math skills

Answers

Answer:

Research skills & Analytical thinking skills

Answer:

Research skills & Analytical thinking skills

Explanation:

The helium and hydrogen on Saturn is most likely

A
plasma.

B
liquid.

C
solid.

D
gas.

Answers

Answer:

gas is the right answer

pls mark me as brainliest

Answer: B

Explanation: brainliest plz sorry if im wrong

Which statement correctly describes one aspect of the team's commitment at the end of PI Planning?​

Answers

The statement that describes one aspect of the team's commitment at the end of PI Planning is a team does not commit to uncommitted objectives.

What does teams do in pi planning?

PI planning are known to be a kind of face-to-face events that are held every  8-12 weeks after the former PI event was held.

In this event, a lot of teams do come together to map out, plan and set out the work that they needs to do, review backlogs, discuss which features will benefit them , form or update their product roadmap, and others.

Learn more about PI Planning from

https://brainly.com/question/6500846

Explain what are Graphics Cards

Answers

Answer:

Graphic Cards are designated to make the pc have more FPS and actually power (It's not actually accurated, but you may search on the internet)

you can resize a row in a table by dragging the ____.

Answers

Answer:

desk

Explanation:

You need more backround information i dont know what u talking about

1. Which of the following deals with the aspects of health and safety in the workplace? A. Mental health B. Occupational health C. Physical health D. Psychosocial health 2. It pertains to an event that may cause harm to an individual, such as chemicals, electricity, open drawers, and inadequate ventilation. A. Disease B. Disorder C. Hazard D. Risk 3. What refers to the possibility of being exposed to dangers, harm, or loss? A. Disease B. Disorder C. Hazard D. Risk 4. What hazard comes from exposure to animals, people, or infectious materials? A. Biological B. Chemical C. Physical D. Psychological 5. Which of the following is NOT an effect of chemical hazards? A. Allergic reactions B. Low self-esteem C. Skin irritation D. Skin or eye burns 6. Which of the following is a life-threatening effect of a psychological hazard? A. Depression B. Deterioration of performance C. Loss of concentration at work D. Loss of self-confidence​

Answers

Answer:

1. C

2. C

3. D

4. A

5. B

6. A, B, or C either one might happen

Explanation:

this device enables connectivity between two lans or a lan and a larger network.

Answers

Answer:

I'm pretty sure it's a cable. A lan cable specifically.

Explanation:

resolution of bitmap graphics is typically measured in

Answers

Answer:

Pixels

Explanation:

The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

What is the measurement  about?

The unit of measurement is often used to tell more about  the resolution of images and it is known to be called DPI (dots per inch).

Therefore, in the above case, The resolution of bitmap graphics is said to be measured in DPI (dots per inch).

Learn more about bitmap from

https://brainly.com/question/21449716

#SPJ6

what is a for command? can u use a variable instead of a number in the for command!

Answers

Answer:

A for loop is a block of code where a certain instruction repeats a certain amount of times.

Yes, you can use a variable instead of a number in a for loop.

Explanation:

For example, you're using a for loop and you want to repeat it a certain amount of times, but you want to take user input. You would ask the user for their input and assign it to a variable, then use that variable for the for loop.

which mathematician is regarded as the first computer programmer?

Answers

Answer:

Ada Lovelace

Explanation:

What is 11100111 to decimal form?

Answers

Answer:

231

Explanation:

Answer 111001.11
Work
11100111/100= 111001.11

60 POINTS
Complete the sentence.
When we use the internet, our personal information becomes ________.
A. public
B. accessible
C. private

Answers

Answer:

Answer should be accessible .

Answer:

accessible

Explanation:

got it right on edge

heyyyyyy who likes anime​

Answers

Answer:

You apparently

Explanation:

Answer:

I don't like anime I love it

hard disks use tracks, sectors, and cylinders to store and organize files. true or false?

Answers

Answer:

True!

Explanation:

Thats why if you drop a Hard Drive it might make a whirring noise when you plug it in again, its trying to move the "Arm" but you broke it.

However this does not apply to SSD (Solid State Drives) that use digital storage like a SD card for example

HELPPP PLEASE

Html can be used to create complicated mobile applications
True or false

Answers

it might be true because it’s technically a programming language so having knowledge on it can help you create mobile applications

which of the following are good ways for virtual team members to get to know one another? (choose every correct answer.)

Answers

what are the choicess

in which type of computer parallel processing is possible

Answers

Answer:

(Hope this helps can I pls have brainlist (crown)☺️)

Explanation:

Parallel processing may be done on any system with more than one CPU, including multi-core processors, which are prevalent in today's computers. Multi-core processors are integrated circuit chips with two or more processors for improved performance, lower power consumption, and more efficient multitasking.

We take in numerous distinct types of information at the same time in parallel processing. This is especially true when it comes to vision. When you see a bus approaching, for example, you can perceive its colour, form, depth, and velocity all at once. It would take far too long if you were to evaluate each item individually.

ASAP! WILL MARK BRAINLIEST + 100 POINTS!!

Match each word to its description.

Answers

Answer:

Windows- operating system most commonly used by businesses

Spreadsheet, word processing- types of application software

data- type of file created when word processing document is saved

system calls- instructions for the OS provided by application software

documents- folder where documents you create go by default

Recycle Bin- where documents go when you delete them.

toggling- switching from one setting to another

Help menu- best place to get assistance in a word-processing program

I hope this helps, please let me know if any are incorrect.

help help help

Read the list of courses from a technical school (w3schools).

Which courses would prepare for you for a career in web development?
(Choose more than one answer)

Designing for Usability
Introduction to Networks
Technical Writing
Cybersecurity

Answers

The courses that would prepare you for a career in  web development are:

Designing for UsabilityTechnical Writing

To prepare for a career in web development, the following courses from a technical school like W3Schools would be beneficial:

Designing for Usability: This course focuses on user-centered design principles and techniques, teaching you how to create web interfaces that are intuitive, user-friendly, and visually appealing. It covers topics such as user research, information architecture, wireframing, and prototyping.Technical Writing: Effective communication is crucial in web development. This course teaches you how to write clear, concise, and well-structured technical documentation. You'll learn about writing for different audiences, organizing information, using appropriate language and style, and documenting code and processes.

Taking these courses will help you develop important skills for a career in web development. Designing for Usability will enhance your ability to create user-friendly websites, while Technical Writing will improve your communication skills, enabling you to document and explain your work effectively.

Courses like Introduction to Networks and Cybersecurity may be valuable in other IT fields, but they are not directly related to web development and may not be as relevant to this specific career path.

For more such question on Designing

https://brainly.in/question/56183783

#SPJ8  

Program to count how many even and odd number are in the range from M to N using C++ programming language

Answers

Answer:

#include<stdio.h>

#include <iostream>

using namespace std;

 

int main(){

   int number, min, max;

   cout << "Enter the minimum range: ";

   cin >> min;

  cout << "Enter the maximum range: ";

   cin >> max;

   cout << "Odd numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 !=0)

            cout << number<< " ";

   cout<< "Even numbers in given range are: ";

   for(number = min; number <= max; number++)

        if(number % 2 ==0)

            cout << number << " ";

 

   return 0;

}

Explanation:

First of all, we take declare two variables. one as the lowest number of the range and the other as the upper limit of the range (in this case: min and max). We declare another variable (number) and store in it the lowest number of the range (min). To check whether the number currently stored as the value of the variable (number) is even, we take in account the remainder of that number divided by 2. If the remainder does not equals 0, we print that number as odd. We again check the remainder by dividing the number by 2. If the remainder does equals 0, we print that number as even.

Other Questions
Please answer the question step by step! why did the europeans see slaves as the major product of trade from africa please help! i need i misses 2 lessons Sally left the city for vacation. Sara left 5 hours later going 58 mph faster to catch up.After 4 hours Sara caught up. What was Sally's average speed.O 72.5 mphO 54.6 mph0 46.4 mph0 64.5 mph A rectangle has dimensions x and x + 5. Determine the value of x that gives the rectangle an area of 36 cm^2.a) 9b) 4c) 6 d) none of these I bit my tongue(change it to passive) Political Machines According to the readings, would you consider life in the cities during the Gilded Age to be a positive or negative experience Defend your opinion . Which instrument was the imposter in the percussion family? *MaracasBongoSnare DrumHarpXylophoneTambourineCymbalPiano When parents display a __________ for one child, the others are likely to feel_______________. what is the treand of TP ,AP and MP in increasing return to scale 20 points, 1 question , some readingJordan has been following an important case since the beginning. He wrote about the crime, arrest, and guilty verdict. He is preparing to cover sentencing and hopes to meet with the victim for background information.Jordan tries calling the victim several times. In response, he gets an angry call from the victim advocate demanding he respect the victims privacy. Flustered, Jordan stammers out an apology. Then he suggests that running his story might mean the victim gets more support and fewer questions from people in the long run.The next day, the advocate says the victim will speak with Jordan if he provides a list of questions in advance. She explains that some members of the victims family have complicated immigration statuses and feel uneasy about any focus on the family. A few family members are also concerned about reprisals from the offender's friends.Jordan sends the questions to the advocate. The next day he gets an email from the victim's sister with detailed answers to the questions. Jordan thanks her and starts writing so he can submit his story before the sentencing hearing. Shortly after he finishes his story, the advocate calls him. She says the family is angry the sister sent so much information, and they do not want it revealed.Would publishing the piece violate the victims legal rights?please dot give a wrong answer for the points :( 3. Ted paints a view of the street from his apartment window as it looks on a Tuesday morning. What BEST describes Teds theme?daily lifehistoryritualsspecific people 102. Did you manage _________ _________ these parcels alone? A. finishing / to pack B. finishing / packing C. to finish / to pack D. to finish / packing Jaya is saving up for a computer.she babysits 3 days a week .however she spends $2 each day on gas to get there . If she makes a total of $84.00 in a week how much does she make babysitting each day Evaluate for a:69 = 13 - 7/12a Which two essential elements of geography are missing from the image above?A.Location and RegionB.Movement and PlacesC.Humans and the environment and MovementD.Places and regions and Human systemsPlease select the best answer from the choices providedABCD 10. Thefamily helped move their neighbors to the west. Need help please ! This work is from world history Which equations have the same pair of solutions? Select all that apply. n(n + 3)(n - 4) = 0 2n(4n + 6)(6n - 4) = 0 0 = 2n(6 - 4n)(4 - 6n) 0 = n(2n + 3)(3n - 2) 2n(2n + 3)(3n - 2) = 0 3n(6n + 9)(9n - 6) = 0 What is true about equator?