Answer:
What is the question.
Explanation:
Answers:
Either 108/180
or 180/300
Depending on question since I dont know what ur asking
Consider the following code segment, which is intended to store the sum of all multiples of 10 between 10 and 100, inclusive (10 20 ... 100), in the variable total.
int x = 100;int total = 0;while( /* missing code */ ){total = total + x;x = x - 10;}Which of the following can be used as a replacement for /* missing code */ so that the code segment works as intended?A. x < 100.B. x <= 100.C. x > 10.D. x >= 10.E. x != 10.
The code segment illustrates the use of while loops
Loops are program statements that are used for repetitive and iterative operations
The missing statement in the code is x>= 0
The code is meant to add numbers from 10 to 100 (inclusive) with an increment of 10.
At the beginning of the program, variable x is initialized to 100, and it is reduced by 10 in the iteration until it gets to 10
So, the condition must be set to stop when the value of x is 10 i.e. x >= 0
i.e. the iteration must be repeated while x is greater than or equal to 10
Hence, the missing statement is (d) x >= 0
Read more about loops at:
brainly.com/question/16397886
If the disaster requires actions offsite from the primary infrastructure, it is under the jurisdiction of__________.
Answer:
Business continuity
Explanation:
The disaster is affecting business functions and needs to be urgently remedied.
You receive a worksheet in which the rows are numbered 1, 2, 3, 5,6. This means that row 4 is _____.
People often hide cells of worksheet due to different reasons. This means that row 4 is hidden.
A worksheet is commonly know as a sheet of paper/computer sheet with which work is done or performed.
An individual can hide any worksheet so that it can be removed from their view. The data in hidden worksheets is not visible to the person, but it can still be referenced from other worksheets and workbooks. One can unhide hidden worksheets if need be.
Learn more from
https://brainly.com/question/17106092
W]hen a cryptographic system is used to protect data confidentiality, what actually takes place?
Answer: the Engine
Explanation:
once the engine take place its moves and goes faster
EDI, ________, smart cards, and digital certificates are designed to support safe and secure online transactions.
Electronic data interchange (EDI), e-cash, smart cards, and digital certificates are all designed and developed to protect and support safe and secure transactions over the Internet (web).
In Business management, e-commerce can be defined as a business model which involves the buying and selling of goods (products) over the Internet (web), as well as the use of an online medium for payment.
Generally, it is necessary that adequate measures are put in place to protect and support safe and secure transactions over the Internet (web), so as to prevent the unauthorized use of a customer's confidential information such as password.
In Cybersecurity, some of the frameworks and technologies designed to provide safe and secure transactions over the Internet (web) include:
Electronic data interchange (EDI).e-cash. Smart cards.Digital certificates.Read more: https://brainly.com/question/24112967
How to turn robot voice like real human voice.
How to test nativeelement in angular.
Answer:
Dim or Overly Bright Lights. ...
Dead Battery. ...
Slow or Malfunctioning Accessories. ...
Trouble Starting or Frequent Stalling. ...
Growling or Whining Noises. ...
Smell of Burning Rubber or Wires. ...
Battery Warning Light on Dash.
Explanation:
make sure you check
the disk you inserted was not readable by this computer
Answer:
It may not be compatible with your type of your computer.
Explanation:
Plz give brainliest :)
Kyra is protesting corruption in the mayoral office. She is afraid that the mayor has access to her emails where she discusses his wrongdoings. Which of the following laws protects her electronic communication from being accessed by the government or law enforcement agencies?
Answer:i don’t know sorry
Explanation:
Three teams (Team A, Team B, and Team C) are participating in a trivia contest. Let scoreA represent the number of correct questions for Team A, scoreB represent the number of correct questions for Team B, and scoreC represent the number of correct questions for Team C. Assuming no two teams get the same number of correct questions, what code segments correctly displays the team with the highest number of correct questions?
To make comparison between a set of variables, the if-else statement is usually employed, Hence, the correct code segment which displays the team with the highest number of correct questions is the option A.
First it checks if ScoreA > ScoreB ; - - - #1st blockIf True ; then check if ScoreA > ScoreC ;Then TeamA will be the highest, if otherwise then it will be TeamCIf the 1st block is false, then ScoreB > ScoreA;then check if ScoreB > ScoreC ;Then TeamB will be the highest, if otherwise then it will be TeamC
Hence, the correct option is A.
Learn more : https://brainly.com/question/25675806
Answer:
A
Explanation:
What devices do not need device drivers to be manually installed, and start to function as soon as they are connected to a computer?.
Plug-and-play devices are electronic devices that do not require any device driver to be manually installed on the host device (computer) and as such they start functioning immediately they are connected to the host device (computer).
Plug-and-play (PnP) can be defined as a technology that is designed and developed to allow an operating system (OS) of a computer to automatically detect and configure a peripheral (input and output device) as soon as they are connected to the computer.
On a related note, a plug-and-play device is an electronic device that do not require any device driver to be manually installed on the host device (computer) and as such it start to function immediately it is connected to the host device (computer).
In Computers and Technology, some examples of a plug-and-play device include the following:
External hard-driveComputer monitorKeyboardWeb-camMouseFind more information: https://brainly.com/question/17402566
Help please match them if you just put a link or say “I don’t know but thanks for the points” I’ll report your answer and you won’t get the brainliest
Answer:
Input: The user clicks a button
Output: A song is played
User interface: A screen with buttons, images, and text
Explanation:
Can anyone help me with this please I’ll give you 30 points
Answer:
HTTPS
Explanation:
!!ALWAYS USE HTTPS!!
A business is having trouble keeping up with the competition. They cannot
respond to their customers like the competition. Which type of system will
likely be able to help them solve this issue?
A. Transaction processing system
B. Management communication system
C. Decision support system
D. Management information system
Answer:
Decision support system is the answer
Explanation:
True or false: Because there are so many different network configurations, operating systems, and strategies, it is a challenge for organizations to get their networks to work together effectively and securely.
Answer:
I think the answer is "true."
Explanation:
Because as you may know, there are many hackers and types of people who get private information from people. And different organizations must work together like you said. This requires a lot of brainstorming and connecting. It's a challenge because it needs many ideas, needs a lot of time for thinking, and making sure whatever they are doing is safe. (This is in my opinion)
which of the following online creation tools will be used if a person wants to create a video presentation?
a. Piktochart
b. Prezi
c. Powtoon
d. Zamzar
Answer:
C
Explaination:
Powtoon
A programmer wants to write code that directly accesses the computer’s hardware. Which is the best type of language for the programmer to use?.
Answer:
Assembly is the programming language that directly accesses the computer’s hardware.
text to appear
Name the highlighted part as a whole. What are the segments- bgcolor and “SKYBLUE” called?
What is the output going to be due to the highlighted part?
Answer:
bg color stands for background color while SKYBLUE is the color assigned to it.
Explanation:
It is setting the background color of the body tag to sky blue.
Select the correct text in the passage.
Which three phrases describe a wireframe?
Tracy uses a (pictorial summary of an entire website) in her team meeting. It is a (two-dimensional illustration) of how (each web page on a website will look.) Known as a workflow diagram, this (explains how pages in a website connect to one another.) It is a (design tool), and it (shows the overall framework of a website.) It is a (visual representation of how much space each element on a page should take.)
Answer:
A B D
Explanation:
Molly needs to access a setting in microsoft windows group policy to change the type of a network to which a computer is attached. Which setting must molly change?.
A computer is made up of different network. The setting that molly must change is network type.
A computer network is known to be a group of computers that are linked to each other so as to help the computer to communicate with another computer and share their resources, data, and applications.
A computer network can be classified based on their sizes. A computer network is of four types. They are:
LAN(Local Area Network)PAN(Personal Area Network)MAN(Metropolitan Area Network)WAN(Wide Area Network)Learn more from
https://brainly.com/question/14200752
Four types of firewalls are: Packet filtering, stateful inspection, circuit level proxy and _________ .
Answer:
oxigen
Explanation:
how to make your phone flash when you get a notification
Answer:
If your talking about it turning on then go to notifications in the settings and turn on badges. If your talking about the flashlight on ur phone not possible.
Explanation:
Create an application that prompts the user for a number and then displays the numbers 1 through the number entered, each on a separate line. Below the numbers, the sum is displayed.
Answer:
In Python:
start = num(input("Enter a number: "))
sum = 0
for x in range(1, start+1):
sum += x
print (x)
print ("Final Sum: " + sum)
Answer:
import java.util.Scanner;
public class NumberSum {
public static void main(String[] args) {
// TODO Auto-generated method stub
int num, sum=0,num1=0;
Scanner input=new Scanner(System.in);
System.out.println("Enter a number");
num=input.nextInt();
input.close();
do{
System.out.println(num1);
num1+=1;
sum+=num1;
}while(num1<=num);
System.out.println(sum);
}
}
If the value is set to equals to current entry then
a) the argument remains unchanged
b) the argument always changed
c) the argument will be deleted
d) the argument can be ignored
I will definitely mark you Brainliest for answering the correct answer!
Answer:
this is a fallacy
a is the answer
AI is not embraced everywhere in every industry because _______.
Answer:
See below:
Explanation:
AI is not embraced in every industry because of the type of industry and what it requires. In some situations, a human is needed since an AI cannot determine what to do and can sometimes even cause death.
AI isn't embraced everywhere because for some things we need a person, lets say for example, we need an AI to respond to 911 calls, that simply won't work due to the many situations and training the bot too will be a nightmare. For example, if a caller says a word that normal humans can understand, or a "code word" that every human knows but they haven't bothered to tell the bot, that will be the end of the line for them.
There are mutliple reasons to not use AI depending on the situation whether its life and death or just plain impractical.
How many binary digits are in 10^100.
Answer:
333 binary digits.
Explanation:
what do you think is the reason why there are two kinds of transmission mode in computer networking?
Answer: Transmission mode or communication mode is referred to as transmission of data between two devices using a communication channel that includes an optical fiber, copper wires, wireless channels, and various storage media. The data that gets transmitted is in the form of electromagnetic waves. There are various ways of data transmission where the message that is passed is in the sequence of pulses using digital modulation. The transmission mode of data was first introduced in a computer networking system during the 1940s in modems, then in LANs, WANs, repeaters, and other networking system
is this what u are looking for?
How can middleware be used in angular.
Answer:
when a rquest comes in to the application
Knowing that more people view webpages on their smartphones than on desktop or laptop computers, how would you design your website
I will design my website with responsive design, because people view webpages on their smartphones than on desktop now a days.
Responsive web design serve as a kind of design whereby web pages that look good on all devices are been created. With responsive web design, the website will automatically adjust for different screen sizes .Therefore, i will use Responsive web design.
Learn more at
https://brainly.com/question/18189809?referrer=searchResults
jelaskan tiga kemungkinan sebab pengasah pensil itu tidak dapat berfungsi secara tiba-tiba (translate: explain three possible reasons why the pencil sharpener may not work suddenly) pls help me
Explanation:
Internal gear wear must be significant (visually obvious) to be the cause of off-center sharpening. Cutter carrier is rotating but the pencil is not sharpening (doesn't feel like the cutter is engaging the pencil) This is usually caused by a foreign object (e.g., an eraser or broken pencil lead) inside the pencil bore.