(A) F3
(B) F4
(C) F7
(D) F9
Tag: computer knowledge mcqs
The sign ++ in C++ represents?
(A) Net level of C language with some additional features
(B) C++ is for addition only
(C) The trademark of C language
(D) None of the above
C++ is the superset of?
(A) Fortran
(B) VBA
(C) Ada
(D) C
C++ is the superset of C language which is means that?
(A) C is more efficien than C++
(B) C++ is more efficient than C language
(C) The is no difference between these languages
(D) All of the above
Assebler, Compiler, and interpreters are called?
(A) Language variables
(B) Language Predecessors
(C) Language processors
(D) All of the above
What is the input for a compiler?
(A) Object code
(B) Source code
(C) Assembler
(D) Machine language
What is the output of a compiler?
(A) Source program
(B) Object code
(C) Interpreter
(D) All of the above
A translator that reads the instruction and translate it before going to the other instruction is called?
(A) Compiler
(B) Assembler
(C) Interpreter
(D) None of the above