Unordered lists are often identified by graphic images known as

Answers

Answer 1
Bullets, little black circles.

Related Questions

Under the common criteria, which term describes the user-generated specifications for security requirements?

Answers

The correct answer to this question is the:

“Protection Profile (PP)”

According to the ISO/IEC 15408 and the Common Criteria (CC), the Protection Profile (PP) is a document used as a part of the certification process. And since it is a generic form of a Security Target (ST), this makes it a typical creation by a user or a community of users.

How many wires does a PCIe connection use for sending and receiving data?
=T

Answers

A PCIe connection uses one wire for sending and receiving. Each of the pairs of wires between a PCIe controller and a device is called lane PCI Express, in fact Peripheral Component Interconnect Express yet regularly observed abridged asPCIe or PCI-E, is a standard sort of association for inside gadgets in a PC.

You downloaded a file using internet explorer. unfortunately, you closed ie and you don’t remember where you downloaded the file to. how can you find the file?

Answers

Hit Ctrl+J and the file should be there on the top of the list

A troubleshooter's ability to design and test hypotheses in order to solve a technology problem is based on ____.

Answers

A troubleshooter's ability to design and test hypotheses in order to solve a technology problem is based on critical thinking.

Critically to make informed decisions by critically evaluating different sources of data. As just a consequence, critical thinkers contain a wide range of other key talents, such as analysis, inventiveness, dilemma, and empathy.

It is a fundamental educational skill that enables students to question and comment according to their knowledge and facts. The ability is critical for students working on assignments or conducting research. It's also a valuable skill in a variety of workplace situations, and the ability of a troubleshooter to design and test ideas to solve a technological problem is dependent on critical thinking.

Therefore, the answer is "critical thinking ".

Learn more:

brainly.com/question/5793970

Here’s one about technology. IBM developed the first chess playing computer which won both a chess game and a chess match against reigning world champion at the time Garry Kasparov. Do you know what they called this smart robot?

Answers

The first chess playing computer which won both a chess game and a chess match against reigning world champion  at the Garry Kasparov was the smart robot, called Deep Blue.
Deep Blue was computer developed by IBM and it was evolved in 1989. It was the fastest computer on the championship. It was capable of evaluating 200 million positions per second.

Digital still cameras most often use ____ cards for storage.

Answers

Digital still cameras most often use flash memory cards for storage.

Dns (domain name system) servers translate all domain names into _____.

Answers

they translate them into ip addresses.

Question3 why can you not install the server migration tools to the server running windows server 2008 r2 using the add roles and features wizard on your server running windows server 2012 r2?

Answers

After you've installed the Migration Tools on Windows Server 2012 R2, you can register the tools on a Windows Server 2008 migration source machine by running smigdeploy.exe from your Windows Server 2012 R2 migration destination machine, but you cannot install the tools on Windows Server 2008.

For full information about how to deploy the migration tools, including how to run smigdeploy.exe to get the tools registered on a Windows Server 2008 source machine, see Install, Use, and Remove Windows Server Migration Tools for Windows Server 2012.

Answer:

Explanation:

The truth is, hiring a professional web designer or design firm is not for everyone.

If you’re a new business without much revenue, then using an affordable website builder is exactly what you should be doing.

However, if you own a small or medium sized business, using a ‘free’ website builder could cost your company many tens of thousands of dollars in wasted man hours and even more money in the opportunity cost of lost potential revenue.

In this article, we will address several aspects of the debate, “web designer vs website builder?” Who would be better off hiring a professional and the specific advantages and disadvantages of doing either?

How do you prevent unauthorized personnel from accessing your cisco device through the console port?

Answers

You can blacklist the mac address of the device which you don't want to be connected.
It depends on a version of the console but in my view the most useful and effective way is to physically secure your device and protect it by a complex password. And keep your password in a safe place.

What should you do if your temperature gauge moves up to just below the red zone?

Answers

If the temperature gauge moves up to just below the red zone,you should turn off your air conditioner and turn on your vehicle's heater. Then immediately find a mechanic or pull over safely and contact a road service.




