Jhon bought a new printer for his desktop computer. It does not work even though he checked all the cables and cords. What do you think he forgot to connect?
A. The installer
B. The ports and plug
C. The device driver
D. The utility software

Answers

Answer 1
It could be A let me explain why to print you need the installer to print something out so its A

Related Questions

1. What is the difference between background sound and nat sound

Answers

Answer:

(nat) sound punctuates your piece between interview clips and helps to drive your narrative arc. Background sound can help to set the mood and give a sense of place to your viewer. If you record sound too loudly or too softly, the quality diminshes.

Explanation:

3D printers, also known as ________, create three-dimensional shapes by adding very thin layer after layer of material until the final shape is fully formed.

Answers

Answer:

Additive Manufacturing

Hope this Helps!

3D printers, also known as additive manufacturing create three-dimensional shapes by adding very thin layer after layer of material until the final shape is fully formed.

What is additive manufacturing?

This is known to be tool that is often used to make three-dimensional shapes as  the process of makes an object by building it one layer at a given time.

Therefore,3D printers, also known as additive manufacturing create three-dimensional shapes by adding very thin layer after layer of material until the final shape is fully formed.

Learn more about additive manufacturing from

https://brainly.com/question/19484863

#SPJ9

1. What is the difference between background sound and nat sound

Answers

Answer:

Well the background sound is the sound of course in the background and the nat sound is the curremt sound

Explanation:

Using the drop-down menu, complete these sentences about forums and blogs.

Developer forums are not always open to the general public, but they do have

information for developers.

Developer blogs contain

on a variety of topics that are of interest to programmers.

Developer forums and blogs can provide

information for programmers.

Developer forums are useful, because they can provide

Answers

Answer:

Using the  drop-down menu, complete these sentences about forums and blogs.

Developer forums are not always open to the general public, but they do have

✔ useful

information for developers.

Developer blogs contain

✔ posts

on a variety of topics that are of interest to programmers.

Developer forums and blogs can provide

✔ important

✔ timely

information for programmers.

Developer forums are useful, because they can provide

✔ reliable information

.

Explanation:

Edge 2022

Which osi layer is responsible for setting up, maintaining, and ending ongoing information exchanges across a network

Answers

So the network is really important you get pairs about 100k a year to make you start network is to be nice

Brief description of RAM?
brief description of how RAM has evolved?
What is the functionality of RAM?
What are the benefits of RAM to the computer system?

Answers

RAM (Random Access Memory) is the hardware in a computing device where the operating system (OS), application programs and data in current use are kept so they can be quickly reached by the device's processor

The first form of RAM came about in 1947 with the use of the Williams tube. It utilized a CRT (cathode ray tube); the data was stored on the face as electrically charged spots. The second widely used form of RAM was magnetic-core memory, invented in 1947

The computer memory RAM ( Random Access Memory ) is a store any types of data for a short time. It means RAM memory is used for short-term data. The main purpose of RAM in a computer is to read and write any data. RAM memory works with the computer's hard disk

RAM allows your computer to perform many of its everyday tasks, such as loading applications, browsing the internet, editing a spreadsheet, or experiencing the latest game. Memory also allows you to switch quickly among these tasks, remembering where you are in one task when you switch to another task

Answer:It makes the computer better your wlcome give me brilint

Harry learned how to design and build computer games from his programming foundations class in college and wants to tackle creating his first
mobile app game. What essential tools does Harry need if he already has the skills?
A OA storyboard, computer hardware, music and sound effects, and programming code.
B
60
o A mobile tablet, game engine software, and programming code.
Co A computer hardware, game engine software, graphical art design application, and programming code.
Do Programming code, game engine software, and game design.

Answers

Coded information is needed to create a program like OS or other applications. Essential tools required by Harry are hardware, gaming software, graphical art designing tool, and programming codes.

What are programming codes?

