Answer:
1. a
2. a?
3. d
4. i don't know sorry
to help to solve computer --m- =?
The solution for the variable "m" in the equation 2 - m = 7 is -5.
How to solve the equationTo solve for the variable "m" in the equation 2 - m = 7, we need to isolate the variable on one side of the equation. We can do this by adding "m" to both sides of the equation:
2 - m + m = 7 + m
Simplifying the left side of the equation:
2 = 7 + m
Then, subtracting 7 from both sides of the equation
2 - 7 = 7 + m - 7
Simplifying the left side of the equation:
-5 = m
Therefore, the solution for the variable "m" in the equation 2 - m = 7 is -5.
Learn more about expressions on
https://brainly.com/question/723406
#SPJ1
Solve the variables 2 - m = 7
Use the drop-down menus to complete statements about how to use the database documenter
options for 2: Home crate external data database tools
options for 3: reports analyze relationships documentation
options for 5: end finish ok run
To use the database documenter, follow these steps -
2: Select "Database Tools" from the dropdown menu.3: Choose "Analyze" from the dropdown menu.5: Click on "OK" to run the documenter and generate the desired reports and documentation.How is this so?This is the suggested sequence of steps to use the database documenter based on the given options.
By selecting "Database Tools" (2), choosing "Analyze" (3), and clicking on "OK" (5), you can initiate the documenter and generate the desired reports and documentation. Following these steps will help you utilize the database documenter effectively and efficiently.
Learn more about database documenter at:
https://brainly.com/question/31450253
#SPJ1
PLEASE FILL IN THE BLANK
With a bit depth of __ I can support 8 grayscale variations of black and white images.
Answer: Thre correct answer is 3 bit
Explanation:
Using binary, a 3-bit value can support 8 variations in grayscale:
1 000
2 001
3 010
4 011
5 100
6 101
7 110
8 111
1 Refer to the plan below and write a Java program called PrintSum which outputs the sum of the (10 marks) ..umbers from 0 up to n, where n is input by the user: Plan Initialise total and counter to 0 Get n from the user
WHILE the counter is <=n
update the total
add 1 to counter print total
The java program that called "PrintSum" that follows the provided plan is given below.
What is the Java program?import java.util.Scanner ;
public class PrintSum {
public static void main(String[] args){
int total =0;
int counter = 0;
Scanner scanner = newScanner(System.in);
System.out.print("Enter a number (n):");
int n = scanner.nextInt();
while (counter <= n) {
total += counter;
counter++;
}
System.out.println(" The sum of numbers from 0 to " +n + " is: " + total);
}
}
How does this work ?This program prompts the user to enter a number (n),then calculates the sum of numbers from 0 to n using a while loop.
The total variable is updated in each iteration of the loop,and the counter is incremented by 1. Finally, the program outputs the calculated sum.
Learn more about Java at:
https://brainly.com/question/26789430
#SPJ1
3) Which of the following would not impact the digital divide?
Expansion of free wifi connectivity in major cities
O Legislation allowing communications companies to charge per website for access
O Less sharing of the work we produce
O A decline in the price of internet access
The statement which does not impact the digital divide is Less sharing of the work we produce. Thus the correct option is C.
What is the Digital divide?The term "digital divide" refers to the imbalance in populations and geographical locations between those who have and or without limited access to contemporary information and communications technology
Less sharing of work we produce does not impact the digital divide as Internet connectivity and wireless connectivity like Wi-Fi are frequently unavailable due to the digital divide.
Therefore, option C is appropriate.
Learn more about the digital divide, here:
https://brainly.com/question/13151427
#SPJ1
Rick is teaching a photographic worship about sun color and image. He shows the students a few images to teach them about contrast. Which is the correct way to show color contrast?
A. Bright colors against bright surroundings
B. Bright colors against dull surroundings
C. Dull colors against dull surroundings
D. Dull colors against white colored surroundings
HELPPPPP PLSSSS
Answer:
b
Explanation:
Python code for converting between minutes to seconds. For example 5 minutes= 300 seconds. please help me with this
Answer:
def print _ seconds(hours, minutes, seconds):
seconds += 3600 * hours + 60 * minutes
print(seconds)
Explanation:
Hope this help's.
Question 1 of 4
OSHA requires which of the following trenches to have a protective system installed?
Select the best option.
O
A trench 1 foot deep.
A trench 3 feet deep.
A trench 14 feet deep.
Answer:
These are all wrong. OSHA requires a trench to have a protective system starting at 5 feet.
Explanation:
OSHA's own rules state this, unless it is in stable rock. If it is under 5 feet, it isn't required and can be decided by someone qualified.
Explain the use of the functions feature of microsoft excel
Answer:
Formulas in Excel are useful in performing various mathematical, statistical, and logical operations. You can type in a formula (though you have to be sure it's exactly right) or you can use Excel's preset formulas called functions.
And ples follow me
Question 1 (1 point) if Carlita's manager asks her to write something for a client, what's the BEST question to ask to determine the purpose of the communication? How long should it be? What does the communication need to accomplish? Are you sending the communication as an email or letter? Where is the client located?
Answer: B!
Explanation: I took the test
If Carlita's management requests her to draft something for a client determining the communication's goal required asking the right question. Thus, option B is correct.
What three things are the purposes of communication?In both personal and professional settings, communication is largely used to inform, convince, inspire, motivate, build connections, learn, and find inspiration as well as to self-promote and socialize.
By enabling us to connect with others and share our needs and experiences, communication promotes the development of relationships in daily life. The ability to think, learn, and express one's emotions is the essence of existence. We must all exchange information.
A message or information must be conveyed from the sender to the destination over a designated channel while avoiding impediments that slow down the process. This is known as the act of communicating.
Therefore, The sender initiates communication, which is a continuous process that ends with the sender by way of feedback.
Learn more about communication on:
brainly.com/question/22558440
#SPJ2
_____ are labels for data, while _____ tie values together into one entity.
Answer:
Rows and Columns
Explanation:
My teacher told
Investigate a fort watchtower and camp watchtower: then list the advantages and disadvantages of each design Fort watchtower Advantages Disadvantages
A fort watchtower is typically part of a larger fortress and is designed to provide an elevated vantage point for monitoring enemy activity.
Advantages of fort watchtower:Offers a commanding view of the surrounding area.Provides greater protection from attack due to its fortified construction.Can accommodate more personnel and supplies due to its larger size.Disadvantages of fort watchtower:
Requires significant resources and time to build.May be less flexible in terms of deployment and repositioning.May become a target for enemy artillery.Overall, the advantages and disadvantages of fort watchtowers are influenced by the specific needs of a military force and the terrain in which it is deployed.
On the other hand, a camp watchtower is a standalone structure that is constructed within a military camp to provide surveillance and security.
Read more about architectural designs here:
https://brainly.com/question/9760486
#SPJ1
China's cultural diversity, China is composed of 56 ethnic groups.
Answer:
Indeed that is the correct answer
Explanation:
What does the top-level domain in a URL indicate?
A. the organization or company that owns the website
B. the organization or company that operates the website
C. the protocol used to access the website D. the type of website the URL points to
Answer:
b i think
Explanation:
A top-level domain (TLD) is the last segment of the domain name. The TLD is the letters immediately following the final dot in an Internet address. A TLD identifies something about the website associated with it, such as its purpose, the organization that owns it or the geographical area where it originates.
Answer:
The answer is D. The type of website the URL points to.
Explanation:
I got it right on the Edmentum test.
Write the pseudocode for a program that will process attendance records of CA students. The students attend college five days a week. Input values are the student’s name, number, and the time in and time out for each day of the week (i.e. five different times in and times out must be input). If a student attends college more than 36 hours in a week, a congratulatory message is printed. If a student attends college less than 30 hours in a week, a warning message is printed. The output for each student is the name, hours, and the appropriate attendance message. Processing continues until a student number of zero is input. Assume that students always check in and out on the hour. Therefore, timeIn and timeOut will be integer variables (i.e. they represent whole hours, and minutes are ignored).
Using the knowledge of pseudocodes it will be possible to write a code that calculates the amount of hours worked and giving warnings about it.
Writing a pseudocode we have that:while
if number == 0
break
hours =0
for i =1 to 5
hours = hours + time_out[ i ] - time_in[ i ]
If hours >36 :
print ( "Name is " ,name)
print( "No of hours are ",hours)
print("Congratulaion! Your working hours are more than 36")
If hours <30 : #
print ( "Name is " ,name)
print( "No of hours are ",hours)
print("Warning !!!")
End loop
See more about pseudocode at brainly.com/question/13208346
#SPJ1
List the average salary and years of experience
for each job in your career path.
Provide a detailed job description for an entry
level (1-2 years' experience) position and any
certifications required.
Provide a detailed job description for a mid-level
(4-5 years' experience) position and any
certifications required.
What is steering you toward this path?
You will construct, test, and maintain software applications as a beginning software developer while working under the direction of more experienced developers. You will be in charge of writing and debugging code.
What four different professional pathways are there?You can choose from the traditional, network, lateral, or dual career pathways. From one particular job to the next, an employee moves vertically up the organisation. a career pathing approach that includes both a horizontal array of prospects and a vertical hierarchy of employment.
What would you say your job path entails?A succession of jobs that get you closer to your career goals and life goals can be referred to as a career path. Some folks move linearly through a single field.
To know more about software visit:-
https://brainly.com/question/985406
#SPJ9
Our solution to the IMDB problem thus far has not actually told us who is the busiest individual in the Internet Movie Database. Your job in this part is to complete this task. Starting from the code produced in class, which will be immediately posted on the Course Website (in the Code written in class area), write a program that finds and prints the name of the individual who appears the most times in the IMDB file you are given. Also, count and output the number of individuals who appear only 1 time in the IMDB. For example. if the answer was Thumb, Toni and this person had appeared 100 times, and if 2,000 people had only appeared once, then your output would be: Enter the name of the IMDB file imdb_data.txt Thumb, Toni appears most often: 100 times 2000 people appear once We strongly suggest that you test your solution on the hanks.txt dataset first! We will test on multiple files. You do not need to worry about the possibility of a tie for the most commonly occurring name. Please initialize your dictionary using dict() rather than []
To find the busiest individual in the IMDB file and count the number of individuals who appear only once, we need to read the data from the IMDB file and store it in a dictionary.
We can use the name of the individual as the key in the dictionary and the count of their appearances as the value. To find the busiest individual, we can iterate through the dictionary and find the key with the highest value. To count the number of individuals who appear only once, we can iterate through the dictionary and count the number of keys with a value of 1. It's important to initialize the dictionary using dict() rather than [] to avoid errors.The code will be posted on the Course Website (in the Code written in class area), and it can be modified to include the above functionalities.
To know more about IMDB file click here:
brainly.com/question/16518625
#SPJ4
Write a program to read the the address of a person. The address consists of the following:
4 bytes street number
space
15 bytes street name
new line
11 bytes city
comma
space
2 bytes state
So the input could look like this:
Example: 1234 Los Angeles St.
Los Angeles, CA
This application presumes that the provided input format is precise (with a 4-digit street number, 15-byte street name, 11-byte city name, and 2-byte state abbreviation separated by spaces, new lines, and commas as specified).
How does BigQuery's Regexp replace work?For instance, the result of SELECT REGEXP REPLACE("abc", "b(.)", "X1"); is aXc. Only non-overlapping matches are replaced using the REGEXP REPLACE function. As an illustration, substituting ana with banana only causes one replacement, not two. This function gives a false value if the regex parameter is an invalid regular expression. Additionally, it presumes that the input was typed accurately and without any mistakes or typos. You might want to add more validation and error-handling logic to a real-world application to make sure the input is accurate and complete.
# Read street address
street_address = input("Enter street address (4-digit street number, street name): ")
# Split the street address into street number and street name
street_number, street_name = street_address.split(' ', 1)
# Read city and state
city_state = input("Enter city and state (city, state abbreviation): ")
city, state = city_state.split(', ')
# Print the address
print(street_number)
print(street_name)
print(city)
print(state)
To know more about format visit:-
https://brainly.com/question/14725358
#SPJ1
who was the first inventor of computer
Answer:
Explanation:
English mathematician and inventor Charles Babbage is credited with having conceived the first automatic digital computer. During the mid-1830s Babbage developed plans for the Analytical Engine.
Answer:
Charles Babage is the first inventor of computer.
When you want to add a chart to your Word Document or PowerPoint Presentation, which of the following opens to allow you to input your information?
a. PowerPoint® presentation
b. Access table
c. Another Word document
d. Excel spreadsheet
Answer:
d. Excel spreadsheet
Explanation:
When you want to add a chart to a Word Document or PowerPoint Presentation, you can use an Excel spreadsheet to input your data and create the chart. Excel is a powerful tool for creating and managing data, and its charting features allow you to easily create professional-looking charts that can be easily inserted into your Word or PowerPoint documents.
To create a chart in Excel, you can follow these steps:
Open Excel and enter your data into a worksheet.Select the data you want to include in the chart.Click the Insert tab and select the type of chart you want to create.The chart will be inserted into your worksheet and you can customize it by adding labels, changing the colors, and applying other formatting options.Once you are satisfied with the appearance of your chart, you can copy it and paste it into your Word or PowerPoint document.Using Excel to create your charts is a convenient and easy way to add professional-looking visuals to your documents.
3.What is the difference between SODIMM and UniDIMM?
Answer:
Small Outline Dual Inline Memory Module and Unbuffered Dual Inline Memory Module are two terms that describe types of computer memory. While UDIMM is a generic term that applies to most memory modules, SO-DIMM modules are used almost exclusively in notebook computers
Explanation:
Using the constant, declare a 1D array to store 10 integers ii. Write a loop that fills the array with 10 random numbers g
Answer:
Following are the code to this question:
#include <iostream>//defining header file
#include <cstdlib>//defining header file
using namespace std;
int main()//defining main method
{
const int ax[10]={1,2,3,4,5,6,7,8,9,10};//defining a const array ax that store 10 numbers
int r_num[10];//defining an array r_num
int i;//defining integer variable
for(i=0;i<10;i++)//defining for loop to calculate and store random numbers in array
{
r_num[i]=rand()%100; //use rand function to store value in array
}
cout<<"Elements of the array that stores 10 random numbers: "<<endl;//print message
for(i=0;i<10;i++)//defining for loop for print array value
{
cout<<r_num[i]<<endl;//print array value
}
return 0;
}
Output:
Elements of the array that stores 10 random numbers:
83
86
77
15
93
35
86
92
49
21
Explanation:
In the above-given program, two arrays "ax, and r_num" is declared that store value in it, in which the ax array use the const keyword and in the r_num it uses the loop and random function which can be defined as follows:
In the second array "r_num", two for loop is declared, in which the first loop uses the rand function to store value in the array, and in the second array, it prints the value of the array.
What is the main advantage of using DHCP? A. Allows you to manually set IP addresses B. Allows usage of static IP addresses C. Leases IP addresses, removing the need to manually assign addresses D. Maps IP addresses to human readable URLs
Answer: DHCP (dynamic host configuration protocol) is a protocol which automatically processes the configuring devices on IP networks.It allows them to to use network services like: NTP and any communication proto cal based on UDP or TCP. DHCP assigns an IP adress and other network configuration parameters to each device on a network so they can communicate with other IP networks. it is a part of DDI solution.
Explanation:
a student received a poor grade on her last two language art tests. what are the steps she should take for solving this problem
PLEASE HURRYYYY!
Answer:
Study and do practice tests
Anna wants to keep information secure from offenders. Which software should she install on her computer to ensure Internet safety?
O A database software
OB
presentation software
OC. anti-virus software
OD
graphics software
Anna wants to keep information secure from offenders. Which software should she install on her computer to ensure Internet safety?
O A database software
OB
presentation software
OC. anti-virus software
OD
graphics software
Answer: OC
online education decreases the quality of education
Answer:
Online education has many negative impact
Explanation:
The loophole of virtual learning's practical use is one of its negative effects. These consequences include the question that individuals is not always effective, that it is more difficult for students to understand material that has been taught, that online learning can lead to social alienation, and that students might not acquire necessary communication skills.
What will be displayed with the formula DATE(2020,13,15)?
Select an answer:
44211
44150
#VALUE
44180
Answer: The formula DATE(2020,13,15) will result in the error value #VALUE.
This is because the second argument (13) in the DATE function represents the month, and a valid month value should be between 1 and 12. Since 13 is not a valid month value, Excel will return the error value #VALUE.
Explanation:
The formula DATE(2020,13,15) will return an error of #VALUE as the second argument, which represents the month, is invalid since it is outside the range of 1 to 12.
What is programming?The process of creating a set of instructions that tells a computer how to perform a task is known as programming.
Computer programming languages such as JavaScript, Python, and C++ can be used to create programs.
In Excel, valid arguments for the year, month, and day values are required. The year must be an integer between 1900 and 9999, and the month must be an integer between 1 and 12.
The second argument in this case is 13, which is outside the valid range for a month. As a result, the formula is unable to generate a valid date and returns an error code of #VALUE.
Thus, the answer is #value.
For more details regarding programming, visit:
https://brainly.com/question/11023419
#SPJ2
numMembers is read from input as the size of the vector. Then, numMembers elements are read from input into the vector walkingLogs. Use a loop to access each element in the vector and if the element is greater than averageMembers, output the element followed by a space.
Ex: If the input is 4 182 82 39 81, then the output is:
Average: 96
Numbers greater than average: 182
A loop is used to make a specific piece of code repeat several times in a program.
Thus, You can choose from a variety of loop types since each loop type satisfies a certain requirement. For instance, the Do While loop causes a program to repeatedly run a particular type of code while it is carrying out another task.
Many experts use Excel and VBA to perform fantastic and highly efficient work. Check out the Udemy course Ultimate Excel VBA if you wish to use Excel to its greatest potential and integrate programming with data work.
VBA You should be aware of the significance of each loop. Every loop is intended for a certain circumstance. A do while loop, for instance, repeats a certain amount of code while a condition is met.
Thus, A loop is used to make a specific piece of code repeat several times in a program.
Learn more about Loop, refer to the link:
https://brainly.com/question/14390367
#SPJ1
i run the air conditioning, windshield wipers, and headlights on my car while the engine isn't running when i'm waiting to pick up my husband
Answer:
You car's battery would most likely die because the engine isn't running. When you have the engine on, it will even out how much energy is being used.
Explanation:
Louis is experiencing symptoms of carpal tunnel syndrome. In which part of his body would he be having pain, weakness, or tingling?
(A) His hands and arms
(B) His lower legs
(C) His shoulders
(D) His lower back
Louis is experiencing symptoms of carpal tunnel syndrome, so he would be having pain, weakness, or tingling in his hands and arms.
Carpal tunnel syndrome is a condition caused by compression of the median nerve, which runs from the forearm into the hand. Symptoms typically include numbness, tingling, weakness, or pain in the thumb, index, middle, and ring fingers. These symptoms are due to the median nerve being compressed as it passes through the carpal tunnel, a narrow passageway in the wrist. The location of the symptoms in the hands and arms, specifically the fingers, is the hallmark of carpal tunnel syndrome.