wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

FE-INTROCOM-IT1102-doblas

Total questions: 60

Worksheet time: 30mins

Name
Class
Date
1.

What does a computer-based information system (CBIS) help do in a company?

a)

Turn data into useful information

b)

Build new office buildings

c)

Drive delivery trucks daily

d)

Plant trees around buildings

2.

Which department keeps track of money in and out of a company?

a)

Accounting department

b)

Production department

c)

Marketing department

d)

Research department

3.

Which area plans how to tell people about products and set prices?

a)

Marketing area

b)

Human resources

c)

Accounting team

d)

Research group

4.

Human resources mainly works with which focus?

a)

Hiring and helping people

b)

Building new machines

c)

Designing store logos

d)

Packing finished goods

5.

Production in a company does what?

a)

Turns raw materials into goods

b)

Sells ads on social media

c)

Counts payments and bills

d)

Plans staff training only

6.

Research and Development teams mostly do what?

a)

Develop new products or improvements

b)

Pay workers and make reports

c)

Deliver boxes to customers

d)

Guard the office at night

7.

Supervisory managers usually focus on which task?

a)

Watching daily work closely

b)

Setting company mission

c)

Creating long-term strategy

d)

Designing new software

8.

Middle managers help by doing what type of job?

a)

Turning big goals into plans

b)

Cleaning the office daily

c)

Driving company buses

d)

Planting trees outside

9.

Top managers mostly think about which area?

a)

Long-range planning and direction

b)

Scheduling lunch breaks

c)

Fixing one broken computer

d)

Filing old paper forms

10.

How does information mostly move for supervisory managers?

a)

Mostly up and down vertically

b)

Only sideways horizontally

c)

Only from outside sources

d)

Only to customers directly

11.

Which level needs broad information from many places to guide future choices?

a)

Top-level managers

b)

Middle-level managers

c)

Supervisory managers

d)

Frontline workers

12.

Which statement best describes information flow for middle managers?

a)

It moves up, down, and across areas

b)

It stays only at the top level

c)

It goes only to external groups

d)

It never connects departments

13.

Which CBIS type records day-to-day sales and bills?

a)

Transaction Processing System

b)

Management Information System

c)

Decision Support System

d)

Executive Support System

14.

Which system gives simple summaries for middle managers?

a)

Management Information System

b)

Transaction Processing System

c)

Executive Support System

d)

Development Support System

15.

Which system helps plan by offering flexible analysis tools?

a)

Decision Support System

b)

Transaction Posting System

c)

External Storage System

d)

Entry Scheduling System

16.

Which system shows information in a short, easy format for top leaders?

a)

Executive Support System

b)

Management Input System

c)

Tech Service System

d)

User Sharing System

17.

CBIS mainly helps turn raw data into what?

a)

Meaningful information

b)

Random numbers

c)

Extra storage

d)

New hardware

18.

Who uses Executive Support Systems the most?

a)

Top-level managers

b)

Help desk trainees

c)

Student interns

d)

Warehouse clerks

19.

Which is a job that builds and updates websites?

a)

Webmaster

b)

Data courier

c)

Cable installer

d)

Sales promoter

20.

Which career designs software using math and programming?

a)

Software Engineer

b)

Graphic Modeler

c)

Office Planner

d)

Printer Operator

21.

Which worker helps users fix computer and network problems?

a)

Computer Support Specialist

b)

Game Streamer Assistant

c)

Cash Register Clerk

d)

Drone Pilot Technician

22.

Who installs, repairs, and maintains computers and networks?

a)

Computer Technician

b)

Storyboard Artist

c)

Music Producer

d)

Travel Clerk

23.

Who writes clear guides and manuals for technology?

a)

Technical Writer

b)

Keyboard Trainer

c)

Password Checker

d)

Ad Designer

24.

Which career focuses on recovering systems after disasters?

a)

Disaster Recovery Specialist

b)

Photo Archive Curator

c)

Mobile App Promoter

d)

3D Printer Stylist

25.

Who designs and maintains LAN and WAN networks?

a)

Network Administrator

b)

Spreadsheet Coach

c)

Email Responder

d)

Cable TV Host

26.

Which role protects systems and data from cyber threats?

a)

IT Security Analyst

b)

Video Editor Lead

c)

Office Supply Manager

d)

Camera Drone Scout

27.

Who manages and organizes company databases securely?

a)

Database Administrator

b)

Screen Saver Artist

c)

Mouse Tester

d)

Sound Mixer

28.

Who plans and improves computer systems using a life cycle?

a)

Systems Analyst

b)

Data Cashier

c)

Router Decorator

d)

Theme Picker

29.

Which of the following best describes an algorithm?

a)

A graphical representation of a process

b)

A step-by-step procedure for solving a problem

c)

A programming language

d)

A type of computer hardware

30.

What is pseudocode?

a)

A programming code that can be executed directly

b)

A mixture of flowcharts and diagrams

c)

A simple, informal description of a program logic

d)

A software application for coding

31.

Which symbol is used for a decision in a flowchart?

a)

Rectangle

b)

Oval

c)

Diamond

d)

Parallelogram