Programming codes are the set of instructional data and rules in the programming language used to create operating systems and applications based on games, learning, entertainment, etc.

To create a gaming application one must have program codes or rules, computer hardware for storing and writing data, gaming engine software, and designing applications to develop the graphics of the game.

Therefore, Harry needs option C. hardware, software, graphical app, and programming codes.

Learn more about programming codes here:

https://brainly.com/question/14378523

#SPJ1

Every HTML will be marked as html document at the very beginning.


1. True


2. False

Answers

Answer:

True

Explanation:

HTML will be marked as HTML document

Write a statement that defines a Product structure variable named chips.

Answers

The statement that declares the variable using the  Product structure is: Product chips;

How to define the structure variable?

The product structure definition is given as:

Product {

.........

};

To declare a variable named chips, we use the following syntax:

Structure-name Variable-name;

The structure name is Product and the variable name is chips

Hence, the statement that declares the variable is: Product chips;

Read more about variables at:

https://brainly.com/question/15683939

PLEASE HURRY ITS DUE TODAY AND DO NOT GIVE ME NO ANSWERS

1. What would be the best material to make a backpack?

A. wood

B. reinforced paper fibers

C. canvas

D. plastic

2. Is a design brief necessary in researching problems?

A. no

B. yes

3. How many types of research are used

A. one

B. two

C. Three

D. Four

E. Five

F. there is no set number

4. Research is a _________? Multiply choice

A. conclusion

B. process

C. variable

D. report

5. Which of the following is "not" a part of the research process?

A. list the problem

B. gather data

C. make a prototype

D. analyze the data

E. make a conclusion

Answers

Answer:

(c) canvas(b) yesN/A(c) variable(c) making a prototype i think

please correct me if im wrong

Which two statements describe the design principle of unity??
a. Uses opposing elements to draw attention to a specific message.
b. Assigns relationships between elements based on their size.
c. Conveys a consistent message to users.
d. Is a point around which elements mirror each other.
e. Displays order in its layout, style, and structure. ​

Answers

I think it is D
Hope this help you?!

Answer:

C- Conveys a consistent message to users.E- Displays order in its layout, style, and structure.

o access an array element, use the array name and the element's ________. a. data type b. subscript c. value d. name e. None of these

Answers

Depends, it could be name, but it depends on how you are accessing the array.

Personally, I’d say None of them, since you access an array element/item with an index (the number that the element can be referred with).

E.g. In Python…

arr = [“a”, “b”, “c”]
print(arr[0] == “a”) # Output: “True”

While shopping for new computers for his photography studio, Mel paid close
attention to select computers with a lot of RAM, or internal memory, to run software
and data. What is he MOST LIKELY trying to do for his post-production editing
process?
A. make it more organized and constrictive

B. make it faster and more efficient

C. make it slower and less efficient

D. make it more complicated and arduous

Answers

Answer:

b make it faster and more efficient

Your configuration specifies to merge with the ref.

Answers

Explanation:

In my case, my local branch and remote branch had different capitalization.

To resolve this I deleted my local branch $ git branch -d branch-name, then checked out the remote branch again using $ git fetch and $ git checkout Branch-name.

Influencers are trusted above many other information sources because of their perceived ______ and ______.

Answers

Influencers are trusted above many other information sources because of their perceived  Authenticity  and Transparency.

Who is an influencer?

An influencer is known as a person that does the work of exerting their influence on a product or services.

Note that they help or act as guides or they inspire the actions of others and as such Influencers are trusted with lots of information sources because of their perceived  Authenticity  and Transparency.

See options below

Influencers are trusted above many other information sources because of their perceived ______ and ______.

a. Authenticity.

b. Transparency.

c. Expertise.

d. A & B.

e. A & C.

Learn more about Influencers from

https://brainly.com/question/26242633

A ________ takes data from multiple data sources, cleans and processes the data, and stores the data.

Answers

Answer:

A Data Warehouse is the answer

