Which of the following jobs are most likely to be in greater demand due to the increasing prevalence of mobile computing? desktop publishing mouse manufacturing search engine optimization and marketing (SEO/SEM) user interaction design CAD/CAM programming web analytics

Answers

Answer 1
Desktop publishing mouse manufacturing search engine optimization and marketing (SEO/SEM) is your answer.

Related Questions

What kind of communications device sends and receives data and information to and from a digital line, such as isdn and cable?

Answers

The communication device that sends and receives data and information to and from a digital line, such as ISDN and cable is the broadband modem, or also called digital modem, in a case when the line is digital. If the line is ISDN than the modem is called ISDN modem. 

Janith is creating a spreadsheet with the names, locations, dates, and costs of summer camps she is interested in attending. What is the most efficient way to also add pictures, camper reviews, staff information, activity schedules, and menus?

Answers

Answer:

Hyperlink camp’s web page.

Explanation:

Considering all the changes Janith wants to make to the document, the most effective way is to add hyperlinks from the web page in excel. Adding a spreadsheet or even a column to your document may not be the ideal way to add images or to meet your needs, so by adding a hyperlink to the excel webpage, you are assured of better images and the ability to update content as needed. , and the customer can view at the same time.

The master system database stores a database template that is used as a blueprint when creating a new user database.

Answers

An attribute in a relation of a database that serves as the primary key of another relation in the same database is called a

A file whose owner has read, write, and execute permissions has file permissions equivalent to an octal value of:

Answers

A file whose owner has read, write, and execute permissions has file permissions equivalent to an octal value of 7.

Desktop operating systems sometimes are called ______ operating systems because they also work in conjunction with a server operating system.

Answers

Client, because they are a part of the server operating system request line. The client asks for a request for information or data from the provider (the server) and the server provides this to its client (the desktop computer). They work together hand in hand one is recieving information and one is sending information

For a biology presentation, Sofia wants to summarize the various body systems and their key functions. Which element can she use to present this kind of information effectively?

Sofia can summarize the various body systems and their related functions with the help of (an audio clip, a graph, a table). She can also add a (chart, flowchart, bulleted list) to display the process of digestion from beginning to end.

Answers

i still say its table and bullet lst

The first answer is a table

The second a bulleted list

What are the main routing protocols used on internet?

Answers

Interior gateway protocols type 1, link-state routing protocols, such as OSPF and IS-IS.
Interior gateway protocols type 2, distance-vector routing protocols, such as Routing Information Protocol, RIPv2, IGRP
Exterior gateway protocols are routing protocols used on the Internet for exchanging routing information between Autonomous Systems, such as Border Gateway Protocol (BGP), Path Vector Routing Protocol. Exterior gateway protocols should not be confused with Exterior Gateway Protocol (EGP), an obsolete routing protocol

Internet protocol (ip) operates at the _____ of the open systems interconnection (osi) model.

Answers

Final answer:

Internet Protocol (IP) functions at the Network layer of the OSI model, where it is responsible for routing packets, including logical addressing, to ensure they reach the correct destination.

Explanation:

The Internet Protocol (IP) operates at the Network layer of the Open Systems Interconnection (OSI) model. The OSI model is a conceptual framework used to understand and standardize the functions of a telecommunication or computing system without regard to its underlying internal structure and technology. The Network layer is responsible for packet forwarding including routing through intermediate routers. IP is one of the primary protocols in this layer, and it is tasked with delivering packets from the source host to the destination host based on the IP addresses in the packet headers. IP provides logical addressing which is necessary for a packet to traverse across networks and reach the correct destination.

The hardware components that serve the input output and storage functions of a computer are called

Answers

The hardware components that serve the input-output and storage functions of a computer are called peripheral devices.

For a device to be considered a kind of computer, it must have a _____.

monitor
processor
data store
thought center

Answers

it must have a Processor.

Which behavior could be acceptable at a classical concert as well as at a ball game? standing for an exceptional performance cheering for your favorite performer talking throughout the event eating during the event

