The main issues covered by IT law are: Hardware licensing Data privacy Department security True False

Answers

Answer 1

The main issues covered by IT law are: Hardware licensing, Data privacy, Department security is a true statement.

What topics are addressed by cyber law?

There are three main types of cyberlaw:

Human-targeted crimes (e.g.: harassment, stalking, identity theft) Vandalism of property (e.g.: DDOS attacks, hacking, copyright infringement) The theft from the govt (e.g.: hacking, cyber terrorism)

Cyber law includes provisions for intellectual property, contracts, jurisdiction, data protection regulations, privacy, and freedom of expression. It regulates the online dissemination of software, knowledge, online safety, and e-commerce.

Note that some Internet security issues that must be considered are:

Ransomware Attacks. IoT Attacks. Cloud Attacks. Phishing Attacks.Software Vulnerabilities, etc.

Learn more about IT law from

https://brainly.com/question/9928756
#SPJ1  


Related Questions

Define network architecture?

short answer please​

Answers

Network architecture refers to the approach network devices and services area unit structured to serve the property desires of shopper devices.

Network devices usually embrace switches and routers.Types of services embrace DHCP and DNS.Client devices comprise end-user devices, servers, and smart things.

Networks additionally got to be dynamic, agile, and in lockstep with business desires. ancient, manually intensive strategies of managing pc networks area unit proving to be unsustainable. New approaches area unit necessary, ones that need transformational changes in however networks area unit architected.

This is what spec is all regarding. It’s however information flows expeditiously from one pc to a different. And for businesses with an internet element, it’s a vital idea that encompasses a vital impact on their operation

Learn more about Network Architecture at

https://brainly.com/question/13327017

Our goal is to develop a very simple English grammar checker in the form of a boolean function, isGrammatical(wordList). To begin, we will define a sentence to be grammatical if it contains three words of form: determiner noun verb. Thus
[“the”, “sheep”, “run”] is grammatical but [“run”, “the”, “sheep”] is not grammatical nor is
[“sheep”, “run”]. By tagging convention, determiners are tagged as DT, nouns as NN, verbs as VB, and adjectives (which we discuss later) as JJ. The tagSentence function from the tagger module will help you convert your wordlist to tags; a challenge is that some words (such as swing) have multiple definitions and thus multiple parts of speech (as swing is a noun and swing is a verb). Carefully examine the results returned by tagSentence when defining the logic of isGrammatical.

Note that by our current definition, we are not concerned with other aspects of grammar such as agreement of word forms, thus “an sheep run” would be considered as grammatical for now. (We will revisit this concern later.)


[3 points]
Add the words “thief”, “crisis”, “foot”, and “calf” to the lexicon.txt file, and modify wordforms.py so that it generates their plural forms correctly (“thieves”, “crises”, “feet”, “calves”). In terms of categories for the lexicon.txt, thief is a person, crisis and feet are inanimates. Interestingly, ‘calf’ might be an animal (the young cow) but might be an inanimate (the part of the body).

We are not yet using plurals in our sentences, but you should be able to add additional tests within the wordforms.py file to validate that these new words and forms are handled properly.


[3 points]
The original lexicon includes singular nouns such as cat but not plural forms of those nouns such as cats, and thus a sentence such as “the cats run” is not yet deemed as grammatical. However, the wordforms module does include functionality for taking a singular noun and constructing its plural form.

Modify the code in tagger.py so that it recognizes plural forms of nouns and tags them with NNS. We recommend the following approach:


update the loadLexicon function as follows. Every time you encounter a word that is a noun from the original lexicon.txt file, in addition to appending the usual (word,label), add an extra entry that includes the plural form of that noun, as well as a label that adds an ‘s’ to the original label. For example, when encountering ‘cat’ you should not only add (‘cat’,’animal’) to the lexicon but also (‘cats’,’animals’).


Then update the the labelToTag function to return the new tag NNS when encountering one of those plural labels such as ‘animals’.


Test your new functionality on sentences such as “the cats run” as well as with your new plurals such as “thieves”.

