1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
JulsSmile [24]
3 years ago
13

What type of attack involves using every possible combination of letters, numbers, and characters to create candidate digests th

at are then matched against those in a stolen digest file?
Computers and Technology
1 answer:
MatroZZZ [7]3 years ago
4 0
The answer is Brute Force.  The <span>attack that involves using every possible combination of letters, numbers, and characters to create candidate digests that are then matched against those in a stolen digest file is Brute Force. 
</span>It is also known as brute force<span> cracking.  It is a trial and error method used to decode passwords or Data Encryption Standard (DES) keys, through comprehensive effort (</span><span>brute force).</span>
You might be interested in
Can anyone help me with these questions?
densk [106]

Answers and explanations:

<u>Question 1: </u>

a. True

<u>Explanation: </u>

According to data released by the Tetris company in 2018 Tetris has sold over 500million copies. The second best-selling video game is Minecraft with circa 180millon copies according to Microsoft

<u>Question 2: </u>

b. Challenges or conflicts.

<u>Explanation</u>

A game should include the following elements:

  • Willingness to participate
  • Goals to achieve, or challenges
  • Rules and strategies that ought to be followed overcome the challenges
  • An agent to compete against. This can another player (human or not), the environment of the game, or even the rules of the game.
  • The addition of agent to compete against, create an essential element for games: conflict.

<u>Question 3:</u>

c. Third-person perspective

<u>Explanation</u>

In video games, several perspectives modify how the player interacts with the character and the environment.

  • 1st person perspective: the player sees what the main character sees. Like in Doom.
  • 2nd person perspective: the player sees the main character through the eyes of a third character. Like in Mario 64, the player sees Mario from the perspective of Lakitu.
  • 3rd person perspective: The player sees the main character body entirely, like a character in a movie. Over the shoulder, perspective is similar to 3rd person, but the camera is fixed to the main character shoulder.
  • Top-Down perspective: where the player sees both the main character and the map from an "aerial" view
  • etc...

<u>Question 4:</u>

b. tactical

<u>Explanation</u>

Tactics and strategy are usually used interchangeably. However, strategy is the whole action plan to achieve an overall outcome. Like winning a football match. Tactics, on the other hand, refer to the immediate and in-situ efficient usage of resources to achieve a small objective. Like scoring a goal. In Henry Hatsworth, the immersion experience comes from the ability to master the tactics to play a combination of puzzles with action platformer.

<u>Question 5:</u>

c. AI.

<u>Explanation</u>

Gameplay makes reference to the way in which a player interacts with a game. It econpases game mechanics, challenges, story, etc...

Game mechanics are the rules and methods through which a player can achieve the game goals. For instance, a game can be turn-based or real-time strategy.

Roguelike is a specific kind of games based on the exploration of dungeons.

In videogames, a developer can adjust the AI of NPC to react more or less assertive or aggressively to player actions. This can alter the whole gameplay experience, so must be done carefully.

<u>Question 6.</u>

a. A video recap

<u>Explanation:</u>

A video recap can help developers to asses how players interact with the videogame

<u>Question 7:</u>

b) What marketing strategy will I use for my game?

<u>Explanation</u>

Game development requires resources, you need to think about how you are going to sell the game to investors or crowd-funders in order to actually being able to materialise any idea.

<u>Question 8</u>

c) It means you can learn how to play the game almost inmediately, but you will want to keep playing for a long time in order to master it.

<u>Explanation</u>

Some games have simple mechanics, like simple rules that are easy to understand. However, this does not determine the overall gameplay complexity. Go is an example of simple mechanics and extremely complex and in-depth gameplay.

<u>Question 9</u>

b. False

<u>Explanation</u>

FPV provides the player with a limited but detailed view of the map. On the contrary, a top-down perspective provides a broader view possible on a map.

<u>Question 10:</u>

b. First-person view.

<u>Explanation</u>

please check explanation on question 3.

<u>Question 11:</u>

c. Passively

<u>Explanation</u>

A player cannot be a passive spectator. They must engage actively in gameplay in order to overcome the challenges and advance on the game. This is why games are different from most forms of entertainment, in which the spectator acts passively and cannot affect the outcome of the story.

<u>Question 12</u>

b. False

<u>Explanation:</u>

The characteristics mentioned are typically found on puzzle games. Adventure games focus on telling a story about a lifechanging journey. They may contain many mechanics and elements (such as puzzles) but they are focused on telling the character story.

<u>Question 13</u>

d. Resource management

<u>Explanation</u>

Economy is the study of resource management (not only money). Therefore, any game that has a resource management component involves a certain degree of economic mechanics. This component is more prominent in RTS and city-building games.

<u>Question 14. </u>

b. Tetris

<u>Explanation</u>

The core mechanic of Tetris is to align geometric pieces that fall from the top of the screen. Each time the pieces are aligned in a horizontal line, the line disappears.  

<u>Question 15. </u>

a. True

<u>Explanation</u>

