explain about cyber terrorism​

Answers

Answer 1

Explanation:

cyber terrorism is type of hacking group with give the country that are to illegal group


Related Questions

What are five don’ts of using a computer

Answers

Answer:

Do not eat or drink near technology

Do not open unexpected or unknown email attachments

Do not install unknown programs

Do not forget about updating apps

Do not force anything closed

Do not get it dirty or wet

Do not wash your computer

Do not punch your computer

what are the 4 types of satellite?​

Answers

Communications Satellite.

Remote Sensing Satellite.

Drone Satellite.

Ground Satellite.

the envelope method, notebook and pencil, and online software are all methods of ______.

Answers

Answer:

tracking your spending.

The envelope method, notebook and pencil, and online software are all methods of tracking your spending as per the given situation. The correct option is C.

What is software?

A set of instructions, data, or programs used to operate computers and carry out specific tasks is referred to as software. It is the inverse of hardware, which describes the physical characteristics of a computer.

Inner needs to track spending in personal and business activities in order to know financial status and budget effectively with available funds.

Without tracking spending, there is a risk of waste and overspending on unimportant items.

The envelop method entails putting money in different envelops for each category of spending. At the end of the period, you can check the envelops to see how much money was spent in each category.

Keeping track of expenses requires a notebook and a pencil.

QuickBooks online software can be used to track how much an individual or business has spent.

Thus, the correct option is C.

For more details regarding tracking the spend, visit:

https://brainly.com/question/14511380

#SPJ5

Your question seems incomplete, the missing options are:

estimating your unexpected expensesplanning for your futuretracking your spendingunderstanding your current expenses

What is the difference between Label and value in excel?

Answers

Answer:

The main difference between the label and the value is that the label is what you see within the system itself (or also on the web form if the field can be used in such a feature). ... The value, on the other hand, is what systems read as the name of a field.

Hope it help and if it its correct please give brainliest  

Stay Safe And Healthy  

Thank You

what allows separate systems to communicate directly with each other, eliminating the need for manual entry into multiple systems?

Answers

connections, allow separate systems to communicate directly with each other, eliminating the need for manual entry into multiple systems. They do not entirely eliminate information redundancy, but they do ensure information consistency among multiple systems.

From a data modeling point of view, _____ data refer to data whose values change over time and for which one must keep a history of the data changes.

Answers

Answer:

From a data modeling point of view, time-variant data refer to data whose values change over time and for which one must keep a history of the data changes.

In the design phase of the systems development life cycle (SDLC), the _____ design indicates hardware and software, such as specifying Linux servers and Windows clients. Select one:

Answers

Answer:

logical

Explanation:

John is given a laptop for official use and is on a business trip. When he arrives at his hotel, he turns on his laptop and finds a wireless accesspoint with the name of the hotel, which he connects to for sending official communications. He may become a victim of which wireless threat

Answers

Answer:

Evil Twins Attack

Explanation:

When John connects to the wireless access point with the name of the hotel, it could be a fake SSID created by a hacker. When John connects to this "evil twin" the hacker can start to steal data.

URGENT We use HTML5 in lightweight web pages which load faster and put less strain on web servers.

A. True
B. False

Answers

Answer:

A. true i think?

Explanation:

im not sure but i hope it help

Which objects appear on the slide after she clicks ok? Check all that apply.

Answers

Answer:

A table with sample values

A chart with sample values

Explanation:

Answer:

I don’t know I just need points

Explanation:

Which insert image option allows a user to insert images from the internet?

Answers

Answer:

d. Online Pictures

Explanation: is correct

Answer:

online pictures

Explanation:

which type of information could reasonably be expected to cause serious damage to national security if disclosed without authorization

Answers

Answer:

Confidential Information

Explanation:

It is predicated on the idea that a person who receives information in confidence should not use or divulge that knowledge without permission. Unauthorized use or disclosure of confidential information may lead to a breach of trust suit.

Confidentiality clauses, often known as "NDA's", are intended to protect and consider important business information. Like as production processes, proprietary formulas, client lists, know-how, concepts, business strategies, and technical information.The unauthorized revelation of this type of material could reasonably be expected to harm our national security.

Therefore, the final answer is "Confidential Information".

Learn more about types of information:

brainly.com/question/13079191

3
Select the correct answer.
Dan works for an automobile company. He has designed a new model of a car based on an older version. Which technology can he use to
present the model at a board meeting?

Answers

Answer:

he can use microosoft word, gooogle docs/slides, or any old tech because it will present from any

Explanation:

what is thisssssssss please answer

Answers

Answer:

first of all, are you a snake? And also that is a spotlight.

Explanation:

uploaded ads give advertisers access to more inventory than responsive display ads. true or false?

Answers

Answer:

True

Explanation:

This is because of the fact that  it allows the marketing industry rise to higher rates.

Ture but you can do that for now and then when we can get it done today and then we

Which career path involves working directly with computer networks?

Answers

The career path involves working directly with computer networks are analyst, network manager, and data analyst.

