Keyboards and printers are two examples of _________ devices.

Answers

Answer 1
input device your welcome

Related Questions

The ____ command is useful when you want your shell program to automatically remove any temporary files that are created when the shell script runs.

Answers

The trap command is useful when you want your shell program to automatically remove any temporary files that are created when the shell script runs. The trap command is a basic, but a very beneficial tool. If the script generates temporary files, like a simple script that changes FOO for BAR in entirely files in the existing directory, /tmp file will be clean when you exit the script.

Declaring single arrays is done with a0 set(s) of straight brackets.

Answers

the statement that declaring single arrays is done with sets of straight brackets is false

Declaring single arrays in many programming languages, including languages like C, C++, Java, and Python, is typically done with a single pair of square brackets (`[]`), not sets of straight brackets. Here's a detailed explanation:

1. Single arrays are declared using square brackets (`[]`), not straight brackets (`{}`). For example:

  - In C and C++, you declare a single array like this: `int array[5];`

  - In Java, the syntax for declaring a single array is: `int[] array = new int[5];`

  - In Python, you can declare a single array using lists: `array = [1, 2, 3, 4, 5]`

2. The square brackets (`[]`) are used to denote an array in most programming languages. They represent the beginning and end of the array declaration and indexing.

  3. Straight brackets (`{}`) are typically used for other purposes, such as defining blocks of code, initializing sets, dictionaries, or other data structures (e.g., in Python, JavaScript).

Therefore, the statement that declaring single arrays is done with sets of straight brackets is false. Instead, square brackets (`[]`) are used for declaring single arrays in most programming languages.

complete question given below:

Declaring single arrays is done with a0 set(s) of straight brackets.

True

False

With a switched backbone network, the equipment is usually placed in a ______.

Answers

the equipment would usually be placed in a rack 

With a switched backbone network, the equipment is usually placed in a rack.

what is a rack?Switched backbone network uses a star topology with that it forms one switch at its center.There is a switch serving each LAN of the access layer, which is connected to the backbone switch at the bottom of the distribution layer.The most common type of backbones is used in the distribution layer, used in new buildings, and sometimes in the core layer, which can be rack or chassis based. Shifts many routers of other designs and the backbone has more cables, but fewer devices.It becomes simple to move computers from one LAN to another with the help of rack-mounted equipment.

To learn more about the rack refer to:

https://brainly.com/question/9478859

#SPJ2

A class's ____________ are the statements that define the class's fields, properties, and methods.

Answers

Class Member Declarations

You can assign the value of one struct variable to another struct variable of ____ type(s)

Answers

You can assign the value of one struct variable to another struct variable of the same type.

It is like assigning regular variables. You cannot assign int a to char b. They are two different types and have different size memory location. This is true for struct variables. 

What career in banking or architecture requires a specialized skill?

Answers

manager is probably your best option

In dhcp, what address is reserved for use by clients that are not yet configured with an ip address?

Answers

The answer is : 0.0.0.0   In DHCP, 0.0.0.0 is reserved for use by clients that are not yet configured with an IP address.  The IP address 0.0.0.0 indicates different uses at different places. Usually, it’s a non-routable meta address that’s not bound to any particular remote address. Dealing with servers, it means all IPv4 addresses in the local machine.

For film editors, which task comes last in their workflow pattern?

editing

rendering

digital grading

color correction

Answers

B. Rendering
Hope this helps
B. Rendering absolutely for sure

What area contains the command used to customize the print options in microsoft excel?

Answers

The answer is Page Layout Ribbon.  The area contains the command used to customize the print options in microsoft excel is Page Layout Ribbon.

Digital photography
Need answers to 3 and 4 please :)

Answers

3=C
It is C because if you write the opions down, you will not take the wrong things.


4=B
It is B because adding details will give you more info about the topic.


A print spool file is created each time the computer is powered on, just in case you decide to print something.
a. True
b. False

Answers

Final answer:

A print spool file is not created upon powering on a computer; instead, it is created when a user initiates a print job. The print spool manages documents for printing by storing them temporarily, allowing users to work uninterrupted.

Explanation:

The statement that a print spool file is created each time the computer is powered on, just in case you decide to print something, is false. A print spool file is only created when a user initiates a print job. The purpose of a print spool is to manage the documents that are being sent to the printer.

The system spools the print job by storing the document in a temporary file, allowing the user to continue working without waiting for the print job to finish. Once the printer is ready, it retrieves the print job from the spool file and prints the document.

A markup language used to create 2-d web documents and pages, including links, is ________. c vrml cgi html

Answers

The answer is HTML

HTML which stands for Hypertext Markup language is the standard markup language that is used to create 2-d web pages. It has codes used to indicate styling and layout. It also lets you insert hypertext links in web pages. Essentially, it describes the structure of web pages using markup.

 