[2 points]
The original lexicon includes verbs such as run but not 3rd person singular forms of those verbs that end in -s such as runs, and thus a sentence such as “the cat runs” is not yet deemed as grammatical. As you did with nouns in the previous step, modify the software so that 3rd person singular verbs are added to the lexicon and tagged as VBZ. Test this new functionality on sentences such as “the cat runs” and
“the sheep runs”.


[2 points]
Now we have both plural nouns and 3rd person singular verbs, however the grammar checker currently doesn’t match them and thus accepts sentences like
“the cat run” and “the cats runs”, neither of which is truly grammatical. Update the rules so that it requires the tag VBZ on the verb if the noun has the singular tag NN, and requires the tag VB on the verb if the noun has the plural tag NNS. Add some test cases to ensure the program is working as intended. Include tests with unusual forms such as the noun “sheep” that can be singular or plural; thus “the sheep runs” and “the sheep run” are grammatical. Make sure to update any previous tests to conform to these new expectations.


[2 points]
Update your grammar to allow any number of optional adjectives between the determiner and noun in a sentence, thereby allowing sentences such as
“the big sheep run” and “the big white sheep run”, though disallowing sentences such as “the cat sheep run”.

Answers

Using the knowledge in computational language in python it is possible to write a code that form of a boolean function, isGrammatical(wordList). To begin, we will define a sentence to be grammatical if it contains three words of form: determiner noun verb.

Writting the code:

# importing the library  

import language_tool_python  

 

# creating the tool  

my_tool = language_tool_python.LanguageTool('en-US')  

 

# given text  

my_text = 'A quick broun fox jumpps over a a little lazy dog.'  

 

# correction  

correct_text = my_tool.correct(my_text)  

 

# printing some texts  

print("Original Text:", my_text)  

print("Text after correction:", correct_text)  

See more about python at brainly.com/question/18502436

#SPJ1

one image is 16384 pixels wide and 512 pixels high. He decides to save it as a 256 color bitmap image. Calculate the file size in Gib

Answers

The file size would be 0.268435456 gb

What is a File Size?

This refers to the capacity of a file to store information in it and is a function of memory in computers.

Calculations and Parameters

Given that:

There is a 256 color bitmap image.

The pixel dimensions are: 16384 pixels wide and 512 pixels high (16384 x 512)

To find the file size, this would be:

(16384 x 512 x 256)/8

= 268,435,456 bytes.

Then, to convert bytes to gigabytes and it would be 0.268435456 gb

Read more about digital imaging here:

https://brainly.com/question/26307469

#SPJ1

What is the easiest way to create a resume in Word with predefined content that can be replaced with your information?

Answers

The easiest way to create a resume in Word with predefined content that can be replaced with your information is to use a resume template.

What is resume?

A resume, often known as a curriculum vitae (CV) in English outside of North America, is a document written and utilised by an individual to present their background, abilities, and accomplishments. Resumes can be used for a variety of reasons, but they are most commonly utilised to find new job. A CV often includes a "summary" of relevant employment experience and education. The resume is frequently one of the first items a potential employer sees about the job seeker, along with a cover letter and sometimes an application for employment, and is typically used to screen applicants, often followed by an interview.

To learn more about resume

https://brainly.com/question/14178136

#SPJ13

Create a program that will allow user to input arithmetic operator, first number and second number
then perform a result based on the condition.

and produce the output below.
• When arithmetic operator "+" or "addition" perform addition for first number and second number and
use (for loop) to display count down from result to 1.
• When arithmetic operator "x" or "multiplication" perform multiplication for first number and second
number and use (for loop) to display from 1 to result.
• When arithmetic operator "-" or "subtraction" perform subtraction for first number and second
number and use (while loop) to count down from result to 0.
• When arithmetic operator "/" or "division" perform division for first number and second number and
use (while loop) to display from 0 to result.
• When arithmetic operator "%" or "modulo" perform modulo for first number and second number and
use (do while loop) to display from 0 to result, Otherwise Access Denied

