CSE 240 EXAM 1 MOCK TEST WITH ANSWER
RATIONALES 2026
◉ A(n) ____ provides a pictorial representation of an algorithm using
specifically defined shapes.
Answer: flowchart
◉ The purpose of a(n) ____ is to accept
as input and transform the data in some manner to produce a
specific result as an output.
Answer: programming language
◉ Translator programs that translate assembly language programs
into machine language programs are known as __
Answer: assemblers
◉ An expression containing only floating-point values as operands is
called a floating-point expression, and the result of such an
expression is a(n) ____ value.
Answer: NOT (integer), floating point
◉ _ is the order in which operators of the same precedence are
evaluated.
,Answer: NOT priority
◉ The names of functions, as well as all of the words that are
permitted in a program, that have special meaning to the compiler
are collectively referred to as ____.
Answer: identifiers
◉ The two characters \ and ____, when used together, are called a
newline escape sequence
Answer: n
◉ A(n) ____ is defined as a set of values and a set of operations that
can be applied to these values.
Answer: NOT literal
◉ A(n) ____ is a word that is predefined by the programming
language for a special purpose and can only be used in a specified
manner for its intended purpose.
Answer: reserved word
◉ operators require two operands to produce a result.
Answer: binary
, ◉ The ____ operator captures the remainder when an integer
number is divided by an integer.
Answer: NOT /, %
◉ Data transmitted into a function at run time are referred to as ____
of the
.
Answer: arugments
◉ A large number of the identifiers used in a C program are selected
by the programmer, and are known as ____ identifiers.
Answer: program created
◉ In numerical theory, the term ____ typically refers to numerical
accuracy.
Answer: prescion
◉ The ____ is also known as the escape character.
Answer: backslash character (\)
◉ If you are using a Unix or Linux operating system, you must
include the ____ option when compiling a C program that uses the
mathematical functions like log and sqrt
RATIONALES 2026
◉ A(n) ____ provides a pictorial representation of an algorithm using
specifically defined shapes.
Answer: flowchart
◉ The purpose of a(n) ____ is to accept
as input and transform the data in some manner to produce a
specific result as an output.
Answer: programming language
◉ Translator programs that translate assembly language programs
into machine language programs are known as __
Answer: assemblers
◉ An expression containing only floating-point values as operands is
called a floating-point expression, and the result of such an
expression is a(n) ____ value.
Answer: NOT (integer), floating point
◉ _ is the order in which operators of the same precedence are
evaluated.
,Answer: NOT priority
◉ The names of functions, as well as all of the words that are
permitted in a program, that have special meaning to the compiler
are collectively referred to as ____.
Answer: identifiers
◉ The two characters \ and ____, when used together, are called a
newline escape sequence
Answer: n
◉ A(n) ____ is defined as a set of values and a set of operations that
can be applied to these values.
Answer: NOT literal
◉ A(n) ____ is a word that is predefined by the programming
language for a special purpose and can only be used in a specified
manner for its intended purpose.
Answer: reserved word
◉ operators require two operands to produce a result.
Answer: binary
, ◉ The ____ operator captures the remainder when an integer
number is divided by an integer.
Answer: NOT /, %
◉ Data transmitted into a function at run time are referred to as ____
of the
.
Answer: arugments
◉ A large number of the identifiers used in a C program are selected
by the programmer, and are known as ____ identifiers.
Answer: program created
◉ In numerical theory, the term ____ typically refers to numerical
accuracy.
Answer: prescion
◉ The ____ is also known as the escape character.
Answer: backslash character (\)
◉ If you are using a Unix or Linux operating system, you must
include the ____ option when compiling a C program that uses the
mathematical functions like log and sqrt