What are Networking?

Networking may be uncomfortable and nearly painful for a few people, however, it is something we have to all do. The truth stays that networking debts for kind of 70 percent of jobs landed via way of means of activity seekers.

Computer networking specialists are in demand, in keeping with a have a look at completed via way of means of IT Career Finder, community administrator activity is ranked in pinnacle 10 positions.

Read more about the networking :

https://brainly.com/question/1027666

#SPJ1

Answer: Computer systems administrator

Explanation:

The ___________ method returns the length of an array.

append

input

add

len​

Answers

Answer:

d

Explanation:

The length() method returns the number of characters present in the string.

Which of the following can be considered as peripheral devices?
A). Primary storage media
B). User interfaces
C). Secondary storage media
D). Operating systems​

Answers

Answer: A) Primary Storage Media


Explanation:

A computer peripheral is any external device that provides input and output for the computer

The option that can be considered as peripheral device's is Primary Storage Media. Thus, option A is correct.

What is a peripheral device?

A peripheral, also known as a peripheral device, is an auxiliary device used to input and output data from a computer.

Terminals, printer, outside floppy hard disks and other data storage devices, video displays, keyboards, interfaces cards, external memory adapters, and other input/output gadgets that might or might not contain digital circuitry are examples of peripheral devices.

The computer retrieves and stores the data in the primary storage device until the procedure is done, or the data is no longer needed. Primary storage devices include random-access memory (RAM), graphic card memory, and cache memory.

A computer peripheral is any outside device that allows the computer to receive and send data. Therefore, it can be concluded that  option A is correct.

Learn more about peripheral device here:

https://brainly.com/question/21080721

#SPJ2

Write a function that will receive 5 numbers from a user (inputted one at a time-- use reassignment!) and will count then print how many of the numbers are odd.

Answers

The program is an illustration of loops.

Loops are used to perform repetitive operations

The function in Python where comments are used to explain each line is as follows:

#This defines the function

def count_odd(mylist):

   #This initializes the count variable to 0

   count = 0

   #This iterates through the list

   for i in mylist:

       #This checks if the current list element is not even

       if not i%2 == 0:

           #If yes, this increments the count variable by 1

           count+=1

   #This returns the count of odd numbers

   return(count)

Read more about similar programs at:

https://brainly.com/question/18269390

what is the average gradient of the slope along the straight line CD

Answers

Answer:

is there a graph to go with this?

Explanation:

The average gradient of the slope along the straight-line CD is 0.05.

What is the average gradient?

The gradient of the straight line that passes through any two points on a curve is the average gradient between any two points. This is the curve's average gradient between points A and C.

The gradient between lines C and D.

Here, the horizontal distance between points C and D is 2 miles.

Difference in elevation is = 1500 -1000 = 500 ft.

Hence, the gradient is = change in vertical elevation / horizontal distance= 500/2 = 250 ft./mile

or we can take both as the same unit in feet, 1 mile is = 5280 feet. So 2 miles is = 5280 x 2 = 10560 ft.

Gradient is = 500/10560 = .05

Therefore, the graph's slope along the straight CD line has an average gradient of 0.05.

To learn more about average gradient, refer to the link:

https://brainly.com/question/29531399

#SPJ2

The question is incomplete. Your most probably complete question is given below: the graph is added.

* what is an electronic mail ?

= Electronic mail is a method of exchanging messages between people using electronic devices. Email entered limited use in the 1960s, but users could only send to users of the same computer, and some early email systems required the author and the recipient to both be online simultaneously, similar to instant messaging.​

Answers

Answer:

Electronic mail is a method of exchanging messages between people using electronic devices. Email entered limited use in the 1960s, but users could only send to users of the same computer, and some early email systems required the author and the recipient to both be online simultaneously, similar to instant messaging.


Who plays a role in the financial activities of a company?

Answers

The chief financial officer

more Or less?

Pick one and be rewarded!!!!!!!

Answers

Answer:

More

Explanation:

hope this is helpful

If an Intel central processing unit (CPU) has two physical processing cores but is able to make the operating system software act as if it using four processing cores, what technology is that processor using

Answers

Answer:

A Quad-core CPU

Explanation:

because it acts as if it uses four processing cores, so it will be using the Quad-core for the Central Prossesing Unit (CPU)

When a method in the ________ class returns a reference to a field object, it should return a reference to a copy of the field object to prevent security holes.

Answers

stop normalising the american *smart answer*

NEED HELP ASAP!!

Given that myGrade = 65, consider the conditional operator (myGrade<=65) ? myGrade+10: myGrade=myGrade+5. What is the value of myGrade after the conditional operator executes?

Answers

Answer:

75 is the answer and marke me as brainleast

Types of technology include:

A Specialized machinery

B Medical equipment

C Electronics

D All of those are correct

Pick one please

Answers

All of those are correct
Hopes this helps

You can point your router to a DNS server for name resolution simply by configuring the ____ command.

Answers

You can point your router to a DNS server for name resolution simply by configuring the IP name-server command:  IP name-server.