Answers

A program that will allow the user to input the arithmetic operator, the first number, and the second number and then perform a result based on the condition that when the arithmetic operator "+" or "addition" performs addition for the first number and second number and use (for loop) to display count down from result to 1 is given below:

The Program

a = int(input("Enter First Number: "))

b = int(input("Enter Second Number: "))

print("Enter which operation would you like to perform?")

ko = input("Enter any of these char for specific operation +,-,*,/: ")

result = 0

if ko == '+':

   result = a + b

elif ko == '-':

   result = a - b

elif ko == '*':

   result = a * b

elif ko == '/':

  result = a / b

else:

   print("Error")

print(a, ko, b, ":", result)

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Eunice Lee likes technology and video games, so she is thinking of pursuing a career as a video game designer. Research the requirements of a video game designer. What kinds of interests, skills, and courses do you need? What is a typical career path for someone in the video game field

Answers

In order to be a video game designer, one must have:

Creativity.A love of video games.Storytelling talent.Broad understanding of game trends.Strong analytical abilities.Outstanding programming abilities.Capability to collaborate as part of a team.

How can a typical career path for someone in the video game field be described?

A popular job path is to begin as a game artist before progressing to lead artist and finally creative director. This is an excellent profession for anybody wishing to develop their creative muscles, and no two projects are ever the same.

A bachelor's degree in art and design, multimedia design, or a similar discipline is required for the majority of video game designers. Some colleges provide a degree in video game design. Software engineering, 2D and 3D animation, computer languages, and computer design are common courses.

Learn more about Video Game Designer:
https://brainly.com/question/14788186
#SPJ1



Select the three main repetition structures in Java.

Answers

The three main repetition structures in Java are while loops, do-while loops and for loops.

What is java?

Java is a high-level, class-based, object-oriented programming language with a low number of implementation dependencies. It is a general-purpose programming language designed to allow programmers to write once and run anywhere (WORA), which means that compiled Java code can run on any platform that supports Java without the need for recompilation. Java applications are usually compiled to bytecode which can run on any Java virtual machine (JVM), regardless of computer architecture. Java's syntax is similar to that of C and C++, but it has very few low-level facilities than either of them. The Java runtime supports dynamic capabilities that traditional compiled languages do not have.

To learn more about java

https://brainly.com/question/25458754

#SPJ13

How should companies incorporate Agile methodology into their initiatives?

Answers

Answer:

down below

Explanation:

be more carful with things double checking because we are not perfect mistakes can be made , and shipping and packaging needs to better jobs with delivering items and for the not to be broken or box damaged

write a statement that retrieves the image stored at index 0 from an imagelist control named slideshowimagelist and displays it in a picturebox control named slideshowpicturebox.

Answers

The statement that retrieves the image stored at index 0 from an image list control named slideshowimagelist and displays it in a picturebox control named slideshowpicturebox are:

{

slideshowPictureBox.Image = slideShowImageList.Images [0];

}

What is picturebox?

The PictureBox control is used to display photos on a Windows Form. The PictureBox control provides an image property that allows the user to set the image at runtime or design time. It acts as a container control, uses memory to hold the picture, and allows for image manipulation in the picture box. It also has an auto size property but no stretch feature.

To learn more about picturebox
https://brainly.com/question/27064099

#SPJ4

Consider the following code: x = 17 y = 3 print(x % y)

Answers

It is to be noted tha the output of the phyton code described above is "2".  See the explanation below.

What is a python Code?

Python is a general-purpose, high-level programming language. Its design concept prioritizes code readability by employing heavy indentation. Python is garbage-collected and dynamically typed. It is compatible with a variety of programming paradigms, including structured, object-oriented, and functional programming.

The Python program is described as follows:

In the preceding code, two variables are defined: x and y, which have values of 17 and 5, respectively.

Variable x in this code modules variable y, which is (x%y). Modules (%) in Python or any other programming language will provide a remainder of "2."

We utilize a print function to output the computed value's value.

