NEW
Font size
WorksheetsP.I.T. Review
Total questions: 40
Worksheet time: 20mins
According to Dr. Meredith Belbin's research, how many distinct team roles are typically found in successful groups?
7 roles
8 roles
9 roles
10 roles
Which team role is responsible for ensuring the project is completed on time and handling last-minute details?
Coordinator
Completer-Finisher
Implementer
Monitor-Evaluator
What is the primary responsibility of a Resource Investigator?
Leading the team and resolving conflicts
Developing new technologies and ideas
Looking for new approaches and ensuring team has necessary resources
Completing hands-on tasks
Which phase of a project comes first?
Planning
Implementation
Design
Initiation
What is a storyboard in project management?
A timeline showing only project deadlines
A collection of team member biographies
A diagram showing project phases, tasks, team members, and how they connect
A list of required materials
What is the purpose of the testing and evaluation phase?
To assign tasks to team members
To review and fix errors in the project
To create the initial project design
To establish project requirements
Which interpersonal skill is NOT mentioned in the text as important for team success?
Communication
Active listening
Empathy
Time management
What is the role of a "Plant" in Belbin's team roles?
Someone who maintains office plants
A person who develops new technologies and ideas
Someone who manages team resources
A person who coordinates meetings
What should team members do if they disagree with a group decision?
Refuse to participate in the project
Work independently on their own solution
Still give their best effort despite disagreeing
Complain to the teacher or supervisor
What is meant by "iterative" in the context of project testing?
Working alone without team input
Completing the project in one attempt
Repeating steps until satisfied with results
Skipping the testing phase entirely
Which leadership quality is NOT mentioned in the text?
Having high integrity
Being able to delegate responsibilities
Having good social skills
Being physically strong
What is the correct order of project phases?
Planning, Implementation, Design, Testing
Initiation, Planning, Design, Implementation, Testing, Completion
Design, Planning, Implementation, Testing, Initiation
Implementation, Testing, Design, Planning, Completion
How should online communication be handled in a team setting?
Use informal language to keep it casual
Write whatever comes to mind
Use proper grammar and stay professional
Share personal opinions freely
What is the primary role of a Coordinator?
Developing new technologies
Leading the team and assigning tasks
Completing hands-on work
Testing new ideas
When receiving criticism, what is the recommended approach?
Argue against the feedback immediately
Ignore the feedback completely
Listen gracefully and take responsibility
Blame others for mistakes
What type of skills are needed for team success beyond technical abilities?
Athletic skills
Artistic skills
Interpersonal skills
Mathematical skills
How should constructive feedback be delivered?
With anger and frustration
Through written reports only
Calmly and clearly with empathy
Only during formal evaluations
What is the purpose of a project timeline?
To list team member contact information
To track estimated delivery dates for each phase
To record attendance at meetings
To calculate project costs
When can a project be considered complete?
When the team gets tired
When all assigned tasks are finished and requirements are met
When the leader quits
When half the work is done
What should you do if you're part of a dysfunctional team?
Quit the team immediately
Complain to everyone about the problems
Try to be part of the solution
Lower your work quality to match others
What is a database primarily used for?
Playing video games
Writing essays
Organizing, storing, and retrieving information
Creating artwork
Which of the following is NOT a basic type of data?
Structured data
Non-structured data
Dynamic data
Semi-structured data
What is a database client?
A person who buys databases
A front-end user interface that communicates with the database server
The physical computer storing the database
A type of database file
In a relational database, what is a field?
A complete database file
A type of server
An individual piece of information in a row
The entire table of information
Which statement best describes a database server?
A computer that stores files
A back-end engine that manages database operations
A type of database file
The person managing the database
What does CRUD stand for in database operations?
Create, Read, Update, Delete
Control, Restore, Undo, Delete
Create, Restore, Update, Decrypt
Control, Read, Undo, Delete
What is the purpose of SQL?
To create websites
To program video games
To manage data in a relational database
To design graphics
Which command is used to remove a table from a database?
REMOVE TABLE
DELETE TABLE
ERASE TABLE
DROP TABLE
What type of data would be best stored as a TEXT field?
Mathematical calculations
Phone numbers
Binary code
Complex formulas
What is metadata in a database?
The main data stored in tables
Data that describes other data
Deleted data
Corrupt data
Which SQL command is used to add new rows to a table?
ADD INTO
INSERT INTO
PUT INTO
PLACE INTO
What is a schema in database terms?
A type of data
A database error
The definition of database tables, rows, and relationships
A database client
What is the primary purpose of a Database Management System (DBMS)?
To play games
To provide integrated database management features
To create websites
To write documents
Which of these is an example of structured data?
Random text files
A survey form with specific questions
Photos in different formats
Music files
What symbol is used in SQL to select all fields in a table?
#
@
*
&
What is the purpose of the WHERE clause in SQL?
To name a table
To add conditions to a query
To create a new table
To delete data
How should text values be enclosed in SQL statements?
In single quotes
In parentheses
In square brackets
In curly braces
What is the purpose of ORDER BY in SQL?
To delete records
To sort query results
To create new tables
To insert data
Which of these is NOT a valid SQL data type?
INTEGER
TEXT
REAL
PICTURE
What must every SQL command end with?
Period
Semicolon
Colon
Comma