Answers

Standing for an exceptional performance would be normal "acceptable" in both scenarios.

I believe it would be B As well as A but...

We all have our favorite athlete and singer so..

personally i believe the answer is:

B) cheering for your favorite performer

Based on the relational model, create the database metadata as part the physical designphase.b)from the metadata, write the sql create database and table statements (ddl) for all entities (tables).c)implement the tables in your mysql db.

Answers

Which is not a component of a database that describes how data is stored?

Toolchain "mingw gcc" is not detected. refer to "c/c++ development user guide", "before you begin" how to install toolchains.

Answers

Answer: "The CDT MinGW toolchain will find this install if it is located in the default C:\MinGW directory, the MinGW bin directory is placed in your path, or if the MinGW location is stored in the MINGW_HOME environment variable. Note that the Wascana IDE has been discontinued."

Calculate the average (as a double) of the values contained in the integer variables num1, num2, num3 and assign that average to the double variable avg. assume the variables num1, num2, and num3 have been declared and assigned values, and the variable avg declared.

Answers

avg = ( num1 + num2 + num3 ) / 3;

Final answer:

To find the average of the integer variables num1, num2, and num3 as a double, sum the variables, cast the sum to double, and divide by the number of variables, which in this case is 3.

Explanation:

To calculate the average as a double of the values contained in the integer variables num1, num2, and num3, you would first sum those values. Then, you divide the total sum by the number of items you have, which in this case is 3, since you're dealing with three values. The formula to calculate the average (avg) would look like this:

avg = (double)(num1 + num2 + num3) / 3;

Here, you are casting the sum of num1, num2, and num3 to a double to ensure the division is done using floating-point arithmetic, giving a double result which is stored in the variable avg. This is necessary because if the sum is not cast to a double, integer division would occur, potentially leading to an incorrect average due to truncation (cutting off the decimal points).

Having plug and play support means you can plug in a device, turn on the computer, and then immediately begin using the device true or false

Answers

True. The owner does not need to install any new drivers for the device to work, and they do not have to let the computer know that a new device has been connected. They simply can plug it in, and it will be ready to use.

Which action should you take when sending a large attachment?

Answers

Cancel out other tasks, let the internet focus upon the one attachment.

To create a digital file from an old photo, I would use a _____.

A. Printer

B. Scanner

C. Monitor

D. Modem

Answers

A scanner would create a digital file of the old photo.
The printer is used to create paper copies of a file which is the opposite of what we want. The monitor is used for output not input. And a modem is used to connect to the internet.
B. Scanner is your answer.

Your computer is configured to obtain an ipv4 address and dns server address automatically. what utility will help you to find the ipv4 address of your computer?

Answers

ifconfig -a # windows: ipconfig /all

ip addr

Final answer:

To find your computer's IPv4 address, you can use the Command Prompt on Windows or Terminal on Mac and Linux, executing 'ipconfig' or 'ifconfig' respectively.

Explanation:

To find the IPv4 address of your computer, one effective utility you can use is the Command Prompt on Windows or Terminal on MacOS and Linux. This utility allows you to execute commands that can retrieve system information, including your computer's IP address.

For Windows users, you can open the Command Prompt by searching for 'cmd' in the start menu. Once opened, type the command 'ipconfig' and press enter. Your computer's IPv4 address will be listed under the relevant network adapter, typically labeled as 'IPv4 Address'.

For MacOS and Linux users, you can open the Terminal. In this utility, type the command 'ifconfig' for Linux or 'ipconfig getifaddr en0' for MacOS and press enter. Your IP address should be displayed as a result of this command.

These commands are straightforward ways to retrieve your computer's IP address without needing to navigate through various menus in your system's settings.

which course must first-time drivers in florida take to be eligible for their learners license?
a. effects of alcohol safety course
b. thirty-hour driver education course
c. traffic law and substance abuse education (TLSAE)
d. DUI-DWI resistance and prevention

Answers

C) traffic laws and substance abuse education

C. Traffic Laws and Substance Abuse education

