Answer:
1. Data
2.Forecast
Explanation:
On edge
Data Validation dialog box should be opened. Choose one or more cells to validate, then click the Data Validation button on the Data tab's Data Tools group. Alternately, you can launch the Data Validation dialog box by pressing Alt, D, and L one at a time.
What locating the Data Validation dialog box?The validation criteria are entered on the settings tab. There are eight possibilities for user input validation: Any Value – This nullifies any previous data validation. Whole Number – Only whole numbers are permitted.
Removing data validation is as simple as selecting the cell or cells that contain the validation you want to get rid of, going to Data > Data Validation, clicking the Clear. All button on the data validation dialog, and then clicking OK.
Therefore, Toggle to the Settings tab (in the Data Validation box). Choose “date” from the Allow box. Select “more than” and enter the start date in the Data box.
Learn more about Data Validation dialog box here:
https://brainly.com/question/19166989
#SPJ5
What are the features of MS Excel
Please help me I don't understand. It's Python.
If anyone can help with either of these questions I would appreciate a lot!
Thank you :)
1.d
2. a
i am not sure but i think its correct
What is the output by:
print(len(stuff))
Answer:
The output will print out whatever the length is for stuff.
Explanation:
You use len() to get the length of the given string, array, list, tuple, dictionary, etc. Thus, passing in stuff using len will let the program to get the length of it.
What are the reasons for battery problems? How can these problems be corrected?
In Secure Electronic Transaction, the purpose of Dual Signature is to link two messages that are intended for two different recipients. Discuss these two messages that are intended for two different recipients along with the need of linking. Also discuss if this purpose is fulfilled if we use KUc instead of KRc in the given model. Justify your answer with appropriate discussion.
Answer:
The analysis of the question is summarized in the following explanation.
Explanation:
The dual signature would be intended as a connector for both signals, we can clearly distinguish between the transmit antennas by delivering each statement with such a separate signing, thus making the linkage of certain messages possible via the World wide web.No violation of the records allows data easily accessible to a third party so we can improve the safety of 2 statements linking, because nobody can identify how the data have been authenticated as well as how the text could be decrypted to gather intelligence.
Why is John Von Neumann to a remarkable name?
si
Answer:
John von Neumann is remarkable for his vast knowledge of mathematics, and the sciences as well as his ability to correlate the pure and applied sciences.
Explanation:
John von Neumann who was born on December 28 1903, and died on February 8,1957 was known for his extensive knowledge of mathematics, physics, computer, economics, and statistics. In computing, he was known to conceive the idea of the self-replicating machines that thrive in the automata cellular environment, the von Neumann architecture, stochastic computing and linear programming.
He developed the game theory in Economics, and laid the foundation for several mathematical theories. He contributed greatly to quantum mechanics and quantum physics. Little wonder, he was dubbed "the last representative of the great mathematicians."
Write a static method reOrder56(int[] nums) that return an array that contains exactly the same numbers as the given array, but has been reorderd so that every 5 is immediately followed by a 6. You may choose to move every other number with the exception of 5; You are not to move 5. The array contains the same number of 5's and 6's, every 5 has a number after it that is not a 5, and a 6 appears in the array before any 6.
Answer:
Follows are the code to the given question:
static int[] reOrder56(int[] nums)//defining a static method reOrder56 that holds an array in parameter
{
int x,y;//defining integer variables
for(x=0;x<nums.length;x++)//using for loop that counts array
{
if(nums[x]==5 && nums[x+1]!=6) //defining if block checks arry values
{
for(y=0;y<nums.length;y++)//use for loop to count array value again
{
if(nums[y]==6 && nums[y-1]!=5)//defining if block checks arry values
{
nums[y] = nums[x+1];//swap the array element value
nums[x+1] = 6;//holing value in array
break;//break the condition
}
}
}
}
}
Explanation:
In this code, a static method "reOrder56" is declared that takes an integer array "nums" in its parameter, and inside the method, two integer variable "x, y" is defined, which is used in the nested loop.
In the first loop, it holds array values and uses the if block to check the array element value and define another loop to check the same condition, and this block, swap the value and holds the value in the array and breaks the condition.
Do you think tracking your screen time will reduce your usage? Why or Why not?
Have a Good day
Answer:
I dont think it will help much
Explanation:
Well, just tracking it will not necessarily make you stop. I would recommend putting app limits or downtime (if you have a mac). Also make a log. Write down how much time you need for different things, like 1 hour of free time, 5 hours of schoolwork. Also, make a schedule based off the things you put on your log.
I found doing this helped me reduce my time on screen and made me more productive.
What is the importance of social media to advance social causes
Answer:
Social media can enhance the awareness of a topic. Social media brings helpers towards a social cause.
Explanation:
What are the different types of Network Connectivity Devices?
Explanation:
Types of network devices
Hub.
Switch.
Router.
Bridge.
Gateway.
Modem.
Repeater.
Access Point.
HOPE THIS HELPS YOU THANK YOU.
TRUE OR FALSE: THE BUILDER'S CLUB IS A PAID SUBSCRIPTION.
Answer:
true
Explanation:
Draw a flow chart to input some numbers and calculate and their total , stop when the total is greater
than 200.
Output the total , average and how many numbers where their total is less than 200.
Answer:
See attachment for flowchart
Explanation:
Using the attachment as a point of reference:
1. Start
2. sum and count were initialized to 0
3. The flowchart gets input from the user
4. The sum is calculated and the count is updated (by adding 1)
5. Check if sum is greater than 200.
If yes, go to 6, if no go back to 3.
6. Print sum
7. Calculate average
8. Print average and count of numbers
9. Stop
0101 0011011011110110
1001 01110100 0110 0011
0110 0001 011011100110
001001100101 01110000
01110010011011110110
00110110 0101 01110011
01110011 01100101 0110
11091ו001001
01000110
01101101 01111001
0100 00110101 0000 0101
0101
Convert to text
Answer:
this is all I know... tep6sse Fmy5
which of the following describe why a repeat block would be used in a project
Answer :If a project uses a Repeat block the same logic always holds when the commands are executed. Both block stacks perform the same behaviour.
Explanation:
Answer:
To save space and time for blocks that repeat more than once in a project.
Explanation:
:)
the physical parts of Computer are kwon as
Answer:
Computer hardware
Explanation:
Computer hardware includes the physical parts of a computer, such as the case,central processing unit (CPU), monitor, mouse, keyboard, computer data storage, graphics card, sound card, speakers and motherboard.
describe four trends in computer technology revolution
Answer:
1. Artificial Intelligence & Machine Learning
2. The Internet of Things (IoT)
3. Big Data
4. Cloud & Edge Computing
Explanation:
which measuring instrument is used in measring current in a circuit?
Explanation:
Ammeter is used to measure current in a circuit.
Answer:
ammeter
Explanation:
ammeter is measuring device used to measure the electric current of a circuit
What is the main advantage of the WebM video file format?
A. WebM files are smaller and download faster than other video file formats, but do not sound as good.
B. WebM files are smaller than and effectively compete with other video file formats, but are not open-source.
C. WebM files are larger, download faster, and look as good as other audio file formats.
D. The WebM file format is open-source and effectively competes with proprietary file types.
Answer:
C. WebM files are larger, download faster, and look as good as other audio file formats.
Discuss briefly four types of websites and the criteria you will use to evaluate the content of a website
Answer: I would look at who made it, what date it was published, what it is about and if it says .gov, .com or etc.
Explanation:
What are the different types of Network Connectivity Devices? Minimum If 5 Network Connectivity Devices
Answer:
Different types of Network Connectivity Devices are;
1) Network Interface Card (NIC)
2) Network router
3) The hub
4) Modem
5) Wireless Access Point
Explanation:
Network Connectivity Devices are network equipment that is used to receive and transmits data signals in analog or digital format to and other devices within the network through either wired or wireless connection
1) The network interface card enables the wired connection of a computer to an external network
2) A router is used for connecting two or more networks by routing packets to the different networks
3) A network hub transmits data it receives through one port to all the other ports in the hub and vice versa
4) The modem which is an abbreviation of modulator demodulator is used to transmit and receive data through telephone lines by converting digital signals into analog signals and vice versa
5) A wireless access point is made up of a device used to create a wireless network by using a transmitting and receiving data that allows wireless interconnectivity between users in the network.
Arrange the Jumbled letters 1.eilf ngrihsa ________________ 2.cersityu ourreecs ________________ 3. ngrihsa ________________ 4. mmocnoitacin ________________ 5. exiflble ecscsa
Answer:
1. file sharing
2. security recourse
3.sharing
4.communication
5.flexible access
Explanation:
-
Who wants to play Among Us as My hero Academia characters?
Answer:
this is brainly uhhhhhhh
Explanation:
y
Aight, I missed it walpp
how does a programmer use digital waves to transfer sound?
An analogue sound wave is picked up by a microphone and sent to an analogue to digital converter which converts the electrical signals into digital values which can be stored on a computer.
What is analogue to digital (ADC)?Analogue to Digital (ADC) is refer to as a system which converts an analog signal, such as a sound picked up by a microphone or light entering a digital camera, into a digital signal.
Once in a digital format that can edit sounds with programs such as audacity. To play digital audio convert the sound from digital values into analogue electrical signals using the DAC, these signals are then passed to a speaker that vibrating the speaker cone, moving the air to create sound waves and analogue noise.
For more information regarding analogue to digital, visit:
https://brainly.com/question/20827936
#SPJ2
Jack has a fear of getting up in front of a group of people and giving a presentation. When he gave his last presentation, he talked quickly, which made it hard for people to understand him.
What constructive criticism could you give Jack?
You did an amazing job on the research. When I present, I find it helpful to take a deep breath. It helps me relax and slow down, which helps my audience.
You do not have confidence in your ability, and it shows. You need to get training on presenting.
You had a lot of great points in your presentation. Everyone walked away understanding what you were saying.
You need to slow down. People do not like it when you talk so fast.
Answer:
The constructive criticism I would give Jack is the 1st one. You did an amazing job on the research. When I present, I find it helpful to take a deep breath. It helps me relax and slow down, which helps my audience. Hope this helps :)
Answer:
c
Explanation:
You have learned a lot about the types of careers that are involved with building a playground. Create two job descriptions of positions you would like on the construction team. List at least three skills that each position needs. Suggest at least one career field for each position. Respond to at least two of your classmates. Suggest another position on the construction team that would complement the two positions that your classmate suggested. List at least three skills and a career field for your position. Read the responses to your own post. Explain how all three positions would work together on the construction team to get the playground built. Remember that sharing your ideas with your classmates is an important part of this course. Don’t forget to read and reply to your classmates’ posts. You may offer advice, support, suggestions, or encouragement to your classmates.
Answer:
Learn some easy and hard careers
Explanation:
People are known to have different kinds of Careers. The job descriptions of positions I would like on the construction team are Playground designer and Carpenters.
The Playground designer needs a design skill, must be able to draw and also be able to estimate how much the design will costThe Carpenter must have knowledge/ skills of the carpentry work, how to use the tools for the work and must know how to make sketches and layouts.Another position on the construction team that would complement the two positions are Construction Laborer or ground crew.What is a construction team?There are different kinds of professionals and career paths in the construction industry. They include;
ArchitectsEngineersBuildersEstate surveyors, and others.Conclusively, They are work hand in hand to ensure a good and perfect construction work.
Learn more about construction team from
https://brainly.com/question/25795065
Which of these devices can not only manage traffic between local PCs in a network but can also access outside networks?
network adapter
switch
router
repeater
Answer:
Switches generally have a more intelligent role than hubs. A switch is a multiport device that improves network efficiency. The switch maintains limited routing information about nodes in the internal network, and it allows connections to systems like hubs or routers. Strands of LANs are usually connected using switches. Generally, switches can read the hardware addresses of incoming packets to transmit them to the appropriate destination.
Explanation:
Routers are an essential part of any larger TCP/IP network. In fact, without the development of network routers and TCP/IP routing protocols, the Internet (the biggest network in the world) would not have become as extensive. Routers play a vital role in controlling traffic and keeping the network efficient.
Answer:
router
Explanation:
Hey i need some help with code.org practice. I was doing a code for finding the mean median and range. the code is supposed to be including a conditional , parameter and loop. I'm suppose to make a library out of it and then use the library to test the code? please help!
here is the link to the code.
https://studio.code.org/projects/applab/YGZyNfVPTnCullQsVFijy6blqJPMBOgh5tQ5osNhq5c
P.S. you cant just type on the link i shared you have to click view code and then remix to edit it. thanks
Answer:
https://studio.code.org/projects/applab/YGZyNfVPTnCullQsVfijy6blqJPMBOgh5tQ5osNhq5c
Explanation:
A group of grade 11 students decide to have a party at the end of the school year. In order to decorate the
venue, they fill balloons with hydrogen gas and helium gas. Hydrogen filled balloons took 28.4 hours to go flat. How
long would it have taken the helium filled balloons to go flat?
Answer:
don't know jjwkwkowowu
Explanation:
hjh89uh
Any aesthetic pomodoro timer apps you know? That are free* Something similar to pomofocus.io -> however I cannot download it as an app, just an extension ;(
Answer:
hi! i personally have never used a focus timer app but after looking for some, it seems like a great idea:) attached i have some apps i found!
Explanation:
Why would someone make a histogram instead of a bar chart?
Answer:
Someone can make a histogram instead of a bar chart if distributions of variables are need to be represented and if data is quantitative.
Explanation:
Histograms are drawn to represent distributions of variables whereas bar charts are used to compare various variables. Histograms plot quantitative data whereas bar charts plot categorical data.
So, someone can make a histogram instead of a bar chart if distributions of variables are needed to be represented and if data is quantitative.
An individual can make a histogram instead of a bar chart in order to show the distribution of variables or plot quantitative data.
It should be noted that histograms are typically used in showing the distribution of variables. On the other hand, bar charts are used in comparing variables.
Also, histograms plot quantitative data in such a way that the ranges of data are grouped into intervals while bar chart typically plots categorical data.
Learn more about histograms on:
https://brainly.com/question/14763672