32.

What does a rectangle represent in a flowchart?

a)

Start or end

b)

Input/Output

c)

Decision

d)

Process

33.

Which of the following is NOT a characteristic of a good algorithm?

a)

Clear and unambiguous steps in solving a problem

b)

Must be written in a specific programming language

c)

Should produce a correct output

d)

Should be efficient across all other problem solving

34.

n pseudocode, which keyword is commonly used to show repetition?

a)

START

b)

WHILE

c)

PRINT

d)

INPUT

35.

What symbol in a flowchart is used to represent input/output operations?

a)

Oval

b)

Diamond

c)

Rectangle

d)

Parallelogram

36.

Which of the following is the correct order of program development?

a)

Coding → Testing → Algorithm → Flowchart/Pseudocode

b)

Algorithm → Flowchart/Pseudocode → Coding → Testing

c)

Flowchart/Pseudocode→ Coding → Algorithm → Testing

d)

Testing → Flowchart/Pseudocode → Coding → Algorithm

37.

The first symbol in a flowchart must always be:

a)

Rectangle

b)

Diamond

c)

Oval

d)

Arrow

38.

What is the purpose of a flowchart?

a)

To compile a program

b)

To visually represent the steps in a process

c)

To design hardware and software components

d)

To encrypt data

39.

Which of the following is an advantage of pseudocode?

a)

It can be executed by the computer

b)

It is language-dependent

c)

It helps programmers plan before coding

d)

It requires special software to run the program

40.

In pseudocode, the command “OUTPUT X” means:

a)

Store a value

b)

Display a value

c)

Delete a value

d)

Input a value

41.

Which of the following is true about algorithms?

a)

They must always contain loops

b)

They solve a specific problem

c)

They cannot contain decisions

d)

They must be graphical

42.

In a flowchart, arrows represent:

a)

Process

b)

Flow of control

c)

Input

d)

Output

43.

Which flowchart symbol represents Start/End?

a)

Circle

b)

Oval

c)

Rectangle

d)

Pentagon

44.

What is the first step in problem solving?

a)

Testing the solution

b)

Identifying the problem

c)

Evaluating results

d)

Implementing the solution

45.

Problem solving is best defined as the process of:

a)

Memorizing solutions

b)

Identifying, analyzing, and resolving challenges

c)

Following instructions step-by-step

d)

Looking for errors in a program

46.

Which of the following is an important part of problem analysis?

a)

Ignoring unnecessary details

b)

Understanding the root cause of the problem

c)

Immediately choosing a solution based on the problem

d)

Avoiding brainstorming

47.

What step comes after identifying and analyzing a problem?

a)

Reviewing the results

b)

Creating possible solutions

c)

Defining the goal again

d)

Restarting the process

48.

Implementing a solution means:

a)

Gathering specific information of the problem

b)

Putting the chosen solution into action

c)

Listing all possible problems

d)

Writing the problem again

49.

Why is evaluating the solution important?

a)

To check if the solution was effective

b)

To create more problems to solve

c)

To skip unnecessary steps

d)

To replace the original problem

50.

Which of the following is an example of problem solving?

a)

Sorting numbers

b)

Memorizing a formula

c)

Finding the cause of a computer error and fixing it

d)

Copying someone else’s work to solve problem

51.

A good problem solver should:

a)

Guess solutions quickly

b)

Avoid asking questions

c)

Think critically and logically

d)

Skip analysis

52.

When analyzing a problem, it is important to:

a)

Blame others

b)

Understand all available information

c)

Immediately jump to conclusions without having a solution

d)

Avoid gathering data

53.

What is the main purpose of problem solving?

a)

To make tasks more difficult

b)

To resolve challenges and reach goals

c)

To identify new problems

d)

To memorize steps only

54.

Which algorithm helps computers identify a person’s face in a photo?

a)

NLP Algorithm

b)

Image Recognition Algorithm

c)

Pathfinding Algorithm

d)

Sorting Algorithm

55.

What type of algorithm is used by Google Maps to calculate the fastest route?

a)

Sorting Algorithm

b)

Pathfinding Algorithm

c)

Image Recognition Algorithm

d)

NLP Algorithm

56.

Which algorithm type allows translation apps to convert one language to another?

a)

Search Algorithm

b)

Sorting Algorithm

c)

Natural Language Processing Algorithm

d)

Image Recognition Algorithm

57.

Which of the following is an example of a search algorithm at work?

a)

A website recommending videos

b)

A GPS showing the fastest route

c)

A phone scanning for matching contacts

d)

A chatbot interpreting sentences

58.

Which algorithm does YouTube use to decide what videos to show you next?

a)

Pathfinding Algorithm

b)

Sorting Algorithm

c)

Recommendation Algorithm

d)

NLP Algorithm

59.

Which algorithm category does “Binary Search” belong to?

a)

Sorting Algorithms

b)

Search Algorithms

c)

Pathfinding Algorithms

d)

Machine Learning Algorithms

60.

When Netflix predicts what movie you will likely watch next, which algorithm is responsible?

a)

Pathfinding

b)

Machine Learning

c)

NLP

d)

Sorting