Answer:
They allow you to create content that cannot be edited by mistake and inserted into Word document
Explanation:
I believe this is it
Answer:
D
Explanation:
Because I smart :)
If a database named Contacts has a table named tblEmployees and another database named Orders links to that tblEmployees table, where is the data stored?
Answer:
cache I think
Explanation:
I am not sure or memory HDD or SSD
Objects in a relational database are related to one another through relationships defined by common fields between tables.
What is database?A database is a collection of information that is related to an especial subject or purpose, such as tracking customer orders or conserving a music collection.
If your database is not stored on a computer, or only parts of it are, you may be tracking information from a various of sources that you must coordinate and organize.
By using relationships in a database, it is possible to reduce data redundancy and ensure data consistency, as changes made to one table can automatically propagate to related tables.
Fields are the smallest units of data in a database, and they are used to define the characteristics or character of the objects in a database. In a relational database, multiple tables can be created with each table containing one or more fields.
These tables can then be related to one another by linking common fields.
To know more about Database on:
brainly.com/question/30634903
#SPJ3
For which programming task would you use a for loop?
Computing the average of a list of integers of unknown length
Counting the vowels in a document of unknown length
Generating a list of the anagrams in a word
Printing a specified number of integers in a list
Answer:
printing a specified number of integers in a list
Megan has written the following rough draft for her assignment. Choose the correct way to complete each sentence. Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use (hatching, filters,stippling) to do this. She also wants to add special effects on the image. Therefore, she will use (hatching, filters,stippling).
Answer:
I. hatching
II. filter
Explanation:
Sarah is creating an image. She wants to achieve tonal effects with parallel lines by varying their densities and distribution patterns. She will use hatching to do this. She also wants to add special effects on the image. Therefore, she will use filters.
Hatching refers to an art technique in which parallel lines are used to shade by drawing them closely together.
Stippling is an art technique used in the making of patterns by using small dots.
Filters is a technique of changing image characteristics. It is used to change the picture characteristics & to add special effects to an image such as the shade, contrast, tone, brightness etc.
We therefore see that, hatching and filter are the correct answers respectively
Answer:
Hatching
Filters
Explanation:
I just took the test, good luck everyone.
Which feature in Outlook 2016 is used to fix spelling and grammar errors and can be configured to do so automatically?
Spell Checker
Thesaurus
AutoCorrect
Grammar Checker
Help
Answer:
Spell Checker is the answer
Which of the following best describes
a slide?
O a document
O a spreadsheet
0 all pages in a slide show
one page in a slide show
DONE 2
Answer:
One page in a slide show
Explanation:
EDG2021
The statement which best describes a slide is "one page in a slide show". Below is the complete explanation.
Slide show
A slideshow or slide presentation seems to be a collection of images or sections of knowledge or content that is often projected on some kind of big screen with the help of a multimedia projection screen.
A slide might even have a transition process, which has been extra effects that enrich the show but also allow alternative viewing perspectives.
Thus "option d" is the correct approach.
Find out more information about the slide show here:
https://brainly.com/question/26187618
In Python programming language, what is a function statement?
an action that a function will execute
an action that is defined in a function header
the first line of a function definition
the first comment in a software program
Answer:
C, an action that is defined in a function header
Explanation:
A function is a statement that defines a section of code. You can have arguments or parameters along with it which gives it a set of values to work upon, and it helps you prevent cluttering code. It lets you reuse your code and you can call this function with the related arguments to return something.
An action that is defined in a function header is a function statement In Python programming language. Hence, option C is correct.
What is Python programming language?Python is a popular computer programming language used to create software and websites, automate processes, and analyze data. Python is a general-purpose language, which means it may be used to make many various types of applications and isn't tailored for any particular issues.
Python is frequently considered as one of the simplest programming languages to learn for novices. Python is a wonderful place to start if you're interested in learning a programming language. In addition, it is one of the most popular.
If you're searching for a simple and even enjoyable programming language to learn first, Python is always advised. Python reads like English and is easy to grasp for someone who is new to programming, as opposed to having to dive right into rigid syntax restrictions.
Thus, option C is correct.
For more information about Python programming language, click here:
https://brainly.com/question/19792191
#SPJ2
Which field can be used to track the progress on tasks that a user has created?
Subject
Start Date
Due Date
% Complete
The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.
What is Deferred?When you create the task in outlook and scheduled and that will be completed on a later date shown is Deferred. Because deferring is an act of postponing something that was due soon and you have scheduled to do it later.
When you change the progress percentage to something other than 0%, set it to "in progress". When you change the progress percentage to 100%, set it as "completed". Waiting on someone else means a task is waiting for others to get completed.
You have to make sure that everything that you're researching won't make your paper or whatever you need that research for to fall behind schedule. In any case, there's no use for a lot that has been written if you cannot deliver it on time anymore. So knowing when you have to have everything ready is the first thing for any schedule to be created.
Therefore, The fields can be used to track the progress on tasks that a user has created are subject, start date and due date.
Learn more about progress on:
https://brainly.com/question/2494870
#SPJ6
Paula is working on a project for an iOS app that will show action clips with special effects to promote a new musical drama. The app must also enable users to buy a ticket at any point, but without distracting them. Paula designs a small, non-intrusive button that the user can choose to click on to book a ticket even when watching an action clip. She is creating an effective________becaus her goal matches the user’s goal.
Answer:
she is creating a effective app.
Explanation:
plz help thank u
Which option in PowerPoint allows
users to configure the number of columns and rows manually, using numerical values?
O Insert Table dialog box
O Draw Table option
O Insert Table drop-down menu
O Excel spreadsheet
Insert table drop-down menu
A sequence index uses a built-in function called length or len() to provide a total number of elements in an ordered list. With which iteration does this function work?
a for loop
a while loop
an infinite loop
a single statement loop
Answer:
A single statements loop is the answerrr
Answer:
a single statement loop
Explanation:
Your worksheet has the value 27 in cell B3. What value is
returned by the function =MOD(B3,6)?
Answer:
3
Explanation:
MOD means the remainder after a division calculation.
[tex]\frac{27}{6}= 4r3[/tex]
The remainder is 3
The value returned by the function =MOD(27, 6) will be : 3
The function written above is a Microsoft excel function. The MOD function is called the modulo function which returns the remainder when two values are divided.In the exercise above ;
B3 = 27
=MOD(B3, 6) can be explicitly written as =MOD(27,6)
The numerator = 27
The denominator = 6
Hence, 27/6 = 4 remainder (27 - 24) = 3
27 - (6 × 4) = 27 - 24 = 3
Hence, the value returned by the function =MOD(B3, 6) which is equal to 3
Learn more on excel function : https://brainly.com/question/21511198?referrer=searchResults
what is the full form of ICT?
Answer:
Information and communication technologyhope this helps
brainliest appreciated
good luck! have a nice day!