Font size
Worksheetsc++
Total questions: 15
Worksheet time: 11mins
what is a programming language??
classical language
high level language
formal language
low level language
which one is not an explanation for a programming language??
A vehicle for expressing high-level designs
A means for controlling computerized devices
A tool for instructing machines
a means of controlling semi& non-computerized machines
c++ is a portable language
true
false
which is a disadvantage of c++ language??
garbage collection
multi-paradigm
fast
memory management
which is a not-human readable language???
high level language
low level language
middle level language
very high level language
which is second generation language??
assembly language
very high level language
machine language
hardware language
draw the hierarchy level of language

assembly language is human readable one??
true
false
what does assembler do??
(a)
In procedural programming language, Large programs are divided into smaller sub-programs known_____
sub-programs
arguments
functions
objects
OOPs revolve around _____ rather than logic
data
functions
paradigm
which is not a OOPs language
C#
C++
C
Java
bottom up approach is employed in ____
OOPs language
procedural programming language
functional programming language
logic programming language
write an example for class___
what are all the features of OOPs??
inheritance
polymorphism
pseduolevel
encapsulation
