NEW
Font size
WorksheetsPrinciples of Computer Programming
Total questions: 30
Worksheet time: 15mins
An interpreter converts source code into machine language but store the codes in the computer's memory. Once the computer turns off, the machine language codes are lost.
True
False
C++ is a type of Webpage Language.
True
False
High-level languages are faster to write than in assembly or machine language but they are harder to read and understand.
True
False
Machine language takes a long time to write and it is easy for programmers to make mistakes.
True
False
Computer programmers write step-by-step instructions which tell the computer exactly what it should do.
True
False
The Binary Number System uses 1's and 5's.
True
False
Hexadecimal Numbers are used on webpages to set colors.
True
False
Graphics can be represented using bit-map and vector graphics.
True
False
A bit-mapped graphic can be enlarged and not lose any of it's resolution.
True
False
Flow Charts help programmers pay attention to the logic of solution to the problem.
True
False
Linear Algorithm executes steps in iterations.
True
False
When speaking of software development, testing is examining the code based on the customer's requirements to ensure the code works according to specifications.
True
False
BASIC is a type of high-level language.
True
False
Standard code providing a unique number for every character.
Compiler
Unicode
Machine Language
Process of computer programming, documenting, testing and big fixing through successive phases in an orderly way.
Software Development
Machine Language
Unicode
Graphic displayed as a matrix of pixels.
Unicode
Bit-Mapped Graphic
Machine Language
Basic computer language which consists of zeros and ones.
Unicode
Machine Language
Compiler
Set of computer instructions following down a list, one item at a time, without jumping among the items.
Linear Algorithm
Machine Language
Software Development
Computer program which translates a series of high-level language codes into a separate series of machine language codes.
Machine Language
Unicode
Compiler
Computer program which converts the source code into machine language one line at a time.
Interpreter
Algorithm
Data
Graphic representation of the step-by-step instructions of how the computer processes data.
Vector Graphic
Flow Chart
Algorithm
Computer language writing application programs which solve specific problems.
Assembly Languages
Computer Programming
Application Languages
Creation of digital image which are comprised of paths instead of dots.
Vector Graphic
Flow Chart
Algorithm
The process of developing a sequence of instructions to enable a computer to accomplish a particular task.
Iterative Algorithm
Assembly Languages
Computer Programming
Information processed or stored by a computer.
Flow Chart
Data
Assembly Languages
Formula which give instructions for the computer to perform a specific task.
Algorithm
Interpreter
Application Languages
Type of computer programming languages which are one step up from the machine language.
Assembly Languages
Application Languages
Algorithm
Set of computer instructions which executes steps in iterations.
Application Languages
Iterative Algorithm
Vector Graphic
ASCII stands for:
American Standard for Interchange Information
American Standard for Information Interchange
American Standard for Informational Inference
Developing a sequence of instructions enables the computer to accomplish a particular task when writing a computer program. What are the three steps in that process?
Determine the task, breaking down the big task into series of small tasks, telling the computer to implement the tasks
Determine the task, telling the computer to implement the tasks, breaking down the big task into series of small tasks
Determine the task, breaking down the big task into series of small tasks, editing the program
