Euphoria MCQ Questions & Answers
Euphoria MCQs : This section focuses on "Basics" of Euphoria. These Multiple Choice Questions (MCQ) should be practiced to improve the Euphoria skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.
1. Euphoria stands for ?
A. End-User Programming with Objects for Robust Interpreted Applications
B. End-User Programming with Hierarchical Objects for Robust Applications
C. End-User Programming with Hierarchical Objects for Robust
D. End-User Programming with Hierarchical Objects for Robust Interpreted Applications
View Answer
Ans : D
Explanation: Euphoria stands for End-User Programming with Hierarchical Objects for Robust Interpreted Applications.
2. Euphoria was first released in ?
A. 1991
B. 1992
C. 1993
D. 1994
View Answer
Ans : C
Explanation: It was first released in 1993.
3. Which of the following are features of Euphoria?
A. It is a simple, flexible, powerful language
B. It supports dynamic storage allocation
C. It is extremely faster than conventional interpreters
D. All of the above
View Answer
Ans : D
Explanation: All of the above are features of Euphoria.
4. Euphoria supports run-time error-handling, subscript, and type checking?
A. TRUE
B. FALSE
C. Can be true or false
D. Can not say
View Answer
Ans : A
Explanation: True, Euphoria supports run-time error-handling, subscript, and type checking
5. Euphoria does not allow punctuation characters such as _________ within identifiers.
A. @
B. $
C. %
D. All of the above
View Answer
Ans : D
Explanation: Euphoria does not allow punctuation characters such as @, $, and % within identifiers.
6. Which sign is used to assign values to variables.
A. not equal to
B. equal to
C. greater than
D. less than
View Answer
Ans : B
Explanation: The equal sign (=) is used to assign values to variables.
7. The scope of a _________ that does not have a scope modifier, starts at the declaration and ends and the end of the file it is declared in.
A. constant
B. procedures
C. enum
D. types
View Answer
Ans : C
Explanation: The scope of a enum that does not have a scope modifier, starts at the declaration and ends and the end of the file it is declared in.
8. Sequence index starts from ?
A. 0
B. 1
C. 2
D. 3
View Answer
Ans : B
Explanation: Sequence index starts from 1 unlike other programming languages where array index starts from 0.
9. Escape characters may be entered using a back-slash
A. Yes
B. No
C. Can be yes or no
D. Can not say
View Answer
Ans : A
Explanation: Yes, Escape characters may be entered using a back-slash.
10. _______ operators are used in mathematical expressions in the same way that they are used in Algebra.
A. Relational
B. Logical
C. Arithmetic
D. Assignment
View Answer
Ans : C
Explanation: Arithmetic operators are used in mathematical expressions in the same way that they are used in Algebra.
Discussion