wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

P.I.T. Review

Total questions: 40

Worksheet time: 20mins

Name
Class
Date
1.

According to Dr. Meredith Belbin's research, how many distinct team roles are typically found in successful groups?

a)

7 roles

b)

8 roles

c)

9 roles

d)

10 roles

2.

Which team role is responsible for ensuring the project is completed on time and handling last-minute details?

a)

Coordinator

b)

Completer-Finisher

c)

Implementer

d)

Monitor-Evaluator

3.

What is the primary responsibility of a Resource Investigator?

a)

Leading the team and resolving conflicts

b)

Developing new technologies and ideas

c)

Looking for new approaches and ensuring team has necessary resources

d)

Completing hands-on tasks

4.

Which phase of a project comes first?

a)

Planning

b)

Implementation

c)

Design

d)

Initiation

5.

What is a storyboard in project management?

a)

A timeline showing only project deadlines

b)

A collection of team member biographies

c)

A diagram showing project phases, tasks, team members, and how they connect

d)

A list of required materials

6.

What is the purpose of the testing and evaluation phase?

a)

To assign tasks to team members

b)

To review and fix errors in the project

c)

To create the initial project design

d)

To establish project requirements

7.

Which interpersonal skill is NOT mentioned in the text as important for team success?

a)

Communication

b)

Active listening

c)

Empathy

d)

Time management

8.

What is the role of a "Plant" in Belbin's team roles?

a)

Someone who maintains office plants

b)

A person who develops new technologies and ideas

c)

Someone who manages team resources

d)

A person who coordinates meetings

9.

What should team members do if they disagree with a group decision?

a)

Refuse to participate in the project

b)

Work independently on their own solution

c)

Still give their best effort despite disagreeing

d)

Complain to the teacher or supervisor

10.

What is meant by "iterative" in the context of project testing?

a)

Working alone without team input

b)

Completing the project in one attempt

c)

Repeating steps until satisfied with results

d)

Skipping the testing phase entirely

11.

Which leadership quality is NOT mentioned in the text?

a)

Having high integrity

b)

Being able to delegate responsibilities

c)

Having good social skills

d)

Being physically strong

12.

What is the correct order of project phases?

a)

Planning, Implementation, Design, Testing

b)

Initiation, Planning, Design, Implementation, Testing, Completion

c)

Design, Planning, Implementation, Testing, Initiation

d)

Implementation, Testing, Design, Planning, Completion

13.

How should online communication be handled in a team setting?

a)

Use informal language to keep it casual

b)

Write whatever comes to mind

c)

Use proper grammar and stay professional

d)

Share personal opinions freely

14.

What is the primary role of a Coordinator?

a)

Developing new technologies

b)

Leading the team and assigning tasks

c)

Completing hands-on work

d)

Testing new ideas

15.

When receiving criticism, what is the recommended approach?

a)

Argue against the feedback immediately

b)

Ignore the feedback completely

c)

Listen gracefully and take responsibility

d)

Blame others for mistakes

16.

What type of skills are needed for team success beyond technical abilities?

a)

Athletic skills

b)

Artistic skills

c)

Interpersonal skills

d)

Mathematical skills

17.

How should constructive feedback be delivered?

a)

With anger and frustration

b)

Through written reports only

c)

Calmly and clearly with empathy

d)

Only during formal evaluations

18.

What is the purpose of a project timeline?

a)

To list team member contact information

b)

To track estimated delivery dates for each phase

c)

To record attendance at meetings

d)

To calculate project costs

19.

When can a project be considered complete?

a)

When the team gets tired

b)

When all assigned tasks are finished and requirements are met

c)

When the leader quits

d)

When half the work is done

20.

What should you do if you're part of a dysfunctional team?

a)

Quit the team immediately

b)

Complain to everyone about the problems

c)

Try to be part of the solution

d)

Lower your work quality to match others

21.

What is a database primarily used for?

a)

Playing video games

b)

Writing essays

c)

Organizing, storing, and retrieving information

d)

Creating artwork

22.

Which of the following is NOT a basic type of data?

a)

Structured data

b)

Non-structured data

c)

Dynamic data

d)

Semi-structured data

23.

What is a database client?

a)

A person who buys databases

b)

A front-end user interface that communicates with the database server

c)

The physical computer storing the database

d)

A type of database file

24.

In a relational database, what is a field?

a)

A complete database file

b)

A type of server

c)

An individual piece of information in a row

d)

The entire table of information

25.

Which statement best describes a database server?

a)

A computer that stores files

b)

A back-end engine that manages database operations

c)

A type of database file

d)

The person managing the database

26.

What does CRUD stand for in database operations?

a)

Create, Read, Update, Delete

b)

Control, Restore, Undo, Delete

c)

Create, Restore, Update, Decrypt

d)

Control, Read, Undo, Delete

27.

What is the purpose of SQL?

a)

To create websites

b)

To program video games

c)

To manage data in a relational database

d)

To design graphics

28.

Which command is used to remove a table from a database?

a)

REMOVE TABLE

b)

DELETE TABLE

c)

ERASE TABLE

d)

DROP TABLE

29.

What type of data would be best stored as a TEXT field?

a)

Mathematical calculations

b)

Phone numbers

c)

Binary code

d)

Complex formulas

30.

What is metadata in a database?

a)

The main data stored in tables

b)

Data that describes other data

c)

Deleted data

d)

Corrupt data

31.

Which SQL command is used to add new rows to a table?

a)

ADD INTO

b)

INSERT INTO

c)

PUT INTO

d)

PLACE INTO

32.

What is a schema in database terms?

a)

A type of data

b)

A database error

c)

The definition of database tables, rows, and relationships

d)

A database client

33.

What is the primary purpose of a Database Management System (DBMS)?

a)

To play games

b)

To provide integrated database management features

c)

To create websites

d)

To write documents

34.

Which of these is an example of structured data?

a)

Random text files

b)

A survey form with specific questions

c)

Photos in different formats

d)

Music files

35.

What symbol is used in SQL to select all fields in a table?

a)

#

b)

@

c)

*

d)

&

36.

What is the purpose of the WHERE clause in SQL?

a)

To name a table

b)

To add conditions to a query

c)

To create a new table

d)

To delete data

37.

How should text values be enclosed in SQL statements?

a)

In single quotes

b)

In parentheses

c)

In square brackets

d)

In curly braces

38.

What is the purpose of ORDER BY in SQL?

a)

To delete records

b)

To sort query results

c)

To create new tables

d)

To insert data

39.

Which of these is NOT a valid SQL data type?

a)

INTEGER

b)

TEXT

c)

REAL

d)

PICTURE

40.

What must every SQL command end with?

a)

Period

b)

Semicolon

c)

Colon

d)

Comma