Answer:
standardization
Explanation:
A problem can be defined as an issue or challenge encountered by a person, which typically requires a solution.
Generally, problems are considered to be either simple or complex depending on the individual, parameters, and factors involved.
This ultimately implies that, problems are relative in nature but always require that a solution be proffered.
In this scenario, a broken monitor on a desktop system needs to be replaced. You then decided to replace the monitor with a spare monitor that wasn't being used.
Although, the spare (replacement) monitor was manufactured by a different manufacturer than the desktop computer but it still worked with the computer. Thus, the computer design concept which makes this possible is referred to as standardization.
Standardization can be defined as a design concept which avails users the opportunity to use various components from different manufacturers interchangeably without any defect or compromise of the integrity of a system. The most important criteria to be considered is if the components meet set standards i.e specifications of the system.
Alvin has created a non-extensive site map of all the commonly visited pages of his website. What is such a site map called?
А. XML site map
B. simple site map
C. standard site map
D. HTML site map
E. advanced site map
Answer:
А. XML site map
Explanation:
Indeed, the XML site map is the modern term used to describe a non-extensive site map containing details such as the commonly visited pages of a website.
Alvin's XML site map would allow search engines to have a record of commonly visited pages of his website.
What space is space surrounding the area around the main subject.
Answer:
Positive space refers to the subject or areas of interest in an artwork, such as a person's face or figure in a portrait, the objects in a still life painting, or the trees in a landscape painting. Negative space is the background or the area that surrounds the subject of the work.
Explanation:
- The emptiness around and between the shapes or forms are called the negative spaces or ground. We often call it the background but it is more than that.
What are some signs that could help you determine that a date and time was inserted as a special object instead of
typed as normal text? Check all that apply.
Answer:
i) It is difficult to put the mouse pointer's insertion point in the text
ii) A gray border appear around the time and date when you point to it
Explanation:
When the date and time is pointed to or hovered using the mouse pointer, we have, that the background of the text changes to a grey border around the text when the date and time is inserted as a special object using the insert date and time button on the insert menu in the word processing application
The mouse pointer behaves different when working with some applications, and it could be difficult to place the insertion point of the mouse pointer in the text
Therefore, the correct options are;
It is difficult to put the mouse pointer's insertion point in the text and
A gray border appear around the time and date when you point to it.
define micro computer
Select the correct answer.
Which formula below will return the same result as the formula =SUM(B1:B5)?
A.
=B1+B5
B.
=B1+B2+B3+B4+B5
C.
=B1,B2,B3,B4,B5
D.
=B1,B5
E.
=#B1:#B5
Is 10 teraflops good? How much does the best PC in the world have?
this is used to copy information from cell to cell in the spread sheet
A. active cell
B. Auto fit
C. Grid lines
D. Fill handle
please help me with this
Answer:
D. Fill handle
Explanation:
Required
Which can be used to copy from cell to cell
(a); Means the current cell being selected in the spreadsheet program
(b): Used to fit all columns in the spreadsheet program. Usually, the columns are fitted based on their width.
(c): The vertical and horizontal lines that separate cells.
(d): This is used to copy from one cell to another, especially adjacent cells.
defination of Wi-Fi plz
Answer:
A facility allowing computers,smartphones and other devices to connect to the internet or communicate with one another wirelessly.
what is peopleware?
need help
Answer:
Peopleware is a term used to refer to one of the three core aspects of computer technology, the other two being hardware and software.
compare shopping centre and open -air market
Answer:
The similarities between a shopping center and an open-air market are;
1. Goods are bought and sold in both a shopping center and an open-air market
2. The stores within the location have different owners
3. Buyers can move between stores for transactions
The differences between a shopping center and an open-air market are;
1) The shopping center is usually roofed, while an open-air market is usually located outdoors
2) The stores in a shopping center more often have a checkout point, while stores in an open-air market rarely make use of a checkout
3) Items found with a defect after purchase can usually be returned for a replacement in a shopping center, while it is necessary to check an item well when buying from an open-air market as returning such items is usually difficult
Explanation:
A shopping center is a complex or area that have several shop groups built together which can all be located under a roof
Professional offices, restaurants, banks, theaters, and pharmacy's can also be located in a shopping center
Open-air market is a place in the public used for the sale of food and merchandise
…….. and ……...are called binary digits. (Computer Science)
Answer:
Explanation:
0 and 1 are called binary digits.
here is your answer..
Select the correct answer from each drop-down menu.
Complete the sentence about uses of spreadsheets.
Two of the most common uses of spreadsheets are to _____ data and _____ data.
First blank
1. Create new
2. Search for
3. Store available
Second blank
1.Sort
2. Classify
3. Download
Two of the most common uses of spreadsheets are to create new data and classify data. Thus, the correct options for this question are A and B respectively.
What are the uses of Spreadsheet?The uses of spreadsheets are as follows:
It is used to collect and store data that is systematically organized.It authorizes users in order to make calculations with the stored data.Spreadsheets are also used to make charts and graphs.It actively supports users in data sifting and cleanup.According to the context of this question, apart from the above top uses of spreadsheets, there are other various uses that can be delivered by this platform to the user that make their professional work more efficient, organized, and attractive.
Therefore, the most common uses of spreadsheets are to create new data and classify data. Thus, the correct options for this question are A and B respectively.
To learn more about Spreadsheets, refer to the link:
https://brainly.com/question/26919847
#SPJ2
Running the Disk Cleanup utility is a quick way to ________. Group of answer choices defrag your hard drive remove spyware programs clear out temporary Internet files uninstall unwanted apps
Answer:
Clear out any garbage file on the drive
Explanation:
Running the Disk Cleanup utility is a quick way to clear out temporary Internet files. Therefore option C is correct.
Running the Disk Cleanup utility is a quick and efficient way to clear out temporary files and unnecessary data from your computer's hard drive.
These files can accumulate over time from web browsing, software installations, and system updates, occupying valuable disk space and potentially slowing down your system.
The Disk Cleanup tool identifies and deletes temporary internet files, cached data, downloaded program files, and other unnecessary files, freeing up space and improving system performance.
However, it is important to note that Disk Cleanup does not defragment your hard drive (A), remove spyware programs (B), or uninstall unwanted apps (D), as these tasks require different tools or procedures.
Therefore option C is correct.
Know more about Disk Cleanup:
https://brainly.com/question/31937611
#SPJ6
what is processing for a computer?
Answer:
is an action or series of actions that a microprocessor, also known as a central processing unit (CPU), in a computer performs when it receives information.
What type of communication takes place between two individuals or parties and involves the use of encryption so that only the desired individuals have access to what is being said or heard
Answer:
private
Explanation:
Write a program to accept radius and find area of circle
Answer:
Change it however you'd like
Explanation:
from math import pi
def findArea(rad):
return (rad**2) * pi
#test
print(f"Area of the circle: {findArea(5)}")
Answer:
the answer above me is correct
Explanation:
Universal Containers is designing a new community using the Customer Community license type. They would like to have the users complete survey questions through the community interface and store the responses in a Custom Object that has a lookup to the account object. Any internal user who has access to the account should be able to see all survey responses. All Customer Community users should be able to see surveys filled in by other users for their company, but not surveys for other companies. What are the correct security settings to achieve this
Answer:
The correct option is B. Set all Organization-Wide Default security to be "Private" for both internal and external users and use Sharing Rules to grant the desired access.
Explanation:
Note: This question is not complete as the options are not included. The complete question with the options is therefore provided before answering the question as follows:
Universal Containers is designing a new community using the Customer Community license type. They would like to have the users complete survey questions through the community interface and store the responses in a Custom Object that has a lookup to the account object. Any internal user who has access to the account should be able to see all survey responses. All Customer Community users should be able to see surveys filled in by other users for their company, but not surveys for other companies. What are the correct security settings to achieve this?
A. Set all Organization-Wide Default security to be "Public Read/Write" for internal users and "Private" for external users.
B. Set all Organization-Wide Default security to be "Private" for both internal and external users and use Sharing Rules to grant the desired access
C. Set all Organization-Wide Default settings to be "Public Read/Write" for both internal and external users.
D. Set the custom object to be master-detail to the Account and leave the Organization-Wide Default settings as their default values.
The explanation of the answer is now provided as follows:
Organization Wide Default security refers to settings that provides most restrictive settings that may be opened up by Role Hierarchy and Role hierarchy can be opened by Sharing rules. And the visibility of records at the record level is determined by all of these factors. Private, Public Read, Read/Write, and Read/Write & Transfer are the four permissions available in Sharing Rules.
The rules that are used to offer sharing access to users in public groups, roles, or territories are referred to as sharing rules. By introducing automatic exceptions to your org-wide sharing policies, sharing rules allow certain users more access.
By implication, the correct security settings to achieve the objective stated in the question is to set all Organization-Wide Default security to be "Private" for both internal and external users and use Sharing Rules to grant the desired access.
Therefore, the correct option is B. Set all Organization-Wide Default security to be "Private" for both internal and external users and use Sharing Rules to grant the desired access.
Write an expression that evaluates to true if the value of the int variable widthOfBox is not divisible by the value of the int variable widthOfBook. Assume that widthOfBook is not zero. ("Not divisible" means has a remainder.)
Answer:
The expression is:
if widthOfBox % widthOfBook != 0
Explanation:
Given
Variables:
(1) widthOfBox and
(2) widthOfBook
Required
Statement that checks if (1) is divisible by (2)
To do this, we make use of the modulo operator. This checks if (1) is divisible by 2
If the result of the operation is 0, then (1) can be divided by (2)
Else, (1) can not be divided by (2)
From the question, we need the statement to be true if the numbers are not divisible.
So, we make use of the not equal to operator alongside the modulo operator
pls help it’s on a test!! no links :) you can zoom in if hard to read
Answer:
the last one
Explanation:
the domain specifies exactly what file is requested the path specifies where the browsers request should be sent
can someone's answer this
Answer:
See explanation
Explanation:
Required
The surface area of each shape
Triangle
[tex]Area = \frac{1}{2}bh[/tex]
[tex]b\to base; h \to height[/tex]
So:
[tex]Area = \frac{1}{2} * 23 * 21[/tex]
[tex]Area = 241.5m^2[/tex]
Square
[tex]Area = l^2[/tex]
[tex]l \to length[/tex]
So:
[tex]Area = 10^2[/tex]
[tex]Area = 100m^2[/tex]
Rhombus
[tex]Area =a^2\sin(\theta)[/tex]
[tex]a \to side\ length[/tex]
[tex]\theta \to any\ interior\ angle[/tex] (not given)
So:
[tex]Area =18^2\sin(\theta)[/tex]
[tex]Area =324\sin(\theta)[/tex]
Trapezium
[tex]Area = \frac{1}{2}(a + b)*h[/tex]
[tex]a,b \to parallel\ sides; h \to height[/tex]
So:
[tex]Area = \frac{1}{2}(18 + 23)*21[/tex]
[tex]Area = \frac{1}{2}*41*21[/tex]
[tex]Area = 430.5m^2[/tex]
Circle
[tex]Area = \frac{\pi d^2}{4}[/tex]
[tex]d \to diameter[/tex]
So:
[tex]Area = \frac{3.14 * 5^2}{4}[/tex]
[tex]Area = \frac{3.14 * 25}{4}[/tex]
[tex]Area = \frac{78.5}{4}[/tex]
[tex]Area = 19.625m^2[/tex]
You have an application that you would like to run on your Windows workstation every Monday at 3:00 p.m. Which tool would you use to configure the application to run automatically
Answer:
Task Scheduler
Explanation:
Task Scheduler allows you to automate tasks in Windows 10
What is the difference btween a microcontroller a mini computer?
Minicomputers can be quite bulky. Just the CPU itself can weigh up to 90 pounds.
Minicomputers can be quite bulky. Just the CPU itself can weigh up to 90 pounds.Minis were designed to be less complex than mainframes but still provide multiple terminals for multiple users. However, many of these systems were still slower, had less memory and were unable to integrate into larger networks.
Minicomputers were primarily used for process control and performing financial and administrative tasks, such as word processing and accounting. Some machines were designed for medical laboratory and teaching aids.
Microcomputers are primarily used for word processing, managing databases or spreadsheets, graphics and general office applications.Explanation:
hope it helpsWhich elements most affect the voice of an academic paper? Check all that apply.
Answer:
C
Explanation:
I got a question in computer science I don't understand, can someone please help.
Answer:
Hi, this program allows you to calculate a sphere’s area and volume depending on the radius of your choosing.
Please give brainliest, means alot!
I will give free brainiest if you guess my favorite car among these 3
Corvette
LaFerrari
Porsche
Answer:
LaFerrari
Explanation:
An IT suspects that an unauthorized device is connected to a wireless network. This is a result of passkey sharing on a device brought from home. What is put in place to stop such activity
Answer:
In the router settings you can just block/ban/remove access to the unauthorized device.
Which avenue may utilize video streaming, audio narration, print designs and animation?
The (blank) may utilize video streaming, audio narration, print designs and animation.
Answer:
Multimedia avenue.
Explanation:
A file type is the standard used to store data such as pictures, texts, videos, and audios. All file types have unique file extension that determine which program to use to open a particular file and to access its data e.g pictures (jpeg, png), texts (txt, docx, rtf), videos (mp4, 3gp, avi), audios (mp3, acc).
Sometimes, computer users make the mistake of opening files with the wrong software application or program, this often leads to an error due to the incompatibility of the software application with the particular file.
Basically, all software applications are designed and developed for use with specific file extensions or formats and as such, when used to open a file it isn't developed for, it result in an error.
A multimedia avenue refers to a channel that is designed and developed to accept, utilize and combine various file formats such as audio, video, text, animation effects, etc. A common example of a multimedia avenue is Microsoft PowerPoint software.
Hence, the multimedia avenue may utilize video streaming, audio narration, print designs and animation.
What would be used by a business to assess how the business is working within its organization goals? O A. Information systems B. Interactivity C. Management plan D. Business analysis
Answer:
Management plan
Explanation:
1.Choose the best answer.:
a) Broadly, computers are of ................ purpose and ................ purpose
(i) specific, general (ii) specific, broad (iii) precise, broad (iv) None of them
b) .................. computers works on continuous signals
(i) Analog (ii) Digital (iii) PS/2 (iv) None of them
c) ................ computers are the largest and most expensive digital computers.
(i) Mainframe (ii) Mini (iii) Super (iv) Apple
d) .................. is the example of mainframe computer.
(i) CYBER 205 (ii) IBM 3081 (iii) VAX (iv) IBM 9375
e) Macintosh is the OS used in .................. computer.
(i) IBM (ii) mainframe (iii) super (iv) apple
f) .............. was mainframe computer brought first time to process census data in Nepal.
i) IBM 1400 ii) IBM1401 iii) IBM1402
g) ……… computer are used in hospital for Ultra Sound.
i) Analog ii) Digital iii)Laptop iv) Hybrid
h) Nowadays, most powerful super commuter is Sunway taihulight from .......................
i) India ii) Germany iii) China iv) Nepal
Answer:
specific, generaldigitalminiCYBER 205IBMIBM1401digitalGermanyWhen browsing using certain browsers, if a page is known to be malicious or using phishing techniques in the past a browser may display a _________ before allowing you to move forward. Select one: Red Flashing Lights Red X Warning Bell Warning Page
Answer:
the last option
warning page