The number of pixels displayed on the screen is known as ________.

Answers

Answer 1
Resolution of the screen. Ex. 1366x768

Related Questions

The set of communications rules for exchanging information electronically on the internet is called the ________.

Answers

The set of communications rules for exchanging information electronically on the internet is called the URL. URL stands for Uniform Resource Locator. It consists of Protocol identifier that indicates the name of the protocol that is used (for example: http) and  Resource name is the complete address to the resource. brainly.com.

The ____ keyword specifies that a function or method does not return a value.

Answers

The void keyword. Otherwise you use a type name, such as int or char or string.

TURN YOUR FRONT WHEELS TOWARD THE CURB WHEN YOU ARE PARKED:
A. Facing uphill
B. On a level road
C. Facing downhill

Answers

C. Facing downhill
That way, if your brakes broke, you would not roll into traffic.

Turn your front wheels toward the facing downhill when you are parked.

When you are parked facing downhill, it is recommended to turn your front wheels toward the curb.

This is done to prevent the vehicle from rolling into traffic in case the parking brake fails or is not fully engaged.

Turning the wheels toward the curb creates an extra barrier that can help keep the vehicle in place.

To learn more in Parking click:

https://brainly.com/question/31565137

#SPJ2

Name two properties that a button object can possess?

Answers

A button object in a computer should have at least these two properties:
1. It should acknowledge a mouse click or key press.
2. It should trigger a functional code within the software to perform a specific task.

To perform its intended function properly, it is necessary for the button to have a title that clearly describes the function that it performs.

For example, the button could define a new color that is to be assigned to a graphics object or to a font.
Once the button is pressed, the button should trigger execution of code that actually implements the change in color.

The ____ property configures a shadow effect on the text displayed within an element

Answers

Shareder Is the answer I put. 

What is it called when you want to automatically create columns that are the same length in a newsletter?

Answers

Its called column creation

The process of automatically creating columns that are the same length in a newsletter is often referred to as text balancing or column balancing. In desktop publishing software, this feature helps ensure that each column ends at the same point on the page, providing a clean, professional appearance to the layout.

When designing a newsletter, achieving a visually appealing layout is crucial. Users of desktop publishing software can utilize the text balancing feature to ensure that all text columns on a page are equally filled. This creates a tidy and organized look, eliminating distracting white spaces at the ends of columns, which can otherwise occur if content length varies greatly among them. Text balancing is particularly valuable in multi-column layouts, such as newsletters, newspapers, and magazines, where consistency in appearance is essential for readability and aesthetic quality.

Is an integrated system of software, encryption methodologies, protocols, legal agreements, and third-party services that enables users to communicate securely?

Answers

The answer to this question is a Public Key Infrastructure. Public Key Infrastructure or PKI is a tool that enables the users to open or unsecure a network. A PKI consists of a software and hardware standards in order to manage and create digital certificates. A certificate authority, registration authority, certificate database, and a certificate store are the key elements of a PKI.

Which dos attack tool, that is based on the dos operating system, sends out fragmented ip packets and can be used to target windows systems and network devices, such as cisco routers?

Answers

Denial-of-service (DoS) attacks usually flood servers, systems or networks with high traffic in order to engulf the victim resources and make it impossible for legitimate users to use them. This results to crashing the server. In this case, a tool used to attack windows servers and network devices in fragmented ip packets form is called “Jolt2”.

Answer: Jolt2

If, when asked for a date of birth, the user enters a future date, this error should be caught by a ________ check.

Answers

I believe believe it is a reasonableness check if that doesn't work maybe a date check.

When you connect to your isp's pop, the isp and the equipment at the pop go through a process called _________, establishing the speed of the internet connection, and then proceed to _________?

Answers

ISP stands for Internet Service Provider and it's the company that provides the connections to access the Internet.When you connect to your ISP's pop, the ISP and the equipment at the pop go through a process called handshaking, establishing the speed of the internet connection, and then proceed to authentication. Handshaking is the exchange of signals between devices in order to regulate the data transfer. Authentication is the verifying of the identity of a user or process.

When a vedor host software on a website and you don't need to install the software on your device?

Answers

Create and manage the information on TV screens in your business.Bizplay is hosted web-based digital signage software that makes content management a breeze. ... At Bizplay we host the whole solution on our servers. So you don't need to install any "Bizplay-specific" software. ... Are you an AV hardwarevendor?

Which adapter card in a pc would provide data fault tolerance?

Answers