DNS is an abbreviation for domain name system and it refers to a naming database in which internet domain names or website URLs are stored and translated into their respective internet protocol (IP) address.

Hence, a domain name system (DNS) is used to connect a uniform resource locator (URL) or a web address with its internet protocol (IP) address.

In Computer Networking, when an IP name-server command is configured on a router, it enables the user the ability or opportunity to point it to a domain name system (DNS) server for name resolution or translation into an internet protocol (IP) address.

Read more: https://brainly.com/question/17273205

PLEASE HELP! WILL MARK AS BRAINLIEST!
JavaScript can be implemented using the _________ HTML tags in a web page.

Answers

Answer:

JavaScript can be implemented using JavaScript statements that are placed within the HTML tag

Explanation:

Answer:

statements placed within script tags

Explanation:

Convert the binary (base-2) number 1110 1001 to decimal (base-10).

Answers

Answer:

233

Explanation:

alright bro, listen. lets do some QUICK MAFFS.

from right to left.. we start from 1, and then double the number. so it would kind of look like this:

128 64 32 16  8 4 2 1

ok so whenever you are converting binary to decimal, make sure you have those numbers underneath the ones and zeroes.

[tex]1 \ \ \ \ \ 1 \ \ 1 \ \ \ 0 \ \ 1 \ 0 \ 0 \ 1\\128 \ 64 \ 32 \ 16 \ \ 8 \ 4 \ 2 \ 1[/tex]

ok so you see how the ones and zeroes are perfectly above the reference we are using?

so each one that has a one, add the number underneath it together

128 + 64 + 32 + 8 + 1

equals 233

LISTEN. STAY AWESOME GAMER!

Other Questions
How does energy move through a wave? 3 evidence and reasons supporting you answer. 1. contradiction,collaboration,jcongruence2. Half,75%,10% A manager must make a decision on shipping. There are two shippers: A and B. Both offer a two-day rate: A for $530, and B for $521. In addition, A offers a three-day rate of $466 and a nine-day rate of $417, and B offers a four-day rate of $459 and a seven-day rate of $432. Annual holding costs are 37 percent of unit price. Three hundred and twenty boxes are to be shipped, and each box has a price of $154. Which shipping alternative would you recommend Why is ammonification an important process? a) Bacteria converts ammonia into nitrites and nitrates that plants can useb) Fungi convert nitrogen in dead plants into ammonium, which converts proteins into ammoniac) Nitrogen is converted into a usable form through lightning fixationd) Plant enzymes reduce nitrogen compounds into amino acids There are 75 new houses being built in a neighborhood. Last month, 2/5 of them were sold. This month,1/3 of the remaining houses were sold. How many houses are left to be sold? I. FIND THE WORD WHICH HAS A DIFFERENT SOUND IN THE PART UNDERLINED. (1 pt) A.chairB.schoolC.couchD.children Which sentence uses commas correctly to set off a nonrestrictive clause? Match the term with the correct definition.Group of answer choicestumormassive hemorrhage into tissues under the skinmaculelarge, flat, nonpalpable macule greater than 1 cmbullasuperficial elevated lesion filled with pushematomacollection of palpable extravasated bloodvesiclecircumscribed, raised papules caused by localized edematelangiectasiapermanent dilation of groups of superficial capillariespurpura[ Choose ]papule[ Choose ]cystnodule filled with a semisolid materialpustule[ Choose ]ecchymosis[ Choose ]wheal[ Choose ]plaque[ Choose ]nodule[ Choose ]patch Test - a proper workstation and workstation safetyQuestion 3 of 10andFood preparation equipment should be serviced everythoroughly cleaned every day.O MonthO2-3 monthsO 6 months12 monthsO Only when it breaks down 8. Mom often _________ dinner at 7 p.m. *A. cooksB. cookC. do cookD. is cook9. Who _________ her? *A. loveB. lovesC. don't loveD. do love10. Eating popcorn always _________ me thirsty. *A. makeB. makingC. makesD. is makes Who invented the penny industrial society and social change and impact of industrial Revolutionanswer me please, give correct answer#dontspam Find the distance between two points in the simplest radical form What characteristic of the mantis makes it enjoyed as a pet? HELP ME PLEASEA newly made car will have a model number, a parts number, and a serial number. A model number is assigned by the manufacturer to identify each type of car. A parts number identifies one part of the smaller parts that make up the car. A serial number is unique to each car produced and identifies it.Which relation is a function? (2 points)(parts number, serial number)(model number, parts number)(serial number, model number)(serial number, part number) helpppp please!!!!!!! A school psychologist can make the diagnosis of an FASDTrue / False Sofia planted a maple tree sapling that was 5.5 inches tall. The tree grew 10 inches each year. Write an equation that shows how the sapling's height in inches, y, depends on the number of years since it was planted, X. Y = 3.) Find the mean for each data set. ROUND FINAL ANSWERS TO THE TENTHS PLACE. Write about the history of Luxemburg for brainlest please.