Typically, you need to score _____ or higher on an AP exam to receive college credit for the AP course in the subject tested by the exam. A. 3 B. 10 C. 100 D. 1

Answers

the answer is A). 3 or higher

Typically, you need to score 100 or higher on an AP exam to receive college credit for the AP course in the subject tested by the exam.

What is AP exam?

Students must be informed of when and where to report for the tests by AP coordinators. Under no circumstances is it permissible to test early or at times other than those announced by College Board.

Programs that were started in 1951 gave rise to the AP tests. Advanced standing at the standard age for attending college following high school completion is more desirable, for many reasons, than accelerating the graduation of capable students from high school at age 1512 or 16.

In 1955, the College Board took over management of the program and testing, choosing the curricula and pedagogical strategies while leaving ETS in charge of creating and grading the exams.

Therefore, Typically, you need to score 100 or higher on an AP exam to receive college credit for the AP course in the subject tested by the exam.

To learn more about AP exam, refer to the link:

https://brainly.com/question/26562785

#SPJ5

Which type of navigation involves multiple frames that are linked to a number of other frames?

A) bread crumbs
B) linear
C) reciprocal
D) web



Which type of navigation is similar to a book because users can move back and forth between frames?

A) hierarchical
B) linear
C) reciprocal
D) sequential


How many items should a menu system have?

A) 1-3
B) 5-8
C) 9-11
D) 13-18

Answers

not sure about 1 and 2 but im pretty sure 3 is B) 5-8

________ is installed on your computer, and when the program is opened, your e-mail downloads to your computer.

Answers

An email client is installed, like Microsoft Outlook for example.

Answer:

E-mail client

Explanation:

The mail client is responsible for communicating with the mail server, picking up the messages that have reached the electronic mailbox and displaying them in an orderly manner so that they can be read comfortably. It also allows you to write new messages and is also responsible for delivering them to the mail server so that it can channel them to your destination

You can distinguish three types of mail clients according to the way to access them:

Installed on a PC. They run directly from a personal computer. On personal computers that have Windows / xx as an operating system, mail clients will be versions for Windows such as: Eudora, Pegasus, Messenger (Mozilla), Messenger (Netscape), Outlook (Microsoft), Outlook Express (Microsoft), Exchange ( Microsoft).

Residents on the server. It requires connecting to the server by remote terminal using encrypted connection (ssh, which is the preferred option), or simple connection (telnet, anzio, netterm, qvtnet). Once the remote terminal of the server is opened, one of the mail clients installed on it runs.

Through the Web From a web browser you can access, through a web-secure (encrypted) connection, the messages received, as well as send new messages.

You created a vm and installed windows server 2008 r2 over the network, using pxe boot. when you start the vm, it doesn't attempt to boot from the network. what should you do?

Answers

Hehehdjekdjdbd besbbs

Which type of software provides more control over text and graphic placement in the layout of a page than word processing software? data management software presentation software graphics software spreadsheet software desktop publishing software previous next?

Answers

i love microsoft's Bissnuss software correction! 

What determines the keystroke to open a cmos editor? how can you find this information?

Answers

Determining the keystrokes of opening the cmos editor depends on the ram contained in the parameters in BIOS.It can be a very daunting task however made more accessible by instructions detailed in various ways by others.Research is needed.

The first step in creating photographs with good backgrounds is which of the following? Learning to see the background before taking the photograph Lowering the perspective so that more of the foreground is shown Adding more color to the photograph to keep attention away from the background All of the above

Answers

Oh I got this! I'm a professional photographer! The answer is Leaning to se the background before taking the photograph.

Plz mark brainliest! So glad I could help, and Have an AWESOME day!!!

The first step in creating photographs with good backgrounds is by learning to see the background before taking the photograph.

What would be the first step in creating photographs?

The first step to be able to make the backgrounds better in our photos is to be very conscious of how  the background's  is to any photos.

Therefore, it is better to have the first step in creating photographs with good backgrounds is by learning to see the background before taking the photograph.

Learn more about photographs from

