Too Simple
Simple
Moderate
Hard
100

Only language understood directly by computer, made of 1s and 0s => hard to write, debug, and maintain.

Machine language

100

It is a named  value that contains a value that we don’t want to change during the running of the program.



Constant

100

Individual parts of the system are tested is known as

Unit testing

100

Areas of storage accessible by a unique name, or identifier are

variables

200

What is a conditional statement?

  • A
    a statement that runs no matter what is true

  • B
    a statement that only runs when certain criteria are met

  • C
    a statement that’s only found in the code for games

  • D
    a statement that’s only found in one coding language

B

200

 


How many bits create a byte?


8 Bits

200

Translates entire source program to object program only once, returning syntax errors if any. Examples: Java, C++

Compiler

200

Abnormal data is also known as

illegal data

300

Is a File hardware?

No

it is a software concept to store computational info.

300

Analysis, Design, __________,Testing, Implementation, __________,Evaluation

Development,Documentation

300

Direct implementation method is also known as 

Bing bang method

300

It is extremely useful in programming and is used to repeat a statement or a block of statements within an algorithm.

Iteration statement

400

How are numbers and characters represented in computer memory?

Binary Number System

400

 


Allows development of instructions and reference to address locations with mnemonics; program development is easier but each language supports only one specific computer system.


Assembly language

400

Testing conducted using pen and paper by the programmer is known as 

Dry run test

400

It  is used to repeat a specific block of code an unknown number of times, until a condition is met.

While loop

500

It creates a rough draft or outline of a program.

Pseudocode

M
e
n
u