In the design phase of the systems development life cycle (sdlc), the _____ indicates hardware and software, such as specifying linux servers and windows clients.

Answers


The systems development life cycle (SDLC) is also known as the waterfall model. It is a plan for how to develop, alter, and maintain a software system. In the design phase of the systems development life cycle (SDLC), the Logical Design indicates hardware and software, such as specifying linux servers and windows clients.


In the SDLC design phase, the system design specifies hardware and software requirements, such as Linux servers and Windows clients. This documentation aids developers in understanding and implementing the system. Unified Modeling Language (UML) is often used for these detailed designs.

In the design phase of the Systems Development Life Cycle (SDLC), the system design indicates the hardware and software specifications, such as specifying Linux servers and Windows clients.

This phase includes defining all the elements needed to build the system, from visual identity and database structures to flow charts describing code flows or class charts. A well-documented system design ensures that developers and other project contributors can clearly understand and implement the required specifications. Techniques such as the Unified Modeling Language (UML) are commonly used to create these detailed descriptions.

5. How should you use LinkedIn Answers as a professional?

Answers

The LinkedIn Answers is a component of LinkedIn that allows you to get fast and accurate solutions to your questions. It provides a forum through which you can demonstrate your expertise by offering info to your network. You should use LinkedIn answers to ask and answer questions. Essentially, you should use it to provide examples to your work product, decision making skills, and on an interactive basis.






Subnetting operates at layer ___ while vlans function at layer ___.

Answers

Subnetting operates at layer VLAN data link layer 2, while vlans function at layer subnetting LAYER 3.

In the cis configuration, the methyl groups are placed _____.

Answers

Answer:

In cis configuration, the methyle group are placed on the same side of the Carbon atoms

Explanation:

Cis tran isomerism is also called transformational are term used in organic chemistry.

Cis and Trans are all latin words that means "the side of" or "the other side of".

in cis isomerism, the functional groups e.g methyl or carboxyl groups are situated on the same side of the bond. Here rotation around the bond is highly restricted.

In trans, the functional groups are located at opposite sides of the bond. This configuration allows less restriction around the bond, as opposed to cis.

You have users who need to do some programming projects in the ruby programming language

Answers

The answer is dnf list ruby.  You have users who need to do some programming projects in the ruby programming language.  The DNF command used to find out if there is a ruby package available to install on the Linux server is dnf list ruby.  

________ is a software that interprets java bytecode.

Answers

Hello User


Answer: Java virtual machine is a software that interprets java bytecode.

I hope this helps you
-Chris

Why might the government censor what its citizens see on the internet?

Answers

to protect easy hacking installments that could damage how the government is working
It might either spread false, dangerous,or terrorist info or to keep the public from knowing and either spreading sensitive info or too keep people calm.

also they might be lizard people

What is a function of the service layer of a cloud infrastructure?

Answers

The function of the service layer of a cloud infrastructure: Stores information about cloud services in service catalog and presents them to the consumers, enabling the consumers to access and manage cloud services.  In short, Consumers interact and consume cloud resources via service layer.

All of the following are potential benefits of blogging except
A- Professional development
B- Academic advancement
C- Enhanced privacy
D- Additional income

Answers

The answer should be C because most bloggers sacrifice privacy for content.

Answer:

C- Enhanced privacy

Explanation:

Having a blog can have effects such as:

professional development, because your blog can help you create a portfolio about your work or your skills, and also get opportunities.

Academic advancement, this because the fact of writing a blog gives you experience on different topics such as writing which have academic value.

Additional income, it is known that blogging can generate additional income through advertisements or collaboration.

And a blog is usually made so that more people read it or know it, so the person who is blogging will also be more known. So the option that is not a benefit of blogging is:  Enhanced privacy

One of the most noteworthy e-mail scams was 419, otherwise known as the _______________.​

Answers

Answer:

Nigerian scam

Explanation:

The 419 scam otherwise known as the Nigerian scam encompasses many variations of this type of scam like advance free fraud and fake lottery etc.

hope this is helpful....

________ can include computer viruses, trojan horse programs, worms, exploit scripts, and toolkits

Answers

All threats can include computer viruses, Trojan horse program, worms, exploit scripts and toolkit.

What was/were vannevar bush's main contribution(s) to the development of computer technology?

Answers

Vannevar Bush was an American engineer and information visionary who first imagined home computers and hypertext. During the 1920’s, Bush and his research lab became the very distinguished builders and designers of analog computers. This analog computer was known as the differential analyzer and was used for solving differential equations. Today, Bush is remembered as a prophet in the field of computer science. He published an article and in the article, he proposed a device called Memex, which to the modern reader portends the creation of the World Wide Web and hypertext.




What technique can improve web search results? Add articles, prepositions, and pronouns Be general rather than specific Focus on keywords Use periods, commas, and semicolons

