What kind of block do you need to check whether a sprite is touching another sprite?

A. forever block

B. A repeat 10 block

C. An if block

D.An event block​

Answers

Answer 1

A event block i know this im i have been in technology for 5 months


Related Questions

Given the following class: Create a class MyGenerator that can be used in the below main method.
class Random{
public static void main(String [] args){
perform(new MyGenerator());
}
private static abstract class Generator {
protected abstract double getRandom();
}
public static void perform(T g){
System.out.println(g.getRandom());
}
}

Answers

Answer:

Explanation:

The below code shows the complete code for the project. we have used Math.random() as a means of generating a random double value in the getRandom() method since it is not specified.

class Random {

          [tex]\ \ \ \ \ \ \ \ \mathbf{ public \ static \ void \ main \ (String[] \ args) \ \ \{}[/tex]

               perform(new MyGenerator());

       }  

           [tex]\mathbf{private \ static \ abstract \ class \ Generator \{ \ }[/tex]

                  [tex]\mathbf{ \ protected \ abstract \ double \ getRandom();}[/tex]

       }  

       public static <T extends Generator> void perform(T g) {

               [tex]\mathbf{System.out.println(g.getRandom());}[/tex]

       }  

       // MyGenerator class inherited from Generator

       public static class MyGenerator extends Generator {

               // implementing abstract method getRandom() of Generator class

               [tex]\mathbf{Override}[/tex]

               [tex]\mathbf{protected \ double \ getRandom() \{ }[/tex]

                       //returning a single double value between 0.0 and 1.0

                       [tex]\mathbf{return \ Math.random();}[/tex]

               }

       }

}

/*OUTPUT (will be random)*/

0.53296649765

In this assignment, you will use the Microsoft Threat Modeling Tool (TMT-2016).
You are a security analysts at a large university. Your CIO has asked you to draft a threat model for the university Single Sign-On (SSO) system. You are to do this in the Microsoft Threat Modeling tool. The SSO system is used by Faculty, Administration, and Students to access the following University systems:
System Faculty Admin Students
Email Y Y Y
BlackBoard Y Y Y
Finance N Y Y *
Curriculum Development Y Y N
*(To pay tuition)
Given Assumptions:
Different roles require different permissions. (For example, a faculty member needs to see all student grades but a student should only see their own grade.)
Faculty and administrative staff have access to the applications from both internal workstations and remote systems using a VPN connection; students will not be using a VPN for their remote access, but must use an encrypted channel (SSL/TLS) – you can decide how this is implemented
You can create some of your own additional assumptions, as long as they are fully explained
Further Assignment instructions:
The Microsoft Threat Modeling Tool (TMT-2016) should be downloaded and installed on your own computer. File is linked below. If you are using a Mac computer, you will need to create a VM running Windows 8.1 or 10 to install TMT-2016.
Your model should cover the entire STRIDE model (which is the default analysis method in TMT-2016) – you need to explain and address all six types/categories of threats.
Within the completed threat model, you must show mitigations (with justifications) for at least 20% of the identified threats.
The data flow diagram created in TMT-2016 should show all necessary elements/components, including Trust Boundaries, with appropriate data flow connections – be sure to modify the Attributes within the Element Properties to include security settings that will reduce the risks/threats. (Take advantage of the Overview and Example of using TM-2016 in the reference documents below – it takes you through the necessary steps.)

Answers

Answer:

yes yes yes yes yes yes yes

PLEASE HELP IN A HURRY

Answers

I’m pretty sure that it’s the third one

Who is responsible for maintaining, monitoring, and analyzing database security at the back end?
The
works on the back end and is responsible for maintaining, monitoring, and analyzing database security
database.

Answers

Answer:

Install and maintain the performance of database servers.

Develop processes for optimizing database security.

Set and maintain database standards.

Manage database access.

Performance tuning of database systems.

Install, upgrade, and manage database applications.

More items...

Explanation:

Which command could you use to change to the /usr directory using a relative pathname?

