wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Programming

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

It refers to a software that consists of programs designed to allow people to perform specific tasks

a)
System Software
b)
Application Software
c)
Utility Software
d)
Firmware
2.

The physical parts of a computer are collectively called?

a)

Hardware

b)

Hideware

c)

Malware

d)

Software

3.

a machine that performs a variety of task such as computations, logical operations, or more generally, data manipulation

a)

Desktop

b)

Calculator

c)

Iphone

d)

Computer

4.

This refers to the programs or instructions used to tell the computer hardware what to do

a)

Hardware

b)

Computerware

c)

Software

d)

Malware

5.

This refers to a software that needed to keep all the hardware and software systems running together smoothly

a)

operating system

b)
firmware
c)
application software
d)
device driver
6.

In this cycle, the (a)   starts with known conditions, uses a pre-defined procedure and has predictable outcomes

7.

a standard communication technique for expressing instructions to a computer

a)
Programming language
b)
Operating system command
c)
Database query
d)
Markup language
8.

Process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. source code is written in a programming language

a)
Database Management
b)
Web Development
c)
Network Administration
d)

Computer Programming

9.

a set of instructions written in a computer language, in order to be executed to perform a specific task

a)
program
b)
script
c)
function
d)
algorithm
10.

the craft of implementing one or more interrelated abstract algorithms using a particular programming language to produce a concrete computer program

a)
Database Management
b)
Web Development
c)
Network Engineering
d)

Programming

11.

What are the four major components of hardware

a)
Motherboard, GPU, power supply, cooling system
b)
Network devices, software, firmware, peripherals
c)
Display, keyboard, mouse, speakers
d)
CPU, RAM, storage, input/output devices
12.

What are the examples of PROGRAM DEVELOPMENT LIFE CYCLE

a)
Planning, Execution, Review, Closure
b)
Concept, Design, Development, Support
c)
Research, Development, Testing, Release
d)
The phases of the Program Development Life Cycle are Planning, Analysis, Design, Implementation, Testing, Deployment, and Maintenance.
13.

In this cycle, involves understanding the problem and determining what is required to solve it

(a)  

14.

In this cycle this is where you develop a detailed logic plan for solving the problem

(a)  

15.

In this stage, you execute the plans developed during the design using a programming language this refers to?

(a)