what are computer crimes?​

Answers

Answer 1

Answer:

Hacking and exploiting

Explanation:

These are crimes


Related Questions

For your biology class, you have taken a number of measurements for a plant growth experiment. You wish to create a chart that shows what the progress looks like over time. Which application is best suited for this effort?


Notepad or Paint


Impress or PowerPoint


Writer or Word


Calc or Excel

Answers

Answer:

calc or excel

Explanation:

is the application best suited for this report.

At the time of creating a chart that shows what the progress looks like over time, the application which is best suited for this effort will be Calc or Excel. Hence, Option D is correct.

What is an application?

The term "application" is used in a variety of contexts, but it is most commonly used in two: computers and technology. The second is requesting any kind of access.

When it is used in the context of request, it is used when applying for any post or leave. When it is used in the context of technology, it is used when it is related to computers, mobile, laptops, and many more.

There are a variety of applications which are available in the present world with the help of which one can easily represent the data or the efforts that have been made by them in completing any task.

This is because, with the help of Excel, one can easily represent or create a chart that can show the progress that has been made over time.

Therefore, Option B is correct.

Learn more about application from here:

https://brainly.com/question/11701148

#SPJ2

Im building my first gaming pc, got any part suggestions or tips?

Answers

Answer:

You should find a good game engine that is not hard. Unity and Unreal are some good ones.

You should also search for the programming language you like the most, and use engines that use that specific language.

Answer:

When building your own gaming pc make sure to make it uniqur since it's going to be an original. I would recommend makeing a design that makes it "you" to say. Make the design likable, not too complex. Make the color a color that is neutral, not everyone likes a neon color. I'm not very familiar with many gaming parts but, you can search up simple pc parts online and dig into gaming PCs being sold.

Explanation:

Hope this helps! UwU

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte
B. Int
C. Long
D. Boolean*

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;*
B. Integer j = new integer ("5") ;
C. Integer k = Integer.valueOf ("5");
D. int m = Integer.pareseInt ("5");

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.
B. The difference between values held in j and k is 1.*
C. The double values held inside j and k are both positive.
D. The double value held inside j is greater than the value held inside k.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.
B. The number of characters in the string that represent integers.*
C. The Unicode character code to be used when parsing the string.
D. The number of times the string should be repeated before being converted to an int.

5. Which of the following is a static method of the integer class?

A. intValue ( )
B. parseInt ( )
C. toString ( )*
D. compareTo ( )

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;
B. Integer b = 0;*
C. Double c = 0;
D. int d = new Integer (7) ;

7. Which of the following is not an example of autoboxing?

A. Boolean a = false
B. Integer b = new integer (9);
C. double x = 3.0;
Double c = x;
D. Character d = ‘2’;*

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);
BigInteger b = new BigInteger (“25”);
a . multiply (b);
a . add (b);
System.out.println (a);

A. 10
B. 35
C. 250 *
D. 275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )
B. modulus ( )*
C. divisor ( )
D. remainder ( )

the ones marked in asterisks are my answers, I'm not totally sure if they're right and would like someone to double check for me

Answers

Answer:

1. Which of the following is not the name of a Java wrapper class from the Java API?

A. Byte

B. Int

C. Long

D. Boolean

Int is not a wrapper class  

Byte is the wrapper class of byte, Int is not a wrapper class and is a primitive data type, Long is a wrapper class of long, Boolean is a wrapper class for boolean. Hence Int is the correct answer and its wrapper class is Integer.

2. Which of the following statements will cause a compiler error?

A. Integer i = new integer ( ) ;

B. Integer j = new integer ("5") ;

C. Integer k = Integer.valueOf ("5");

D. int m = Integer.pareseInt ("5");

“I” in integer in A and B must be in capital.

3. If variables j and k refer to objects of type Double and j . compareTo (k) returns a value of 1, which of the following is true?

A. The double value held in j is less than the value held inside k.

B. The difference between values held in j and k is 1.

C. The double values held inside j and k are both positive.

D. The double value held inside j is greater than the value held inside k.

Compareto return 1 if first value is greater than with what it is compared.