Answers

Answer:

To change directories, use the cd command. This command by itself will always return you to your home directory; moving to any other directory requires a pathname. You can use absolute or relative pathnames.

Explanation:

I hope it's help

Using Microsoft Word, write a 250-word essay on the fading of home telephone use with the advent of recent technology, and share your personal experiences with this change. Provide at least two references using APA format.

Answers

this is something you should pay for bro. shame on you. I’m telling your mom.

Why has information visualization become a centerpiece in business intelligence and analytics? Is there a difference between information visualization and visual analytics?

Answers

Answer:

explanation below

Explanation:

Information visualization helps in making and distributing  business information that are profitable and this is the reason why it has  become a centerpiece in business intelligence and analytics. It has also become very important in rapidly understanding difficult information.

Information visualization lays emphasis on data that is abstract, which is, data with no agreed-upon depiction. Examples of this are the financial data, statistics and text. Visual analytics, on its own, lays emphasis on analytical reasoning about data and then puts together the computational analysis techniques with interactive visualization.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts. Which of the following features makes this possible?

a. It used TCP as the underlying protocol.
b. It uses community string that is transmitted in clear text.
c. It is susceptible to sniffing.
d. It is used by all network devices on the market.

Answers

Answer:

b. It uses community string that is transmitted in clear text.

d. It is used by all network devices on the market.

Explanation:

SNMP is an acronym for Simple Network Management Protocol and it is a standard protocol which allows network administrators to manage network devices and client computers remotely.

SNMP is a protocol used to query hosts, servers, and devices about performance or health status data. This protocol has long been used by hackers to gather great amount of information about remote hosts.

The SNMP agent on a network device such as a router authenticates any SNMP Get requests that are being received from the network management software (NMS) using either the read-write or read-only community string.

The features which makes this possible are;

I. It uses community string that is transmitted in clear text.

II. It is used by all network devices on the market.

The computer components that enables a computer to send and receive data, instructions or information from one or more computers or mobile device are

Answers

Answer:

communications device

Explanation:

In what ways can you modify the location of the neutral point?
O Change the size of the wing.
Change the size of the horizontal stabilizer.
O Change the position of the wing.
All of the above.

Answers

Answer:

The answer is "All of the above".

Explanation:

In the temperature over which transition atoms get thermoelectric energy of zero, which is between cold junction level as well as the equivalent inversion value. The Adjustments to wing length, the change in horizontal stabilizer size, as well as, the change in fullback spot will alter the neutral point position.

which wireless technology does the fire alarm system use? ​

Answers

Wireless fire alarm systems get the signal from detectors to the control panel, which is transmitted by radio frequency. The heat detectors have thermistors that sense the heat in order for the alarm to go off. I hope this helps you out!

What are two valid assignee options, when configuring case assignment rules?

a. User
b. Queue
c. Case team
d. Public Group

Answers

Answer:

a. User

b. Queue

Explanation:

Cases can be created manually or automatically. The case assignment rules assign cases regardless of how the case was created. It is used to determine how cases are assigned to users or put into a queue.

Place the steps in order for manually creating a New Contact Group
Save and close
Click New Contact Group.
Name the group
Add members.

Answers

Click new

Add members

Name the group

Save and close

Answer:

Click New Contact Group

Name the Group

Add Members

Save and Close

Explanation:

edge 2021

computing to your daily life.
3. Research the trend of BYOD in workplaces. Compare the advantages to any potential disadvantages.
Do you think more companies should adopt this policy? Why or why not?

Answers

Answer:

The explanation of the scenario would be described in the description paragraph below.

Explanation:

BYOD focuses on bringing smart equipment to that same position during which staff members work in that industry, such as connectivity to the corporation's information, technologies, and so forth. Everything just is becoming more and more widely known throughout traditional working environments

Advantage:

Whenever a corporation would be associated with the BYOD entire organization, this should greatly reduce the cost including its machines as individuals don't have to consider buying the others. Throughout relation to the purchase of their whole machines, staff members are significantly more likely to do just that.