The adapter cards add extra functionality to a computer and are designed for a specific task. There are several typed of adapter cards: Input/Output cards, Storage Controllers, Sound Cards,Graphic cards,...
A RAID (Redundant Array of Independent Diskscard) (or RAID controller) is an adapter card in a PC that provides data fault tolerance. It controls the expansion of internal and external drives so they can work as a single logical unit and provides fault tolerance for storage devices

In an ipv4 address, what are the maximum number of bits that can be used to identify the network address

Answers

Up to 24 bits can be used to identify unique networks.

Pan-os 7.0 introduced a new security profile type. what is the name of this new security profile type?

Answers

The name of the new security profile type is WILDFIRE ANALYSIS. Wildfire analysis is a cloud based threat analysis service that prevent threats, it can detects even the most evasive threat. Wildfire analysis report allows one to identify the source of a malware and determine the type of malware it is in order to take appropriate actions.

What folder is used to store offline files and folders managed by the offline files utility?

Answers

Offline files are stored in [systemdrive]:\windows\csc folder by default

Why isn't 802.1X a good choice for home based wireless networks

Answers

It can possibly cause an issue with the authenticator's end. Its capacity has a limited memory capacity and has the minimal processing power. Most of the process will be at the supplicant and authentication servers. However, the 802.1X has a better security compared to the WEP.

How do you know when a spreadsheet object is active in a Word document?      A. The Ribbon is minimized. B. The Excel Formula bar is displayed. C. The Word icon in the taskbar is selected. D. The Office Clipboard task pane is open.  

Answers

You will know when a spreadsheet object is active in a Word document the Word icon in the taskbar is selected. The ribbon of Word will provide you with the Microsoft Excel features to be used for editing. These include charts, conditional formatting, and formulas.

Answer:

B The Excel Formula bar is displayed

Explanation:

To know if the spreadsheet is active in a word document, the excel formular bar is displayed. when you are done click outside of the spreadsheet and word is resumed or click inside the spreadsheet to resume editing the spreadsheet. This feature allows one to be able to create a spreadsheet in a word document, useful in creating business reprts.

Search engines that search other search engines are called

Answers

Answer: Metasearch engines

Answer:

Explanation:Um Search engines I'm playing metasearchengines

what feature of excel allows you to automatically calculate common formulas which select data

Answers

See attached word doc Autosum

The general term for an object that receives notifications of user actions is

Answers

The general term for an object that receives notifications of user actions is an ActionListener, when a user performs an action on a control somewhere in the UI an ActionEvent object is created to represent the event, depending on whether the there are ActionListeners attached or not a notification will be sent to the attached ActionListener that in turn must provide an actionPerformed method that is required by the ActionListener interface.
The general term for an object that receives notifications of user actions is ActionListener. The ActionListener is an event handler interface, that receives action events. It is used in order to define the actions that should be taken when an user performs certain operation.For example when the 
user clicks a button the ActionListener receives messages from the ActionPerformed.

What type of engine is common on boats designed for shallow water?

Answers

Jet drives is engine that is common on boats designed for shallow water. 
Boats can have inboard or outboard jet drives.The jet drive draws the water from under the boat through an intake and into a pump-jet inside the boat. The difference between the jet boat and the powerboats or motorboats is that powerboats and motorboats have use an external propeller, while the jet boat draws the water from under the boat  

LOOK TO THE LEFT AND RIGHT BEFORE ENTERING ANY INTERSECTION ON A GREEN LIGHT BECAUSE:

A. Other vehicles might enter the intersection against a red lightB. Once you are in the intersection, you must only look straight aheadC. Cross traffic may have a green arrowD. Pedestrians on the cross street have the right-of-way

Answers

The answer is A. D could be true, but if you have green, they would have a red hand, and not right-of-way

You observe a small plaque on an electrical appliance that reads, in part, "115 volts AC 60 Hz." This means that the appliance A. contains a heating element. B. may be operated with batteries. C. produces special safety hazards. D. must be operated on alternating current.

Answers

You observe a small plaque on an electrical appliance that reads, in part, "115 volts AC 60 Hz." AC stands for alternating current. This means that the appliance must be operated on alternating current. Electrical appliance based upon their power consumption can be supplied on direct current (DC) or alternating current (AC).  In this case, the appliance must be supplied on AC current.

A query is a request for the database management software to search for data that matches specific criteria.
a. True
b. False

Answers

True. Hope this helps you my dude

A student sits down at a computer and presses the power button. the computer does not turn on. what is a logical explanation as to why the computer does not work? how would the student test that idea?

