What do we call any element within a computer program, such as a computer game, which simulated decision-making based on algorithms defined by game designers and programmers?

non-player characters (NPCs)

artificial intelligence (AI)

avatar

roguelikes

Answers

Answer 1

Answer:

AI - Artificial Intelligence

Explanation:


Related Questions

from which Menu option you can change page setup in MS Word​

Answers

page layout tab or the page setup dialog box

In older languages, you could leave a selection or loop before it was complete by using a ____ statement

Answers

Answer:

D) go to

Explanation:

A) next

B) go next

C) loop

D) go to

D) go to is correct answer

(Hope this helps can I pls have brainlist (crown)☺️)

ok so I have two accounts and like, the other account has -20 points??? what happened​

Answers

You need to do the questions to get more points

What is the largest integer that can be represented with 4 bits?.

Answers

Answer:

15

Explanation:

You can calculate the maximum number using a simple formula:

2^N (Where N is the number of bits) - 1

So 2^4 - 1 = 16 - 1 = 15

it is possible to be logged into a wi-fi network that does not have internet access.

Answers

Answer:

yes it is possible. it'll take some work tho

Explanation:

you would have to bypass the security and disable the proxy and go through the firewall and do some other things to access it

write an expression taht evaluated to true if and only if the variable s does not contain the string 'end'

Answers

Answer:

//check which string is greater

if(strcmp(name1,name2)>0)

//assign name1 to first, if the

    //name1 is greater than name2

    first=name1;

else

    //assign name2 to first, if the

    //name2 is greater than name1

    first=name2;

5)

//compare name1 and name2

    if(strcmp(name1,name2)>0)

   

         //compare name1 and name3

         if(strcmp(name1,name3)>0)

       

             //assign name1 to max, becuase

             //name1 is greater than name2 and name3

             max=name1;

       

Explanation:

1. Which software is used mostly for typing text? a) Word b) Excel O c) PowerPoint o d) Paint​

Answers

Answer:

a. Word

Explanation:

Microsoft Word is the most widely used word processing software according to a user tracking system built into the software.

Answer: a) Word

Explanation: Microsoft Word is the most widely used word processing software.

Tamara is writing a program to organize students in a class and needs to use operators to organize student grades, then compare the results of that to each other. What kinds of operators does Tamara need to use for each step?
Tamara needs to use
operators to organize the students' grades, then
operators to compare the results.

Answers

Answer:   you said "Tamara needs to use

operators to organize the students' grades, then

operators to compare the results."

i think your right

Explanation:

sounds right.

Which is a function of an operating system?.

Answers

Answer:

An operating system is known as the interface between the computer hardware and the user itself. It is one of the most essential parts of a computer, and is the most integral software. It's responsible for executing programs, handling other inputs i.e an additional mouse, keyboard, etc. as well as handling storage for data and other files. In addition to this, it manages the computer's resources as well as executes and enables services.

How to turn robot voice like real human voice.

Answers

Go in front of the mirror and act like robot and talk ,there you have a robot voice like real human voice

a steep reduction is memory available on the heap to the poiont where it is completly exhausted is known as a

Answers

Based on the information that is given, a steep reduction in the memory that's available is known as a memory leak.

A memory leak simply means a form of resource leak which occurs when a computer program manages memory allocations incorrectly in such a way that the memory that isn't needed anymore aren't released.

It should be noted that a memory leak is also a steady reduction in memory available on the heap to the point where it's exhausted. It can also be when an object that is stored in memory can't be accessed by the running code.

Read related link on:

https://brainly.com/question/25820385

the pathway through which an electric signal moved between devices is known as what?

Answers

The answer would be electric Circuit or just circuit!

What is the quickest option for adding internet images to a PowerPoint presentation?

*it's b. use the online pictures option....

Answers

Answer:

b. Use the Online Pictures option to perform a search of web-based images to insert.

Explanation:is correct. post protected

a ________ uses electronic memory and has no motors or moving parts.

Answers

Answer:

a to uses electronic memory and has no motors or moving parts.

Explanation:

brainliest me and follow ty