Pull over when safe.
Turn off the car.
Let the car sit and cool off a fair amount.
Open the hood.
Use a rag or gloves to protect your hands from the heat.
Slowly very slowly with the gloves on after you have let the vehicle cool down a bit.
Open the radiator check if you have coolant in it.
If you don't you will need to refill it with the same coolant you use last time.
If you can't get coolant you can use water to get your car to a shop or home.
Using water can freeze when the temperature gets to low in winter
When water freezes it expands and will crack parts and can cause a lot of damage.
When you get your car to the shop or home flush out the radiator and fill it up with new coolant or antifreeze
Coolant or antifreeze sometimes come as a concentrate so you may mix it with water some you don't mix read the directions before you start.

What subnet mask would you use when configuring a tcp/ip client with an ipv4 address on the 172.16.32.0/19 network?

Answers

172.16.32.0/19  = has a mask 255.255.224.0

A computer has a word length of 8 bits (including sign). if 2’s complement is used to represent negative numbers, what range of integers can be stored in the computer? if 1’s complement is used? (express your answers in decimal.)

Answers

Two's-complement notation can represent all integers from - 2^(N-1) to 2^(N-1) - 1, where N is the word length of the computer. So, in your example, the computer could store all integers from -128 to 127 inclusive. 

One's-complement notation can represent all integers from - 2^(N-1) - 1 to 2^(N-1) - 1, where N is the word length of the computer. So, in your example, the computer could store all integers from -127 to 127 inclusive

The word length of a computer is simply the number of bits, the computer can process

The word length is given as:

[tex]n = 8[/tex]

(a) 2's complements

The smallest integer in the 2's complement is::

[tex]N= -(2^{n-1})[/tex]

While the largest integer is:

[tex]N= 2^{n-1} -1[/tex]

So, we have:

[tex]Smallest = -(2^{8-1})[/tex]

[tex]Smallest = -(2^7})[/tex]

[tex]Smallest = -128[/tex]

And the largest is:

[tex]Largest= 2^{8-1}-1[/tex]

[tex]Largest= 2^{7}-1[/tex]

[tex]Largest= 128-1[/tex]

[tex]Largest= 127[/tex]

Hence, the computer can store all integers from within an inclusive range of -128 to 127, using the 2's complement

(b) 1's complements

The smallest integer in the 1's complement is::

[tex]N= -(2^{n-1}) + 1[/tex]

While the largest integer is:

[tex]N= 2^{n-1} -1[/tex]

So, we have:

[tex]Smallest = -(2^{8-1})+1[/tex]

[tex]Smallest = -(2^7})+1[/tex]

[tex]Smallest = -128+1[/tex]

[tex]Smallest = -127[/tex]

And the largest is:

[tex]Largest= 2^{8-1}-1[/tex]

[tex]Largest= 2^{7}-1[/tex]

[tex]Largest= 128-1[/tex]

[tex]Largest= 127[/tex]

Hence, the computer can store all integers from within an inclusive range of -127 to 127, using the 1's complement

Read more about word lengths at:

https://brainly.com/question/5046303

A windows host sends a tcp segment with source port number 1200 and destination port number 25. the sending host is a(n) ________.

Answers

Email client as port 25 is the default port for an email server.

What is the major function of the network access layer?

Answers

Th network layer is the first layer of the OSI model. It determines the media used (CAT5/6/7/Fibre/Coax). The major function is to communicate with servers and workstations.

_______ is the command for opening a spreadsheet object in a separate spreadsheet window. A. Edit > Edit Data B. Worksheet > Edit C. Table > Excel Spreadsheet D. Worksheet Object > Open

Answers

I believe the correct answer would be option D. Worksheet Object > Open is the command for opening a spreadsheet object in a separate spreadsheet window. In Microsoft excel, you can simultaneously open two worksheets so you can observe them both. 

Answer:

The correct option to the following question is D.) Worksheet Object > Open.

Explanation:

On a Ribbon Home tab, you click the File and Select Click the Selection Pane Selection pane will open, there is the list of all objects on a worksheet. Click on the object names, and then it will selected on a worksheet.

Look at the simple circuit illustrated in the figure above. What will happen when only switch S1 is closed?

A. No current will flow in the circuit.
B. Nothing will happen; the light bulb won't light up.
C. The light bulb will light up.
D. The resistance of the circuit will increase.

Answers

If only S1 is closed, due to the diode across S3 is pointing to the right, the current cannot be flowing to the left.

So nothing will happen, the bulb is not on.

Answer: A. No current will flow in the circuit.

