wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Unit3IntroTOpRogramming

Total questions: 14

Worksheet time: 7mins

Name
Class
Date
1.

A precise sequence of instructions for processes that can be executed by a computer.

a)

Algorithm

b)

Algebra

c)

Stylesheet

d)

Analysis

2.

To repeat in order to achieve, or get closer to, a desired goal

a)

Organize

b)

Replicate

c)

Iterate

d)

Duplicate

3.

A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.

a)

Syntax

b)

Selection

c)

Syntax

d)

Sequence

4.

Putting commands in correct order so computers can read the commands.

a)

Selection

b)

Syntax

c)

Sequencing

d)

Abstraction

5.

A simplified representation of something more complex.

a)

Program

b)

Pattern

c)

Algorithm

d)

Abstraction

6.

A named group of programming instructions.

a)

Function

b)

Sequences

c)

Pattern

d)

Library

7.

A problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the sub-systems that make it up

a)

Top Up design

b)

Top down design

c)

Bottom level design

d)

Basic Level design

8.

A collection of commands made available to a programmer

a)

API

b)

BBC

c)

Library

d)

ASCII

9.

A description of the behavior of a command, function, library, API, etc

a)

Function

b)

Abstraction

c)

Parameter

d)

Documentation

10.

A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.

a)

ASCII

b)

Binary

c)

Dual Decimal

d)

Hexadecimal

11.

A collection of commands / functions, typically with a shared purpose

a)

Documentation

b)

Index

c)

Library

d)

Catalog

12.

An extra piece of information passed to a function to customize it for a specific need.

a)

Bit

b)

Parameter

c)

Function

d)

Loop

13.

Loops that have a predetermined beginning, end, and increment (step interval).

a)

If Loop

b)

Pre Loop

c)

Loop

d)

For Loop

14.

The action of doing something over and over again.

a)

Functioning

b)

Sequencing

c)

Iterate

d)

Loop