A user is troubleshooting a mobile device app that is displaying errors and has contacted the app manufacturer’s technical support team for assistance. The support technician needs specific information from the device about how the app is responding and what is happening to cause the errors.

Answers

Answer:

D. The method for retrieval is dependent on the specific app or device’s operating system.

What access-point feature allows a network administrator to define what type of data can enter the wireless network?

Answers

Traffic filtering. It’s name is self-explanatory!

Need help with 3.2 lesson practice questions (edhesive)​

Answers

Answer:

Doesn't have a question

Explanation:

THANK YOUU

i will give brainliest to the best answer. what is a good screen recorder

Answers

Answer:

If your on windows there is an x-box screen recorder installed on it. thats a new windows 11 update. If not, i used to use x-split broadcaster

Explanation:

If your on windows there is an x-box screen recorder installed on it. thats a new windows 11 update. If not, i used to use x-split broadcaster

mark me Brainliest

The CNSS model of information security evolved from a concept developed by the computer security industry known as the ____________________ triad.

Answers

The CNSS model of information security evolved from a concept developed by the computer security industry known as the CIA triad .

text to appear
Name the highlighted part as a whole. What are the segments- bgcolor and “SKYBLUE” called?
What is the output going to be due to the highlighted part?

Answers

Answer:

bg color stands for background color while SKYBLUE is the color assigned to it.

Explanation:

It is setting the background color of the body tag to sky blue.

Until 2016, the popular song _____ was covered by copyright law, unusually long after it was written in 1893.

A.
Happy Birthday

B.
Merry Christmas, Everyone

C.
Hava Nagila

D.
Auld Lang Syne

Answers

Answer: Happy Birthday

Explanation:

Answer is A. Happy Birthday

When a mobile user connects to a main office using a standard Internet connection, a ____ provides the mobile user with a secure connection to the company network server.

Answers

A virtual private network (VPN) is an encrypted connection using a standard Internet connection to connect a device to a network.

A virtual private network (VPN) is used to connect a private network to a public network. It enables users have access to the private network thereby enabling them to send and receive data across public networks.

A virtual private network (VPN) is an encrypted connection using a standard Internet connection to connect a device to a network.

Find out more at: https://brainly.com/question/25234505

When resizing images or objects in a presentation, why should a user not utilize the sizing handles in the middle of the sides or bottom of an image?

B will resize but not maint aspect ratio was correct

Answers

Answer:

b. It will resize the image but not maintain aspect ratio

Explanation: is correct. post protected

Answer:

b

Explanation:

PLEASE HELP ME FASTTTTTT Input statements allow the user to enter data that a program uses to perform necessary computations. Users enter the data when they the program.

Answers

Answer:

The scanf() is the function that is used to take inputs from the user with the help of the standard input device,i.e, the keyboard.

scanf() function is capable of taking any data type as an input, though it has to be specified first like %d for integers, %s for strings and %f for floating-point type. The gets() function can only take a string as an input.

Explanation:

Answer:

ur

Explanation:

ur mom

Four types of firewalls are: Packet filtering, stateful inspection, circuit level proxy and _________ .

Answers

Answer:

oxigen

Explanation:

In Java, a reference variable is ________ because it can reference objects of types different from its own, as long as those types are related to its type through inheritance.

Answers

Answer:

polymorphic

Explanation:

An example of polymorphic reference, suppose you have 3 classes: Main, Product and SpecificProduct. If SpecificProduct extends Product this means it is a product class but with something else to complement.

Say you want to reference an object of product in the main class, you can do it the classic way:

Product pd = new Product();

Or you can do it polymorphic, like this:

Product pd = new SpecificProduct();

The program will accept just fine because SpecificProduct is extending Product. When you do it like this, we say the reference you made was a polymorphic reference

we are unable to process your request at this time. if you continue to receive this error, please contact cardholder services by calling the number on the back of your card.

Answers

Answer:

is this a sim chip card replacement card for Electronics ?

Explanation:

________________ is access to the internet through your tv connection.

Answers

Answer:

Cable Modem

Explanation:

1.Write a C++ program that allows the user to enter the phrase "I am smart". Output the first letter and last letter of the phrase using string properties.

2.Write a C++ program to output the following values after they are loaded into an array: 67, 45, 12, 89, 46, 88 and 43.
PLS Help they are different questions

Answers

Answer:

1)

string value;

cout << "type I am smart";

cin >> value; // get user input from the keyboard

2)

int num1 = 67;

int num2 = 45;

int num3 = 12;

int num4 = 89;

int num5 = 46;

int num6 = 89;

int num7 = 46;

int num8 = 88;

int num9 = 43;

int numbers [ ] = {num1,num2,num3,num4,num5,num7,num8,num9} ;

//to load it as a function

int main ()

{

for ( n=0 ; n<5 ; n++ )

{

result += numbers[n];

}

cout << result;

return 0;

}

The C++ programs are illustrations of arrays and strings

The program 1

The program written in C++ is as follows:

#include<iostream>

using namespace std;

int main(){

   //This declares the string

   string myStr;

   //This gets the input

   cin>>myStr;

   //This prints the first and the last index elements

   cout<<myStr[0]<<" "<<myStr[myStr.length()-1];

   return 0;

}

The program 2

The program written in C++ is as follows:

#include<iostream>

using namespace std;

int main(){

   //This initializes the array

   int myArr [] = {67, 45, 12, 89, 46, 88, 43};

   //This prints the array elements

   for(int i = 0; i<7;i++){

       cout<<myArr[i]<<" ";

   }

   return 0;

}

Read more about arrays and strings at:

https://brainly.com/question/15683939

#SPJ2

Which tools exist on the 3-D Map Layer pane? Check all that apply. filter options layer options time visualization category visualization Udata layer visualization data value visualization​

Answers

Answer:

filter options

layer options

category visualization

data value visualization

Explanation:

Other Questions
The american colonization society was established in the early nineteenth century with the goal of. Troy studies porcupines and wants to estimate the population in a certain region. Troy catches 36 porcupines, marks them, and releases them. Then later, Troy catches 450 porcupines and observes that 18 of them are marked. To the nearest whole number, what is the best estimate for the porcupine population? this cubiod is made from 6 small cubes write how many small cubes there are in this cubiodPleas help simple math question!!! the diameter of an iron ball used in putting the hot is 12cm the density of the iron is 7.89/cm3 calculate the mass of the ball in kg Unitary methodA car can cover a distance of 240 km in 4 hours.i) Find the speed of the car in km per hour.ii) How many kilometers does it cover with the same speed in 7 hours? (Explain with process) 1. Identify the place value for the following: 162.891 An audience-centered speaker should approach diversity by:_____.a. being acutely aware of the differences and trying to ignore them.b. choosing a topic that might be offensive to some listeners.c. gathering information on the audience, but not adapting the speech based on this information.d. respecting all listeners. President Lincoln and President Davis suspended habeas corpus to deal with opponents of the war. Do you think suspending civil liberties is justified in some situations? Write a short essay (1-2 paragraphs) in which you state and defend your position. How to teach multiplication with 2 digit numbers. When Braling Two's mechanical heart beats, it makes a "tick-tick-tick-tick-tick-tick-tick-tick" sound. What other association does this sound hold for the reader? How is this an example of skillful foreshadowing by Bradbury? in marionette Inc story Unit 4: Congruent TrianglesbimoHomework 5: Proving Triangles Congruent:SSS & SAS Which of the following is the additive inverse of 4/31 ? A. 4/31B. - 4/31 C. 31/4 D. - 31/4 ( Thanks In Advance ) A bag has 2 blue marbles, 3 red marbles, and 5 white marbles. Which events have a probability greater than One-fifth? Select three options. choosing 1 blue marble choosing 1 red marble choosing 1 red marble, not replacing it, and then choosing a blue marble choosing 1 white marble, replacing it, and choosing another white marble choosing 1 white marble 1. A 3.5 kg object experiences an acceleration of 0.5 m/s2. What net force does the object experience train tickets cost $48 for adults and $32 for children there are 27 adults and 55 children on the train how much did the passengers pay to ride the train what is the change from 3 to -8? A cry went up from the pack running after him when he fell. There was tension and hysteria in that concerted cry. And other things too, but he scarcely thought about it at all. Three women fell out of the race and clutched their sides and laughed; one of them fell on the sidewalk laughing like that, her belly puffing up huge with laughter, and subsiding again, letting it go.5 He scrambled up to his feet, their cries in his ears, spurring him on; he must run, run until he dropped, going God knows where. He scrambled to his feet, his fingers clawing the asphalt, stumbled on, sounds filling his ears... shriek of a locomotive whistle...coming up, rising to a pitch, and going away...he turned the corner into the street that was at right angles to the one he had come down from the Slaughter House gates...he was running blind before, reacting to the compulsion of his fear...but now he saw his objective and it lent his effort purpose...a long line of freight cars was coming down from the railway yard along the lines that ran across the street, going towards No. 1 Pier. The gates were lowered across the street stopping traffic; all he had to do was to get across the lines before that string of freight cars. They would cut off his pursuit for the time it would take that long train to cross the street. Trains always slowed down going into the dockyard; sometimes stopped, straddling the street. All he had to do was to get across. The man operating the gate yelled at him. He paid no heed. He had balanced it in his mind to a nicety, figured he'd just have time to get across. He went under the gate. Voices shouted in his ears...the scream of the locomotive whistle rising to a crescendo...he paid no heed. The train was hurtling towards him, but he had time, he could make it.Hi, Syll-Sheena. When you submit this form, the owner will see your name and email address.Required1.The word "pack" in line 1 of the passage best suggests that:(1 Point)the man was being chasedhis pursuers were like houndsthere were others racing with himhe was leading his competitors2.The vivid description of the women in lines 2 to 3 is significant primarily because(1 Point)it lends relief to the tension of the sceneit makes the writing more picturesqueit appeals to the reader's sense of humourit shows the absurdity of the incident3.The phrase "concerted cry" (lines 1 to 2) most nearly means(1 Point)a rythmic soundall shouting at the same timean outburst at a stage performancea cry of defeat4.The expression "God knows where" (lines 5 to 6) best indicates(1 Point)that the man had nowhere to gothere was confusion in the runner's mindthat he was fleeing from the lawthat he needed God's guidance5.The repetition of the word "run" in line 5 of the passage best suggests(1 Point)the earnestness of the runneran exaggerated picturethe urgency of the runningthe futility of the running6.The words "scrambled" and "stumbled" (paragraph 2) show best that the victim was (1 Point)in a confused state of mindtired and worn outexperiencing difficulty in runningclutching at straws for safety7.By the frequent use of the triple dots in paragraphs 2 and 4 of the passage, the writer intends to achieve(1 Point)better communication with his audiencea detailed description of the scenegaps in rendering the experiencingthe mounting excitement and tension of the scene8.The paragraph in which the runner experiences the most tension is (1 Point)21349.The word shriek used in paragraph 3 appeals to which of the following senses:(1 Point)sighthearingsmelltouch10.What do you think is the runner's objective?(1 Point)Reaching the railway yardGoing to No 1 PierGetting into the trainCrossing the train line11.The expression "cut off his pursuit for the time" (line 13) means(1 Point)he would stop running for a whilethey would stop chasing him temporarilyhe would have time to escapethere would be no need to run12.The expression "balanced it in his mind to a nicety" (line 16) means most nearly(1 Point)considered it carefullycame to a favourable conclusionkept pondering in a optimistic waywas in a state of uncertainty13.The words "straddling" and "hurtling" in the passage convey most nearly(2 Points)an unhurried and leisurely paceaccelerated movementopposite speedsthe temper of the man running14.The style of writing in this extract can best be described as:(1 Point)descriptiveargumentativeexpositorynarrative The "Little Rock Nine" incident occurred in the state of _____. Kansas Missouri Oklahoma Arkansas [tex]2 {}^{3} \times 2 - {}^{3} [/tex]I need answers