ELM MCQ Questions & Answers

ELM MCQs : This section focuses on "Basics" of ELM. These Multiple Choice Questions (MCQ) should be practiced to improve the ELM skills required for various interviews (campus interview, walk-in interview, company interview), placements, entrance exams and other competitive examinations.

1. Elm is a pure functional programming language that compiles to?

A. Java
B. PHP
C. Python
D. Javascript

View Answer


2. Elm is designed specifically for web frontend with the unique feature of no Runtime exceptions.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


3. Elm was Designed by Evan Czaplicki in?

A. 2011
B. 2012
C. 2013
D. 2014

View Answer


4. The _________ data type represents numeric values.

A. char
B. bit
C. boolean
D. number

View Answer


5. The type number accommodates?

A. fractional values
B. non-fractional values
C. fractional and non-fractional values
D. None of the above

View Answer


6. The String data type is used to represent a sequence of characters.

A. TRUE
B. FALSE
C. Can be true or false
D. Can not say

View Answer


7. _____________ Operators test or define the kind of relationship between two entities.

A. Arithmetic
B. Comparable
C. Logical
D. Relational

View Answer


8. Which operator returns the inverse of the expression result?

A. xor
B. not
C. or
D. and

View Answer


9. The ___________ construct evaluates a condition before a block of code is executed.

A. if-else
B. else-if
C. if-then
D. All of the above

View Answer


10. ________ are the building blocks of an Elm program.

A. Constant
B. Declare
C. Expection
D. Functions

View Answer





Discussion



* You must be logged in to add comment.