Which of the following is NOT a possible duty for a professional working in the Web and Digital Communications pathway?

Creating computer software

Designing graphics and animation

Implementing security measures

Designing websites

Answers

Answer 1

Answer:

creating computer software

Explanation:

HOPE THIS HELPS!!!


Related Questions

What are the seven phases of design plans and the main features of designer-client communication at each phase?​

Answers

In order to design a project there exists seven phases of design as the client needs to communicate in each phase.  

The first step is to study the client in brief. This can be done by setting goals that will enlighten your project. Step two is to research in order to understand the project so that you can need to understand the history and culture. Example analysis of your audience. The step is to brainstorm, that is to research, the client, industry, and audience. The fourth step is to sketch ideas that help put to visualize elements and save time. The fifth phase is concept development that is a 3-5 design based on the needs of the project. The sixth phase is the revision phase that is to conclude your design that meets the goals and needs of the project. In the last completion that is fully understood look forwards to the client.

Learn more about the seven phases of design plans and the main features of the designer.

brainly.com/question/25151017.

The ____, which amplified weak electrical signals, enabled electrical sound recording.

Answers

Answer:

Radio

Explanation:

Which of the following might cause a mobility impairment that limits computer use? Select 3 options.
a color blindness
Odyslexia
O neurological issue
injury
O genetic issue

Answers

Explanation:

A color blindness , injury .

Answer:

neurological issueinjurygenetic issue

Explanation:

The question is about mobility impairment. Color blindness and dyslexia have to do with vision, so rarely cause mobility issues related to computer use. Rather they would cause issues related to reading the screen.

The remaining three choices are the ones you want.

Use the drop-down menus to complete the statements about creating a table of contents in Word 2016.

To use the table of contents feature in Word, a user must have already created
in the document.

The Mark Table of Contents Entry option is used for
marking nonheading text for the table of contents.

On the Table of Contents dialog box, the
button can be used to change font styles.

Answers

Answer:

1.headings and subheadings

2.manually

3.options

Answer: 1.Headings and Subheadings

2.Manually

3.Options

Explanation: Just did it on e2020.

Select the correct answer.
Which task represents an unethical use of technology and resources at the workplace?
OA. using computer resources for an upcoming project presentation
OB. sharing a coworker's performance scores with colleagues
OC. generating a confidential report after receiving proper authorization
OD. providing references and giving due credit for work that isn't one's own
O E. printing presentation notes for an upcoming client meeting
Reset
Next

Answers

Answer:

A

Explanation:

because when you make a presentation so you are already use technology

Answer:

a

Explanation:

The goal of an audio codec is


to make an audio file that sounds good and is as small as possible for use with certain applications.

to make an audio file with the highest amplitude while making sure the decibels are not degraded.

to preserve the original sound quality regardless of conversions that affect sampling rate.

to upload audio files from your computer to your mobile devices.

Answers

Answer:

to preserve the original sound quality regardless of conversions that affect sampling rate.

Explanation:

An audio codec can be defined as a codec that helps to cipher or decipher an audio file. It is a computer application that compact or extend an audio file without hampering with the original sound quality.

The main object of an audio codec is to compress a high-quality audio file into a limited size without distorting the quality of sound.

Therefore, the correct answer is option C.

Answer:

C   to preserve the original sound quality regardless of conversions that affect sampling rate.

Explanation:

IM JUST BUILT DIFFRENT

A variety of fonts may be used in letter writing as long as the font size is 12 points.
True
False

Answers

False MLA format is Times New Roman font, size 12, double spaced.

Answer:

False

Explanation:

What type of light or lighting technique did Dennis decide to use

Answers

Answer:

Three point lighting.

Explanation:

4.1 Code Practice: Edhesive

Answers

In python 3:

while True:

   name = input("Please enter a name: (Nope to end) ")

   if name == "Nope":

       break

   print("Nice to meet you {}".format(name))

I hope this helps!

   

The program is an illustration of while loops.

While loops are used to perform iterative operations, until the condition is met

The program in Python, where comments are used to explain each line is as follows:

#This prompts the user for name

name = input("Please enter a name (Nope to end) ")

#This checks if input is "Nope"

while name.lower()!="nope":

   #If no, this prints the greetings

   print("Nice to meet you",name)

   #This prompts the user for another input

   name = input("Please enter a name (Nope to end) ")

Note that the loop is repeated until the user enters "Nope" or "nope"