Disadvantage:

As top executives use their work computers, and it is also indeed very harder to monitor data protection throughout their handheld device, this makes Security another of the greatest drawbacks including its BYOD programs.

Throughout my personal view, bringing your someone else's target demographic wouldn't have been acknowledged by the corporations. After all, although the corporation is following a client set of policies that the customer should be doing the project for the service provider as well as the corporation has to save another customer from either the worker because several employees want to initiate their organization.

how does coved-19 effect in how mangers make decisions?
Please help I need a lot of words ​

Answers

Answer:

the pandemic has caused many managers hard time as to where they might have to lower a pay check of fire someone and they don't get a good result out of that or their business go under

Explanation:

Follow the directions below to submit Assignment 2:
Create a Java program.
The class name for the program should be 'DecimalFloor'.
In the main method you should perform the following:
Create a Scanner object.
Input a decimal /double value using the Scanner object.
Convert the input decimal/double value to an integer value (this will drop the decimal from the decimal/double value input).
Output the decimal/double value input.
Output the double/decimal value after converting the integer value back to a decimal value.
Pseudo flowchart for the assignment program:
Create a Scanner object using the Scanner class found in the java.util package.
Output a prompt asking the using to input a decimal value.
Accept the input value into a variable capable of holding decimal values.
Convert the decimal value to an integer value. This will drop all the decimal positions to the right of the decimal.
Covert the integer value to a double value.
Output the initial decimal value input.
Output the double value from step 5.

Answers

Answer:

Explanation:

The following code is written in Java and performs every action requested in the question. Instead of converting back and forth it saves the decimal/double value in one variable and the integer value in another variable so both can easily be accessed and printed.

import java.util.Scanner;

public class DecimalFloor {

   public static void main(String args[]) {

       //Ask for input and place into variable decimalValue

       Scanner in = new Scanner(System.in);

       System.out.println("Input decimal value:");

       double decimalValue = in.nextDouble();

       //Rounding down decimalValue to integer

       int integerValue = (int) Math.floor(decimalValue);

       //Print both integerValue and decimalValue

       System.out.println(integerValue);

       System.out.println(decimalValue);

   }

}

What is beryllium oxide?

a potentially toxic chemical found in thermal grease used for the processor’s heatsink
a nontoxic chemical found in the glass of cathode ray tube monitors
a potentially toxic chemical found in the plastic used to make a computer case
a nontoxic chemical used in the manufacturing of computer batteries

Answers

Answer: a potentially toxic chemical found in thermal grease used for the processor’s heatsink

Explanation:

Exposure to Beryllium oxide can lead to it being inhaled which can cause irritations to the nose, lungs and throat. If this exposure is prolonged, a more serious condition known as Berylliosis which can lead to lung damage. This makes it a potentially toxic chemical.

Beryllium oxide is useful in electronic production due to it having good thermal conductivity whilst also possessing good insulation properties in relation to electricity. This enables it to be used as a filler in thermal grease.

2. True or False: You can create a network with two computers.
a. True
b. False

Answers

A computer network is a collection of connected computing devices that may or may not be able to communicate.
So I think yes its true

You can create a network with two (2) computers: a. True.

A network can be defined as a set of interconnected computer systems (nodes) and the relational ties linking the computer systems together.

In Computer networking, a network design is also known as network architecture and it refers to an iterative process that involves the planning, topological design and implementation of a computer network infrastructure.

Basically, a network can be created by two (2) or more computer systems. Thus, a network designer can create a network with at least two (2) computers by connecting them together through a wired or wireless connection.

Read more on networks here: https://brainly.com/question/8808883

Linette works in software development. She usually starts her day by meeting with the project manager to discuss the overall progress of the software. After that, she holds a meeting with the team of developers to hand out work based on upcoming deadlines and then goes on to help with overall development problems. Linette tries to end each day by sending an encouraging email to her team to remind them how appreciated they are. What is MOST likely Linette's job title?