Answers

I'd say focus on keywords

You can greatly accomplish the task of improving web search results through search engine optimization (SEO). In order to do this, you can use keywords strategically. Keywords you choose to use should be as specific to your products as possible. Keywords lays a foundation for your SEO.

Answer:

focus on key words

Explanation:

You have created a new dhcp scope with address range 192.168.1.1 to 192.168.1.254. you have five servers configured with static addresses in the range 192.168.1.240 to 192.168.1.244. you plan on configuring as many as ten more servers to use static addresses in the range 192.168.1.245 to 192.168.1.254.​ what should you configure on your scope?

Answers

Reduce the scope to 192.168.1.1 .. 192.168.1.239, to avoid conflicting IP's.

The "computer access code" for pharmacy software is used to:

Answers

The answer is Access prescription files.    The "computer access code" for pharmacy software is used to access prescription files

Final answer:

The computer access code for pharmacy software is a secure password or code used to restrict access and protect sensitive data.

Explanation:

The 'computer access code' for pharmacy software is used to restrict access to the software and ensure that only authorized personnel can use it. It is a secure password or code that must be entered to gain access to the pharmacy software system. For example, in a pharmacy setting, the computer access code may be used to prevent unauthorized individuals from accessing sensitive patient information, managing medication inventory, or making changes to prescription orders.

Overall, the computer access code is a security measure to protect the confidentiality, integrity, and availability of pharmacy software and the data it contains.

If you experience a denial-of-service attack, you can use firewall logs to determine the _______ from which the attack originated.

Answers

The answer is IP address.  If you experience a denial-of-service attack, you can use firewall logs to determine the IP address from which the attack originated.

Answer: IP Address

Explanation:

Denial of service (DOS) attack is basically occur when the multiple system and the web servers are flooded with the bandwidth and the system resources. If the system are flooded with the traffic then it cause the denial of service attack. Botnet is one of the example of DOS.

When we experiencing the DOS attack then, we used the firewall logs for determine the origin of attack by using the IP address. IP address is the internet protocol that uses for the communication purpose.The IP address is in the form of numerical label that assigned to the every network devices  for the communication. The main function of the IP address is that it is used for the location addressing.

 

The _________ indicates the number of elements, or values, an array can hold

Answers

The size declarator indicates the number of elements, or values, an array can hold.It is used in a definition of an array.The size declarator must be a constant integer expression with a value greater than zero. A subscript is used to access a specific element in an array. 

what should you consider whenever you encounter rhetoric or use rhetorical techniques to compose a media place

apex answer: the audience, speaker, and text

Answers

The answer is Audience.  Whenever you encounter rhetoric or use rhetorical techniques to compose a media place, you should always consider the Audience. The way we use language and images to persuade—is what makes media work.

Answer:

The audience, text, and speaker.

Explanation:

Other Questions
As a class project, dr. thomas asks her class to attempt to replicate the findings of asch's classic experiment on conformity. what task will students in the class use in their attempted replication? What is the distance to the earths horizon from point P?Enter your answer as a decimal in the box. Round only your final answer to the nearest tenth. Compute the stock turnover in dollars for a product that has sales of $6,000 and an average value of inventory investment of $1,500. Which group did president richard nixon appeal to in response to the growing antiwar movement of the vietnam era?a. baby boomersb. national organization of womenc. silent majorityd. students for a democratic society? How to Factor out the coefficient of the variable 3n-24 What is the slip of the line given by the equation y=-1/3 x how long was the trial of tears? which urinary structure serves as the transporter for urine toward the bladder? what is the value of the expression? What is the role of the activated complex in a chemical reaction? The ideal mechanical advantage of a machine is 3.2 and its output distance is 2.5 meters. What is the input distance? HELP!!!!!!What is the equation of the graph below? please please help with this chemistry questions!!! Verify that the divergence theorem is true for the vector field f on the regione. give the flux. f(x, y, z) = 4xi + xyj + 4xzk, e is the cube bounded by the planes x = 0, x = 2, y = 0, y = 2, z = 0, and z = 2. Calculate the total cost of the order: Veggiburger with cola and soup, sales tax 4%, tip 15.Veggiburger: $3.25Cola: $1.50Soup: $2.25A $8.33B $7.28C $7.00D $5.50 What happens in meiosis during the telophase ||A. The mitotic spindle forms. B. A total of four daughter cells form. C. Two diploid cells at produced.D. DNA doubles to produce sister chromatids. How did the laws of coverture affect women? The neurotransmitter _____, which helps to control the preciseness of the signal sent from one neuron to another, decreases with aging Which statement best explains why comparing Lincoln to a ship captain is an appropriate comparison? Figure abcdf is a dilation or figure abcdf by a scale factor of 1/2. The dilation is centered at (-4,-1)Which statement is true?