wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Information Systems Quiz

Total questions: 49

Worksheet time: 25mins

Name
Class
Date
1.

What is a system made of tools like computers (hardware), programs (software) and networks that work together to collect and manage information?

a)

Database Management System

b)

Information Technology (IT)

c)

Information System

d)

SRS

2.

_______________ is the use of computers, storage, networking and other physical devices to create, process, store and exchange electronic data.

a)

Information system (IS)

b)

Information technology (IT)

c)

Database management system

d)

Network communications

3.

The set of instructions or programs used to control hardware and process data is called:

a)

hardware

b)

software

c)

IT

d)

networking communication

4.

The five essential components of an information system are:

a)

hardware, software, database, networking communication, and people

b)

programming, hacking, debugging, coding, and designing

c)

hardware, storage, applications, networking communication, and customers

d)

software, dbms, internet, tools and users

5.

(a)   means raw facts like numbers, letters, sounds, pictures.

6.

(a)   is the physical technology including all tangible devices.

7.

Which system handles daily tasks like sales, payments and payroll?

a)

Decision Support System (DSS)

b)

Executive Support System (ESS)

c)

Transaction Processing System (TPS)

d)

Management Information System (MIS)

8.

Example of Office Automation System (OAS):

a)

Clash of Clans - for playing games

b)

Spotify - for listening to music

c)

Adobe Illustrator - for graphic design only

d)

Google Docs - for typing and sharing documents

9.

Correct sequence of IS functions:

a)

Processing → Input → Storage→Output → Feedback

b)

Input → Processing → Storage → Output → Feedback

c)

Input → Output → Storage →Processing → Feedback

d)

Feedback →Storage → Output → Input → Processing

10.

Which IS function involves gathering raw data?

a)

Processing

b)

Output

c)

Input

d)

Feedback

11.

Example of 'Output' function:

a)

A report generated from processed data

b)

Data entered into a system

c)

Data being analyzed

d)

A correction made to a process

12.

Examples of databases (multiple):

a)

Cloud computing

b)

MongoDB

c)

relational database management systems

d)

NoSQL

e)

MySQL

13.

Examples of IT (multiple):

a)

Kaspi.kz, eGov.kz

b)

Operating systems like Windows and Linux

c)

A database server

d)

A Wi-Fi router

e)

Salesforce (CRM)

14.

Examples of IS (multiple):

a)

Platonus (university platform)

b)

Adobe Photoshop

c)

Google Maps

d)

Microsoft Word

15.

Difference between IT and IS:

a)

1 - IT, 2 - IS

b)

1 - IS, 2 - IT

c)

1 - technologies, 2 - systems

d)

1 - IS, 2 - process

16.

System for managing customer relationships:

a)

Transaction Processing System (TPS)

b)

Geographic Information System (GIS)

c)

Customer Relationship Management System (CRM)

d)

Executive Support System (ESS)

17.

IS components in social media:

a)

1 - software, 2 - hardware, 3 - data, 4 - people, 5 - processes

b)

1 - software, 2 - hardware, 3 - processing data, 4 - people, 5 - managing data

c)

1 - programs, 2 - IT, 3 - information, 4 - people, 5 - processes

d)

1 - technologies, 2 - systems, 3 - information, 4 - people, 5 - processes

18.

Processed, organized data that provides meaning:

(a)  

19.

Examples of Data (multiple):

a)

Student grades: "85", "92", "78"

b)

Weather report

c)

Temperature readings: "72°F", "68°F"

d)

Grade average

20.

Correct IS workflow sequence:

a)

1 - Input, 2 - Storage, 3 - Processing, 4 - Output, 5 - Control

b)

1 - Data, 2 - Processing, 3 - Output, 4 - Storage, 5 - Feedback

c)

1 - Input, 2 - Processing, 3 - Storage, 4 - Output, 5 - Feedback

d)

1 - Gather input, 2 - Processing, 3 - Storage, 4 - Feedback, 5 - Output

21.

Software for managing databases:

a)

Software Development Life System

b)

Database Management System (DBMS)

c)

Relational Databases

d)

Centralized Databases

22.

An electronically stored collection of data:

(a)  

23.

Examples of RDBMS (multiple):

a)

Microsoft SQL Server

b)

Postgre SQL

c)

MongoDB

d)

Oracle

e)

MySQL

24.

Language for RDBMS operations:

(a)  

25.

Organizes data into tables with keys:

a)

Hierarchical Database

b)

Object-Oriented DBMS

c)

NoSQL DBMS

d)

Relational Database Management System (RDBMS)

26.

Commands to interact with databases:

a)

DBMS

b)

Schema

c)

