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
aev [14]
3 years ago
7

A company is completing research and development for software which it is planning to produce in approximately 2 years time. Whi

ch of the following assumptions should the company make about the transistor density of the hardware which will be used to run this software?Group of answer choices
Computers and Technology
1 answer:
likoan [24]3 years ago
7 0

Answer:

The transistor density of the hardware which will exist in 2 years time will likely be double the current processing speeds.

Explanation:

The other 3 options are incorrect

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
3 years ago
Write a function that is named times_ten and accepts a number as an argument. When the function is called, it should return the
Stells [14]

It changes a little depending on what programming language you're using, but in C you could say

int times_ten (int num) {

    num = num*10;

    return num;

}

Or, in general terms:

Integer Function times_ten (Integer num)

    Set num = num * 10

    Return num

This is all done assuming the number used as an argument is an integer and that you are returning an integer value, not a decimal. The main thing to notice is that since you have to return a value, you must have two things: a return statement, and a type declaration for the function, otherwise you'll get an error.

4 0
3 years ago
Which of these is an online presentation tool?
Marina86 [1]
Google slides is and online presentation tool
5 0
3 years ago
Read 2 more answers
Write a program that reads in 10 numbers and displays the number of distinct numbers and the distinct numbers in their input ord
Alla [95]

Answer:

Explanation:

The following code is written in Python. It creates a for loop that iterates 10 times, asking the user for a number every time. It then checks if the number is inside the numArray. If it is not, then it adds it to the array, if it is then it skips to the next iteration. Finally, it prints the number of distinct numbers and the list of numbers.

numArray = []

for x in range(10):

   num = input("Enter a number")

   if int(num) not in numArray:

       numArray.append(int(num))

print("Number of Distince: " + str(len(numArray)))

for num in numArray:

   print(str(num), end = " ")

8 0
3 years ago
1) "Information systems are revolutionizing the way businesses function in the 21st century," Do you agree or disagree with this
alukav5142 [94]

Answer:

true

Explanation:

everything is computerized. banks, shopping, financial business records, ect

7 0
3 years ago
Other questions:
  • Currently, there are two major techniques used to develop programs and their procedures. name and describe them. html editor key
    11·1 answer
  • "Career Clusters" describe a group of ________ within the same industry
    14·1 answer
  • Write the header for a function addOne that accepts a single integer reference parameter and returns nothing. Name the parameter
    5·1 answer
  • What is a sloper
    11·1 answer
  • Escribe, en los siguientes cuadros, los conceptos que correspondan
    10·1 answer
  • Let A be an array of n numbers. Recall that a pair of indices i, j is said to be under an inversion if A[i] &gt; A[j] and i &lt;
    11·1 answer
  • Define a pointer variable named daco that can be used for objects of the class Banana.
    14·2 answers
  • Before you ever buy your first stock or bond, it's important to understand what type of investor you are. This depends on a numb
    12·1 answer
  • 1 cup coffee cream = ____ tbsp butter plus ____ c milk
    11·1 answer
  • How to create a comparator generic type in java.
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!