Computer Science Questions
Explore questions in the Computer Science category that you can ask Spark.E!
A binding is "static" if it first occurs before run time and remains ................. throughout program execution
Possible binding time for binding a C or C++ static variable to a memory cell
in c++ destructors name is the ...... name
in c# deafult constructors are available for all classes t/f?
in Objective c constructors are called ......
Design issues for names-Are names case sensitive?-Are special words reserved words or keywords?A ...... is a word that is special only incertain contexts
...... has an access modifier called internal;an internal member of a class is visible toall classes in the assembly in which itappears
Nearly all programming languages supportprocess abstraction with subprograms. T/F
A ...... is a collection of classes andmethods that are individually linked to anexecuting program
...... functions or classes - to provideaccess to private members to someunrelated units or functions- Necessary in C++
İn c++ information hiddin- Private clause for ...... entities- Public clause for ...... entities- Protected clause for ......
İn c++ each instance of a class has ...... copy of the class data members
An ....... is a view or representationof an entity that includes only the mostsignificant attributes
If two variable names can be used to access the same memory location, they are called ......
in c ++ , ...... May also allocate storage if part of the objectis heap-dynamic. t/f
A ....... is a string of characters oversome alphabet
A ...... is the lowest level syntactic unit of a language (e.g., *, sum, begin)
A parser table can be generated from a given grammar with a tool, e.g., ...... ......
An Imperative-Based Object-OrientedLanguage:
A grammar is ...... if and only if itgenerates a sentential form that has twoor more distinct parse trees