A. Project Manager
B. Systems Designer
C. Lead Developer
D. Quality Assurance Specialist

Answers

Answer:

C

Explanation:

Lead developer.

Which of the following statements adds 21 days to the date in the dueDate variable below? var dueDate = new Date();?

a. dueDate = dueDate + 21;
b. dueDate = dueDate.getDate() + 21;
c. dueDate.setDate(21);
d. dueDate.setDate( dueDate.getDate() + 21 );

Answers

Answer:

dueDate.setDate(dueDate.getDate() + 21);

Explanation:

Given

The following declaration (in JavaScript):

var dueDate = new Date();

Required

Add 21 days to dueDate

Assume the date object is [mydate], the syntax to add [n] number of days to [mydate] in JavaScript is:

[mydate].setDate([mydate].getDate() + n);

In this question:

The variable is dueDate and the number of days is 21

Going by:

[mydate].setDate([mydate].getDate() + n);

The correct option is:

dueDate.setDate(dueDate.getDate() + 21);

does the following code return a string or a number def of() return 3

Answers

Answer:

The system cannot find the path specified.

Explanation:

please give brain thx! :D

good luck!

List 4 types of Data in excel

Answers

Answer:

four types of data in Excel are;

IntegerBoolean Character String

A user purchased a new smart home device with embedded software and connected the device to a home network. The user then registered the device with the manufacturer, setting up an account using a personal e-mail and password. Which of the following explains how a phishing attack could occur against the user of the smart home device?
A. A vulnerability in the device's software is exploited to gain unauthorized access to other devices on the user's home network.
B. A vulnerability in the device's software is exploited to install software that reveals the user's password to an unauthorized individual
C. The user is sent an e-mail appearing to be from the manufacturer, asking the user to confirm the account password by clicking on a link in the e-mail and entering the password on the resulting page.
D. The user's account is sent an overwhelming number of messages in an attempt to disrupt service on the user's home network.

Answers

Answer:

C. The user is sent an e-mail appearing to be from the manufacturer, asking the user to confirm account password by clicking on a link in the e-mail and entering password on the resulting page.

Explanation:

Phishing attack is a cyber atttack in which user is sent an email which he thinks is useful. When the user open the email and does as instructed in the email his account gets locked. His personal information is haccked and then rannsom is demanded to release that information. The hacckers usually steal credit card information and bank details of the user which are misused.

All cells in row 2 through 5 are referred as 2:5 true or false

Answers

Answer:TRUE

Explanation:

BRAINLIEST PLSSSSSSSSSSSSSSSSSSS

Why did they removed the watch video button to view answers?​

Answers

Answer:

Umm I’m not sure

Explanation:

Chang investigates ways to improve the interactivity of computer hardware. His job title is best described as ✓ Computer and Information Research Scientist. Shay writes programs to make operating systems easier for people to use. Her job title is best described as ✓ Software Developer, Systems Software.
Dayna writes code for computer programs that allow people to communicate with each other. Her job title is best described as ✓ Software Developer, Applications​

Answers

Answer:

B, D, C

Explanation:

got it right

Answer:

b d c

Explanation:

The cost to ship a package is a flat fee of 75 cents plus 25 cents per pound. 1. Declare a const named CENTS_PER_POUND and initialize with 25. 2. Get the shipping weight from user input storing the weight into shipWeightPounds. 3. Using FLAT_FEE_CENTS and CENTS_PER_POUND constants, assign shipCostCents with the cost of shipping a package weighing shipWeightPounds.

#include
using namespace std;

int main() {
int shipWeightPounds;
int shipCostCents = 0;
const int FLAT_FEE_CENTS = 75;

/* Your solution goes here */

cout << "Weight(lb): " << shipWeightPounds;
cout << ", Flat fee(cents): " << FLAT_FEE_CENTS;
cout << ", Cents per lb: " << CENTS_PER_POUND;
cout << ", Shipping cost(cents): " << shipCostCents << endl;

return 0;
}

