Untitled Deck Flashcards
(63 cards)
What does a flow chart represent?
A flow chart represents an algorithm, showing each step in a diagram.
What shape is used to indicate the start or end of a flow chart?
A rounded rectangle shape is used to indicate the start or end.
What do connectors in a flow chart represent?
Connectors are arrows that show the order in which the flow chart should be followed.
What shape is used for input or output in a flow chart?
A parallelogram is used for input (info from user) or output (info to user).
What does a diamond shape represent in a flow chart?
A diamond shows a decision or choice to be made after considering options.
What is a variable in programming?
A variable is a container that stores a piece of data in your program.
What is an input variable?
An input variable asks for information from the user.
What are operators in programming?
Operators are symbols that tell the program to perform certain actions.
What are arithmetical operators?
Arithmetical operators are used for calculations, such as plus and minus.
What are comparison operators?
Comparison operators are used to compare numbers, such as greater than or less than.
What is a procedure in programming?
A procedure is a small section of code that is used multiple times.
What is interaction in programming?
Interaction occurs when one part of a program changes or affects another.
What is a database?
A database is made up of records and fields.
What is a spreadsheet?
A spreadsheet is a document split into a large grid that stores data and performs complex calculations.
What is a cell in a spreadsheet?
A cell is each box in a grid.
What is a cell reference?
A cell reference is the address of a cell, made up of a letter and a number.
What is a formula in a spreadsheet?
A formula is a set of instructions to perform a calculation.
What is a function in a spreadsheet?
A function is a subroutine that contains a hidden formula.
What is an attribute in a database?
An attribute is data found in a field.
What is a field in a database?
A field is a category of data in a record.
What is a record in a database?
A record is an occurrence in a database made of different fields.
What are data types?
Data types refer to the way data is presented.
What is an integer?
An integer is a whole number only.
What is text in data types?
Text refers to words only.