Explanation:

The Figure 1 illustrates the equivalent circuit at only switch S1 closed. That is a series circuit with two diodes, a bulb, and a battery.

Suppose that there is a current flowing in the circuit. A current flowing in the circuit implies that D1 is on. If D1 is on, there should be 0.7 V between anode and cathode (see Figure 2 left). However, there is not possible a low voltage on the top and a high voltage at the bottom of D1 (see Figure 2 right). Then, it is not viable 0.7 V between anode and cathode of diode D1. Therefore, D1 is off.

Now, we already know that this is a series circuit with the diode D1 off, so we can conclude that no current will flow in the circuit.

Correct answer is A. No current will flow in the circuit.

There isn't current flowing in the circuit next the light bulb won't light up. But other things happen, for example, the high voltage goes to the light bulb at only switch S1 closed. we can say that option B. is partially wrong and options C. is wrong

Finally, there are no resistances in the circuit. So, option D. is not right

During a remote desktop session, explain the result of opening the network connections window on the remote computer and configuring the network adapter to use a different ip address.

Answers

Answer:

The user who is controlling the computer remotely would be disconnected.

Explanation:

What is significant about the contents of the destination address field?

Answers

The destination address field has a format similar to : ff:ff:ff:ff:ff:ff
What signifies the destination address and gives it a privilege over the source address is that it can either be a broadcast containing all ones or a unicast while the source address can only be a unicast.

Class sizes of various sections of college algebra at your university are an example of which type of data? quiizlet

Answers

Final answer:

Class sizes of various sections of college algebra at your university are an example of quantitative data, specifically discrete quantitative data.

Explanation:

The class sizes of various sections of college algebra at your university are an example of quantitative data. Quantitative data represents numerical values that can be measured or counted.

Specifically, the class sizes can be represented as discrete quantitative data, as the number of students in each section is a whole number value. For example, one section may have 30 students, another section may have 25 students, and so on.

Desktop publishing design tools are represented by A. icons. B. windows. C. trackballs. D. modems.

Answers

The best answer is A
Windows are the screens you can maximize and minimize.
Trackballs make the mouse move.
Modems are associated with internet connection.
Those three answers are unrelated leaving icons to be the most reasonable.

A software architecture that divides an application into view, business logic, and data is called a(n) ________.â

Answers

Software architecture divides an application into views

Is a technique for representing an object as a stream of binary digits, which allows objects to be read and written from files with their state maintained?

Answers

The technique is called serialization and deserialization.

On your computer desktop, you can see all sorts of different files, each immediately accessible. because you are actively working on them, and because you can open them whenever you want, these files are in fact very similar to the kind of information held in:

Answers

On your computer desktop, you can see all sorts of different files, each immediately accessible. because you are actively working on them, and because you can open them whenever you want, these files are in fact very similar to the kind of information held in working memory.

Answer:

Working memory

Explanation:

On a computer, Random Access Memory (RAM) is used as the working memory. It has the ability to store data for a short period of time and it is referred to as volatile because all data will be lost when your computer is shutdown or goes off abruptly. it has the capacity to store input data, programs, intermediate results and other forms of information.

"list at least 3 key performance indicators that should be considered prior to initiating a cloud deployment."

Answers

You should fully understand the cloud and its various offerings in order to properly integrate it within the business. Some of the Key Performers Indicators that should be considered are:
1. Measure your customer growth
If the customer growth is declining, then something needs to be done. 
2.Take a hard look at your renewal rate
3.Calculate your average revenue per user (ARPU)

A __________ tries to break it security and gain access to systems with no authorization, in order to prove technical prowess.

Answers

Black-hat hacker is the answer. Hope this helps.

A ________ is a device connected to a network such as a printer or a game console.

Answers

A printer or a game console is not a network. They themselves are connected to the network.

Prior to the development of e-commerce, web sites primarily delivered static html pages. true

Answers

Prior to the development of e-commerce, web sites primarily delivered static HTML pages. true

Explain your experience with the Internet including what search engine you typically use and why, how ethics play into the use of the information you gather, and how you protect your search privacy.

Answers

My experiences with the internet have been good, with not really and problems. I use Bing, a search engine created by Microsoft. I use Microsoft because I think I get better results, and with your searches you get points that you can redeem for prizes and rewards. I don't generally see anything that is ethnic related, I tend to stay on the path of schoolwork, and in my settings on my Bing account there is setting to protect my search history. 

