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
AnnyKZ [126]
3 years ago
6

What does a computer user need to know about programming in order to play a video game?

Computers and Technology
2 answers:
natita [175]3 years ago
8 0

They don't need to know anything, because the video game is programmed by the person who made the game. You don't need to do any programming to play.

Tems11 [23]3 years ago
5 0

Here's how Firebase will help your games  With Analytics, learn how players are experiencing your game: how much time they spend playing, how long they take to complete levels, how much in-app content they're purchasing and much more. Dynamic Links lets you share content like custom levels, in-game items, and game invitations between players. With Cloud Messaging, release new content and send push notifications to players who have completed your available content. Remote Config allows on the fly adjustment of gameplay settings like enemy density, power-up frequency, or anything else you want to control. Use Realtime Database to store user-generated content like custom maps safely in the cloud. And Storage delivers downloadable content to your players using our secure service.  plat_cppplat_unity Powerful SDKs for C++ and Unity  Firebase makes it easy to add backend services and analytics to your mobile games on iOS and Android. With our SDKs you can access Firebase services directly in your C++ and Unity games, without having to write any Java, Swift (or Objective-C) code!  The following features are supported by our Firebase SDKs for C++ and Unity:  AdMob, Analytics, Dynamic Links, Invites, Remote Config, Authentication, Realtime Database, Cloud Messaging, Storage, Cloud Functions  plat_cppplat_unity Leverage more from the console   Interact with, manage, and view usage data with Analytics right in the console. Manage Authentication settings, change and update Remote Config parameters. Upload files to Firebase storage,send messages with the composer and more.  You can easily activate and access features like Firebase Predictions and A/B Testing. With Predictions leverage the power of machine learning to create custom experiences for your players. A/B Testing lets you run experiments with Notifications and Remote Config  Tour the Flood-it! sample project (sign-in required)  FIREBASE CONSOLE DEMO Develop and test on desktop platforms  When you are creating your game, it's often much easier to test on desktop platforms first, then deploy and test on device later in development. To aid this workflow, we provide a subset of the Firebase Unity and C++ SDKs to support desktop platforms:  Realtime Database, Remote Config, Authentication, Cloud Storage and Cloud Functions.  (The remaining desktop libraries are stub (non-functional) implementations)  C++ DESKTOP GUIDE UNITY DESKTOP GUIDE Check out our sample games To show how easy it is to plug Firebase into your games, we built two sample games you can check out on GitHub and download to play on your mobile device from the Google Play store. Our Unity sample app, MechaHamster is also available on iOS at the App Store.   Mechahamster (Unity SDK) GITHUB APP STORE GOOGLE PLAY  Zooshi (C++ SDK) GITHUB GOOGLE PLAY Trusted by makers of your favorite games Some of your favorite developers are leveraging the power of Firebase in their games                    Explore the entire Firebase platform Firebase helps you develop high-quality games, grow your player base, and earn more money. Each feature works independently, and they work even better together.     HOPE YOU LIKE THE ANSWER

You might be interested in
which of the following solutions allows network administrators to prioritize certain types of network traffic?.
FrozenT [24]
You didn’t put the following.. please do this and I will answer :).
6 0
3 years ago
This is similar to the last problem, except that the first number on a line is an ID number that identifies an account. The same
andre [41]

Answer:

Following are the code to this question:

def getSum(ID):#defining a method getSum that accept an ID

   t= 0#defining a variable t

   while ID!= 0:#defining while loop to check ID not equal to 0

       t+= ID % 10# holding remainder value

       ID = ID // 10#holding quotient value

   return t#return total value

def readRecord(S):#defining a method readRecord that hold list  

   f_Read = open("idInfo.txt","r")#defining a variable f_Read to open file

   for C_ID in f_Read:#defining for loop to hold file value  

       C_ID = C_ID.replace('\n', '')#use replace method

       S[C_ID] = getSum(int(C_ID))#use list to method value

   f_Read.close()#close file

def sortRecord(ID_List, t_List):#defining a sortRecord

   for x in range(len(ID_List) - 1):#defining for loop to calculate the length of list  

       for y in range(0, len(ID_List) - x - 1):#defining for loop to calculate the length of list

           if ID_List[y] > ID_List[y+1]:#defining if block to check value is greater

               ID_List[y], ID_List[y+1] = ID_List[y+1], ID_List[y]#swap the value

               t_List[y], t_List[y+1] = t_List[y+1], t_List[y]#swap the value

