Answer:
a group of instructions that can be used to organize a program or perform a repeated task
Explanation:
A function is a group of commands that can be called upon with extra parameters if needed.
Example:
def foo(): #defining this function and naming it foo
return True #what is performed when foo is called on
if foo() == True: #foo() is calling on a function named foo
print('yes')
The Find and _______ commands allow you to easily locate and replace text. Bookmarks allow you to easily navigate to other parts of a document while _______ allow you to easily navigate to places within or outside the document. Use the _______ _______ to find out if your document contains personal information and comments. If the person receiving your document has a pre-2010 version of Microsoft Word, it makes sense to use the _______ _______. To make sure your document can be read by devices for the visually impaired, run the _______ _______.
Answer:
(a): Replace
(b): Hyperlinks
(c): Document Inspector
(d): Compatibility checker
(e): Accessibility checker
Explanation:
You will get the brief explanation of what each of the answers in the answer section does, when you complete the blanks with the answers.
However, further explanation is as follows;
(a): The find and replace tool or command allows the user to quickly replace a certain character or word or group of words with another character or word or group of words.
(b): Hyperlinks are used to link to a new document entirely or a point in the current document. Hyperlinks in Microsoft Office Word, are often in blue, and they are always double underlined.
(c): Document inspector checks hidden data such as personal information.
(d): Compatibility checker checks if a Word document is compatible with a previous edition of Microsoft Office Word.
(e): Accessibility checker checks if the people living with disabilities can use the Word document without issues.
The correct answer for each of the blanks in the given paragraph about commands and tools in computer are;
REPLACEHYPERLINKSDOCUMENT INSPECTOR COMPATIBILITY CHECKERACCESSIBILITY CHECKERA) The commands that allows the user to quickly locate and replace a text are called find and replace commands because they are used to replace a certain character or text or group of texts with another.
B) The means by which you are allowed to easily navigate to places within or outside the document is called Hyperlinks. This is because that are used to give us a link to a new document or a related one outside of the current document.
C) The tool used to find out if your document contains personal information and comments is called Document inspector. This is because it aids in checking personal information and other hidden data information.
D) The tool to use if the person receiving your document has a pre-2010 version of Microsoft Word, is called Compatibility checker. This is because a compatibility checker would help to find out if a particular Word document is compatible with a previous version of Microsoft Word.
E) The tool to run to make sure your document can be read by devices for the visually impaired is called Accessibility checker as it has inbuilt codes to assist in checking if the document can be effectively utilized by people living with disabilities.
Read more about tools and commands in Microsoft Word at; https://brainly.com/question/1323179
will give brainliest
The height or amplitude of a wave is related to the input of ________
a. energy
b.matter
c.energy and matter
Answer:
a. energy
Explanation:
The higher the amplitude, the higher the energy. To summarise, waves carry energy. The amount of energy they carry is related to their frequency and their amplitude. The higher the frequency, the more energy, and the higher the amplitude, the more energy.
Hope this helped!!!
A local pharmacy added a new regulation about wearing gloves when in contact with any drug. It also bought a new insurance policy. The pharmacy then replaced the pill counting machine that was incorrectly dispensing medications. Which best explains the actions the pharmacy has taken to promote safety?
Wearing gloves reduces risk, the insurance policy shares the risk, and the new machine is a quality-improvement strategy that will reduce the probability of errors.
Wearing gloves shares the risk, the insurance policy reduces the risk, and the new machine is a quality-improvement strategy that will reduce the negative effects of errors.
Wearing gloves shares the risk, the insurance policy reduces the risk, and the new machine is a quality-improvement strategy that will reduce the probability of errors.
Wearing gloves reduces risk, the insurance policy shares the risk, and the new machine is a quality-improvement strategy that will reduce the negative effects of errors.
Answer:
First option.
Wearing gloves reduces risk.
The insurance policy shares the risk.
The new machine is a quality improvement strategy that will reduce the probability of errors.
Internet search criteria can be refined by using ____.
• complete sentences
• Boolean operators
• alphabetized lists
• small words
which type of protocol allows for a secure data transmission using encryption methods?
Answer:
The Transport Layer Security (TLS) protocol adds a layer of security on top of the TCP/IP transport protocols. TLS uses both symmetric encryption and public key encryption for securely sending private data, and adds additional security features, such as authentication and message tampering detection
FREE POINTTTTTTTTTTTTTTTTTTT
Answer:
THXXXXXXXXXX
Explanation:
condition of watering a plant
Answer:
Hydration?
Explanation:
The contrast ratio of blue 80 text on a yellow-10 background is __ to 1.
80
8
70
4
Answer:
The Answer is 8...
Explanation:
Answer:
8
Explanation:
80/10= 8
The process of editing includes which of the following?
(A) Transferring photos to a computer
(B) Combining media
(C) Naming Files
(D) Keeping files secure
What is a System software that serve as a platform/supports other programs/software in a computer system
Answer:
Operating system.
Explanation:
An operating system is a program, or rather, a macro program or set of programs, whose function is to control the computer hardware, and allow the correct operation of the software installed on it, serving as a platform for it. In this way, the operating system allows, basically, the use of the computer in a functional way by the user, who will be able to run different programs and use different hardware thanks to the previous installation of the operating system. The most common operating systems today are Windows and macOS.
Edhesive 9.1 lesson practice answers
Answer:
1. False
2. Rows and columns
3. Grid
Explanation: Bam
WILL GIVE BRAINLIEST
Give several reasons why Python is such a great programming language. Explain how Python is related to flowcharts.
Consider this program:
Cost1 = input("Please enter the first expense: ")
Cost2 = input("Please enter the second expense: ")
print("Your total for both expenses was", Cost1 + Cost2)
If the user inputs “10” for the first expense and “20” for the second expense, what will the interpreter show in the final line when this program is run? If this result in not what the programmer intended, how would you explain what went wrong?
You are writing a line of code that should ask the user to input the balance of their bank account in dollars and cents. The program will then perform a multiplication problem to tell the user how much interest they can earn. Identify three errors in your line of input code and explain why they are incorrect. Include the corrected line of code in your answer. Here is the code:
1num = input(What is your balance?)
What are some kinds of comments that might be useful for a programmer to include in a program?
If you were planning how to write a program, at what point would a flowchart be helpful? At what point would pseudocode be helpful? Explain your reasoning.
Answer:
G i v e s e v e r a l r e a s o n s w h y P y t h o n i s s u c h a gr e a t p r o g r a m m i n g l a n g u a g e. E x p l a i n h o w P y t h o n i s r e l a t e d t o f l o w c h a r t s.
P y t h o n i s s u c h a g r e a t p r o g r a m m i n g l a n g u a g e b e c a u s e i t i s s i m p l e, p o p u l a r, a n d p o w e r f u l e n o u g h t o c r e a t e s o m e a w e s o m e a p p s. P y t h o n i s r e l a t e d t o f l o w c h a r t s b e c a u s e F l o w c h a r t P y t h o n i s e s s e n t i a l l y t h e P y t h o n p r o g r a m m i n g l a n g u a g e i n v i s u a l f o r m.
C o n s i d e r t h i s p r o g r a m :
C o s t 1 = i n p u t ( " P l e a s e e n t e r t h e f i r s t e x p e n s e : " )
C o s t 2 = i n p u t ( " P l e a s e e n t e r t h e s e c o n d e x p e n se: ")
p r i n t ( " Y o u r t o t a l f o r b o t h e x p e n s e s w a s " , C o s t 1 + C o s t 2 )
I f t h e u s e r i n p u t s “ 1 0 ” f o r t h e f i r s t e x p e n s e a n d “ 2 0 ” f o r t h e s e c o n d e x p e n s e , w h a t w i l l t h e i n t e r p r e t e r s h o w i n t h e f i n a l l i n e w h e n t h i s p r o g r a m i s r u n ? I f t h i s r e s u l t i n n o t w h a t t h e p r o g r a m m e r i n t e n d e d , h o w w o u l d y o u e x p l a i n w h a t w e n t w r o n g ?
Y o u a r e w r i t i n g a l i n e o f c o d e t h a t s h o u l d a s k t h e u s e r t o i n p u t t h e b a l a n c e o f t h e i r b a n k a c c o u n t i n d o l l a r s a n d c e n t s . T h e p r o g r a m w i l l t h e n p e r f o r m a m u l t i p l i c a t i o n p r o b l e m t o t e l l t h e u s e r h o w m u c h i n t e r e s t t h e y c a n e a r n . I d e n t i f y t h r e e e r r o r s i n y o u r l i n e o f i n p u t c o d e a n d e x p l a i n w h y t h e y a r e i n c o r r e c t . I n c l u d e t h e c o r r e c t e d l i n e o f c o d e i n y o u r a n s w e r . H e r e i s t h e c o d e :
T h e f i r s t e r r o r i s t h a t t h e v a r i a b l e s t a r t s w i t h a n u m b e r , w h i c h i s a r u l e y o u c a n ’ t b r e a k , o r e l s e t h e c o m p u t e r w o n ’ t k n o w t h a t i t ’ s a v a r i a b l e . T h e n e x t e r r o r i s t h a t t h e y d i d n ’ t d e c l a r e t h e v a r i a b l e a s a f l o a t . T h e f i n a l e r r o r i s t h a t t h e r e a r e n o q u o t a t i o n m a r k s i n t h e p a r e n t h e s e s , w h i c h a r e n e e d e d t o t e l l t h e c o m p u t e r t o o u t p u t t h a t o u t t o t h e s c r e e n , o r e l s e i t s g o i n g t o t h i n k t h a t y o u w a n t t h e c o m p u t e r t o f i l l t h a t i n i t s e l f .
1 n u m = input(What is your balance?)
What are some kinds of comments that might be useful for a programmer to include in a program?
some kinds of comments that might be useful is when there is a bug, something that needs to be fixed, something that is easy to hack, and something the programmer needs to finish if the programmer released the program early.
If you were planning how to write a program, at what point would a flowchart be helpful? At what point would p s e u d o c o d e be helpful? Explain your reasoning.
A flowchart is helpful in the beginning of writing a program when you are planning what to do. The p s e u d o c o d e would be helpful before you start the coding. The reason is because flowcharts are helpful for planning out your course of action, while pseudocode helps you plan what you are going to write, so it should be right before you start coding, so you know everything that you were thinking about whilst writing the p s e u d o c o d e , and you know that if one thing doesn’t work, you still have all the previous thoughts on that line.
Explanation:
I have the same text questions so I don't want to get anything wrong. I also want to be a developer of M i n e c r a f t , so I pay attention in my coding class.
the basics of color theory assume what central tenets
Help! I don’t know what this is.
Answer:
Best: Option 4
Worst: Option 1
Explanation:
The co-worker might be oblivious to the detrimental effect of his actions on work atmosphere. Talking to him and telling him to stop is the first step to improve this.
Option 2 is not as effective, as the co-worker would not know the reason and might just talk behind people's backs to other people, thus no actual progress would be made, except less communication overall.
Option 3 is likely to antagonize people, with the engineers being unhappy about your co-worker, and the co-worker being mad at you for telling on him. This option is the most likely to end up with someone leaving the job.
Option 1 is just expanding the circle of bad behavior, hence probably the worst possible.
C++
Assume the existence of a Window class with integer data members width and height. Overload the << operator for the Window class-- i.e., write a nonmember ostream-returning function that accepts a reference to an ostream object and a constant reference to a Window object and sends the following to the ostream: 'a (width x height) window' (without the quotes and with width and height replaced by the actual width and height of the window. Thus for example, if the window had width=80 and height=20, << would send 'a (80 x 20) window' to the ostream object.) Don't forget to have the function return the proper value as well. Assume the operator has been declared a friend in the Window class.
Answer:
Following are the code to the given question:
#include <iostream>//header file
using namespace std;
class Window //defining a class Window
{
private:
int width, height;//defining integer variable
public:
friend ostream& operator << (ostream& stm, Window& width)//defining a friend function that takes two parameters
{
return stm<<"a ("<<width.width<<" x "<<width.height<<") window"; //use return keyword that return its values
}
Window(int width, int height): width(width), height(height)//defining parameterized constructor that inherit width and height in its parameters
{}
};
int main() //Main method
{
Window w(80,90);//calling class constructor
cout<<w;//print object value
return 0;
}
Output:
a (80 x 90) window
Explanation:
In the above code, a class "Window" is defined that uses a friend function "ostream& operator" is declared that uses the "ostrea&" as a data type to hold two-variable "stm and w" in its parameter, and declared the parameterized constructor to hold value by inheriting width and height in its parameters.
Inside the main method, a class object is created that calls the constructor and uses the print method to print object value.
) Perform error checking for the data point entries. If any of the following errors occurs, output the appropriate error message and prompt again for a valid data point. If entry has no comma Output: Error: No comma in string. (1 pt) If entry has more than one comma Output: Error: Too many commas in input. (1 pt) If entry after the comma is not an integer Output: Error: Comma not followed by an integer. (2 pts)
Answer:
In Python:
entry = input("Sentence: ")
while True:
if entry.count(",") == 0:
print("Error: No comma in string")
entry = input("Sentence: ")
elif entry.count(",") > 1:
print("Error: Too many comma in input")
entry = input("Sentence: ")
else:
ind = entry.index(',')+1
if entry[ind].isnumeric() == False:
print("Comma not followed by an integer")
entry = input("Sentence: ")
else:
break
print("Valid Input")
Explanation:
This prompts the user for a sentence
entry = input("Sentence: ")
The following loop is repeated until the user enters a valid entry
while True:
This is executed if the number of commas is 0
if entry.count(",") == 0:
print("Error: No comma in string")
entry = input("Sentence: ")
This is executed if the number of commas is more than 1
elif entry.count(",") > 1:
print("Error: Too many comma in input")
entry = input("Sentence: ")
This is executed if the number of commas is 1
else:
This calculates the next index after the comma
ind = entry.index(',')+1
This checks if the character after the comma is a number
if entry[ind].isnumeric() == False:
If it is not a number, the print statement is executed
print("Comma not followed by an integer")
entry = input("Sentence: ")
If otherwise, the loop is exited
else:
break
This prints valid input, when the user enters a valid string
print("Valid Input")
Note that: entry = input("Sentence: ") is used to get input
Which best describes how a supporting database will be structured?
data operations
Data systems
data functionalities
Data modeling
Answer:
DATE SYSTEMS
Explanation:
DATA SYSTEMS
SO SORRY IF IM WRONG
What is computer task bar
Answer:
It is a bar where you can see all of your tasks or pinned items.
Explanation:
What is an example of a composite key in a database table?
InvoiceID
CustomerID
ProductID
OrderID + ProductID
Answer:
b
Explanation:
OrderID + ProductID is an example of a composite key in a database table. The correct option is 4.
What is composite key?A composite key is a key in a database table that consists of two or more columns that uniquely identify each row.
In a database table, a composite key is the combination of OrderID and ProductID in a table that tracks sales transactions.
Because a single order can contain multiple products and multiple orders can contain the same product, neither column can uniquely identify a row by itself.
However, by combining the two columns, each row can be uniquely identified, ensuring that the data is accurate and complete.
Similarly, a combination of CustomerID and ProductID might be used in a sales system to track the products purchased by each customer.
Thus, the correct option is 4.
For more details regarding composite key, visit:
https://brainly.com/question/10167757
#SPJ3
Introduction to Database: Tutorial
10 of
Name
Nancy
Date of Birth Age Blood Type
9/17/97
17 o positive
10/23/97 17 A positive
Hobby
Talent Show Registration Unique ID
drawing and painting, music Yes
A_001
reading, creative writing Yes
A_002
William
Philip
2/22/97
18
B positive
Yes
A_003
Jean
7/25/97
17
No
A_004
playing guitar
sports
George
7/29/98
16
Yes
A_005
Allan
8/16/97
17
Yes
O positive
A negative
O positive
o positive
o negative
AB positive
computer games
sports
A_006
A_007
17
No
Roger 12/11/97
Kimberly 5/12/98
16
Yes
A_008
Anne
6/10/97
17
Yes
A_009
video games
watching TV
reading fiction
listening to music
William
5/22/98
16
O positive
Yes
A_0010
Diane
3/24/97
17
A positive
Yes
A_0011
Part A
What are the field names in the database? Explain what data type is appropriate for each field.
B I y X
Х.
Font Sizes
AA
= = 三 三 三 三
Answer: this is the best situation
Explanation: it shows the process
Answer:
PLATO ANSWER. Sample Answer
Explanation:
The field names in the database are Name, Date of Birth, Age, Blood Type, Hobby, Talent Show Registration, and Unique ID. Here are the types of data that you can enter into each field.
Name:This field has 5 to 10 characters and accepts text data only.
Date of Birth: This field accepts dates only. It uses a medium-length entry in the form of month/day/year (mm/dd/yy).
Age: This field is numerical and contains numerical data only.
Blood Type: This field contains text data, with a maximum of 11 characters.
Hobby: This field can be a memo, and it can accept large volumes of data in any format. This data type can include null values as well.
Talent Show Registration: This is a Boolean data field that contains the values Yes or No.
Unique ID: This field accepts alphanumeric data, so this, too, is a text field.
Which of the following statements are true of
software engineers? Check all of the boxes that
apply.
They are responsible for writing programming
code.
They are usually strong problem-solvers.
They spend most of their work hours running
experiments in a laboratory.
They must hold advanced degrees in
computer science.
Answer:
Option A - They are responsible for writing programming
Option B - They are usually strong problem-solvers
Explanation:
A software engineer needs to be a strong problem solver and he/she must be able to write program/code. He/She is not required to conduct experiments in labs and also it is not essential for them to hold masters degree as even the non computer science or IT background people are working as software engineer.
Hence, both option A and B are correct
Answer:
A & B
Explanation:
Ummmm pls helppp
Which are the features of conditional formatting?
Conditional formatting enables you to_______
and_______
Answer:
A conditional format changes the appearance of cells on the basis of conditions that you specify.
Explanation:
If the conditions are true, the cell range is formatted; if the conditions are false, the cell range is not formatted. There are many built-in conditions, and you can also create your own (including by using a formula that evaluates to True or False).
When entering information for a new contact in the address book, Outlook will automatically create a _____. A. Invitation B. Response email C. Business card D. Calender
7. On a control drawing, what's indicated by the bar under the rung location for a set of relay contacts?
Answer:
On a control drawing , the bar under the rung location for a set of relay contacts indicates (d) normally closed relay contact on that rung.
Explanation:
On a control drawing , the bar under the rung location for a set of relay contacts indicates normally closed relay contact on that rung.
As , when it resets that , the relay is in open. Normally relays works on low current rating upto 10A°
Which element is the first thing you should complete when making a movie?
A script
A storyboard
Opening credits
A video segment
Answer:
storyboard!!!
Explanation:
its important to have the concept in mind before starting
PLS HELP ME I NEED HELP WILL GIVE BRAINLIEST
Which statements accurately describe the Outlook interface? Check all that apply.
Two main elements are items and folders.
The content pane contains a list of items to be viewed in the reading pane.
The ribbon contains a list of tabs and menu items.
Command groups are located in the folder pane.
The main Outlook menu has a ribbon tab with default commands.
File, Home, Send/Receive, Folder, and View are commands on the main ribbon tab.
Answer:
send receive
Explanation: it gives and takes
Answer:
Explanation: EDGE2021
1. What type of malware is triggered by a specific condition, such as a specific date or a particular user account being disabled?
Select one:
Backdoor
Rootkit
Logic Bomb
Trojan Horse
Answer:
it would be logic bomb.
Explanation:
I hope this helps
I GOT A 65% LAST TIME AND IM DOING RETAKE! PLEASE DONT FAIL ME THIS TIME
which information will help you figure out how often your website should be updated
a. cost of updates
b. time for updates
c. visitor frequency
d. resources to update it
Answer:
Explanation: c vecause am pro
you would use conditional formatting on a cell when you want to _____
Answer:
to format a cell based on the value in it
Explanation:
you would use conditional formatting on a cell when you want to format a cell based on the value in it.
Reason -
Conditional formatting allows you to format a cell based on the value in it.
For example, if you want to highlight all the cells where the value is less than 30 with a red color, you can do that with conditional formatting.
How would you highlight cells with negative values in it?You can use conditional formatting.