Read more about while loops at:

https://brainly.com/question/18430675

What is the assignment operator?

Select the one choice that best answers the prompt above:
Answer 1
==

Answer 2
=

Answer 3
<=

Answer 4
===

Answers

I think hahahahaha Answer 1

Answer:

answer 3 is greater then or equal to, answer one is both equal, answer 2 is equal, answer 4 is all equal no mistakes,

Explanation for brainly please

answer 3

How these technologies influence the user experience and knowledge?

Answers

Answer:

I don't know

Explanation:

Technology can help us study and stuff yet we can still look up the answers. It also allows to know what's happening in the world around us like if a girl gets kidnapped, we get Amber Alerts on our phones about the missing girl. Most of us people today have learned about George Floyd's death on the internet through technology. Technology doesn't really influence us as much as help us out but for some people it can cause us to change under the influence of seeing other people and how they dress and act and stuff.


What is a goal?
What is a strategy?
What are tactics?
hy is it important for a goal to be specific?

Answers

A goal is an aim you want to achieve
Strategy is a plan to your achievement
Tactics are is an action carefully planned
A goal is important to be specific cuz it helps u focus on your specific task

how come when i go to get a answer and watch a video, it never shows me a video and it just sits there and it wont answer any question

Answers

What you mean? Explain.

is anyone willing to do my DIT tests for me?

Answers

Answer:

no sorry

Explanation:

20
Select the correct answer.
Part of social health means that you make positive contributions to your community,
ОА.
True
OB
False
Reset
Next

Answers

Answer:

true

Explanation:

because my 8 ball said so

Answer:

True

Explanation:

What are the four types of technical drawing?​

Answers

Answer:

3D drawings (isometric perspective)

exploded-view 3D drawings

complete working drawings

detail drawings (2D orthogonal projections)

diagrams

Katherine wants to open a bank account that allowed her to perform frequent transactions without being charged a penalty and she does not want to maintain a minimum balance. What type of bank account should she open?

Answers

Answer:

C

Explanation:

Answer:

checking account

Explanation:

Please help, this question is from plato.
What is HTML?
A.
a language
B.
a software application
C.
a website
D.
a browser
E.
a malware program

Answers

Answer:

A

Explanation:

It is a programming language.

Answer:

A

a. language

Explanation: i took the test and hope this help have a good day.

Which sentences describe the value of a conditional statement? Check all that apply.

It allows a programmer to designate a portion of the code that will be run only when a condition is met.

It creates new program code when a condition is met.

It allows a programmer to set a condition that must be met.

It incorporates decision-making into a program.

Answers

Answer:

134

Explanation:

Edgenuity

Answer:

1. It allows a programmer to designate a portion of the code that will be run only when a condition is met.

3. It allows a programmer to set a condition that must be met.

4. It incorporates decision-making into a  program.

Explanation:

Software that directly interacts with users to do specific tasks is known as which type of software?
A. application software
B. booting software
C. distribution software
D. system software

Answers

Answer:

A Application Software

Explanation:

what is computer system​

Answers

Answer:

A computer system is a basic, complete and functional hardware and software setup with everything needed to implement computing performance.

Explanation:

Hope this was helpful,Have an amazing, spooky Halloween!!

Can someone help with these questions it's for drivers ed class

Answers

3) A
4)D
5)A
6)D
7)C
8)A
9)A
10)B
These are for the first two

Bill has several workbooks open, and he would like to see them all side by side on the screen. Which option on the
Arrange All menu should he use?
Tiled
Cascade
Horizontal
Vertical

Answers

Answer:

tiled

Explanation:

What is one reason why a business may want to move entirely online

Answers

To focus on a global market.

Answer:

maybe because it requires less work and the amount of peole online today greater than say 8 years ago.

4.2 Code Practice: Question 1

Write a program that inputs numbers and keeps a running sum. When the sum is greater than 100, output the sum as well as the count of how many numbers were entered.

Sample Run

Enter a number: 1
Enter a number: 41
Enter a number: 36
Enter a number: 25

Sum: 103
Numbers Entered: 4

Hint: If you get an EOF error while running the code you've written, this error likely means you're asking for too many inputs from the user.

Answers

In python:

total = 0

i = 0

while total <= 100:

   number = int(input("Enter a number: "))

   i += 1

   total += number

print("Sum: {}".format(total))

print("Numbers Entered: {}".format(i))

I hope this helps!

