wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

oop_r2

Total questions: 11

Worksheet time: 4mins

Name
Class
Date
1.
This is a set of instructions following the rules of the chosen language.
a)
Operator
b)
Assembler
c)
Program
d)
Comment
e)
Keywords
2.
It describes the process of a software program or script repeats the same instructions or processes the same information over and over until receiving the order to stop.
a)
Loop
b)
Pass
c)
Continue
d)
Break
e)
Decision
3.
This is a computer programming language that isn't limited by the computer, designed for a specific job, and is easier to understand. It is more like human language and less like machine language.
a)
High-Level Language
b)
Low-Level Language
c)
Machine Language
d)
Assembly Language
e)
Artificial Intellegence
4.
It is also an outline of a program written in a form that can easily be converted into real programming statement but cannot be compiled or executed.
a)
Pictograph
b)
Block Diagram
c)
Flowchart
d)
Algorithm
e)
Pseudo code
5.
It has wide range of applications from Web development (like: Django and Bottle), scientific and mathematical computing (Orange, SymPy, NumPy) to desktop graphical user Interfaces (Pygame, Panda3D).
a)
Java
b)
Python
c)
Orange
d)
Flask
e)
EarthPy
6.
It was define as a lack of value.
a)
Null
b)
Clear
c)
Functions
d)
Datatypes
e)
Comment
7.
It reads the whole source code and translates it into a complete machine code program to perform the required tasks which is output as a new file.
a)
Integrated Development Environment
b)
Computer Programming
c)
Graphical User Interface
d)
Assembler
e)
Compiler
8.
This is a software program that is designed to help programmers and developers build software.
a)
Integrated Development Environment
b)
Computer Programming
c)
Graphical User Interface
d)
Assembler
e)
Compiler
9.
What version Emphasis on removing duplicative constructs and module?
a)
Python 2.0
b)
Python 1.0
c)
Python 3.0
d)
Python 3.8
e)
Python 2.7
10.
The set of rules governing the order in which expressions involving multiple operators and operands are evaluated.
a)
High-Level Language
b)
Order of Precedence
c)
Machine Language
d)
Assembly Language
e)
Artificial Intellegence
11.
This is a general term used to describe any unexpected problem with hardware or software.
a)
Bug
b)
Debug
c)
Comment
d)
Compiler
e)
Assembler