Answer:
1 cannot
can
2 can
cannot
3 do not
4 can
cannot
5
TRUE OR FALSE:
To make an object "active", you click on the picture,
image, or object and it shows the bounding box.
Answer:
True
Explanation:
I just know the answer because I'm a genius hehe
Match the Tools with the name of the tool.
Toolbar Options
Question 1 options:
Increase Indent
Line Spacing
Decrease Indent
Justify Text
Bullet Points
Center Text
1
2
3
4.
5
6
Answer:
1. Center Text
2. Justify Text
3. Bullet Points
4. Decrease Indent
5. Increase Indent
6. Line Spacing
Hope this helps:)
Technician A says that a DPDT switch is equivalent to two SPST sets. Technician B says that
the circuit diagram of a DPDT switch is the same as an SPST switch. Who is correct?
Select one:
O a. Technician A only
O b. Technician B only
O c. Both Technician A and Technician B
O d. Neither Technician A nor Technician B
Answer:
Socratic app
Explanation:
it will help you
Do you trust machine learning application?
Answer:
Trusting a machine learning model, in general, can be interpreted as creating a robust model which gives largely accurate results and has a high generalization ability. Classification models learn from past experience, so the robustness of a model primarily depends on the given training set
Explanation:
Hope it helps
Please mark as brainliest
The input nums is supposed to be an array of unique integers ranging from 1 to nums.length (inclusive). However, there is a mistake: one of the numbers in the array is duplicated, which means another number is missing. Find and return the sum of the duplicated number and the missing number. Example: in the array [4, 3, 3, 1], 3 is present twice and 2 is missing, so 3 2
The program is an illustration of loops.
Loops are used to perform repetitive and iterative operations.
The program in Python where comments are used to explain each line is as follows:
#This intializes the list
nums = [5,4,4,2,1]
#This gets the length of the list
size = len(nums)
#This iterates through the list
for i in range(size):
#The following if condition determines the repeating number
if nums[abs(nums[i])-1] > 0:
nums[abs(nums[i])-1] = -nums[abs(nums[i])-1]
else:
repeating = abs(nums[i])
#The following if condition determines the missing number
if nums[i]>0:
missing = i + 1
#This calculates and prints the sum of the missing and the repeating numbers
print(repeating+missing)
Read more about similar programs at:
https://brainly.com/question/13549861
Write two statements to assign numApples with 10 and numOranges with 3. Sample output for given program: Apples: 10 Oranges: 3
numApples = 10
numOranges = 3
print(f"Apples: {numApples}")
print(f"Oranges: {numOranges}")
The statements should assign numApples with 10 and numOranges with 3.
The code is written in python.
The variable numApples is used to assign the number of apples and numOranges is used to assign the number of oranges.
The number of apples and oranges were outputted with the print statement in python.
I used the f strings in python to concatenate strings and integers.
The bolded values in the code are python key words.
read more: https://brainly.com/question/13785329?referrer=searchResults
Freeze column A and rows 1 through 3 in the worksheet
The question tells us that we are dealing with an Excel Worksheet task.
The most popular workbooks are:
"MS Excel" and "G-Sheets"The purposes of this question we will consider both.
Columns in either of the two types of worksheets mentioned above refer to the Vertical Grids which run through the sheets.
Rows on the other hand refer to the Horizontal Grids which run through the sheets. Both Columns and Rows comprise Cells.
Freezing in this sense refers to the act of ensuring that regardless of which direction the worksheet is scrolled, the frozen parts remain visible on the screen.
How to Freeze Column A and Rows 1 to 3
In "MS Excel":
Open Microsoft Excel Click on Blank WorkbookClick on Cell B4 to highlight itOn the ribbon above, click on view to display its sub-functionsselect Freeze PanesThis action will freeze the entire column A as well as Row 1 to 3. To increase the number of rows from 1-3 to 1 to 5 for instance, you'd need to return to the View Function, Unfreeze the Panes, select Cell B6 then select Freeze Panes.
In "G-Sheets"
Ensure that your computer is online, that is, connected to the internetOpen "G-Sheets"Place your mouse cursor on cell B3 and click to highlight itWith your click on View in the ribbon above. This will display the Freeze function in "G-Sheets" along with its subfunctionsSelect the "Freeze + Up to row 3". This action will freeze Rows 1 to 3.Next, click anywhere in Column ACarry out step 4 above and select "Freeze + Up to column A"For more about Freezing Work Sheets click the link below:
https://brainly.com/question/17194167
Discuss how to enhance the security of a Linux computer in a systematic manner.
Answer:
So here are five easy steps to enhance your Linux security.
1. Choose Full Disk Encryption (FDE) No matter which operating system you are using, we recommend that you encrypt your entire hard disk.
2. Keep your software up-to-date.
3. Learn how to use Linux’s firewall.
4. Tighten up security in your browser.
5. Use anti-virus software.
Explanation:
Linux has five steps for enhanced security.
What are the five layers of security in Linux?A Linux is an operating system and has a Linux kernel that is based on the system and consists of five-layer of enhanced security.
These are FDE that is chosen full disk encryption, followed by keeping software up to date and learning how to make use of a firewall. It also tightens the browser's security plus the use of anti-virus.
Fin dout more infimation about the linux.
brainly.com/question/25480553
In many businesses, it is common to have a key card style access control to get in and out of the building or into other sections of the building. What major benefit does this type of centralized access control system offer that simple locks and keys cannot
Answer:
identification of who is entering the building
Explanation:
The key benefit of centralized access control system that simple locks and keys cannot offer is to:
Maintain Security of your Sites. Identify people entering or going out of firm.What major benefit does a centralized access control system have?The key benefit over key style is:
Maintain Security of your Sites.Note that is said to be the highest benefit of a building access system as it is aim to properly aid or secure a remote sites.
The key benefit of centralized access control system that simple locks and keys cannot offer is to:
Maintain Security of your Sites. Identify people entering or going out of firm.Learn more about key card style from
https://brainly.com/question/25533998
#SPJ6
Protecting data security, privacy, and integrity are important database functions. What activities are required in the DBA's managerial role of enforcing these functions
Answer:
Coordinating, monitoring, and allocating database administration resources
Explanation:
people and data. Defining goals and formulating strategic plans for the database administration function.
Separate database servers and web servers.
Use web application and database firewalls.
Secure database user access.
Regularly update your operating system and patches.
Audit and continuously monitor database activity.
Test your database security.
Encrypt data and backups.
The DBA are responsible to authorizing access the database, coordinate and monitor, and acquiring software/ hardware resources. The database designers are responsible to identify the data that to be stored in the database and choose suitable structures to store this data.
Software installation and Maintenance.
Data Extraction, Transformation, and Loading.
Specialized Data Handling.
Database Backup and Recovery.
Security.
Authentication.
Capacity Planning.
Performance Monitoring.
True or False. A range has an address called a range address.
True
False
Answer:
im not sure so i apoligize, but i think its true
Explanation:
by what order of magnitude is something that runs in nanoseconds faster than what runs in milliseconds
A security architect at a large, multinational organization is concerned about the complexities and overhead of managing multiple encryption keys securely in a multicloud provider environment. The security architect is looking for a solution with reduced latency to allow the incorporation of the organization's existing keys and to maintain consistent, centralized control and management regardless of the data location. Which of the following would best meet the architects objectives
a. trusted platform module
b. IaaS
c. HSMaaS
d. PaaS
Answer:
a. trusted platform module
i thinks it will help you
Explanation:
i will send you money
Answer:
..................................................................................................................................................
Explanation:
To classify wireless networks by coverage, which of the following are wireless networks?
A- WPAN
B-WLAN
C- WMAN
D- WWAN
Answer:
B -WLAN
Explanation:
Use the edit icon to pin, add or delete clips.
Steve Jobs
Born
Feburary 24, 1955
Death
October 5, 20122
Steven Paul Jobs was an American inventor, designer and entrepreneur who was the co-founder, chief executive and chairman of
Apple Computer.
Apple's revolutionary products, which include the
In 1976, when Jobs was just 21, he and Wozniak started Apple Computer in the Jobs’ family garage. They funded their entrepreneurial
venture by Jobs selling his Volkswagen bus and Wozniak selling his beloved scientific calculator. Jobs and Wozniak are credited with
revolutionizing the computer industry with Apple by democratizing the technology and making machines smaller, cheaper, intuitive and
accessible to everyday consumers.
Wozniak conceived of a series of user-friendly personal computers, and — with Jobs in charge of marketing — Apple initially marketed
the computers for $666.66 each. The Apple I earned the corporation around $774,000. Three years after the release of Apple's second
model, the Apple II, the company's sales increased by 700 percent to $139 million.
In 1980, Apple Computer became a publicly-traded company, with a market value of $1.2 billion by the end of its very first day of
trading. Jobs looked to marketing expert John Sculley of Pepsi-Cola to take over the role of CEO for Apple.
The next several products from Apple suffered significant design flaws, however, resulting in recalls and consumer disappointment.
IBM suddenly surpassed Apple in sales, and Apple had to compete with an IBM/PC-dominated business world.
In 1984, Apple released the Macintosh, marketing the computer as a piece of a counterculture lifestyle: romantic, youthful,
creative. But despite positive sales and performance superior to IBM's PCs, the Macintosh was still not IBM-compatible.
Sculley believed Jobs was hurting Apple, and the company's executives began to phase him out. Not actually having had an
official title with the company he co-founded, Jobs was pushed into a more marginalized position and thus left Apple in 1985.
Answer:
what Is your question it is not clearly stated
Microcomputer hardware consists of three basic categories of physical equipment _____a. System unit, Input/output, Memory b. System unit, input/output, secondary c. Keyboard, monitor, hard_drive d. System unit, primary storage, secondary storage.
Answer:
c
Explanation:
Hope it helps!!
sure po ako dyaan
Describe the advantages and disadvantages of password generator software. Would you recommend the use of such software for your own system
Answer:
he various advantages that can be associated with a password generator software are as follows: Any arbitrary long password can be generated using the complete set of symbols and not just a subset (usually the subset which is easier to type on a key
Explanation:
three types of keys on the keyboard
Synthesize (15 points)
Determine the practical steps for delivering a presentation, and apply the principles
of good communication to a slide presentation. Critique the style of two different
presentations shown on the second page of this activity.
1. Delivering a successful presentation is difficult, and often it comes down to the
details. Watch Video A, which is on the second page of this activity. List three things
you think this presenter is doing successfully
2. Watch Video B. Compare the two presenters and identify two things this presenter
could do better.
Answer:
Perfection: When you make a mistake, no one cares but you.
Even the most accomplished public speaker will make a mistake at some point. Just keep in mind that you’ll notice more than anyone in your audience. The most important thing you can do after making a mistake during a presentation is to keep going. Don’t stop and—unless the mistake was truly earth shattering—never apologize to the audience for a minor slip. Unless they are reading the speech during your delivery, the audience won’t know if you left out a word, said the wrong name, or skipped a page. Because “to err is human,” a mistake can work for you, because it allows you to connect with your audience. People don’t want to hear from someone who is “perfect;” they will relate much more easily to someone who is real.
Master the art of public speaking and crush your next presentation with one of our public speaking seminars, available online and in a classic classroom format.
Effective Executive Speaking
Take your public speaking to the next level! Speak, present and communicate with poise, power and persuasion.
Visualization: If you can see it, you can speak it.
Winners in all aspects of life have this in common: they practice visualization to achieve their goals. Sales people envision themselves closing the deal; executives picture themselves developing new ventures; athletes close their eyes and imagine themselves making that basket, hitting that home run, or breaking that record.
The same is true in public speaking. If you’ve read “10 Powerful Body Language Tips” then you know how anxiety can impact presentation skills. The best way to fight anxiety and to become a more comfortable speaker is to practice in the one place where no one else can see you—your mind. If you visualize on a consistent basis, you’ll prepare your mind for the prospect of speaking in public, and pretty soon you’ll conquer any feelings of anxiety.
Discipline: Practice makes perfectly good.
Your goal is not to be a perfect public speaker. There is no such thing. Your goal is to be an effective public speaker. Like anything else in life, it takes practice to improve those public speaking skills. We too often take communication for granted because we speak to people everyday. But when your prosperity is directly linked to how well you perform in front a group, you need to give the task the same attention as if you were a professional athlete. Remember, even world champion athletes practice every day. Try taking a class where you practice giving speeches.
Detail for the configuration of your laptop and your phone
Answer:
What do u mean?
Explanation:explanation is...
Anyone watch anime what's y'all race
1. Give one reason why data is represented in binary in a computer [1]
2. How many bits in a byte? [1]
3. How many bytes are there in a MB? Include your working.
Answer:
1) Computers use voltages and since voltages changes often, no specific voltage is set for each number in the decimal system. For this reason, binary is measured as a two-state system i.e. on or off. Also, to keep calculations simple and convert into binary online, computers use the binary number system
2) 8 bits
3) 1000000 bytes
While discussing the testing procedures for relays, Technician A says that if a relay does not
click or activate a circuit it is intended to operate, it can be comprehensively tested using a
voltmeter, test light, or ohmmeter. Technician B says that electronic relay testers do not
require a voltage source. Who is correct?
Select one:
O a. Technician A only
O b. Technician B only
O c. Both Technician A and Technician B
O d. Neither Technician A nor Technician B
Answer:
Socratic app
Explanation:
it will help you
Write a program to grade an n-question multiple-choice exam (for n between 5 and 50) and provide feedback about the most frequently missed questions. Your program will take data from the file examdat.txt. The first line of the file contains the number of questions on the exam followed by a space and then an n-character string of the correct answers. Write a function fgets Answers that inputs the answers from an open input file. Each of the lines that follow contain an integer student ID followed by a space and then that stu dent's answers. Function fgets Answers can also be called to input a student's answers. Your program is to produce an output file, report.txt, containing the answer key, each student's ID, and each student's score as a percentage, and then information about how many students missed each question. Here is a short sample input and output files. examdat.txt 5 dbbac 111 dabac 102 dcbde 251 dbbac
Answer:
I was able to create script however it was not in the correct language, sorry.
Explanation:
calculate the speed when given the amount of 1TB to be transfer in 5hrs.
Answer:
Data transfer rate is the speed that a certain amount of data is transferred over a given period of time. You might want to know the transfer rate if you’re downloading something online or transferring data from one source to another. First, convert your units so the file size and transfer speed are in either bits or bytes with the same prefix (kilo, mega, giga, or tera). Then, plug your numbers into the equation S = A ÷ T in which A is the amount of data and T is the transfer time to solve for S, the speed, or rate, of transfer. You can also determine the amount of data or the transfer time if you know one of the variables plus the speed of transfer.
Explanation:
Q1. What is animation?
Answer:
The act of animating, or giving life or spirit.
Explanation:
HOPE IT HELPS............What position should you hand be on the steering wheel? yuyuyhj
Answer:
9 and 3
Explanation:
its the right way and njcs wdhiqgua wdiu posef
what is wardrobe in french
Answer:
garde - grobe
Explanation:
that's all
Question 8 A data analyst is working with a data frame named stores. It has separate columns for city (city) and state (state). The analyst wants to combine the two columns into a single column named location, with the city and state separated by a comma. What code chunk lets the analyst create the location column
The programing language, R has a unite unite function in the tidyr package. Hence, the code chunk which let's the analyst create the location column is; unite (stores, "location”, city, state, sep=",")
The syntax for the unite function is ; unite(data,col,..., sep)data = dataframe from which data is to be extracted `; stores col = name of the new column ;" location"... = dataframes to be merged ; city, statesep = seperator ; ","Hence, the required syntax goes thus :
unite (stores, "location”, city, state, sep=",")Learn more : https://brainly.com/question/25534959