When variables are not strictly tied to specific data types, programmers refer to the language as a ____ typed language.

A. strongly
B. loosely
C. weakly
D. strictly


Answer: C

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1) The height of a 2-3 tree increases when an element is inserted. 2) Rotation may be used when deleting an element from a 2-3 tree to maintain the balance and properties of a 2-3 tree. 3) A -Tree ensures that each non-root node in the tree is at least 2/3 full. 4) A linked representation of a B-tree is the best way to implement the collection, regardless of the amount of data to be held in the tree. 5) The middle child node of a 3-node in a 2-3 tree has one or two elements whose values are between the values of the elements in the parent node.

Computer Science & Information Technology

Most updates can be accomplished over the Internet by downloading a program that can make changes

Indicate whether the statement is true or false

Computer Science & Information Technology

How is a Boolean variable declared in a program?

A. A char type variable must be declared, followed by the bool value. B. A bool type variable must be declared, followed by the bool value. C. An int type variable must be declared, followed by the bool value. D. A boolean type variable must be declared, followed by the bool value.

Computer Science & Information Technology

A(n) ____ allows users or applications to find resources that have characteristics needed for a particular task.

A. access manager B. password manager C. data store D. system of records

Computer Science & Information Technology