def showReport(ID, t):#defining a method showReport that accept id and t

   for i in range(len(ID)):#defining for loop to hold index value

       print(ID[i]," ",t[i])#print index value

def writeRecord(ID_List, t_List):#defining a method writeRecord that accept two list

   f_Write = open("idSorted.txt","w")#defining a variable f_Write to hold store value in file

   for i in range(len(ID_List)):#defining a for loop to store value with index

       f_Write.write(ID_List[i])#hold list value

       f_Write.write(" ")    #for space

       f_Write.write(str(t_List[i]) + "\n")# add index value

   f_Write.close()#close file

def run():#defining method run

   S = {}#defining an empty list

   readRecord(S)#passing list into readRecord method

   ID_List = list(S.keys())#defining a variable that holds key value in list

   t_List = list(S.values())#defining a variable that holds values value in list

   sortRecord(ID_List, t_List)#calling a method sortRecord by passing value

   showReport(ID_List, t_List)#calling a method showReport by passing value

   writeRecord(ID_List, t_List)#calling a method writeRecord by passing value

if "run":

   run()

Output:

Please find the attached file.

Explanation:

In the above program code, 6 method getSum, readRecord, sortRecord,showReport, writeRecord, and run method is defined, in which getSum and readRecord is used a single list store value in parameters, and in other methods, it accepts two parameter to store value in key and values form and use a txt file to store and take value.    

In the run method, an empty list s is declared, that pass into the variable ID_List and t_List, and call the method, in this program two a text file "idInfo.txt" is used, that holds some value in the file, and create another file that is "idSorted.txt", in this file it stores the value in the numerical order of the ID's.

6 0
3 years ago
The sorted values array contains the sixteen integers 1, 2, 3, 13, 13, 20, 24, 25, 30, 32, 40, 45, 50, 52, 57, 60. How many recu
Licemer1 [7]

The number of recursive calls that have to be done using the binary search is 4.

<h3>How to do the recursive calls</h3>

binarySearch = (45, 0, 15)

start + end / 2 = value

mid = 0 + 15/2 = 7.5

The 7th element = 30

30 is less than 45

8 + 15/3

= 23/2 = 11.5

The 12th element = 52

52 is greater than 45

8 + 11/2

= 19/2 = 9.5

The value of 9 = 40 and 40 is less than 45

10+ 11/2 = 10.5

The tenth value is 45 hence the iteration to be done is 4.

Read more on binary here:

brainly.com/question/21475482

#SPJ1

6 0
2 years ago
MULTI-SELECT
Nataliya [291]

Answer:

Need for better data storage

Explanation:

Just got is right on edg

6 0
3 years ago
Read 2 more answers
You're looking for a DBMS to purchase and install for use with the database you're designing. Because of future expansions, you
bixtya [17]

The question above has multiple answers as stated below;

A. MySQL<span>
B. Oracle Express
C. PostGres
D. Access</span>


The best answer to this question is (D) Access


The total database for an Access database is 2GB. Access is great only for the little stuff and generally do not scale very well. MySQL, on the hand, is solely dependent on the operating system being used. MySQL file size limits can reach size of upto 256 TB

5 0
3 years ago
Other questions:
  • ________ employees state-of-the-art computer software and hardware to help people work better together.
    15·1 answer
  • How many bit does four gigabyte has
    8·2 answers
  • Write a function that checks whether two words are anagrams. Two words are anagrams if they contain the same letters. For exampl
    13·1 answer
  • _____ is a systems development technique that produces a graphical representation of a concept or process that systems developer
    11·1 answer
  • Find at least three software programs for each of the two technologies listed below.
    6·2 answers
  • Which type of disease cannot be spread from one person to another
    5·2 answers
  • _________________ ___________________ is an encrypted code that a person, website, or organization attaches to an electronic mes
    9·1 answer
  • Assume a TCP sender is continuously sending 1,090-byte segments. If a TCP receiver advertises a window size of 5,718 bytes, and
    7·1 answer
  • 1) Draw an activity diagram according to the below flow of event:
    9·1 answer
  • DEFINE Problem:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!