Answer:
Each search engine uses a different, proprietary, formula to rank results to give for keywords searched.
Google's formula is set to have at least 1,000 parameters that score basically each page found by its robots (spiders)... then put into a huge database. That data collection is then searched with parameters relative to the searchers (like past searches, location and so on) in order to provide a custom search result.
You and me could be sitting next to each other,doing the same exact search on the same search engine and not receive the same list of results, at least not in the same order.
The replacer parameter of the stringify method accepts a/an ______________ or an array.
Answer:
The answer is function
Explanation:
As a function, it accepts two parameters: the value and the key being stringified. It can be used to change the value of the entries or eliminate them. As an array, it specifies by name which entries and names of the properties in the object to include in the resulting JSON string.
please help meee
Using the Hex color system in web design, which pair of numbers and letters relates to the amount of blue in the color #8b31c9?
8b
1c
c9
b3
Answer:
c9
Explanation:
In hex code, the format is # then two pairs to produce the Red, then Green, and lastly Blue.
The hex code follows the same layout as RGB which is Red Green Blue.(#RRGGBB) the maximum value for each color is FF, while the lowest is 00.
Red: #FF0000;
Green: #00FF00;
Blue: #0000FF
White: #FFFFFF;
Black: #000000;
The higher the pair, the more color it has, the smaller the less.
Which of the following is not one of the steps a company would take in an attempt to prevent a malfunction or failure of their product?
a. Overdesign
b. Redundancy
c. Protesting of parts and procedures
d. Outsourcing of final product assembly
Answer:
A overdesign
Explanation:
what are the disadvantages of coder using encoder software?
When might a coder need to use the coding manuals over the encoder software?
Answer:
A disadvantage of the coder’s using encoder software is there is a cost to the software, but savings can be seen in other areas.
Encoding is done to reduce the number of bit to be transmitted and save bandwidth .can be fairly complex and contain some delicate parts. This makes them less tolerant of mechanical abuse and restricts their allowable temperature.
Which statement about well-formatted code is true?
1.Well-formatted code is consistently aligned to the right margin to make it more readable.
2.Well-formatted code has no blank lines that could confuse the person reading it. 3.Well-formatted code is broken into meaningful segments to make it easier to understand.
4.Well-formatted code uses highlighting to feature important statements.
Answer:
3.Well-formatted code is broken into meaningful segments to make it easier to understand.
Explanation:
Code readability is a subject that is learnt by most developers. Well-formatted code will not speed up the execution of your code, but will most definitely simplify finding errors. Programmers should make it a habit of having standard and clear code for easier readability.
Answer:
Number 3 is right
Explanation:
Isabel is creating a wireframe. She has drawn a layout for the home page along with outlining the navigation elements. She now wants to represent content and a banner for the home page. What should she use? Isabel should use a to show where the content and banner will go
Isabel should use placeholder elements on her site wireframe to indicate where the content and banner will be placed on the homepage. These placeholders help visualize the layout and are later elaborated on through storyboarding where design elements are added.
Isabel, to represent the content and a banner on the homepage, should use placeholder elements that indicate their locations and approximate sizes on the wireframe. Since the goal of a wireframe is to outline where content elements will be placed without focusing on the visual styling, these placeholders can take the form of simple boxes or rectangles, labeled to specify their purpose, such as 'main content area' or 'banner'. The use of placeholder elements is a common practice in the wireframing phase of web design where you want to plan the structure without getting distracted by design choices like color or typography.
The site wireframe will show a simplified layout of the homepage with these elements, helping to visualize the user interface structure before moving on to the design stage, where you'll start storyboarding and adding more detailed design elements such as color and font choices. Remember that at the wireframing stage, you're focusing on the placement of elements like the navigation elements, content blocks, and the banner for ideal layout and user experience strategy.
A record is _____.
1one set of data or complete entry
2a category
3a group of files
4lists of data
Answer:
1.) One set of data or complete entry
Explanation:
In databases a record is an individual entity that has filled every column of information in the database which is a collection of related information,files, or data.
Final answer:
A record is one complete set of data that pertains to an item, organized as a row within a table in a database, where each attribute of the data is represented in columns known as fields.
Explanation:
A record is one set of data or complete entry that contains descriptive information pertinent to one item. This could be a book, a document, a journal article, etc.
These records are organized into tables, where each row represents a record and each column is a field that contains a specific piece of information, such as the title, author, or publication date.
In a relational database, which contains multiple tables, records can have relationships with data in other tables, allowing for a complex organization of information.
Select the correct answer from each drop-down menu
What aspect do you need to keep in mind when you add images in a Word document?
Choose the appropriate a. Color. B. Size. C.Brightness/
of an image that supports the text. You should also make sure that the image is A. Small. B. Printable. C. Dark
Answer:
First one is B size because if it's too small or big it might get pixelated or fuzzy, and for the second parr it would be B printable .
Explanation:
Answer:B and A
Explanation:
The size of the image that support the text should be small to encourage printing ease and and avoid printing stress.
What would you use to maintain software infrastructure? physical security human security access control patch management
Access Control I believe.