Python is a computer programming language commonly used to create websites and software, automate tasks, and perform data analysis. Python is an all-purpose language, which means that it can be used to create a variety of programs and is not specific to any particular problem.

Learn more about Phyton:
https://brainly.com/question/26497128
#SPJ1

Full Question:

Consider the following code: x = 17 y = 5 print (x % y)

What is the output?

List and explain the different Print and Document Services components that are available while installing the Print and Document Services server role?​

Answers

The different Print and Document Services components that are available while installing the Print and Document Services server role are:

Supports the loaded paper with a sheet of paper.Edge guides: Assist in loading the paper properly.Protects the printing mechanism with a printer cover.Receiving tray for the paper that was expelled.Sheet feeder: Automatically feeds a stack of papersWhat is print and Document Services role in the server?

You may centralize network printer and print server duties using Print and Document Services. Additionally, you can use this role to obtain scanned documents from network scanners and send them to email addresses, a shared network resource, or a Windows SharePoint Services site.

Therefore, Modern print servers can be broadly categorized into two sorts based on how they connect to the network: wired and wireless ones. Both a serial port and a USB port can be used to connect to the printer simultaneously. Observe that a wireless print server connects to the

Learn more about Document Services components  from

https://brainly.com/question/27960904
#SPJ1

Stem assessment 4: divisible by

Answers

Explanation:

4 IS DIVISIBLE BY 2,4,1

IF MY ANSWER IS USEFUL MARK ME AS BRILLINT


LEDS produce light using a:

Answers

LEDs produce light using a process called electroluminescence.

What is LED?

When current travels through a light-emitting diode (LED), it emits light. Electrons recombine with electron holes in the semiconductor, producing energy in the form of photons.

A light-emitting diode (LED) is a semiconductor diode that emits light when an electric current passes through it. An effect is a form of electroluminescence. The energy required for electrons to pass the semiconductor's band gap determines the hue of the light (equivalent to the energy of photons). Multiple semiconductors or a coating of light-emitting phosphor on the semiconductor device are used to generate white light.

To learn more about LED

https://brainly.com/question/24506043

#SPJ13

Which of the following statements are true about validation in the validation and verification process? Each correct answer represents a complete solution. Choose all that apply.
A. Describes proper software construction
B. Answers the 'Are we building the product right?' question
C. Means that the software meets the specified user requirements
D. Answers the 'Are we building the right product?' question

Answers

The  statements that are true about validation in the validation and verification process is option C. Means that the software meets the specified user requirements.

What is the process for verification and validation?

Verification is the process of confirming that the software was created and developed in accordance with the given specifications. The process of validation involves determining whether the software's (the finished product's) genuine needs and expectations have been satisfied.

Therefore, Verification and validation, commonly known as V&V, are separate processes used in tandem to make sure that a system, service, or product complies with requirements and specifications and serves the intended purpose.

Learn more about validation  from

https://brainly.com/question/19423725
#SPJ1

You read an interesting article about data analytics in a magazine and want to share some ideas from the article in the discussion forum. In your post, you include the author and a link to the original article. This would be an inappropriate use of the forum.

Answers

It is FALSE to state that if one read an interesting article about data analytics in a magazine and wants to share some ideas from the article and a discussion forum, that if one in their your post, includes the author and a link to the original article, that this would be an inappropriate use of the forum.

Why is the above assertion false?

The above assertion is false because:

One will be sharing relevant information in the group;One will also be referencing the owner of such information.

An Internet forum, often known as a message board, is a website where individuals may have conversations in the form of posted messages. Unlike discussion rooms, messages are frequently longer than one line of text and are at least briefly stored.

The nature of discussion forums is reflective. They require pupils to study opposing viewpoints and carefully evaluate their reactions. Many students find the social parts of the face-to-face classroom difficult, particularly ESL speakers, new students, and those who are plain shy or quiet.

Learn more about the Use of Forum:

https://brainly.com/question/13707619

#SPJ1

Full Question:

TRUTH or FLASE: You read an interesting article about data analytics in a magazine and want to share some ideas from the article and a discussion forum. In your post, you include the author and a link to the original article. This would be an inappropriate use of the forum.

Which option determines the number of pages, words, and characters in a
document?
View Print Layout
File > Properties
Tools > AutoCorrect
Tools Word Count

Answers

View>print layout because it just makes sense

In cell A17, use the SUMIF function and structured references to display the total
membership in 2023 for groups with at least 40 members.

Answers

Since, in cell A17, use the SUMIF function and structured references to display the total membership in 2023 for groups with at least 40 members, to do so one need to use"

On cell G16, type the formula "=SUMIF(G2:G11, ">=40")".

What is the  function "SUMIF" about?

The SUMIF function is used to add numbers in a range that satisfy certain requirements. Assume, for instance, that you wish to sum only the integers larger than 5 in a column of numbers. The following formula can be used: =SUMIF(B2:B25,">5")

Therefore, In Microsoft Excel, formulas are used to produce results or assign values to cells. The equal sign must be the first symbol in the formula. The function "SUMIF" in the formula above is utilized to provide a sum of numerical values dependent on a condition.

Learn more about SUMIF function  from

https://brainly.com/question/19595606
#SPJ1

See full question below

Switch to the Academic Groups worksheet. In cell A14, use the INDEX function to display the value in the first row and first column of the AcademicGroups table.

In cell A17, use the SUMIF function to display the total membership in 2023 for groups with at least 40 members.

4. A piece of wire of cross-sectional area 2 mm² has a resistance of 300.Find the resistance of a wire of the same length and material if the cross-sectional area is 5 mm². the cross-sectional area of a wire of the same length and material of resistance 750.​

Answers

The resistance of a wire of the same length is 750Ω.The cross-sectional area of a wire is 5mm².

What is cross-sectional area?

The area of a two-dimensional shape obtained when a three-dimensional object, such as a cylinder, is sliced perpendicular to some defined axis at a point is known as the cross-sectional area. A cylinder's cross-section, for example, is a circle when sliced parallel to its base.

The solution of the question will be:

A= 2mm²

= 2 × 10⁻⁶m

R= 300Ω

Let, the resistance= R¹

A¹ = 5mm²

= 5 × 10⁻⁶m.

(R= lA/l)/(R¹= lA¹/l)

⇒ R/R¹ = A/A¹

⇒R¹/R = A¹/A

R¹ = A¹/A × R

    = (5×10⁻⁶/2×10⁻⁶) × 300

    = 750Ω

Let, the area be A¹¹

A¹¹ = ?, R¹¹ = 750Ω

R¹¹/R = A¹¹/A

(750/300) = (A¹¹/2 × 10⁻⁶)

⇒A¹¹ = (750/300) × (2 × 10⁻⁶)

=5 × 10⁶

=5mm²

To learn more about cross-sectional area

https://brainly.com/question/12820099

#SPJ13

some websites and organizations organize card drives, sending thousands of cards to u.s. troops overseas. besides the support these cards express, what else do they provide through the power of language?

Answers

Besides the support these cards express, identity provide through the power of language.

What do you mean by power of language?

The power of language is comprised of two main components: the power to talk and be understood, and the ability to listen and comprehend. Individuals with high language skills can communicate effectively in social situations. When non-native speakers participate in oral communication, native speakers of that language identify sufficiently well-formed speech, in the sense that it is sufficiently 'native' or close to what they know as 'their language' to be totally understood. Non-native speakers must be capable of comprehending and digesting words delivered at real-world rates of speech in the manner spoken by native speakers of that language when listening to a secondary language.

The card drives that send thousands of cards to US troops deployed around the world also establish identity through the power of language.

To learn more about power of language

https://brainly.com/question/28275319

#SPJ4

Answer: comfort

Explanation:

The software developer is using a 16-Color Bitmap images. How many bits would be used to encode data for one pixel

Answers

Answer:

24 bits

Explanation:

Answer:

Explanation:

Given:

N = 16

_________

x - ?

