wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Activity 1 - Computer Programming Terminologies

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

Set of instructions or rules designed to solve a definite problem.

a)

Boolean

b)

ASCII

c)

Algorithm

d)

Argument

2.

A model defined by programmers that revolve around objects and data rather than ‘actions’ and ‘logic’.

a)

Integration Development Environment

b)

Object-oriented programming

c)

Application Program Interface

d)

Integrated Development Environment

3.

General term used to denote an unexpected error or defect in hardware or software, which causes it to malfunction.

a)

Bug

b)

Glitch

c)

Error

d)

Syntax

4.

A value that is passed into a command or a function.

a)

Argument

b)

Program

c)

Error

d)

Class

5.

Features of programming language, which help the code make a choice and result in either TRUE or FALSE.

a)

Data Types

b)

Constant Program

c)

Conditional Statements and Expressions

d)

Exception

6.

A legal grouping of letters, symbols, and numbers being used to represent the value of one or more variables.

a)

Framework

b)

Expression

c)

Intention

d)

Exception

7.

Process to repeat a particular snippet of code over and over again to perform a certain action.

a)

Framework

b)

Internet

c)

Expression

d)

Iteration

8.

This occurs majorly due to conditional operators and functions which redirect the code back to the snippet, making it non-stop.

a)

Endless Loop

b)

Endless Iteration

c)

Repetition

d)

Iteration

9.

Words that are reserved by a programming language or a program as they have special meaning

a)

Operands

b)

Value

c)

Keywords

d)

Null

10.

A person who designs programs that process data and perform tasks that users don’t directly see.

a)

System Analyst

b)

Backend Developer

c)

Server Developer

d)

Frontend Developer

11.

Programs are the step-by-step instructions that tell a computer how to perform a task.

a)

False

b)

True

c)

Wrong Statement

12.

It is what the user sees and interacts with while an application is running.

a)

User Design

b)

Application

c)

User Interface

13.

An environment that contains all of the tools and features you need to create, run, and test your programs.

a)

Application Program Interface

b)

Integrated Development Environment

c)

Programming Language

14.

Computer programmers are responsible for translating the solution into a language that the computer can understand—a process is called ________

a)

Developing

b)

Program

c)

Language

d)

Coding

15.

The purpose of the initial meetings with the user is to determine the exact problem and to agree on a solution. After the programmer and user agree on the solution, the programmer begins converting the solution into a computer program.

a)

True

b)

False

c)

Wrong Statement