Name Forms

A name is a string of characters used to identify some entity in a program.

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 639
Questions #: 12
Pass Score: 80.0%
Style
Mode

The use of underscores and mixed case in names is a programming style issue, not a language design issue.

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Case sensitive names

1 pts
volume_mute

It is a concept that considers uppercase and lowercase letters in names are distinct.

note_alt Add notes
flag Flag

Correct Answer

Explanation

The int type in Java specifies a value range of

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Names in Java have no length limit

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

C99 has no length limitation on its internal names, but only the first 63 are significant

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

External names in C99

1 pts
volume_mute

(those defined outside functions, which must be handled by the linker) are restricted to _____ characters

note_alt Add notes
flag Flag

Correct Answer

Explanation

C++ does not specify a length limit on names, although implementers sometimes do

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In C++,

1 pts
volume_mute

variable sun is same as variable Sun

note_alt Add notes
flag Flag

Correct Answer

Explanation

Names in C# have no limit

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

In C#, variable drive is not same as variable DRIVE

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Fortran 95+ allows up to 31 characters in its names

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Names in Ada have no length limit, and all characters in them are significant

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Keywords
Year 10