Queries

d)

Data

27.

Database types matching:

a)

1 - Relational, 2 - Object-Oriented, 3 - NoSQL

b)

1 - Relational, 2 - Object-Oriented, 3 - Hierarchical

c)

1 - Relational, 2 - Object-Oriented, 3 - Cloud

d)

1 - Graph, 2 - Object-Oriented, 3 - NoSQL

28.

Data stored in tables (rows/columns):

a)

Graph databases

b)

Relational databases

c)

Hierarchical databases

d)

NoSQL databases

29.

A repository of data:

(a)  

30.

Data types shown:

a)

1 - Structured, 2 - Semi-structured, 3 - Relational

b)

1 - Unstructured, 2 - Hierarchical, 3 - Structured

c)

1 - Unstructured, 2 - Semi-structured, 3 - Structured

d)

1 - Non-organized, 2 - Semi-organized, 3 - Organized

31.

Structured data examples (multiple):

a)

Entity relationship diagrams

b)

Photos and videos

c)

Financial transactions

d)

Customer demographic info

e)

Text documents

32.

DBMS examples (multiple):

a)

MySQL

b)

Microsoft Access

c)

Apache Cassandra

d)

MongoDB

e)

PostgreSQL

33.

Software to create/manage databases:

a)

Spreadsheet

b)

relational database

c)

DBMS

d)

Database technology

e)

SQL

34.

Data in RDBMS is stored in:

a)

sql

b)

database

c)

table

d)

data structure

35.

Keyword to select all columns:

a)

ALL

b)

*

c)

EVERY

d)

AND

e)

GET

36.

SQL query for comments containing 'I love studying OIS':

a)

SELECT * FROM students WHERE comment = 'I love studying OIS';

b)

SELECT * FROM students WHERE comment LIKE 'I love studying OIS';

c)

SELECT * FROM students WHERE comment LIKE '%I love studying OIS%';

d)

SELECT * FROM students WHERE comment CONTAINS 'I love studying OIS';

37.

Correct SQL to add new customer:

a)

INSERT INTO customers ('CustomerID', 'CustomerName', 'ContactName') VALUES (92, 'Global Foods', 'Anna Ivanova');

b)

INSERT customers Values (92, 'Global Foods', 'Anna Ivanova');

c)

CREATE customers VALUES (92, 'Global Foods', 'Anna Ivanova');

d)

INSERT INTO customers (CustomerID, CustomerName, ContactName) VALUES (92, 'Global Foods', 'Anna Ivanova');

38.

Incorrect statement about keys:

a)

Each table can have only one primary key

b)

A table can contain multiple foreign keys or none

c)

The rules for primary and foreign keys serve the same purpose

d)

A foreign key links tables by referencing a primary key

39.

Document describing software requirements:

a)

SDLC

b)

API

c)

SRS

d)

SRSP

e)

Technical task report

40.

Unique row identifier in a table:

(a)  

41.

Attack using malicious SQL queries:

a)

Phishing

b)

SQL DDos

c)

SQL Hacking

d)

SQL Injection

42.

Rules for application communication:

a)

API (access program interface)

b)

Hypertext Transfer Protocol (HTTP)

c)

API (application protocol interface)

d)

API (application programming interface)

43.

API using HTTP methods (GET/POST/PUT/DELETE):

a)

REST (Representational State Transfer)

b)

SOAP (Simple Object Access Protocol)

c)

Web API

d)

GraphQL

44.

Description matches:

a)

How to test code

b)

How a database stores information

c)

How to write full applications

d)

How the API works

e)

How the IS works

45.

Main role of SRS:

a)

Manages project budget

b)

Guides everyone in the project

c)

Stores user information

d)

Helps design company logo

46.

Functional vs non-functional requirements:

a)

Functional are optional

b)

Functional = what system does, non-functional = how it performs

c)

Functional = UI, non-functional = databases

d)

Functional = performance, non-functional = features

47.

Functional requirements for banking (multiple):

a)

Users should log in

b)

Users check balance

c)

System responds in <2 sec

d)

Handles 100M users

e)

Transaction notifications

48.

Non-functional requirements for food app (multiple):

a)

Users browse menu

b)

Menu loads in <1 sec

c)

Users track orders

d)

Supports 50K concurrent orders

e)

Intuitive interface

49.

SRS users matching:

a)

1 - Customer, 2 - Business Analysts, 3 - Software Engineers, 4 - Architect, 5 - QA/QC, 6 - PMs, 7 - Stakeholder

b)

1 - Investor, 2 - Business Analysts, 3 - Developers, 4 - Architect, 5 - QA/QC, 6 - PMs, 7 - Client