Answers

Answer:

Replace /* Your solution goes here */

with

const int CENTS_PER_POUND = 25;

cout << "Weight(lb): ";

cin >> shipWeightPounds;

shipCostCents = FLAT_FEE_CENTS + CENTS_PER_POUND * shipWeightPounds;

Explanation:

This line declares and initializes CENTS_PER_POUND as constant integer to 25

const int CENTS_PER_POUND = 25;

This line prompts user for weight of shipment

cout << "Weight(lb): ";

This line gets weight from the user

cin >> shipWeightPounds;

This line calculates the cost of shipment

shipCostCents = FLAT_FEE_CENTS + CENTS_PER_POUND * shipWeightPounds;

In this exercise we want to use computer and python knowledge to write the code correctly, so it is necessary to add the following to the informed code:

So we can see that in the attached image we find the code that corresponds to the answer to this question.

Are analyzing the code informed in the question we can say that:

This line declares and initializes CENTS_PER_POUND as continual number to 25, the code that we have is:

const int CENTS_PER_POUND = 25;

cout << "Weight(lb): ";

cin >> shipWeightPounds;

shipCostCents = FLAT_FEE_CENTS + CENTS_PER_POUND * shipWeightPounds;

See more about computer at brainly.com/question/950632

All of the following are true about data science and big data except: a.Digital data is growing at the rate of 2.5 quintillion bytes per day b.Data scientists use skills in data management, statistics, and software development c.No digital data is stored in traditional databases d.Data science involves preparing, manipulating, and analyzing large amounts of digital data

Answers

Answer:

Option C

Explanation:

All of the following are true about data science and big data except No digital data is stored in traditional databases

Reason -

Data generated in current time is of large size and is also complicated. Traditional data bases such as SQL databases etc. are not capable to store  data that is changing at a fast pace and has huge volume, veracity, variety and velocity. But big data platforms such as Hadoop can store big data and process it speedily and easily.

Write the function max_int_in_list that takes a list of ints and returns the biggest int in the list. You can assume that the list has at least one int in it. A call to this function would look like:

my_list = [5, 2, -5, 10, 23, -21]
biggest_int = max_int_in_list(my_list)
# biggest_int is now 23
Do not use the built-in function max in your program!

Hint: The highest number in the list might be negative! Make sure your function correctly handles that case.

Answers

# your function should return the maximum value in `my_list`

def max_int_in_list(my_list):

   highest = my_list[0]

   

   for num in my_list:

       if num > highest:

           highest = num

       return highest

       

       

my_list = [5, 2, -5, 10, 23, -21]

biggest_int = max_int_in_list(my_list)

print (biggest_int)

Explanation:

What are the Edhesive 3.4 lesson practice answers

Answers

Answer:

import time

# Input yellow #

yellow = input("Enter yellow: ")

# If yellow #

if yellow == "yellow":

print("Correct")

else:

print("Nope")

Explanation:

Other Questions
Find the equation of the line specified. The slope is 6, and it passes through ( -4,4) a. y = 6x + 4 b. y = 6x - 20 c. y = 12x + 28 d. y = 6x + 28 Please select the best answer from the choices provided 5 2/3 divided by 3/2Please help Following are the transactions of a new company called Pose-for-Pics Aug. 1 Madison Harris, the owner, invested $6,500 cash and $33,500 of photography equipment in the company in exchange for como stock. 2 The company paid $2,100 cash for an insurance policy covering the next 24 months 5 The company purchased office supplies for $880 cash 20 The company received $3,331 cash in photography Tees earned. 31 The company paid $675 cash for August utilities. Required: 1. Post the transactions to the T-accounts. 2 Use the amounts from the T-accounts in Requirement to prepare an August 31 trial balance for Pose for Pics. Please actually help me! I've asked this question twice and the first time, nobody answered and the second time, some idiot just said "use photomath" and i reported it and it hasn't gotten deleted. So I'm asking again! I'll give tons of points + Brainliest if correct! Please answer ASAP The earliest Psalm is attributed to Solomon.TrueFalseThe earliest Psalm is attributed to Solomon.TrueFalse Please help me I will give you the brain thing with extra points if you help me, please. I need to get this right. 2/5 Simplify the expression-10r+-4r a guitar amplifier makes a guitar soundneed help ian know nothing bout quitar Which of the following events demonstrates the link between government policy and the core beliefs of the majority of US citizens?The Senate filibustered a 2016 bill that proposed significant restrictions on gun ownership.Congress approved government programs in the 1930s to ease unemployment during the Great Depression.President Carter used executive orders in 1979 to create the Federal Emergency Management Agency (FEMA).The 1957 Supreme Court ruling in Brown v. Board of Education of Topeka declared racial segregation of children in public schools was unconstitutional. If 25% of a number p is 19, what is 15 of p An electronics retailer offers an optional protection plan for a mobile phone it sells. Customers can chooseto buy the protection plan for $100, and in case of an accident, the customer pays a $50 deductible andthe retailer will cover the rest of the cost of that repair. The typical cost to the retailer is $200 per repair,and the plan covers a maximum of 3 repairs.Let X be the number of repairs a randomly chosen customer uses under the protection plan, and let F bethe retailer's profit from one of these protection plans. Based on data from all of its customers, here are theprobability distributions of X and F: What would one have MOST LIKELY found in early African agricultural societies?Afollowers of IslamBBantu language speakersCfollowers of HinduismDArabic language speakers That day I walked to Gestapo headquarters. The red-and-black swastika flew from the flagpole. UniformedGermans were everywhere. It was a well-known fact that people who entered this building did not always leave itagain. I entered the building and inquired of the soldiers on guard where this Austrian had his office.I was told which office, and went directly there. It was a medium-sized room, filled with desks, all occupied byworkers who were busily typing. The Austrian's desk was in the corner of the room. He sat behind it facing mewhen I entered. His name was Karl Silberbauer.I went up to his desk and stood with my back to the typists. I'd been thrown off by the fact that he wasn't alone, soall I did was stand there, briefly looking into his eyes. Any spoken words would have been audible throughout theroom, so I just stood and didn't say a word. All I did was rub my thumb against the two fingers beside it, the indexfinger and the middle finger - the sign for money.Why does Miep choose to visit Gestapo headquarters?She is no longer afraid of the Germans.She seeks a friendship with the Austrian.She believes the Austrian owes her money.She is desperate to find help for her friends.Mary thin and Vera has been holding onto some deep anger that is affecting her life after a goodfriend let her down during a recent health crisis. Vera is having a hard timemoving past this experience, since she keeps having negative thoughts related toit. Vera decides that she wants to learn how to change her thoughts, behaviors,and feelings. What can help her do this?A. Mindfulness-based therapiesB. PsychotherapyC. Cognitive behavioral therapyD. Behavioral activation Helppppp please easy Spanish 1-8 read directions can you help me with this?can you help me with this?From the diagram, label the following words on the diagram. write the shape and colour for the following terms.A) DeoxyriboseB) phosphateC) nitrogenous base This music originated at the turn of the 20th century, became synonymous with the Harlem Renaissance, grew steadily in popularitythrough the start of the Great Depression, and is considered a uniquely American art form.les)A)jazzB)salsabluegrassD)rock and roll How is the commercial aspect of art different today than during the Renaissance? Use words company and self-employed in the answer 2) The signal to contract is distributed deep into the muscle fiber by thea) Sarcolemmab) Sarcomerec) Transverse tubulesd) Myotubulese) Myofibrils Select an Enlightenment thinker to honor with this award. Consider who had the greatest impact on the 18th century and the modern world. You may choose from the following:Denis DiderotMadame GeoffrinThomas HobbesDavid HumeJohn LockeBaron de MontesquieuJean-Jacques RousseauAdam SmithMary WollstonecraftVoltaire