Fable III does not have any difficulty setting. Game mechanics are designed in such a way that players need to increase their avatar level in order to advance the storyline, where they are going to find harder and harder characters.

6 0
4 years ago
Sales representatives want to capture custom feedback record details related to each Account. The sales reps want to accomplish
Tomtit [17]

Answer:

Create predefined values for most of the fields.

Create an object-specific action on Account

Explanation:

The sales reps would need to create predefined values for most of the fields, or they can create an object-specific action on account. In doing this, the sales reps will capture custom feedback record details related to each account and will accomplish this with minimal clicks on the Salesforce1 mobile app.

3 0
3 years ago
Given an array as follows
slava [35]

Answer:

1) Method calcTotal:

  1. public static long calcTotal(long [][] arr2D){
  2.        long total = 0;
  3.        
  4.        for(int i = 0; i < arr2D.length; i++ )
  5.        {
  6.            for(int j = 0; j < arr2D[i].length; j++)
  7.            {
  8.                total = total + arr2D[i][j];
  9.            }
  10.        }
  11.        
  12.        return total;
  13.    }

Explanation:

Line 1: Define a public method <em>calcTotal</em> and this method accept a two-dimensional array

Line 2: Declare a variable, total, and initialize it with zero.

Line 4: An outer for-loop to iterate through every rows of the two-dimensional array

Line 6: An inner  for-loop to iterate though every columns within a particular row.

Line 8: Within the inner for-loop, use current row and column index, i and j, to repeatedly extract the value of each element in the array and add it to the variable total.

Line 12: Return the final total of all the element values as an output

Answer:

2) Method calcAverage:

  1. public static double calcAverage(long [][] arr2D){
  2.        double total = 0;
  3.        int count = 0;
  4.        
  5.        for(int i = 0; i < arr2D.length; i++ )
  6.        {
  7.            for(int j = 0; j < arr2D[i].length; j++)
  8.            {
  9.                total = total + arr2D[i][j];
  10.                count++;
  11.            }
  12.            
  13.        }
  14.        
  15.        double average = total / count;
  16.        
  17.        return average;
  18.    }

Explanation:

The code in method <em>calcAverage</em> is quite similar to method <em>calcTotal</em>. We just need to add a counter and use that counter as a divisor of total values to obtain an average.

Line 4: Declare a variable, count, as an counter and initialize it to zero.

Line 11: Whenever an element of the 2D array is added to the total, the count is incremented by one. By doing so, we can get the total number of elements that exist in the array.

Line 16: Use the count as a divisor to the total to get average

Line 18: Return the average of all the values in the array as an output.

Answer:

3) calcRowAverage:

  1. public static double calcRowAverage(long [][] arr2D, int row){
  2.        double total = 0;
  3.        int count = 0;
  4.        
  5.        for(int i = 0; i < arr2D.length; i++ )
  6.        {
  7.            if(i == row)
  8.            {
  9.                for(int j = 0; j < arr2D[i].length; j++)
  10.                {
  11.                    total = total + arr2D[i][j];
  12.                    count++;
  13.                }
  14.            }
  15.            
  16.        }
  17.        
  18.        double average = total / count;
  19.        
  20.        return average;
  21.    }

Explanation:

By using method <em>calcAverage </em>as a foundation, add one more parameter, row, in the method <em>calcRowAverage</em>. The row number is used as an conditional checking criteria to ensure only that particular row of elements will be summed up and divided by the counter to get an average of that row.

Line 1: Add one more parameter, row,

Line 8-15: Check if current row index, i, is equal to the target row number, proceed to sum up the array element in that particular row and increment the counter.

5 0
3 years ago
Suggest two other subtasks that may be performed in a dice game?
saul85 [17]
I do not even know wht to tell u
4 0
3 years ago
Read 2 more answers
In every programming language, when you access data stored in an array, it is important to use a ____ containing a value that ac
Stells [14]
Subscript

Reference: Chapter 5 of 'An Object-Oriented Approach to Programming Logic and Design's by Joyce Farrell
4 0
3 years ago
Other questions:
  • Give an example of a function from N to N that is: Hint: try using absolute value, floor, or ceiling for part (b). (a) one-to-on
    11·1 answer
  • You recently set up a DHCP server and need to configure your computer to start using it. Click the IPv4 properties option that y
    10·1 answer
  • You coded the following class: public class N extends String, Integer { }When you compile, you get the following message:N.java:
    9·1 answer
  • In fixed-width files, each record is on a separate line and the fields are separated by a special character.
    7·1 answer
  • True or false: a game design document is like a diary for game developers
    13·2 answers
  • A process is: An activity of a function that is performed for some specific business reason A single piece of data within a syst
    14·1 answer
  • A user has requested a field that counts the number of child record associated with a custom object. These custom objects have a
    9·1 answer
  • Functions are ideal for use in menu-driven programs. When a user selects a menu item, the program can_______ the appropriate
    5·1 answer
  • Who was the first person to develop http the language in which servers and browsers communicate
    11·1 answer
  • What is a query? State it's uses.​
    8·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!