4. What is a radix as used in the method parseInt (String s, int radix) from the integer class?

A. A numeric base 2 such as for binary or 16 for hexadecimal.

B. The number of characters in the string that represent integers.

C. The Unicode character code to be used when parsing the string.

D. The number of times the string should be repeated before being converted to an int.

The radix value is 10 for decimal, 2 for binary and 16 for hexadecimal. Radix is the base or number of unique digits.

5. Which of the following is a static method of the integer class?

A. intValue ( )

B. parseInt ( )

C. toString ( )

D. compareTo ( )

ParseInt() is a static method of the integer class, and rest are non static methods.

6. Which of the following statements will cause a compiler error?

A. Double a = new Double (10.6) + 3;

B. Integer b = 0;

C. Double c = 0;

D. int d = new Integer (7) ;

In A and C data type does not matches like Double c=0 means Double c=new int(0) which is never true.

7. Which of the following is not an example of autoboxing?

A. Boolean a = false

B. Integer b = new integer (9);

C. double x = 3.0;

Double c = x;

D. Character d = ‘2’;

Autoboxing brings out reference type from the value type, and this is not true for A  

8. What is the result of the following code fragment?

BigInteger a = new BigInteger (“10”);

BigInteger b = new BigInteger (“25”);

a . multiply (b);

a . add (b);

System.out.println (a);

A. 10

B. 35

C. 250

D. 275

a.multiply(b) = 250

a.add(b)= 250+25=275

9. What is the name of the BigInteger method that will calculate the remainder of division by another BigInteger?

A. modulo ( )

B. modulus ( )

C. divisor ( )

D. remainder ( )

Remainder is the correct answer.

Explanation:

Please check answer.

Which statement is true about the location-sharing site Gowalla?

Answers

Answer:

a user gets a newbie badge for their first check-in into gowalla.

Explanation:

A user gets a newbie badge for their first check-in into gowalla.

What is Gowalla?

On the location-based social networking site Gowalla, members can check-in to broadcast their whereabouts. The undirected friendship network, which has 196,591 nodes and 950,327 edges, was compiled using their open API.

Longtime readers of TechCrunch will probably remember the startup as an ambitious consumer social app that first caught the attention of Silicon Valley investors but ultimately failed to gain traction.

It appeared that the tale would end there, founder Josh Williams tells TechCrunch that he has made the decision to bring back the Gowalla name and advance its original intent by relying on augmented reality technology.

Therefore, A user gets a newbie badge for their first check-in into gowalla.

To learn more about Gowalla, refer to the link:

https://brainly.com/question/12028030

#SPJ2

Write the javascript coding using the conditional statement for the following Scenario

Display 1."status=walking" if the entered speed is less than 10 and greater than 2

2. "status=cycling or driving" if speed>10. otherwise if speed is equal to zero display "status=idle".

Answers

Answ

can ive the website from where u got it

Explanation:

Can someone help me with these questions it's for drivers ed

Answers

Answer:

OK

Explanation:

1= I

2= C

3= H

4= B

5= E

6= G or J

7= D

8= A

9= F

10= G or J

Pls help!!!!!!!!!!!!

Answers

Answer:

think D and A

Explanation:

Not 100% sure good luck

the first and fourth one. hope this helps :)

Please help, this question is from plato.
What is the purpose of the domain name?
The domain name: (.net , .com , org , .gov)
is an example of a service provider. The domain name .gov.nz is an example of a (New york , New Zealand, news, commercial)
government website.

Answers

Answer:

New Zealand government

Explanation:

Answer:

.net is for service providers and .gov.nz is for new Zealand governement

Explanation:

1 1
2 14
7 4
10 31
- What do you think this list represents?
Hint: pay attention to the format of the list (two numbers) ... also, this list
happens throughout the year.
o Answer:

Answers

Answer:

they are all holidays

Explanation:

Jan 1st New years

Feb 14th Valentines day

July 4th Independence day

October 31st Halloween

BIOS has two Jobs. One is to boot up, or start, the computer. What is the other?
Pl I need help

