Programming Chapter 10

Programming Chapter 10

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

opened

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (13)

Section 1

(13 cards)

opened

Front

What must be done before a file can be used by a program

Back

agk::WriteInteger

Front

Function you use to write an integer value to a file

Back

agk::WriteString

Front

Function you use to write a null-terminated string to a file

Back

tile map

Front

Is a two-dimensional array that specifies the location of tiles on the screen

Back

agk::OpenToWrite

Front

Function you use to open an output file

Back

closed

Front

What must be done when a program is finished using a file

Back

agk::OpenToRead

Front

Function you use to open an input file

Back

agk::FileEOF

Front

Function that returns 1 (true) if the end of the specified file has been reached

Back

agk::CloseFile

Front

Function used to close both input and output files

Back

agk::WriteLine

Front

Function you use to write a string followed by a new line to a file

Back

tiles

Front

Small rectangular images that can be put together to form a larger image

Back

output file

Front

A file that data is written to

Back

input file

Front

A file that data is read from

Back