Individuals belonging to the subculture known for love of motorbikes and leather. Rival of the group known as ‘mods’.

Answers

Individuals belonging to the subculture known for love of motorbikes and leather are called Rockers. Rival of this group is called 'mod'.
There were two conflicting British subculture, Rockers and mod. Rockers have love for leather, so they are also called as leather boys.
The subculture of Rockers was centered on motorcycling, while subculture of mod was centered on music and fashion.

The domain is an email message tell you the

Answers

The domain is an email message tell you the destination's location.

The domain is the part of the email following the "@" symbol. For example, if the email is "example@xxx.com", then the domain is "xxx.com"
This part is usually telling you to where you are sending your email.
Other Questions
A scientist separates a population of fruit flies into two groups what would most likely increase the rate of speciation in this population what is the most important safety precaution or rule that you can follow? Explain why you think it is so important. a tree casts a 9 ft shadow at the same time that a person 6 ft tall casts a 4 ft shawdow. what is the height of the tree? which enlightenment philosopher introduced the idea tht people enter a social contract with the purpose of maintaining order in society I SERIOUSLY NEED HELP HERE!!!!!PLEASE SOMEONE HELP ME ON THIS!!!!!NEED MAJOR HELP HERE CALCULATOR QUIT ON ME!!!!!!!scientific calculator of a TI83 or TI84 ( does that help?)Use the data below to find the correlation coefficient. (Remember to choose DiagnosticOn on your calculator.)x y270 70230 75250 68310 82285 80275 76281 73267 81252 72246 79The correlation coefficient is _____. Round to the nearest thousandth. THESE ARE MY OPTIONS:a. 0.438b. 0.192c. 0.5d. 0.720 effects of the War of 1812 on the United States?A) gains of territory and moneyB) military heroes who went on to becomenational leadersC) a surge of national pride and confidenceD) further military conflicts with American Indians The length and width of a rectangle are 4.9^9 cm and 5.3^3 cm, respectively. What is the approximate area of the rectangle, using only positive exponents?A) 5^6cm^2B) 4^6cm^2C) 5^12cm^2D) 4^12cm^2 Find the equation for the tangent line of f(x)=3x27x+3 at x=3. When you go on a date with one other person, you have formed a:? According to the ________, seeing a crocodile in the swamp would lead simultaneously to both the emotion fear and running away at the same time. however, the ________ would suggest that people are afraid because they run away. cannon-bard theory of emotion; james-lange theory of emotion cannon-bard theory of emotion; somatic marker theory of emotion two-factor theory of emotion; james-lange theory of emotion two-factor theory of emotion; cannon-bard theory of emotion Joannes puppy is very large, but also submissive. when the puppy meets a more dominant dog, she lies on the grass on her back, shows her belly, and wiggles. this is an example of ____. During world war II, about 1.8% of US soldiers were killed directly in battle. Thid number went down to 0.5% at Vietnam War. What was this number in the Persian Gulf War? URGENT NUMBER TEN Please help me thank you the last 2 are the words How to write 45 percent as a word form two similar triangles have areas of 18 and 32 find the ratio of their perimeters In the early 1800s call mines west of Philadelphia provided a huge fuel supply and interest is drive in the city which revision corrects the faulty coordination in the sentence Houston is a large city, but it is not the capital of Texas It was named after Siamuel Houston, the first president of Texas when it became independent. Independence lasted for less than 10 years. The citizens of Houston are proud of their city It has a symphony and is home to the magnificent Museum of Fine Arts Which detail is least relevant to a tourist planning to visit Houston? Temperature dropped from 11 below zero to 4 below zero how much did the temperature drop A Spanish scientist observes that salmon produce more eggs when grown in warmer aquariums. He asks his colleague in the United States to conduct the same experiment using the same aquarium equipment. Should he expect the results to be similar? Yes, because American equipment should produce even more accurate measurements. Yes, because the same experiment should yield the same results everywhere in the world. No, because the altitude between the two labs can be different, which could affect salmon reproduction. No, because the two countries have different time zones, which would affect the sleep cycle of the salmon. Compare and contrast comparative anatomy and developmental embryology. Provide one similarity, one difference, and an example of each Steam Workshop Downloader