Answers

Answer:

Determining what peripheral dives are being used

Explanation:

BIOS, in full Basic Input/Output System, a Computer program that is typically stored in EPROM and used by the CPU to perform start-up procedures when the computer is turned on. Its two major procedures are determining what peripheral devices (keyboard, mouse, disk drives, printers, video cards, etc.) are available and loading the operating system (OS) into main memory.

P.S. I would include a link to the website I copied this answer from but it's not letting me.

What is an Odometer (Driver's Ed)

Answers

Answer:

It's the thing that indicates the total number of miles the car has been driven.

Explanation:

I hope this helps!

Answer:

an instrument for measuring the distance traveled (as by a vehicle)

Explanation:

Hope this helps! <3

Hey y'all I need this answer like immediately. How do you select non-adjacent cells in Excel? I'll give you brainliest, pleaseee!!!

Answers

Answer:

Click on a cell to select it. Or use the keyboard to navigate to it and select it.

To select a range, select a cell, then with the left mouse button pressed, drag over the other cells.

Or use the Shift + arrow keys to select the range.

To select non-adjacent cells and cell ranges, hold Ctrl and select the cells.

Explanation:

i hope that helps! if it doesn't help than i'm sorry!!

What are some characteristics of effective notes? Check all that apply.
The notes are neatly formatted.
The notes have dates.
The notes contain a little information.
The notes use abbreviations.
The notes avoid headings.

Answers

Answer:

It is A,B, and D

Explanation:

The characteristics of effective notes are the notes are neatly formatted, the notes have dates, and the notes use abbreviations. The correct options are a, b, and d.

What are effective notes?

Notes are the list of things that are written to memorize them easily. It is also an extract of large books or school materials.

Taking notes is mostly used to promote active learning and create study materials for exams. You should be able to organize material into an understandable format that will aid in your learning process by developing note-taking skills.

Observe a happening. This section may consist of a lecture by the instructor, a lab experiment, a slide display of the works of an artist, or a passage from the assigned reading. Take notes about what you observed in that situation.

Therefore, the correct options are

a. The notes are neatly formatted.

b. The notes have dates.

d. The notes use abbreviations.

To learn more about effective notes, refer to the link:

https://brainly.com/question/14314367

#SPJ2

___________________________________________________________________________________________PLS HE;LP!

Answers

Answer: Oh okay, what do I help with

Explanation:

Which calendar view is based on a user's configuration of the five days of the week that the user works along with
work hours, configurable in the Outlook Calendar options?
Day
Schedule View
Week
Work Week

Answers

Answer: Work Week

Explanation:

i just did the review

Answer:   D) Work Week

How major is the technology problem in the United States?

Answers

Answer:

The technology problems in the U.S are like

New security threats. Headline-grabbing recent events may spark surprising new security threats, says Rick Grinnell, founder and managing partner of Glasswing Ventures. ...

Data protection. ...

Skills gap. ...

Multi-cloud security. ...

Innovation and digital transformation. ...

Finding new revenue streams. ...

Lack of agility. ...

Outsourcing risks. danger

Explanation:

Hope this helped!!!

Which line of code converts 2.56 into a string data type?

string(2.56)

str(2.56)

makestring(2.56)

tostring(2.56)

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The correct option for this question is tostring(2.56).

when you will convert any value/number to string then you call tostring() function. Because it is a builtin function in most of the language. It converts any value given in the parameter to a string.

Other options are not correct because string(2.56) looks a name of function string with parameter 2.56. str() and makestring() presenting the same purpose because their name shows that they are user-defined functions.

Answer:

str(2.56)

Explanation:

What are the four types of technical drawing?​

Answers

Answer:

3D drawings (isometric perspective)

exploded-view 3D drawings

complete working drawings

detail drawings (2D orthogonal projections)

diagrams

full form of SMPT???

Answers

Answer:

Simple Mail Transfer Protocol (SMTP) is the standard protocol for sending emails across the Internet.

Need it ASP please
like rte now plz help me ​

Answers

Answer:

b

Explanation:

A path between two nodes in a network. It may be known to be  the physical cable, the signal transmitted within the cable or to a sub channel within a carrier frequency. In radio and TV, it refers to the assigned carrier frequency.

Answer:

Hey not to be mean but do I know you. you added me in my both accounts just asking

Explanation:

B

in word you can make lines isolated what is it called
gutter
orphan
widow
merging

Answers

Answer:

gutters is a word that you can makes lines isolated because gutter is an orphan widow merging

Select all that apply.

Which of the following are grouping found in the Page Design tab?

Page grouping
Page Setup grouping
Layout grouping
Insert grouping
Schemes grouping
Design grouping

Answers

The grouping that are found in the Page Design tab include the following:

A. Page grouping

B. Page Setup grouping

C. Layout grouping

E. Schemes grouping

A page design can be defined as the way in which a page is organized, arranged and presented to end users. Also, the way the contents of a page are arranged is referred to as page layout.

In page design, there are two (2) main types of page layout and these include:

Landscape orientationPortrait orientation

Generally, the Page Design tab is made up of group of commands that can be used to create, modify (edit), and manipulate a page and they include the following:

1. Page grouping

2. Page Setup grouping

3. Layout grouping

4. Schemes grouping

Read more on Page Design here: https://brainly.com/question/8391970

Match each scenario to the absolute value expression that describes it. 1. the distance moved when going backwards five spaces in a board game |-5| 2. the amount of improvement when increasing your grade by 7% |+7| 3. the change in height when climbing a 5-foot wall |+5| 4. the change of an account balance when spending $8 |-8| 5. the effect of eating five out of one dozen pears |+8| 6. the amount of change when the temperature rises from 5°C to 13°C |-7| i will mark brainlist

Answers

Answer:

that is what it looks like now you should know what the answer.

Explanation:

What is computer. Write full form of mips​

Answers

Answer:

Stands for "Million Instructions Per Second." It is a method of measuring the raw speed of a computer's processor. ... The MIPS measurement has been used by computer manufacturers like IBM to measure the "cost of computing." The value of computers is determined in MIPS per dollar.

This is a True or False question. Please Help!!

Answers

hold the alt and press the mouse to drag and release to drop

The awnser to this is D, control

it is important to give the health and safety experience to new or inexperienced workers, including those that have been away from the workforce for some time
a. training
b.exposure
c.hygiene​

Answers

Answer:

a. training

Explanation:

"Training" is crucial when it comes to new workers or workers who are coming back after a long vacation or whatever reason. The risk of injuries and making mistakes is high for new workers because they are still adjusting to the company's processes. This is similar to a baby who's learning to walk. The baby makes several slips before mastering the skill. For a worker who has been away from the workforce, training should also be given because that worker needs to freshen up his skills and relearn what he needs to grasp before working.

This situation is especially true to construction workers who work under contractual projects. This means, they always have to be trained every time about their new jobsite before even working.

The operation of early electronic computing devices required:

an operating system (OS).

a single human operator.

customer-produced helper program libraries.

several computers networked together.

Answers

Answer:

c

Explanation:

The ____, which amplified weak electrical signals, enabled electrical sound recording.

Answers

Answer:

Radio

Explanation:

WILL GIVE BRAINLIEST, JAVA PROGRAMMING PLS HELP
Here is the prompt:
The code provided is intended to use a while loop to print the first 9 multiples of an integer entered by the user. For example if the user enters 5, the program should print the numbers 5, 10, 15.,... up to 45, one per line. Debug the code so it functions as described.
Here is the code:
Scanner scan = new Scanner(System.in);
int num = scan.nextInt();
int fac = 1;
while(fac < 9){
System.out.println(num*fac);
fac++;
System.out.println(num*fac);
}

}
}

Answers

Answer:

import java.util.Scanner;

public class Main {

   public static void main(String[] args) {

       Scanner scan = new Scanner(System.in);

       int num = scan.nextInt();

       int fac = 1;

       while(fac <= 9){

           System.out.println(num*fac);

           fac++;

       }  

   }

}

Explanation:

