Languages
Data Representation
Algorithm
Graphics
ASCII
100

What is Assembly Language?

Assembly Language is a type of computer programming language which is one step up from the machine language

100

What is Data?

Data is information processed or stored by a computer

100

What is Algorithms?

Algorithms are formulas which give instructions for the computer to perform a specific task

100

How can graphics be represented?

Bit-mapped representation and vector graphic representation

100

What is ASCII?

A 7-bit code

200

What is Machine Language?

Machine Language is the basic computer language consisting of zeros and ones 

200

What is Data Representation?

Data Representation involves using binary code to represent data inside the computer

200

Can an algorithm be a simple procedure, a complex procedure, or both?

Both

200

How is Bit-Mapped Graphics displayed?

Bit-Mapped Graphics is displayed as a matrix of pixels.

200

How much displayable characters does ASCII have?

96

300

What is High-Level Language?

High-Level Languages are computer languages developed from assembly programming languages

300

How much numbers does the Binary Number System require?

Two

300

What is a Linear Algorithm?

Linear Algorithms are a set of computer instructions following down a list, one item at a time

300

What color does each pixel represent in Bit-Mapped Graphics?

A binary code

300

How much control characters does ASCII have?

32

400

What is Application Language?

Application Language is a computer language writing application program which solves specific problems

400

What are Hexadecimal numbers used for?

Hexadecimal Numbers are used on webpages to set colors

400

What do Linear Algorithms aim for?

Solving in a step-by-step manner

400

What is Vector Graphics?

Vector Graphics are creations of digital images which are composed of paths instead of dots

400

How much characters does the extended version of ASCII have?

258

500

What is System Language?

System language is a computer programming language used for managing a computer system

500

How can data be transferred?

Data can be transferred from one computer to another

500

What are Iterative Algorithms?

Iterative Algorithms are a set of computer instructions which executes steps in repeat.

500

What shapes can the path be for Vector Graphics?

A line, a square, a triangle or a curvy shaped

500

Why was ASCII originally designed?

ASCII was originally designed to cope only with Western based character sets such as English, French, and German