Answer:
A touch pad is an input device used for pointing on a computer display screen.
A small file put in your hard disk that contains information like user id is called?
Answer:
cookie basics
not sure...
Answer:
A small file put in your hard disk contains information like user id is called cookie. Thank you
In order to print multiple worksheets, what needs to happen before printing?
Answer:
Explanation:
Click the File tab.
Click Print, or press the control p keyboard command.
On the Print screen, select the printer and other settings.
Click Print.
how do you get The special and extended ending in final fight 2 snes
Luckas entered the date 9-17-2013 in an Excel workbook. He wants the date to appears as “Tuesday, September 17, 2013.” Instead of retyping the data, what sequence should Lukas follow so this format is displayed?
Explanation:
highlight, correct format and click ok
https://ref.surveyj.co/Oware111
What is the link?
IS IT A HACKING LINK
Which statement is accurate to describe a spreadsheet versus an Excel workbook?
a) worksheets have one or more workbooks.
b) workbooks have one or more worksheets.
c) workbooks are the same as word documents.
d) worksheets always refer to real paper.
A good machine should have the mechanical advantage of......?
Answer:
The ideal mechanical advantage (IMA) of an inclined plane is the length of the incline divided by the vertical rise, the so-called run-to-rise ratio. The mechanical advantage increases as the slope of the incline decreases, but then the load will have to be moved a greater distance.
Explanation:
Scenarios are quite common where an IT professional is tasked with modify a file on many computer systems or many files on a single computer or a combination of the two. For example, a large software may need the copyright notice comment to be changed on every source file in the project. Or, a configuration file may need to be modified on every server in a multi-server deployment. Doing this task manually is not a viable way to approach the problem. Instead, a better solution is to use a scriptable environment to perform search and replace functionality on the files in question. Python is an excellent tool for this kind of task.
Description
Samba is a unix/linux file sharing suite of programs designed to provide Windows interoperable file and print sharing services. Much of the configuration for the Samba daemon is provided by the text file smb.conf (renamed to smb.txt for this assignment). After an update was deployed to three dozen linux servers it was discovered that a couple of configured parameters were incorrect. Unfortunately, since there are unique aspects to each server, copying the contents of a single file to each server is not a viable solution. To fix the problem, the IT department must connect to each server, edit the smb.conf file, and restart the smbd daemon. To automate this task, each server will have a Python script copied to it. Then an SSH session will be initiated to each server from which the script will be executed. Your task is to write the Python script.
The invocation of the script must be as follows:
python modify.py fileSpec "from" "to"
where,
modify.py is the name of your script
fileSpec is the name of the file to be modified (smb.txt)
"from" is the text to be searched for (be sure to enclose any white space in quotes.
"to" is the text the searched text is to be replaced with.
Testing the script is your responsibility. However a good test case is:
python modify.py smb.txt "password sync = yes" "password sync = no"
Answer:
Explanation:/
The example Python script that can be used to automate the modification of the smb.conf file on multiple Linux servers is shown below
What is the code?python
import subprocess
import sys
def modify_smb_conf(file_spec, search_text, replace_text):
try:
# Open the file for reading
with open(file_spec, 'r') as file:
# Read the contents of the file
file_contents = file.read()
# Perform the search and replace operation
modified_contents = file_contents.replace(search_text, replace_text)
# Open the file for writing
with open(file_spec, 'w') as file:
# Write the modified contents back to the file
file.write(modified_contents)
# Print a success message
print(f"Modification successful: Replaced '{search_text}' with '{replace_text}' in {file_spec}")
except IOError as e:
# Print an error message if there was an issue with file operations
print(f"Error: {e}")
def main():
# Check if the correct number of command line arguments are provided
if len(sys.argv) != 4:
print("Usage: python modify.py fileSpec \"from\" \"to\"")
return
# Extract the command line arguments
file_spec = sys.argv[1]
search_text = sys.argv[2]
replace_text = sys.argv[3]
# Call the function to modify the smb.conf file
modify_smb_conf(file_spec, search_text, replace_text)
if __name__ == '__main__':
main()
Read more about code here:
https://brainly.com/question/29330362
#SPJ2
notes on secondary memory
Answer:
non-volatile and persistent in nature
When she downloads new software onto her smartphone, Talia must ensure the software is compatible with her smartphone's __________.
operating system
application software
utility software
productivity software
Answer:
operating system
Explanation:
Every smartphone has its own operating system (typically iOS or Andriod) and every app must be compatible with an operating system(s).
The rest of the options are just different types of software.
Lmk if this helps
Why Do You Need to Set Goals for a LinkedIn Automation Campaign?
Answer:
Some users are simply eager to use LinkedIn automation to run campaigns because they believe these tools would do some magic and they’d hit a jackpot over the night.
They don’t set any goals or take any necessary steps before starting and then complain about campaign failure.
How should you mark the query if it is a valid one?
A) Gibberish or Vague
B) Profane
C) Foreign Language
D) Valid
E) None
Answer:
None
HOPE IT WILL HELP YOU.
MARK THE ANSWER BRAINLIST
Describe how tuples can be useful with loops over lists and dictionaries,
and give Python code examples.
Create your own code examples. Do not copy them from the textbook or any other source.
Your descriptions and examples should include the following: the zip function, the enumerate function, and the items method.
Answer:
what is computer
what is simple machine
what is output device
26. The
operator will cause a record to
be selected only if two or more
conditions are satisfied
In MS access
Answer:
AND
The AND operator will cause a record to be selected only if two or more
conditions are satisfied.
Jeni is using the Label Wizard to solve a problem. What problem was she most likely experiencing?
O The images were not attaching to the labels.
O The spell check feature was not working within the label boundaries. O The text was getting cut off when the labels printed.
O The print preview function was showing only one label at a time.
Explain how communication has helped to the staff in organization to reach their maximum delivery of service with efficience and effectiveness
Answer:
i don't know
Explanation:
Ellen is working on a form in Access and clicks on the Design tab in the Form Design Tools section. Ellen then clicks on the Controls button and clicks the Label icon. What is Ellen most likely doing to the form?
A.adding a title
B.adding an existing field
C.changing the anchoring setting
D.changing the font of a label
Answer:
D. changing the font of a label
Microsoft office can be classified under what heading of application
Answer:
Word processing software/application
pls mark as brainliest!
Have a grt day!!!
consider l= 5 ,r= 11. you must determine the sum of the values of the function in the range L to R . you have to calculate sum = lrf(x) in python coding
def summation (num1, num2):
i = 0
for x in range (num1 : num2 + 1):
i += x
return i
print ( summation(l, r))
2. A computer that is easy to operate is called
I
10 POINTSSSS PLEASEEE HELPPP
DIT QUESTION
Answer:
Explanation:
A computer that is easy to operate is called User Friendly
Marco travels often and does not have consistent wireless Internet service. He frequently uses his mobile phone service to provide Internet access to his tablet.
Which network type is Marco using?
LAN
PAN
WAN
MAN
Answer:
PAN
Explanation:
For wireless devices like laptops, tablets, wireless desktops, and cellphones to communicate, a wireless LAN normally has a Wi-Fi router or wireless access point. A wireless LAN is essentially a LAN that doesn't use cables. Thus, option B is correct.
What are the PAN network type is Marco using?The computer network that links computers and other devices within a specific person's range is known as a personal area network (PAN). PAN stands for personal area network and gives a network range within a person's range, often within a range of 10 meters (33 feet).
A PAN is a network that primarily serves a tiny space, usually a single small room. It allows computer devices to share data and information with other nearby computers.
Therefore, Whereas in LAN, computers are connected via a network over a short distance, such as within a building, or in a single computer network made up of several computers.
Learn more about network type here:
https://brainly.com/question/29515062
#SPJ2
what is computer? write about computer.
Answer:
Is an electronic device used for storing and processing data.
why am i doing the investigation
what is
computer.write its example
Create a Raptor program to store a list of customer names and phone numbers entered by the user to a text file. Save your text file as “Customers.txt”.
Answer:
b
Explanation:
what Is the device used to produce hard copies from personal computer
Answer:
printer
Explanation:
printer is a device that produce what you have on your computer into paper form
The bank offers the following types of accounts to its customers: saving accounts, checking accounts and money market accounts. Customers are allowed to deposit money into an account (thereby increasing its balance), withdraw money from an account (thereby decreasing its balance) and earn interest on the account. Each account has an interest rate
Assume that you will write the code for an application that will calculate the amount of interest earned for a bank account.
a. Identify the potential classes in this problem domain be list all the nouns
b. Refine the list to include only the necessary class names for this problem
c. Identify the responsibilities of the class or classes.
Carlos manages a Linux system that users are able to SSH into in order to perform certain tasks. However, he has just installed a critical patch and wants to reboot the server to ensure that it has fully taken effect. Which of the following commands should he use to ensure that a reboot will not interrupt any logged in users?
a. w
b. id
c. whoami
d. uname -a
The answer is "Option b" which is "id", and its further calculation can be defined as follows:
In the Linux system, the id command is being used to find out the account and main indicators and numeric IDs of a current user and any other user on the system. In this, command the User name and genuine user ID.It is used to list all the groups of which a user is a member, and also display the security context of the current user.The wrong choice can be defined as follows:
In choice a, "w" is the use full command, which displays all users who are currently active.In choice c, "whoami" is used as our user name.In choice d, "uname-a" is used to shows information about the network.Therefore "Choice b" is the correct answer.
Learn more:
Linux system: brainly.com/question/3133247
2. Which property is used for hiding text of the textbox?
a) Password Char b) Text Char c) Char Password d) Pass Char
Answer:
password char
Explanation:
The password char property allows the text being written in the textbox to be hidden in the form of dots or stars. As such the user entering the password is secure, as no one nearby can know the password by watching the texts.
How is the architecture converted into software code? Elaborate the steps its passes through with help of examples / Diagram.
Answer:
software code 89089999990