2ˣ = N

2ˣ = 16

2ˣ = 2⁴

x = 4

A function's return data type must be the same as the function's
parameter(s).
True
False



// For C++

Answers

The given statement of data type is false.

What is data type?

A data type is a set of possible values and operations that may be performed on it in computer science and programming. A data type specifies how the programmer intends to use the data to the compiler or interpreter. Most programming languages support integer numbers (of various sizes), floating-point numbers (which approximate real numbers), characters, and Booleans as basic data types. A data type limits the potential values of an expression, such as a variable or a function. This data type specifies the actions that may be performed on the data, its meaning, and how values of that kind can be stored.

To learn more about data types

https://brainly.com/question/179886

#SPJ13


What type of function does a project management tool have that a task management
tool does not?
file sharing
Oprogress tracking
commenting
budgeting

Answers

The type of function does a project management tool have that a task management tool does not use  is option C; commenting.

What is the project management tool from Microsoft?

To develop timetables, project plans, manage resources, and keep track of time, project managers utilize Microsoft Project. For project management experts, it contains features like Gantt charts, kanban boards, and others.

Therefore, This project management tool enables your engineering team to keep tabs on each undertaking. Every component of any project your engineering team is working on may be managed by a single system and commenting is not one of it.

Learn more about  project management tool  from

https://brainly.com/question/6500846
#SPJ1

So I'm doing a coding project again and I have to recreate a website I'm having difficulty getting my website to look like the one I'm recreating I have put a screenshot of the website I need I recreate and a picture of the code I have so far

Answers

HTML and CSS tutorials

Explanation:

Search for website tuturials


A hotel chain is using AI to enhance its booking services. Its system can locate each of its users using their mobile GPS location.

Which AI application is used to perform this task?

A) prediction
B) profiling
C) tracking
D) voice or facial recognition

Answers

The AI application that is used to perform this task is tracking. The correct option is C.

What is AI technology?

In its most basic form, AI (artificial intelligence) refers to systems or machines that mimic human intelligence in order to perform tasks and can iteratively improve themselves based on the data they collect.

Tracking is used to increase or decrease the amount of text on a page by increasing or decreasing the amount of space between letters.

It differs from kerning in that it affects an entire font or range of text, whereas kerning only affects specific letter pairs.

Tracking is the AI application that is used to perform the task using their mobile GPS location.

Thus, the correct option is C.

For more details regarding artificial intelligence, visit:

https://brainly.com/question/22678576

#SPJ1

Discuss briefly, the classification of survey

Answers

Answer:

Generally, surveying is divided into two major categories: plane and geodetic surveying. Generally, surveying is divided into two major categories: plane and geodetic surveying. PLANE SURVEYING is a process of surveying in which the portion of the earth being surveyed is considered a plane.

Define a computer system, and describe its components.

Answers

Answer: The text file

Explanation: Brainly won't let me put in such a big answer.

A function's return data type must be the same as the function's
parameter(s).
True
False


// For c++

Answers

Answer:

False

Explanation:

Return data type has no relation with the function's parameter

this answer would be false.

What is output by following code?

C=c+2

Answers

The output of the C++ code is 21.

What is C++?
C++
has changed significantly over time, and modern C++ has object-oriented, generic, and functional features, as well as low-level memory manipulation capabilities. It is always implemented as a compiled language, and various manufacturers, including the Free Software Foundation, LLVM, Microsoft, Intel, Embarcadero, Oracle, and IBM, provide C++ compilers, allowing it to be used on a wide range of systems.

Let first write the question

C=1

sum = 0

while(C<10):

C=C+3

sum=sum + C

print(sum)

Now Focus on

while(C<10):

C=C+3

sum=sum + C

The value of C is initially 1

C=1+3

Sum= 0+4

In second loop the value of C will become 4

c=4+3

sum=4+7

In third loop the value of C will be 7

c=7+3

sum=11+10

so the answer is 11+10=21

To learn more about C ++
https://brainly.com/question/28185875
#SPJ13

