Answer:
Thus, 50.5 is an average of numbers from 1 to 100.
Explanation:
getcalc.com's average calculator to find what is the mean or average of natural numbers upto 100.
50.5 is an average of numbers from 1 to 100 mentioned in the below table, by substituting the total sum and count of numbers in the below formula. The corresponding formulas, chart, examples & workout may help students, teachers or professionals to learn, teach or practice the average of natural numbers upto 100.
Address the formula, input parameters & values.
Formula: Average = Total Sum of Numbers / Total Count of Numbers
Input parameters & values:
The numbers from 1 to 100 are
1, 2, 3, 4, . . . . , 98, 99, 100
Total Count of Numbers = 100
step 2 Find the sum of numbers from 1 to 100.
sum = 1 + 2 + 3 + . . . . + 99 + 100
= 5050
step 3 Divide the sum by 100 Average = 5050/100 = 50.5
Thus, 50.5 is an average of numbers from 1 to 100.
List the types of infrared we have
Answer: infared types like the sun, sun light, heat lamps, and radiators
You created a database related to computer hardware parts and their details. You'd like to view the names of the parts in alphabetical order. Which database operation can you use to view the desired output ?
(type correct answer in text box)
The ( ) operation will allow you to view the names of the parts in alphabetical order.
Answer:
The sorting operation
Explanation:
Required
Database operation to view a record in alphabetical order
The operation is sorting.
Literally, this means arranging data in a particular order (e.g. ascending or descending order)
So, after the database has been created, and I need to the arranged list of names of the computer hardware, I will make use of the sorting operation.
Depending on the database management software that I used, the operation can be achieved using SQL queries (e.g. MySQL Workbench) and can also be done manually (e.g. Microsoft Office Access)
is used for finding out about objects, properties and methods
Answer:
science
Explanation:
write a complete program for the following situation related to the setting the speed of a car preset values before starting journey. . if speed is less than lower_set_speed, display the message "accelerate" to the screen, increases the cars speed to the lower set speed and output the new speed to screen .if speeds greater than upper_set_ speed, print the message "apply brake" to the new speed to the screen .Give all necessary documentation in the comments, including the file name. .allow the program to exit at the end. .output the speed to the screen. . how many different initial speeds will you need to test this code?
please help me it means a lot
Answer:
Explanation:
Please specify which programming language this is supposed to be written in.
Without knowing that, only the last part can be answered "how many different initial speeds will you need to test this code?"
You will need to test at least 3 initial speeds: one below the lower-set-speed, one between the lower- and upper-set-speed and last one which is above the upper-set-speed.
________________risk in payment system requires improvements in the security framework. [ ]
a)Fraud or mistakes b)Privacy issues c)Credit risk d) All of the above.
Please write the answer for 15 points
Answer:
D. all of the above
Explanation:
sana nakatulong
help meeeee pleaaaseee
Answer:
just drop out that the easiest solution
What is the main fuction of command interpreter
The command interpreter or the command-line interface is one of the ways a user can interface with the operating system. The command interpreter's main task is to understands and executes commands which it turns into system calls. The kernel is the central module of an OS.
_________________
Brainliest would be greatly appreciated!
I found this!
_________________
#SpreadTheLove
#SaveTheTrees
- Mitsu JK
what does this mean on a tamagotchi lol (this is the hello kitty one)
I don't have that tamagotchi
But I do have 2 tamagotchi's
I think it's a cherry on your tamagotchi
Hoped this helped!
Have a wonderful day-
is the minimum level of security mechanism in a
system.
Select one:
O Baseline
O Security model
O Security policy
O Reconnaissance
Answer:
Security policy is the minimum
Explanation:
A field is a group of related records that can be identified by the user with a name, type, and size.
Answer: False
Explanation:
The statement that a field is referred to as a group of related records which can be identified by the user with a name, type, and size is wrong.
The above definition represents a table. The group of related records is referred to as a table. On the other hand, a field refers to a set of data values, which are of identical data type.
list the main industries in Sierra Leone
Answer:
The main industries in Sierra Leone are: Diamond mining
Petroleum refining
Small - scale manufacturing (beverage, textiles,footwear)
Explanation:
They also engage in commercial ship repair
A collection of computers and other hardware devices that are connected together to share hardware, software, and data, as well as to communicate electronically with one another? Explain.
Write a C program that right shifts an integer variable 4 bits. The program should print the integer in bits before and after the shift operation. Does your system place 0s or 1s in the vacated bits?
Solution :
#include<[tex]$\text{stdio.h}$[/tex]>
#include<conio.h>
void dec_bin(int number) {
[tex]$\text{int x, y}$[/tex];
x = y = 0;
for(y = 15; y >= 0; y--) {
x = number / (1 << y);
number = number - x * (1 << y);
printf("%d", x);
}
printf("\n");
}
int main()
{
int k;
printf("Enter No u wanted to right shift by 4 : ");
scanf("%d",&k);
dec_bin(k);
k = k>>4; // right shift here.
dec_bin(k);
getch();
return 0;
}
When dragging a sheet tab to move it, the location of the _______ determines where the sheet tab will be moved.
square
line
arrow
last tab
the location of the arrow determines it
What symbol next to the records indicates that a table includes a subdatasheet? an asterisk a plus sign a question mark an exclamation point
Answer:
A plus sign
Explanation:
EDGE 2021
Answer: or in other words B
Explanation: on edg hop this helps
To specify the data sets you want to see for your particular user, you create or select a
d
Select one:
a. Filter
b. View
c. Switch
d. Scope
Answer:
B
Explanation:
draw a flowchart and write the algorithm to find even number between 1 to 50
Answer:We Explain the flowchart in following images given below..
Please hit a like and thanks
Why are iterators useful?
Select one:
a. Iterators prevent infinite loops
b. Iterators are easier to loop over than a while loop
c. Iterators walk down a collection faster than a for loop.
d. Iterators give you direct access to private variables.
e. Improve information hiding by not revealing how a collection class is implemented
A function checkZeros accepts three double parameters. It checks to see if the sum of all three parameters is equal to zero. If this sum is equal zero, the function returns true, otherwise the function returns false. 1. Give an example CALL from main: 2. Write the prototype for the function: 3. Write down the definition (header and body) for the function.
Answer:
Explanation:
The following code is written in Java. It creates the interface/prototype, the function, and the main method call. The function takes in the three int parameters, adds them, and then checks if the sum equals zero, outputting the correct boolean value. Output can be seen in the picture attached below. Due to technical difficulties I had to add the code as a txt file below.
Rick is a fan of logic-based games. However, he is bored of the classic ones, like Sudoku and Mastermind, since he has solved so many of them. Recently he found a new game in which one is given a string with some question marks in it. The objective is to replace all of the question marks with letters (one letter per question mark) in such a way that no letter appears next to another letter of the same kind.
Write a function:
def solution(riddle)
that, given a string riddle, returns a copy of the string with all of the question marks replaced by lowercase letters (a-z) in such a way that the same letters do not occur next to each other. The result can be any of the possible answers as long as it fulfils the above requirements.
Examples:
1. Given riddle = "ab?ac?", your function might return "abcaca". Some other possible results are 'abzacd", "abfacf".
2. Given riddle = "rd?e?wg??", your function might return "rdveawgab".
3. Given riddle = "????????", your function might return "codility".
Write an efficient algorithm for the following assumptions:
• the length of the string is within the range [1..100,000);
• string riddle consists only of lowercases letters (a - z) or '?';
• it is always possible to turn string 'riddle' into a string without two identical consecutive letters.
1 # you can write to stdout for debugging purposes, e.g.
2 # print("this is a debug message")
3
4 def solution (riddle):
5
6 # write your code in Python 3.6
7 pass
Answer:
The function is as follows:
import random
import string
def solution(riddle):
s = list(riddle)
for i in range(len(riddle)):
alpha = "".join(random.choice(string.ascii_letters) for x in range(1))
alpha = alpha.lower()
if s[i] == '?':
if i > 0 and i < len(s)-1:
if s[i+1] != alpha:
s[i] = alpha
elif s[i-1] != alpha:
s[i] = alpha
else:
i=i
else:
if i == 0:
if s[1] != alpha:
s[i] = alpha
else:
i = i
else:
if s[i-1] != alpha:
s[i] = alpha
else:
i = i
riddle = ""
for ele in s:
riddle+=ele
return riddle
Explanation:
See attachment for explanation where comments are used to explain some lines
In this exercise we have to use the knowledge of the python language to write the code, so we have to:
The code is in the attached photo.
So to make it easier the code can be found at:
import random
import string
def solution(riddle):
s = list(riddle)
for i in range(len(riddle)):
alpha = "".join(random.choice(string.ascii_letters) for x in range(1))
alpha = alpha.lower()
if s[i] == '?':
if i > 0 and i < len(s)-1:
if s[i+1] != alpha:
s[i] = alpha
elif s[i-1] != alpha:
s[i] = alpha
else:
i=i
else:
if i == 0:
if s[1] != alpha:
s[i] = alpha
else:
i = i
else:
if s[i-1] != alpha:
s[i] = alpha
else:
i = i
riddle = ""
for ele in s:
riddle+=ele
return riddle
See more about python at brainly.com/question/26104476
which shortcut can we use to make directional heading of a cuboid more obvious while in the lidar view
Answer:
cutting across
Explanation:
2.1 A friend is interested in installing a wireless LAN in her small business. She has about a dozen employees. You are setting up an 802.11g wireless access point for her business. Your aggregate throughput is only about 6 Mbps. List at least two possible reasons for this low throughput.
Answer:
The two reasons for low throughput are as follows:
1-Low throughput is due to the fall of throughput is more with distance from the source.
2-The throughput is shared by multiple hosts and they are all using at the same time.
Explanation:
As the aggregate throughput of the 802.11g wireless access point is same, thus when you go farther from it or the number of uses increases, the overall value of individual throughput decreases.
__' the low level language? a.machine and assembly c.3G and 4G d.machine and 4gl
Answer:
a. machine and assembly.
Explanation:
An instruction set architecture (ISA) can be defined as series of native memory architecture, instructions, addressing modes, external input and output devices, virtual memory, and interrupts that are meant to be executed by the directly.
Basically, this set of native data type specifies a well-defined interface for the development of the hardware and the software platform to run it.
A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer how to perform a specific task and to solve a particular problem.
Machine and assembly are referred to as the low level programming language used in writing software programs or applications with respect to computer hardware and architecture. Machine language is generally written in 0s and 1s, and as such are cryptic in nature, making them unreadable by humans. Also, assembly language use commands written in English such as SUB, MOV, ADD, etc.
On the other hand, a high level language can be defined as a programming language which is generally less complex than a machine (low level) language and easy to understand by the end users (programmers).
This ultimately implies that, a high level programming language is typically a user friendly language and as such simplifies coding or programming for beginners.
Some examples of high level programming language are Python, Java, C#, Ruby, Perl, Visual Basic, PHP, Cobol, C++, Fortran, Javascript, etc.
Which company provides a crowdsourcing platform for corporate research and development?
OA.
MTurk
OB.
WikiAnswers
O C.
MediaWiki
OD.
Innocentive
Answer:
OA.
MTurk(mechanical turk)
Explanation:
Mechanical Turk is a Microwork service provided by Amazon. Correct answer: C It is an online “crowdsourcing” marketplace that was launched in 2005 by Amazon.
This site (service) allows businesses and individuals to post short tasks and pay workers to complete them.
Mechanical Turk is a company that provides a crowdsourcing platform for corporate research and development.
What is Mechanical Turk?Mechanical Turk is a crowdsourcing platform that gather information and makes it possible for individuals and businesses to outsource jobs to people who have the ability to do the task online or virtually. These can include data entry, reasearch, survey participation and so on. to a distributed workforce who can perform these tasks virtually.
Crowdsourcing is a platform that gather information about jobs and service provider online.
Therefore, Mechanical Turk is a company that provides a crowdsourcing platform for corporate research and development.
Learn more of Crowdsourcing from the link below.
https://brainly.com/question/1788104.
How does it transform your ways of socializing
How to transform your ways of socializing:
Know Yourself. The first and foremost reason why many people fail in effective socializing is the fact that they don’t know themselves well.
Be yourself. Another reason of failing to socialize or failing to make that “first impression” is that we try to mimic others.
Body Language. The way you walk, stand, talk, eat and sit… Each and every gesture and posture of yours speaks volumes about you.
Your attire. I had a client who had severe social anxiety. It was aggravated when her mother forced her to wear stuff that was too body revealing.
etc.
This was written from a biography about someones experience.
_____________________________
Brainliest would be greatly appreciated.
I found this!
______________________________
#SpreadTheLove
#SaveTheTrees
The EDI ____________layer describes the business application that i
driving EDI
a)EDI Semantic Layer c) EDI Transport Layer
b) EDI Standard Translation Layer d) Physical Layer
Answer:
a) EDI Semantic Layer
Explanation:
EDI is an acronym for electronic data interchange and it can be defined as a form of communication between interconnected computer systems and software applications with respect to business informations in standard digital formats.
This ultimately implies that, electronic data interchange (EDI) involves the transfer of business informations such as financial transactions between the computer systems of various organizations such as banks, companies, governmental agencies, etc. Thus, it avails businesses the ability to create strategic communications using computer to computer links to effectively and efficiently exchange business informations electronically or in digital formats.
Hence, the EDI Semantic layer describes the business application that is driving electronic data interchange (EDI).
How can you ensure that the website you are using is secured?
A.
website begins with http://
B.
website begins with https:// and has a green padlock
C.
website doesn’t have any padlock icon
D.
website has a red padlock icon
Dante needs to query a table to find all the references to a particular product and apply a 10%
discount. Which query should he utilize?
O make table query
O delete query
O update query
O append query
Answer:
update query
I hope this helps a little bit.
Answer:
update query
Explanation:
took the test
Which work habits should you follow to increase work efficiency and avoid health issues?
Answer:
Just get good sleep, eat breakfast, and exercise.
Answer:
take periodic breaks and alternate between tasks
explain three main steps in mail merging (6 marks)
Answer:
Explanation:
The mail merging process generally requires the following steps:
Creating a Main Document and the Template.
Creating a Data Source.
Defining the Merge Fields in the main document.
Merging the Data with the main document.
Saving/Exporting.