Why, during the final stage of the multistage model for e-commerce, is comprehensive customer information captured in the supplier's database

Answers

The reason why, in the final stage of the model for e-commerce, to captured in the supplier's database is  because it hasten customer service after an order had been delivery.

What is e-commerce?

The word electronic commerce  is often known as e-commerce. It is a term that connote a type of business model that gives room for firms and people to buy and sell goods and services using the Internet.

Note that the reason why during the final stage of the multistage model for e-commerce, a comprehensive customer information captured in the supplier's database is important because it boast or make faster customer service when an order have been delivery.

Learn more about  e-commerce from

https://brainly.com/question/23369154

What type of task can be defined to allow you fine-grained control over the management tasks a user can perform in an OU

Answers

The type of task can be defined to allow you fine-grained control over the management tasks a user can perform in an OU is custom.

What is custom priority in Outlook tasks?

Outlook is known to have a  New Tasks window that often shows a created-in Priority field that has  Low, Normal, and High setting.

This setting above is a custom one and it is one where a person can sort tasks by using its priority level instead of due date. This help to have  more perspective and one can reorganize their tasks when needed.

Learn more about task  from

https://brainly.com/question/12831236

An error message is displayed during Windows startup about a service that has failed to start, and then the system locks up. You try to boot into Save Mode, but get the same error message. What do you try next

Answers

What you should try next are:

Try and Boot to Windows RE and carry out a Startup Repair.Do click on the Last seen Good Configuration seen on the Advanced Boot Options menu.

What is Startup error?

When a system is said to be having issues in starting, it may be due to display error messages that is on its startup.

Note that these messages can come as a result of system BIOS or can be due to the Windows. Know that these error messages shown by the BIOS can be due to Boot failure or others.

Learn more about error message  from

https://brainly.com/question/25671653

_____is an early-stage software acceptance testing; performed to identify possible issues/bugs before showing the product to everyday users or the general public

Answers

I’d say alpha/beta testing

distinguish between a computer drive and computer driver​

Answers

Answer:

The word Drive typically refers to a mechanical hard drive or solid-state hard drive used to store the OS, data and programs. A driver is software code that interfaces the various devices in the computer with the processing system.

Explanation:

..............................................................

What are the supercomputers and where are they used? ​

Answers

Answer:

Giant Tech Company mostly

Explanation:

they used it as their server or storing data, right now example we googling by that we send the requests from our computer to supercomputers and those computer will find that information your and send back the respond (e.g. website Brainly). Supercomputers = computers sample as that.

what is internet filtering

Answers

Explanation:

internet filtering is a technology that stops users from viewing certain URLs or websites by preventing their browsers from loading pages from these sites.

Answer:  by specifying content patterns – such as text strings or objects within images – that, if matched, indicate undesirable content that is to be screened out.

Explanation:

So it blocks things so they can not be looked at.

Computer-aided design software is used by ________.

Answers

Answer:

by Architects?

Explanation:

not sure

When an element is added to a queue, it is added to the rear. When an element is removed from the queue, it is removed from the

Answers

It gets removed from the front

Which type of internet connection allows for high-speed bi-directional data communication over a hybrid fiber-coaxial (HFC) connection

Answers

The type of internet connection that allows for high-speed bi-directional data communication over a hybrid fiber-coaxial (HFC) connection is A cable modem.

What is a cable modem?

A cable modem is known to be a type  of network bridge that assist in the area of bi-directional data communication through the use of radio frequency channels found or seen in any hybrid fiber-coaxial (HFC).

Note that the use of a modem is often in the area of connecting a said computer to any network through the use of a cable television line.

Learn more about  internet connection  from

https://brainly.com/question/529836

Your colleague is asking about a storage device that uses flash memory chips but doesn't use magnetic platters. What type of device is he asking about

Answers

Answer:

solid state drive or SSD

Explanation:

They use flash memory called NAND