Answers

Since the computer is not working, it is best for the student to test methods that will ensure that there may be complications as to why it is not turning on and why it still off. The most basic step in determining the reason is whether the computer's plug is plugged in the outlet and the student should ensure whether it is plug or unplug.

Which one of the following may be used as an input as well as an output device? A. Fax machine B. Scanner C. Printer D. Voice recognition

Answers

The printer may be used as an input as well as an output device. As an input you can print documents on it and send them on e-mail address for example. As an output if the printer is connected in LAN you can send the document to the printer. The other devices are only output devices, 

"the ____ bar contains five buttons used to accomplish various tasks on the computer related to organizing and managing the contents of the open window."

Answers

The COMMAND bar contains five buttons used to accomplish various tasks on the computer related to organizing and managing the contents of the open window.

In an ip address such as 72.44.192.233, the last number in the address (on the far right) identifies:

Answers

Answer: The hosts IP address

QUICK TRUE/FALSE QUESTION
A Uniform Resource Locator (URL) is how the internet knows where to take users when an address is typed into a browser.

True or False

Answers

true because if u break the law, the police can track u down like that.

Answer:

True

Explanation:

The URL is a unique resource used to locate the resource on the internet. This is commonly known as the web address. The web address consists of many parts: the protocol identifier and the IP address of the computer.

URL protocols consist of the Hypertext Transfer Protocol (HTTP) or the HTTP for secure browsing and email communication. The URL specifies the following about a website:

path to a specific page

network port used to make the connection

specific reference point, e.g. HTTML

and

query of search information, e.g a website extension.

The URL is important to identify and distinguish between true and malicious sites.

Although this technology-based practice can be helpful in some contexts, experts conclude that if students use it before using a search engine, it can significantly degrade the effectiveness of the search.

Answers

Machine translation is the technology-based practice can be helpful in some contexts. It is a software used to translate text or speech from one language to another. Although, experts conclude that if students use it before using a search engine, it can significantly degrade the effectiveness of the search. Some of the disadvantages of the machine translation are that it has low and inconsistent accuracy, it is unable to translate according the context and is non-formal.
Other Questions
The lengths of the sides of a triangle are in the extended ratio 1:2:5. The perimeter of the triangle is 32 ft. The length of the longest side is? How should the nurse proceed when instilling neomycin and polymyxin b sulfates and hydrocortisone optic suspension, two drops in the right ear? Let f( x)= sin(x) Let g(x)=cos(x) a) Sketch the graph of f^2 b) Sketch the graph of g^2 c) Sketch the graph of f^2+g^2 Which activity can occur without the use of energy? When an atom releases gamma radiation, A. the mass number decreases by one.B. the atomic number decreases by one.C. the mass number increases by four.D. the atomic number remains the same. How many hours are required to make a 4400-km trip across the united states if you average 80 km/h? Luc is the Latin word root meaning light. Of what significance is it that Salinger names Holdens older friend Carl Luce Why was the George Washingtons Farewell Address so important to the U.S? Ground turkey must be cooked to an internal temperature of 165F (74C). Why must turkey be cooked to this minimum temperature? What types of services or support would help betty be more comfortable with having jake in her classroom full-time? Which of the following statements is not true?An angle bisector can be a median of a triangle.A perpendicular bisector can be an altitude of a triangle.A median can be an altitude of a triangle.All of the statements are true. You are standing 10 meters from a light source. then, you back away from the light source until you are 20 meters away from it. from your perspective, what has happened to the intensity of the wave? A(n) _____ can be used to reveal a competitors program code, which can then be used to develop a new program that either duplicates the original or interfaces with the program. Ignoring migration, the age structure of a human population likely to increase in size will have what shape? Two of the most common errors for novice drivers include looking away from the path of travel and failure to manage _______. Round this number to the nearest 1,000 25,386Round this number to the nearest 100,000 5,370,288Round this number to the nearest 10,000 7,298,341Round this number to the nearest 1,000,000 6,289,002 I know thi is a lot but please pretty pleas this is the hardest one:( The average score on a standardized test is 500 points with a standard deviation of 50 points. If 2,000 students take the test at a local school, how many students do you expect to score between 500 and 600 points? in what ways were each of the major regions of he british colonies similar to one another Refraction of sound waves often takes place when: A. there are temperature differences in air B. there are walls around a room to bounce back sound C. sound wave frequencies are increased D. complete sound waves slow down Explain some of the beneficial results of well-written sentences. thank you!! Steam Workshop Downloader