For your biology class, you will be giving a presentation of the findings of a plant growth experiment. Which application is best suited for this presentation?


Writer or Word


Impress or PowerPoint


Notepad or Paint


Calc or Excel

Answers

Answer: Powerpoint

Explanation: Easy to give graphs and add pictures. You can also add shapes to create a bar graph if needed.

Answer:

Calc or Excel

Explanation:

Need it ASP please
like rte now plz help me ​

Answers

Answer:

b

Explanation:

A path between two nodes in a network. It may be known to be  the physical cable, the signal transmitted within the cable or to a sub channel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.

Answer:

Hey not to be mean but do I know you. you added me in my both accounts just asking

Explanation:

B

You can make artboards in non-rectangular shapes.true or false

Answers

Answer:

true

Explanation:

they could be square

Answer: false

Explanation:

100 POINTS PLEASE HELP Ken Thompson and Dennis Ritchie co-created which operating system?

Answers

Answer:

UNIX operating system

Explanation:

Unix is a family of multitasking, multiuser computer operating systems that derive from the original AT&T Unix, development starting in the 1970s at the Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.

Answer:

the UNIX

During the 1960s to 1970s, Bell Labs colleagues Ken Thompson and Dennis Ritchie developed UNIX, a multi-tasking, multi-user operating system alternative to the batch processing systems then dominating the computer industry.

Explanation:

William would ike to sort a list of items after the data is already entered Which method is NOT an available sort option? text O number O date Osymbol​

Answers

Answer:

symbol

Explanation:

edge2020

Answer:

symbol

Explanation:

took the test

Other Questions
Given: 2n=m+h, h=n+m; prove n=2m -2/3x + 2.8 = -8.2 what is x What goes in the blank?A alwaysB sometimesC neverD rarely Sodium + oxygenWhat colour is the flame produces George rented a bike to tour a nearby park. The charge to rent the bike is a flat rate of $10.75 plus $4.50 per each hour that he spends riding the bike. How much did George pay if he was riding for 3 1 fourth hours? PLEASE ANSWER THESE QUESTIONS COMPLETELY!!! WILL MARK BRAINLIEST!!!DOC 1 Questions:A. Is the suspected father actually the father of this child?B. How do you know? Which two bodies of water are connected by the Suez Canal on the map above? A. Letter A and Letter B B. Letter B and Letter C C. Letter C and Letter E D. Letter D and Letter E In which of the following places is a young male most likely to developcancer?A. TesticleB. CervixC. OvaryD. Prostatei need help asap! Read any book and Describe an interesting or important character in your book 5 sentences! which of the following statements is true for exocytosisA) it does not require energy B) it helps the cell take in large molecules C) it occurs without the help of any cell organelleD) it is a form of active transport find the square root of 144 How do you understand % ahh!!! The data below indicate the time (in seconds) that it takes 25 separate employees to complete a certain task. hw1_q5.csva) What is the mean of the data in seconds? Give your answer to three decimal places.b) What is the median of the data in seconds?c) What is the variance of the data in seconds? Give your answer to three decimal places.d) What is the standard deviation of the data in seconds? Give your answer to three decimal places.e) What is the mean of the data in minutes? Give your answer to three decimal places.f) What is the median of the data in minutes? Give your answer to three decimal places.g) What is the variance of the data in minutes? Give your answer to three decimal places.h) What is the standard deviation of the data in minutes? Give your answer to three decimal places.seconds260224221255236215193285244284222185182197253191255231229168152221244239246 fb + 3b = d solve for b COLD WARZOMBIES IS OUT NOW YOU HAVE TO PURCHASE SOMETHING AT GAMESTOP TO GET THE GAME What is the equation of the line that passes through the point (-4,-2) and has a slope of -1/2 Lesson Summary - Rate problems, including constant rate problems, always count or measure something happening per unit of time. The time is always in the denominator. - Sometimes the units of time in the denominators of the rates being compared are not the same. One must be converted to the other before calculating the unit rate of each. -------------------------------------------------------------------------------------- Who walks at a faster rate: someone who walks 60 feet in 10 seconds or someone who takes 5 seconds to walk 25 feet? Review the lesson summary before answering! A financial manager was completing an annual report that contained multiple graphs explaining the company growth. If she wanted to cross-reference these graphs throughout the document, she should use the _____ feature. biliography citation caption footnote what organisms are prokaryotic what the frist motivated christopher columbus to try to travel to asia?