• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/365

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

365 Cards in this Set

  • Front
  • Back
a FIFO-organized sequence of items, as data, messages, jobs, or the like, waiting for action
queue
to analyze a string of characters in order to associate groups of characters with the syntactic units of the underlying grammar
parse
programs designed to communicate information from one system of computing devices or programs to another
interface
a type of job or problem that lends itself to processing or solution by computer
application
to translate from a high-level language into another language, usually a machine language
compile
a complete set of coded instructions directing a computer to perform a series of operations
routine
the time required to locate the first bit or character in a storage location, expressed as access time minus word time
latency
a workstation on a network that gains access to central data files, programs and peripheral devices through a server
client
the arrangement of data for computer input or output, such as the number and size of fields in a record or the spacing and punctuation of information in a report
format
a Web site that functions as an entry point to the Internet, as by providing useful content and linking to various sites and features
portal
to save documents or data in a format usable by another software program
export
to incorporate new or more accurate information in a database, program or procedure
update
to transfer software, data or character sets from a distant to a nearby computer or from a computer to a peripheral device
download
a list of options available to a user, as displayed on a screen
menu
involving numerical digits expressed in a scale of notation to represent discretely all variables occurring in a problem
digital
expressed in characters, usually nonnumeric, that require translation before they can be used
symbolic
a software or hardware configuration that, while inelegant, inefficient and patched together, succeeds in solving a specific problem
kludge
the process of transferring data from internal storage to an external medium
output
a set of characters including letters, numbers, and special characters such as punctuation marks.
alphanumeric
a software program that allows users to find and read encoded documents in a form suitable for display.
browser
to put a computer system together by supplying a specific computer with appropriate peripheral devices connecting them
configure
an electronic device that makes possible the transmission of data to or from a computer via telephone or other communication lines
modem
to read and write the contents of dynamic storage at intervals in order to avoid loss of data
refresh
to move text up, down or across a display screen, with new text appearing on the screen as old text disappears.
scroll
to transfer software, data or character sets from a smaller to a larger computer
upload
to place a routine inside another routine that is at a higher hierarchial level
nest
a protocol for a menu-based system of accessing documents on the Internet; any program that implements this protocol
gopher
adjacent bits, usually eight, processed by a computer as a unit; the combination of bits used to represent a particular character
byte
a movable, sometimes blinking, symbol that indicates the position on a CRT where the next character entered from the keyboard will appear
cursor
the primary display screen of a user interface, on which various icons represent files and programs can be launched
desktop
a measure of storage capacity equal to 1 billion (109) bytes
gigabyte
a rigid, slotted board upon which other boards that contain the basic circuitry of a computer or of a computer component can be mounted.
motherboard
a data item that stores the attributes of some other datun
descriptor
an application; application program
app
system tasks, as initialization and managing peripheral devices, that must be done to permit a computer program to execute properly
housekeeping
a connected group of pages on the World Wide Web maintained by one person, or organization devoted to a single topic or several closely related topics
Web Site
a method for making data retrieval more efficient by rearranging the sectors on a hard disk so that they can be read in alternating cycles
interleaving
a microprogram stored in ROM, designed to implement a function that had previously been provided in software
firmware
a name consisting of an alphanumeric sequence used s an Internet address to identify the location of particular Web pages
domain name
a large computer, often the hub of a system serving many users
mainframe
a small application program that can be called up for use while working in another application
applet
a blank space, comma, or other character or symbol that indicates the beginning or end of a character string, word or data item
delimiter
self-contained and able to operate without other hardware or software
stand-alone
a computer program that translates a program written in high-level language into another, usually machine language
compiler
pertaining to applications in which the computer must respond as rapidly as required by the user or necessitated by the process being controlled
real-time
computer output displayed on the screen of a video display terminal, as opposed to hard copy
soft copy
a system for linking a number of terminals with each other or a mainframe computer in order to share data, etc. usually confined to one office
local area network
a device that enables data to be read form or written on a spinning magnetic disk, magnetic disk pack, floppy disk or optical disk
disk drive
built into a compute's hardware and thus not readily changed; a terminal connected to a computer by a direct circuit rather than through a network
hard-wired
a touch-sensitive display screen, in which touching different portions of the screen with a finger will cause the computer to take actions
touchscreen
a programming language that uses English words, punctuation, and algebraic notation to facilitate communication between the operator and the computer
BASIC
a storage and retrieval technique, used mainly for data, in which the first item stored is also the first item retrieved
FIFO
the design and production of publications by means of specialized software enabling a microcomputer to generate typeset-quality text and graphics
desktop publishing
the methodical study of data-processing needs of a business, together with recommendations for specific hardware and software installations
systems analysis
program instructions that must be translated by a compiler, interpreter, or assembler into object code before execution
source code
a rule of thumb stating that when faulty data are fed into a computer, the information that emerges will also be faulity
GIGO (garbage in, garbage out)
educational software designed especially for use with classroom computers
courseware
a form of data processing in which a number of input jobs are grouped for processing during the same machine run
batch processing
a link between two files, such as a spreadsheet and a document, such that a change in one effects a change in the other, a hyperlink
hotlink
system software used to perform standard operations, such as sorting data for application programs or other system software
utility program
a product of software, that is promoted or marketed while it is still in development and that may never be produced
vaporware
a system of representing letter, numbers or other characters, using binary notation
binary code
the part of a CPU that interprets the instructions in programs and directs the operation of the entire system
control unit
a program code unrelated to the hardware of a computer and requiring conversion to the code used by the computer before the program can be used
pseudo-code
pertaining to a system or programming language that supports the use of objects, such as an entire image, a routine, or a data structure
object-oriented
the portion of a computer console that contains manual controls for regulating computer operations
control panel
a method of organizing data processing that uses a central computer that communicates with smaller local computers, which may communicate with each other
distributed data processing
a small, very fast but not addressable memory used on some computers for executing instructions
cache storage
storage, as on disk or tape, supplemental to and slower than main storage, not under the direct control of the CPU and generally contained outside it
secondary storage
a bot that searches the Internet for e-mail addresses in order to send spam
spambot
a type of reprogrammable memory that retains information even with the power turned off
flash memory
a system whereby memory is extended beyond main storage through the use of secondary storage managed by system software
virtual storage
a card in a computer on which additional chips can be mounted to expand the computer's capabilities
expansion card
the machine-language output of a compiler or assembler that is ready for execution
object code
the computerized analysis of spoken words in order to identify the speaker or to respond to voiced commands
speech recognition
a person who operates a computer bulletin board: a system operator
sysop
the design and coding of programs by a top-down methodology that successively breaks problems into smaller, nested subunits
structured programming
a program for editing stored documents, performing such functions as adding, deleting, or moving text
text editor
software created by programmers or publishers independent of the manufacturer of the hardware for which it is intended
third-party software
unit expressing heat output of an organism
calorie
apparatus for measuring quantities of heat
calorimeter
when matter changes from one form to another
change of phase
transfer of heat between two parts of a stationary system, caused by a temperature difference
conduction
transfer of heat by the circulation or movement of the heated parts of a liquid or gas
convection
relative ability of a material's surface to emit energy by radiation
emissivity
substance possessing perfect molecular mobility and the property of indefinite expansion
gas
heat required to raise the temperature of a substance one degree
heat capacity
heat absorbed by solid unit mass at melting point that converts it to liquid at same temperature
heat of fusion
heat absorbed by unit mass at its boiling point that converts it to a gas at the same temperature
heat of vaporization
phenomena of mechanisms which convey energy and entropy from one location to another
heat transfer
one thousand small calories
kilocalorie
heat absorbed or radiated during a change of phase at constant temperature and pressure
latent heat
flowing substance composed of molecules that move freely but do not tend to separate
liquid
number of units of work or energy equal to one unit of heat
mechanical equivalent of heat
distinct forms of different phases of matter
physical state
process in which energy is emitted as particles or waves f
radiation
dense material having three dimensions and filled interior
solid
number of calories required to raise the temperature of 1 gram of a substance 1 C
specific heat
law saying energy radiated from blackbody is proportional to fourth power of absolute temperature
stefan-boltzmann law
measure of a material's ability to conduct heat
thermal conductivity
region of maximum amplitude between two adjacent nodes in a standing wave
antinode
phenomenon in which waves simultaneously present in same position add to form a bigger wave
constructive interference
interference of two waves of equal frequency and opposite phase, resulting in their cancellation
destructive interference
number of cycles or completed alternations per unit time of a wave or oscillation
frequency
wave in which the direction of displacement is the same as the direction of propagation
longitudinal wave
either of two points on the axis of a lens or other optical system
nodal point
duration of one complete cycle of a wave or oscillation
period
wave in a medium in which each point on the axis has an associated constant amplitude
standing wave
law saying a resulting wave is the vector sum of all independent waves
superposition principle
wave in which the direction of displacement is perpendicular to the direction of propagation
transverse wave
distance between two successive points in the wave characterized by same phase of oscillation
wavelength
maximum deviation of an alternating current from its average value
amplitude
occurring without heat gain or loss
adiabatic
distinguishes the direction of time and exhibits time asymmetry
arrow of time
ideal cycle of reversible engine operations giving maximum efficiency
carnot cycle
temperature scale
celsius
unit of measure of temperature or pressure
degree
function of thermodynamic variables that's a measure of unavailable energy for work during process
entropy
temperature scale devised by German physicist
fahrenheit
law saying energy of isolated system is constant despite any changes within the system
first law of thermodynamics
pertaining one of at least two atoms having equal atomic weight but different atomic numbers
isobaric
performed under constant volume
isochoric
occurring at constant temperature
isothermal
absolute scale of temperature
kelvin
system almost entirely in equilibrium all the time
reversible system
says heat can't transfer from colder to hotter body without change to other bodies in same system
second law of thermodynamics
measure of the warmth or coldness of an object or substance
temperature
when a thermodynamic system can exchange energy with another system through the process of heat
thermal contact
condition in which two substances in physical contact exchange no heat energy
thermal equilibrium
tendency of matter to change in volume in response to a change in temperature
thermal expansion
science concerned with relations between heat and mechanical energy or work
thermodynamics
instrument for measuring temperature
thermometer
instrument for measuring current in amperes
ammeter
law of relation of magnetic field to electric current or changing electric field that produces it
ampere's law
substance, body, or device that readily conducts heat, electricity, sound, etc.
conductor
time rate of flow of electric charge through a conductor
current
current-carrying wire that produces a magnetic field
current flow
coupled electric and magnetic fields generated by time-varying currents and accelerated charges
electromagnetic field
reduction of electric current by changing magnetic field enclosed by an electrical circuit
electromagnetic induction
wave of energy propagated in electromagnetic field
electromagnetic wave
law related to working principles of transformers, inductors and electrical motors and generators
faraday's law
instrument for detecting existence of small electric currents and determining their strength
galvanomenter
machine converting one form of energy into another
generator
property of circuit by which a change in current induces an electromotive force
inductance
process of body with electric or magnetic properties producing the same in other without contact
induction
says induced current flows in direction that will oppose change in magnetic field that causes it
lenz's law
line used to indicate direction of field at various points in space
lines of force
closed electric or magnetic circuit
loop
space near magnetic or current-carrying body in which magnetic forces can be detected
magnetic field
total magnetic induction crossing a surface
magnetic flux
device for identifying the kinds of particles present in a given substance
mass spectrometer
comparatively small and powerful engine
motor
ratio of electromotive force in one of two circuits to rate of change of current in other circuit
mutual inductance
pole of a magnet that seeks the earth's north magnetic pole
north pole
fundamental constant in the universe
permeability constant
one of two regions of electric battery, magnet, etc., which exhibits polarity
poles
inductance inducing electromotive force in same circuit as one in which current varies
self-inductance
electric conductor through which passing current establishes magnetic field within
solenoid
pole of a magnet that seeks the earth's south magnetic pole
south pole
surface generated by revolution of closed plane curve or contour about an axis lying in its plane
toroid
something that produces torsion or rotation
torque
calibrated instrument for measuring the potential difference between two points
voltmeter
data entered into the computer through a variety of devices such as a keyboard, microphone, scanner, flash drive, or mouse
Input Device
A program on a computer that allows the user to create, edit, view, print, rename, copy, or delete files, folders, or an entire file system
File Management
executes commands from a computer's hardware and software; the principal computer chip that contains several processing components, which determines the computer's operating speed; the "brain" of a computer
Central Processing Unit (CPU)
computer chips that store data and programs while the computer is working; often called RAM or Random Access Memory
Memory
computer software created to allow the user to perform specific a job or task Examples: Word processing, Spreadsheets, Database, and Graphics software i.e., Word files end in .doc and Excel files end in .xls
Application Software
an extension at the end of a file name, indicating which application was used to create a document
File Type
the action of gaining access to a computer or a network by entering a username and password; also called Login/Sign In
Logon
system software that acts as a "go-between", allowing computer hardware and other software to communicate with each other
Operating System
external hardware used to store and retrieve data, such as a disk drive, CD/DVD drive, flash drive, or tape drive
Storage Device
a computer case that contains the CPU, power supply, memory, and storage Examples: BIOS, Microsoft Windows, Mac OS X, Linux, or utility software
System Unit
software responsible for the general operation of a computer system, including the operation of hardware, running application software, and file management
System Software
allows the user to view or listen to the data a computer processes such as a monitor, printer, headphones, or speakers
Output Device
additional hardware that isn't necessary for a computer to function, but does enhance how the computer can be used
Peripheral
storing data for later use
Save
a feature that allows the user to change the attributes of a file (such as location, file name, or file type) before saving it Examples: Scanner, Webcam, Computer joystick
Save As
sort order arranging text or numbers from A to Z, from smallest to largest, or from earliest to latest
Ascending
a name that identifies a field
Field Name
indicates the type of data that can be stored in a field
Data Type
sort order arranging text or numbers from Z to A, from largest to smallest, or from latest to earliest
Descending
a collection of organized data that allows access, retrieval, and use of data
Database
a single characteristic of data that appears in a table as a column
Field
a database view that allows the user to see all fields for one record and enter them one at a time
Form
a field that uniquely identifies a record in a table
Primary Key
a question presented in a way that allows the database to process and generate specific data from one or more tables
Query
a collection of fields that appear as a row in a database or table
Record
a database view of information arranged in a grid of rows and columns
Table
to arrange a list of words or numbers in ascending or descending order
Sort
a document that uses data from tables and/or queries; the user controls which items in the database will appear in the report and how it is filtered or sorted
Report
how the edges of a line, paragraph, object, or table are positioned horizontally and vertically between the margins or on a page
Alignment
a feature that automatically generates a new page, allowing text to flow to the new page when space runs out on the previous one; also known as a Soft Page Break
Automatic Page Break
lines around the edge(s) of text, a page, a cell, or a table
Borders
a feature in a word processing application that allows the user to create outlines or itemized lists with either icons or numbers
Bullets and Numbering
a feature that includes pre-made illustrations, drawings, pictures, and other graphic that can be inserted into a document
Clip Art
one of two or more vertical sections of printed material on a page; usually separated by margins
Column
a feature that allows a user to select text or a graphic, duplicate it and place it in another location within a document
Copy and Paste
a feature that allows a user to select text or a graphic, remove it from its current location and place it in another location within a document
Cut and Paste
through the use of a personal computer, combining text and graphics to produce a high-quality documents, such as newsletters, flyers, brochures, etc.
Desktop Publishing
a feature that allows a user to select text using a mouse or pointing device, and quickly move (drag) it to a different location
Drag and Drop
to make changes by adding, deleting, or modifying text, graphics, or other items in a document
Edit
a feature that scans a document, searches for occurrences of specific text, symbols or formatting, and allows a user to replace it with new text, symbols or formatting
Find and Replace
the size, style, and design of text
Font
text appearing at the bottom of each page, separate from the main body of a text
Footer
in word processing, to utilize features that enhance the appearance and overall layout of text, graphics, tables within a document
Format
drawings, pictures, or other illustrations inserted in a document to either explain data or enhance the appearance of text on a page
Graphics
a break in a line or a paragraph that is forced by the user when the return key is pressed, creating a new paragraph
Hard Return
text appearing at the top of each page, separate from the main body of text
Header
to move text horizontally away from the left or right margin, setting it apart from surrounding text
Indent
a page layout in which documents are printed across the length of a page, making the page wider than it is tall
Landscape Orientation
the amount of space between lines of text
Line Spacing
a page break the end user forces into a document, creating a new page at a specific location; also known as a Hard Page Break
Manual Page Break
the white space surrounding the content of a page at the top, bottom, left and right sides, defining where a line of text begins and ends
Margins
a feature that allows the user to view a document onscreen and make necessary formatting changes prior to printing it
Print Preview
the measurement, or size of a font (text); each point is approximately 1/72 of an inch
Point Size
a page layout in which documents are printed across the width of a page, making the page taller than it is wide
Portrait Orientation
the background color of a cell, table, or page
Shading/Fill
to arrange a list alphabetically (text) or numerically (numbers), in ascending or descending order
Sort
a feature used to automatically locate and correct spelling errors
Spell Check
a formatting feature that allows the user to control where a line of text will be entered and how the text will be aligned; so that when the tab key is pressed, the insertion point will move to that location
Tab Stop
a set of data arranged in a grid of rows and columns
Table
a feature that includes pre-made documents that allow the user to fill-in-the blanks to create new documents, such as calendars, invoices, reports, resumes, etc.; enhances user's efficiency and creativity
Template
a feature that allows the user to view synonyms and antonyms, and automatically replace words for enhanced writing
Thesaurus
a feature that allows the user to view the current page of a document onscreen in a different ways Example: Normal view, Page Layout, Web Layout, etc.
View
the use of software application to create, edit, format, print and save text-based documents, such as letters, reports, and memos
Word Processing
also called a soft return; a feature that automatically moves text to the next line when the previous line is full without the user pressing the enter key
Word Wrap
text created as a graphic image
Word/Text Art
a feature that allows text to be included with pictures, shapes, or tables without covering or hiding under the image, giving the user control over how the text is position
Wrap Text
transmission of messages and files using a computer network
electronic mail
a document generated by using a facsimile machine
fax
a vast network of computers linked to one another
internet
a company's private network of computers
intranet
a computer network that covers a small area
local area network
computers that are connected to each other
network
computers that are connected and ready to receive and transmit data
online
the rules that must be observed for two electronic devices to communicate with each other
protocol
a computer that is not connected to a network
stand alone
transmitting information and communicating electronically
telecommunications
internet address that identifies hypertext documents
uniform resource locator
a system of computers that share information by means of links on web pages
world wide web
the way text and objects move on and off a slide during a slide show
animation
prepared designs that can be applied to presentation slides that include patterns, formatting and color schemes
Design Template/Theme
an image or object created or inserted into a document that illustrates the text or makes the page more attractive
graphic
the default view in a presentation, which contains the slide pane, the outline pane, the task pane and the notes pane
normal view
printouts that contain slide image in the top half of the page and the speaker's notes in the lower have a of the page
notes page
a view that displays text in an outline format
outline view
a boxed outline on a slide that can be used to insert text or an object when clicked
place holder
an application that allows the user to create and save slides to use as a slide show
presentation
the arrangement of place holders on a slide
slide layout
a print option that allows you to choose the number of slides displayed per page and places a thumbnail, or small picture of each slide on the page
handouts
runs slides as they will appear during a presentation
slide show view
a view that displays all slides simultaneously in miniature form
slide sorter view
a feature that can be applied in presentations to control the way slides move on and off the screen
transition
the file that an object is embedded in or link to
Destination/source file
a file that becomes part of the current file but is a separate object that can be edited using the application that created it
embedded file
the sharing and combining of data between applications
integration
placing a copy of an object or data in a destination file that will update when changes are made to the source file
linking
a feature that combines a data document with a main document to mass produce personalized letters or other documents
merge
a device that produces a nearly parallel, nearly monochromatic, and coherent beam of light by exciting atoms to a higher energy level and causing them to radiate their energy in phase
laser
an electronic device designed to accept data, perform prescribed mathematical and logical operations at high speed, and display the results of these operations.
computer
of or pertaining to a digit or finger
digital
a device or moving object that is controlled by receiving radio waves from a controller
radio controlled
compact disk player
CD player
a palm-sized, button-operated device that can be slid on wheels or ball bearings over a desktop to move the cursor on a CRT to any position, or slid over a drawing in order to recreate the drawing on a CRT.
mouse
a boxlike device for holding a film or plate sensitive to light, having an aperture controlled by a shutter that, when opened, admits light enabling an object to be focused, usually by means of a lens, on the film or plate, thereby producing a photographic image.
camera
a vast computer network linking smaller computer networks worldwide (usually preceded by ). The Internet includes commercial, educational, governmental, and other networks, all of which use the same set of communications protocols.
internet
the part of the invisible spectrum that is contiguous to the red end of the visible spectrum and that comprises electromagnetic radiation of wavelengths from 800 nm to 1 mm.
infrared
the science dealing with the development and application of devices and systems involving the flow of electrons in a vacuum, in gaseous media, and in semiconductors.
electronics
Computer Aided Design
CAD
having the capability of starting, operating, moving, etc., independently
automatic
Creator of C++
Bjarne Stroustrup
Creator of C
Dennis Ritchie
Creator of C#
Anders Hejlsberg
Creator of COBOL
Grace Hopper
Creator Fortran
John Backus
Creator of Java
James Gosling
Creator of JavaScript
Brendan Eich
Creator of Lisp
John McCarthy
Creator of Pascal
Niklaus Wirth
Creator of Perl
Larry Wall
Creator of PHP
Rasmus Lerdorf
Creator of Python
Guido Van Rassum
Creator of Ruby
Yukihiro Matsumoto
Creator of Clojure
Rich Hickey
Where is the national TSA's headquarters located?
Reston, VA
Which officer is required to open the meeting, enforce good decorum, and to protect the group from frivolous motions?
President
What year did AIASA change its name to TSA?
1988
How many degrees of amendments are there beyond the second degree
none
The minimum power plant safety zone thickness for a Metric 500 car is ______
3 mm
_______ is the published three times a year and is the official publication of TSA
School Scene
In 1978, what organization recognized AIASA as the official vocational student organization for industrial arts?
US Office of Education
Which of the following is NOT a purpose of parliamentary Procedure?
A. to protect the rights of individuals
B. to preserve a spirit of unity
C. to provide an organized work schedule
D. to enable people to transact business quickly and efficiently
C. to proved an organized work schedule
What is the page limit for essays in the Technical Report Writing competition?
3
The officer that assists the president in the discharge of their duties.
Vice President
TSA was originally established in 1978 as ________.
American Industrial Arts Student Association
When a member doubts the result of a voice cote, they can call for ________, thereby requiring the vote to be taken again.
division of the house/assembly
General, Architectural, and Mechanical are the categories for the ________ competition.
CADD
TSA is what kind of student organization?
Vocational Student Organization (VSO)
Which of the following is voted on first if all are pending a decision?
A. Secondary amendment
B. Main Motion
C. Primary Amendment
D. Tertiary Amendment
A Secondary Amendment
The signal to stand in parliamentary procedure is ______.
Three hits of the gavel
The power source for cars competing in the Research and Design competition is _______.
CO2 Cartridge
A TSA chapter earns this recognition for helping to affiliate a new TSA chapter or TechnoKids chapter.
White Star Chapter
________ is the color representing "our high standards morals, and religious beliefs we hold."
white
A _______ must always have direct bearing on the motion of the floor
amendment
The size of the mechanical in the Graphic Design Competition is _______.
8.5 in X 11in
This award is presented annually to a Tech Ed teacher in recognition for outstanding service to TSA.
Distinguished Service Award
Any school unit chartered by a state association of TSA consisting of individual TSA members and at least on adviser is called this.
TSA Chapter
"To fix of adjournment, to adjourn, to take a recess, to raise a question of privilege, and to call for the order of the day" are the five ________ motions.
privileged
What computer programming language is used in the Control Technology competition to control the structure created with LEGO blocks?
LOGO
A TSA sponsored group that recognizes students who excel in academics, leadership, and service towards their school and community is called this.
Technology Honor Society
The ________ arranges meeting rooms and cares for chapter paraphernalia.
Sergaent-At-Arms
Parliamentary Procedure will be governed by _______.
Robert's Rules of Order
Moving to lay motion on the table is a _______ motion.
Subsidary
The legal identity of the adult group responsibly for the overall operation and administration of the student program of TSA is ___________.
TSA, Inc.
"Learning to live in a technical world" is the TSA ________.
Motto
In parliamentary procedure, to hits of the gavel means _________.
Call the meeting to order
What TSA color represents the "strength and determination of the technology education students and teachers to obtain their goals."?
scarlet red
Who presides over and conducts all meetings in accordance with parliamentary procedure?
President
President, Vice President, Secretary, Reporter, Sergeant-at-Arms, an __________ are the six primary chapter offices.
Treasurer
When are the Secretary's minutes read?
Before the Treasurer's report
The __________ gathers and classifies all TSA news and prepares articles and news releases.
Reporter
"To promote leadership and personal growth in a technological society," is the __________ of TSA.
Mission
"I believe that Technology Education..." is the first sentence to the __________.
TSA Creed
An amendment to the main motion is called __________.
Primary Amendment
What is the symbol of the TSA Reporter?
Beacon Tower
TSA stands for __________.
Technology Student Association
The secretary records the __________ of all meetings-formal, informal, and called meetings.
Minutes
After formal recognition for the presiding officer, a member is said to __________.
Have the Floor
Who receives, records, and administers the chapter funds?
treasurer
CAP stands for __________.
Chapter Affiliation Program
What is the symbol for the seargent-at-arms?
hearty handshake
__________ is a motion whose introduction brings business before an assembly.
main motion
The duty of this officer is to see that the school, community, and National Association have a complete report of their organization's activity.
reporter
What is the TSA chapter equivalent for elementary schools? (Grades K-6)
TechnoKids
What is the symbol for the treasurer's office?
balanced budget
How many main motions may be considered at a time?
one
Which of the following is not one of the four types of motions in parliamentary procedure?
A. main
B. primary
C. subsidary
D. incidental
B. Primary
Which of the following is not a recognized member?
A. active
B. collegiate
C. Professional
D. Alumni
B. Collegiate
The __________ are elected and appointed by the members of TSA, Inc. to set policy for TSA, Inc. and the student program of TSA.
TSA Board of Directors
A formal proposal by a member at a meeting that the assembly takes certain action on is a __________.
motion
The duties of the __________ are to see that accurate and proper records are kept of all business and correspondence of the association or chapter.
secretary
"The sincerity of technology education students and teachers in obtaining a greater knowledge of our technical world," is represented by what color?
navy blue
This is a group of businesses, technical innovators, educators, and government representatives who work together to foster technical literacy in schools.
TSA National Adviser Council
What weather phenomenon causes more deaths in the U.S. annually than any other
except lightning?
Tornadoes
What is given to wood whose normal cells have been replaced with mineral deposits?
petrified wood
Pollination by birds is called:
a) autogamy
b) ornithophily (pron: or-nith-o-philly)
c) entomophily (pron: ent-eh-mof-illy)
d) anemophily (pron: an-eh-mof-illy)
B. ornithophily
Unlike rodents, the rabbit has how many incisor teeth?
4
What percent of fire-related deaths are due to smoke inhalation rather than burns?
a) 10%
b) 50%
c) 80%
d) 99%
C. 80%
To what familiar fruit is the plantain similar?
banana
What U.S. President was recognized as a world authority on American game animals?
Theodore Roosevelt
How many men have walked on the moon?
12
The fastest-running terrestrial animal is:
w) cheetah
x) lion
y) man
z) jaguar
W. Cheetah
In what country do the greatest number of tornadoes occur?
UNITED STATES (Central and Southeastern portions)
What wonder drug was used for three years by the Army and Navy before becoming
available to the general public in 1944?
Penicillin
Which sea is the saltiest natural lake and is also at the lowest elevation on the face of the
earth?
The Dead Sea
The scarab, worshipped by the Egyptians, is what type of beetle?
The dung beetle
As you go down into a well, your weight:
a) increases slightly
b) decreases slightly
c) remains exactly the same
decreases slightly
W cloud at ground level is called what?
fog
What invention in about 1450 A.D. revolutionized communication and the world?
the printing press
What is the name for the new technology whereby a glass fiber carries as much
information as hundreds of copper wires?
fiber optics (opto-electronics)
What mammal lays eggs?
platypus
Linseed oil comes from what plant?
flax
Bees must collect nectar from approximately how many flowers to make 1 pound of
honeycomb? Is it:
w) 10 thousand
x) 2 million
y) 20 million
z) 50 million
X. 20 Million
What is the name of the largest North American terrestrial rodent, distinguished by its
spiny covering?
porcupine
Albacore is a type of:
w) shell-fish
x) tuna
y) marble
z) meteoroid
X. Tuna