https://brainly.com/question/25821700

#SPJ2

Print speed is typically measured in ____.

Answers

pages per minute (ppm) 
dots per second (dps) 
pixels per minute (ppm) 
characters per second(cps)

Web navigation gives the user a sense of control.

A) True
B) False


Which of the following is a common element used for naviagtion?

A) background images
B) hex codes
C) tabbed menus
D) translator



Which of the following are types of navigation styles?

A) bread crumbs
B) site map
C) straight navigation
D) web navigation


Drop-down menus are similar to tabbed dividers in a three-ring binder.

A) True
B) False

Answers

1. a.
2. d
3. b
I hope this helps

Answer:

1. True - Web navigation provides users feedback on where they are on the site, and where they can go.

2. tabbed menus - Tabbed menus are a popular navigation UI design pattern. It's a widely used navigation style in smartphone applications.

3. bread crumbs, web navigation and site map - All of these UI navigation design styles are crucial for any website today. They allow users to understand a site easily.

4. False - Drop down menus are menu styles that are used whenever there is finite amount of possible data.

Explanation:

Read carefully, is it a he or she?

Answers

I think there's a typo in the question, otherwise they probably meant a 'she', since the name is Maureen.

Also, the answer is Personal hygiene and grooming.
I believe its a girl or a she

A _____ network is one in which all network devices are connected to one another through a single central device called the hub node.

Answers

Answer: Switch

Explanation: A switch a device that connects devices together on a computer network, by using packet switching to receive, process and forward data to the destination device.

Source:  Networking _ Hardware Encyclopedia

Other Questions
No bare hand contact is required when serving ready-to-eat foods. true or false If seven integers are selected from the first 12 negative integers, how many pairs of these integers will have a sum of 13? Which leader joined the Nation of Islam while in jail and then brought many African Americans into the movement? In rectangle PQRS, PQ = 18, PS = 14, and PR = 22.8. Diagonals PR and QS intersect at point T. What is the length of TQ ? 15 POINTS!Study the diagram, which represents the general equation for photosynthesis. What do the letters Y and Z represent?Y - glucoseZ - oxygenY - glucoseZ - carbon dioxideY - carbon dioxideZ - hydrogenY - carbon dioxideZ - oxygen Why did Baroque artist convey extreme emotion in art and architecture? In the United States, most of our energy comes from this nonrenewable resource, which has a negative effect on the environment.coalnuclearnatural gaspetroleum#NED ANSWER ASAP! in fall and winter the amount of sunlight the plants receive decreases. how does this affect photosynthesis What term refers to the full-time farmers who fought part-time for the Patriots Question 1 Question 1 Unsaved Solve the analogy. woods is to acorn as orchard is to ___________ Question 1 options: apple seed prairie ocean pea What is the measure of angle EXH? Find the sum and express it in scientific notation. 0.00348 + (6.2 x 10-2) People who can recognize emotions in faces, music, and stories are generally good at what those interested in emotional intelligence would call _____ of emotion George has $49 which he decides to spend on x and y. commodity x costs $5 per unit and commodity y costs $11 per unit. he has the utility function u(x, y) = 3x 2 + 6y 2 and he can purchase fractional units of x and y. george will choose The overriding goal of the catholic religious orders established in the sixteenth century was Artists should place a piece of paper under their hand in order to protect sections of a graphite drawing that have already been completed. Question 3 options: True False Which enlightenment thinkers ideas seem especially compatible with representative democracy Which section of the Constitution outlines the structure of the judicial branch of government?A. Article IIB. Acticle IC. The PreambleD. Article III When we toss a penny, experience shows that the probability (long term proportion) of a head is close to 1-in-2. suppose now that we toss the penny repeatedly until we get a head. what is the probability that the first head comes up in an odd number of tosses (one, three, five, and so on)? What is the monthly payment on $13,300 financed at 7.9 percent for 4 years if the monthly payment per $100 is $2.74?A. $133B. $364.42C. 328.51D. $284.44 Steam Workshop Downloader