NEW
Font size
WorksheetsCompSci7_Q2-Module 5 (Quiz 1)
Total questions: 25
Worksheet time: 13mins
It is referring to well defined procedures or instructions to solve a problem.
Algorithm
Program
Comments
Flowchart
It is a list of instructions written in a programming language that a computer can execute so that the machine acts in a predetermined way.
Instruction
Program
Procedure
Pseudocode
It is being used to make the program easier to understand.
Algorithm
Procedure
Comment
Pseudocode
It is a version of the instructions describing each step the computer must follow.
Program
Comment
Flowchart
Pseudocode
It is a graphical representation of the sequence of operations where a computer is to perform.
Algorithm
Flowchart
Pseudocode
Program
It allows two items to be compared.
Comparison
Pseudocode
Compiler
Debugger
It transfers data to and from primary storage for use by the program.
Input/Output statement
Compiler
Debugger
Linker
A computer program that transforms source code written in a programming language into another computer language often having a binary form known as object code.
Compiler
Pseudocode
Debugger
Algorithm
A method of assessing functionality of a software program.
Compiling
Debugging
Testing
Programming
The process of correcting program’s errors.
Programming
Compiling
Maintenance
Debugging
The instructions written in a programming language such as C# must be translated into machine language before they can execute
True
False
Debugging is the process of checking if a program performs its functions as planned.
True
False
Low-Level Language enables the programmer to write programs that are independent of a particular type of computer
True
False
Formula Translation or FORTRAN was created by John Backus and is the oldest programming language in use today.
True
False
List processor or LISP was invented by John McCarthy at the Massachusetts Institute of Technology (MIT).
True
False
It was developed by Apple as a replacement for C, C++, and Objective-C.
Python
Swift
C#
Go
It was developed by Google to address issues that occur due to large software systems.
Perl
Go
Swift
Python
It was developed in 2000 at Microsoft with the hope of combining the computing ability of C++ with the simplicity of Visual Basic.
Scala
Python
C#
PHP
It is a general-purpose, high-level language created by James Gosling for an interactive TV project.
Java
PHP
C#
Python
It was developed by Microsoft in 1991, it allows programmers to utilize a drag-and-drop style of choosing and changing pre-selected chunks of code through a graphical user interface (GUI).
Visual Basic
Perl
Haskell
Java
High-Level Language is also known as assembly language.
True
False
Machine language is the only language that a computer understands.
True
False
C was called C because it was based on an earlier language called ‘B’.
True
False
Autocode was a general term used for a family of programming languages.
True
False
Python is, to this day, one of the most popular programming languages in the world and is used by companies such as Google, Yahoo, and Spotify.
True
False