Hello, I tried out your program, and I just wanted to point out some little issues :)

You need to import the java.util.Scanner in order to use Scanners :)

Also, (not sure if you just didn't copy the stuff at the start) but you need the public class and the public static void main.

Last of all, since you're printing out all of the first 9 multiples, the 9th is included, so you use <= instead of <.

I have sent you the right code above ^^ :)

Please mark brainliest if this has helped you.

Debugging a code involves locating and fixing the errors/bugs in the code.

The error in the code is that, the following print statement is repeated twice

System.out.println(num*fac);

The correction is to remove the first appearance of

System.out.println(num*fac);

So, the corrected code is as follows

Scanner scan = new Scanner(System.in);

int num = scan.nextInt();

int fac = 1;

while(fac < 9){

System.out.println(num*fac);

fac++;

}

Read more about debugging at:

https://brainly.com/question/23527739

Select the correct answer.
Which task represents an unethical use of technology and resources at the workplace?
OA. using computer resources for an upcoming project presentation
OB. sharing a coworker's performance scores with colleagues
OC. generating a confidential report after receiving proper authorization
OD. providing references and giving due credit for work that isn't one's own
O E. printing presentation notes for an upcoming client meeting
Reset
Next

Answers

Answer:

A

Explanation:

because when you make a presentation so you are already use technology

Answer:

a

Explanation:

Other Questions
What does the Declaration of Independence say about rights? Based on the political cartoon, which statement is the most accurate?A. Political machines restricted economic growth in New York.B. Political machines controlled economic activity in New York.C. The New Jersey press portrayed New York politicians unfairly.D. Politicians in New Jersey controlled the New York economy. Which of the following sentences uses correct subject-verb agreement?Either Henry or Borris chase the dog around the block.Serena and Lucas play soccer after school.Ned and David doesnt have a reason for leaving school grounds.Cassie sing and play piano.None of the choices are correct. how can philosophy help you become a productive citizen I need help ASAP please 1. Which clause best supports the claim thatCatherine was influenced by the ideas ofthe Enlightenment?(1) clause 9 stating that the sovereign isabsolute and can "act with ... Vigor"(2) clause 10 arguing that the "Extent of theDominion requires an absolute Power"(3) clause 11 criticizing other forms ofgovernment that would have "proved its[Russia's] entire Ruin"(4) clause 14 mentioning the "naturalLiberty" of "rational Creatures** 5x - 29.4 + 1/2x when x is 11/5 What are some common security threats for our home devices and IoTs? Solve the equation: 9 - 4x = 17 A.X = 4b.X=-4C.X = 2D.X = -2 Find the slope of the line through the points (3,2) and (4,5). 5. Express 1216 in quarters. a. 14b. 13c. 24d. 34 Why do animal cells not need the same structures vacuoles, cell walls and chloroplas, that plant cells need? Define Novice, Apprentice, Master, and Mentor. 1. Why was Malacca such an importantlocation in the region? Suppose you have a job teaching swimming lessons and get paid $6 an hour.You also have a job as a cashier and get paid $8 an hour. If you cannot workmore than 15 hours a week, what are the number of hours you can work ateach job and still make at least $100? PLZ HELP WILL GIVE BRAINLYIST Fill in the blank. Camarero, la ______, por favor! (The first letter is c and the last letter is a) 10. Find the parallel slope: (-2.9) and (1.-3). During the summer, Jody earns $10 per hour babysitting and $15 per hour doing yardwork. This week she worked 34 hours and earned $410. If x represents the number hours she babysat and y represents the number of hours she did yardwork, which system of equations models this situation? The derivation for the equation of a parabola with a vertex at the origin is started below. = StartRoot (x minus 0) squared + (y minus p) squared EndRoot = StartRoot (x minus x) squared + (y minus (negative p)) squared EndRoot (x)2 + (y p)2 = (0)2 + (y + p)2 x2 + y2 2py + p2 = y2 + 2py + p2 If the equation is further simplified, which equation for a parabola does it become? x2 = 4py x2 = 2y2 + 2p2 y2 = 4px y2 = 4py