As an object moves up and to the right on the program area, what happens to the X and Y coordinates?

a
X and Y both get smaller

b
X and Y both get bigger

c
X gets smaller and Y gets bigger

d
X gets bigger and Y gets smaller

Answers

The answer should be B: X and Y both get bigger. Since when an object goes up, Y gets bigger, and when an object goes right, X gets bigger (becomes a bigger number down the line)

original equipment manufacturer (OEM) software, that can typically be used to cut
and paste, crop, enlarge, and retouch your images?

A. third-party software
B. proprietary software
C. user-friendly software
D. external watermark software

Answers

Since it's OEM most likely Its B

When heading styles have been applied to a document, the user has the option to navigate through the document using which tab on the navigation pane?.

Answers

When heading styles have been applied the user can nagivigate documents using the Headings tab

What is mearnt by the term Navigation?

In Computing, navigation is use to mean routing or moving from one screen or one page on a website to another.

There are different types of navigation depending on the use case, they are:

Drawer NagivigationBottom NavigationTab Navigation etc.

Learn more about Navigation here:

https://brainly.com/question/2191665

#SPJ2

Other Questions
What type of decay occurs during the fission of 240Pu?P94240uU92236+_____Select one:+- What operation will transform the following matrix to row echelon form? Associating oneself with negative group representations because there are no alternative images to identify with is HELP PLS I NEED HELP does anyone have any tips for the apush AP test?? . An experimental rocket plane lands on skids on a dry lake bed. If its traveling at 80.0 m/s when it touches down, how far does it slide before coming to rest? Assume the coefficient of kinetic friction between the skids and the lake bed is 0.6. Types of cars people own are an example of which type of data?. An object has a mass of 420 kg and a volume of 7 m3.Find the density of the object in kg/m3. You are writing a how-to pamphlet that explains how to care for a patient who suffers from Alzheimer's Disease. The title is open "Compassionate Care for Alzheimer's Patients: Your Guide to Helping Those You Love. " You will feel that you have accomplished your purpose if your readers _______________A.write to their congressional representatives to stress the need for more funding for Alzheimer's researchB.take steps to prevent themselves from suffering from Alzheimer's DiseaseC.understand the specific medical definition of Alzheimer's DiseaseD.have a set of tips and guidelines for taking good care of the Alzheimer's sufferer they are caring for it ( looks ) nasty or it ( look ) nasty? Given the vector field F= (x3 + y3 + z3 + 3xyz), find div F and curl F. When studying migration, a low cost of living, good jobs, and a mild climateare examples of:O A. voluntary migration.O B. pull factors.O c. push factors.O D. forced migration.1SUBV what is some similarities and differences between america and canada economically Write in full sentences Follow themodel. Suivez le modle. I will mark as brainiest or what ever its called lol. Please helpp O wild West Wind." Is an example of what type of figurative language? Simile alliteration Why does benzilic acid only precipitate in acidic solution. chocolate milk cow answer Susan went to a store and bought 3 items. each item cost the same. she spent 12 . how much did each item cost? Layla is determining the area of the trapezoid. Her work is shown below.A trapezoid has a base of 14 feet, height of 10 feet, and top side length of 8 feet.Step 1: Break the figure into rectangles and triangles.A trapezoid is broken into a triangle and rectangle. The rectangle has a base of 10 feet and a height of 8 feet. The triangle has a base of 10 feet and a height of 6 feet.Step 2: Find the area of the rectangle: 8 times 10 = 80.Step 3: Find the area of the triangle: One-half times 6 times 8 = 24.Step 4: Add the areas together: 80 + 24 = 104 square feet.Which best describes Laylas error?The height of the triangle in Step 1 should be 4 ft.The area of the triangle in Step 3 should be One-half times 6 times 10 = 30.The area of the triangle is Step 3 should be halved because there is only one triangle.The areas in Step 4 should be multiplied instead of added.