you are working in the most recent version of excel provided by your company. why would you use the save as type pull-down menu?

Answers

Since  you are working in the most recent version of excel provided by your company, the reason why you would  use the save as type pull-down menu is because You are said to be saving the file for a person with an older  type/version of Excel.

What is the oldest version of Excel?

The Excel 97 Viewer was the first version issued by Microsoft. In Windows CE for Handheld PCs, the Excel 97 Viewer was also supported.

Note that Users can arrange, organize, and calculate data in a spreadsheet using Microsoft Excel.

Hence, Data analysts and other users can make information easier to examine as data is added or updated by arranging it using software such as Excel. Excel has many boxes called cells that are organized in rows and columns.

Learn more about Excel from

https://brainly.com/question/25863198
#SPJ1

The following statements describe the use of graphics in presentations. Responses Graphics should be used when they are relevant to the content. Graphics should be used when they are relevant to the content. Graphics should be used on every slide. Graphics should be used on every slide. Many graphics will make a boring presentation interesting. Many graphics will make a boring presentation interesting. Graphics should be large enough to be seen by the audience. Graphics should be large enough to be seen by the audience.

Answers

Answer:

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

Explanation:

Presentation can be defined as an act of talking or speaking formally to an audience in order to explain an idea, piece of work, project, and product with the aid of multimedia resources, slides or samples.

PowerPoint application refers to a software application or program designed and developed by Microsoft, to avail users the ability to graphically create various slides containing textual and multimedia informations that can be used during a presentation.

Some of the features available on Microsoft PowerPoint are narrations, transition effects, custom slideshows, animation effects, formatting options etc.

Hence, the following statements describe the use of graphics in presentations;

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

Explanation:

Answer:

I. Graphics should be large enough to be seen by the audience.

II. Graphics should be used when they are relevant to the content.

B and C

Explanation:

Other Questions
compared to meat eaters, vegetarians tend to have: a. lower rates of heart disease b. healthier body weights c. lower blood pressure d. a and b e. a, b and c The flat I'm living in is______until I buy my own house. What is the sequence that has a recursive formula A(n)= A(n-1)+4 where A(1)=3 when someone is standing, gravity stretches the bottom of the lung down toward the floor to a greater extent than the top of the lung. what implications would this have on the flow of air in the lungs? where does gas exchange occur in the lungs? Which of the following statements is a point of view held by both the Point and Counterpoint articles? QUESTION: Do you believe that if Christopher Columbus had originally approached another European country such as the Netherlands, England, or France, that nation would have been more successful colonizing the New World than Spain? what is a unit rate for meter per second if a car travels 274 m in 17 seconds What personal story does Lou share to illustrate the broken judicial system at work? Explain andanalyze why this story speaks to her point? There is a total of $4,840 in an account after 2 years of earning compound interest at a rate of 10%. What was the original amount invested? A model of a 51 foot long airplane is 25 in long how is is a tire that is 1/6 tinch For the situation select expression or equation that is not equivalent to the rest.A $79 hoodie is on sale for 25% off. A chemist has a block of aluminum metal (density is 2.7 g/mL). The block weighs 1.9 g. What is the volume, in mL, of the aluminum block? Consider the following when d = 14 ft. Give both exact values and approximations to the nearest hundredth.(a) Find the circumference of the figure.ftftx(b) Find the area of the figure.ft?x7Ateh what is the slope for 5/3 x-4 Can you please tell me the definition and give a example/formula of the first law of thermodynamics if a zygote stopp moving and does not have a chance to reach the uterus, where you think will it develop contoso's application development team has been tasked with building a mobile app that can interact with users spoken and written language. which service should they choose? Find the point-slope equation for the line through (0,-2) and (4,1) 18. Taxonomy grew as a science partly because ofA. the development of printing and navigationB. the work of Pliny the ElderC. the decline of the Greek civilizationD. none of the above helped taxonomy grow as a science Purple hibiscusChapter 9What are 3 typical teenage things that Amaka and her classmates do that are foreign to Kambili?