Wednesday, June 3, 2009

Introduction to C #

1. Select the matching word or acronym.
A. XML
B. UNIX
C. assembly
D. programs
E. compilers
F. machine
G. SOAP
H. IDE


ABCDEFGHThe three types of computer languages discussed in the textbook are high-level languages, machine languages and ____ languages.
ABCDEFGHComputers can directly understand only their native ___ language, which is composed only of 1s and 0s.
ABCDEFGHC is widely known as the development language of the ____ operating system.
ABCDEFGHWeb service use ____ to markup information for transmission over the Internet.
ABCDEFGHPrograms that translate high-level-language programs into machine language are called _____.
ABCDEFGHWeb services use ____ to send information over the Internet.
ABCDEFGHVisual Studio is a(n) ______ in which C# programs are developed.
ABCDEFGHComputers process data under the control of sets of instructions called computer _______.
Points Earned: 7.0/7.0
Correct Answer(s): machine : Computers can directly understand only their native ___ language, which is composed only of 1s and 0s. , programs : Computers process data under the control of sets of instructions called computer _______., assembly : The three types of computer languages discussed in the textbook are high-level languages, machine languages and ____ languages., compilers : Programs that translate high-level-language programs into machine language are called _____. , IDE : Visual Studio is a(n) ______ in which C# programs are developed. , UNIX : C is widely known as the development language of the ____ operating system. , XML : Web service use ____ to markup information for transmission over the Internet. , SOAP : Web services use ____ to send information over the Internet.




2. Procedural programming models the world more naturally than object-oriented programming.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




3. MSIL is the common intermediate format to which all .NET programs compile, regardless of their original .NET language.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




4. C# is an object-oriented languageA) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




5. C# is the only language available for programming .NET applications.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




6. The UML is used primarily to implement object-oriented systems.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




7. The .NET Framework is portable to non-Windows platforms.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




8. Computers can directly understand high-level languages.
A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




9. Identify each item as hardware or software.
A. hardware
B. software
C. combination


ABCInput Unit
ABCWord processing program
ABCCPU
ABCKeyboard
ABCA C# program
ABCcompiler
Points Earned: 5.0/5.0
Correct Answer(s): hardware : CPU, software : compiler, hardware : Keyboard, hardware : Input Unit, software : Word processing program, software : A C# program




10. A compiler translates high-level language programs into target-language programs.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




11. High-level languages are generally machine dependent.
A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




12. A machine-language program requires translation before it can be run on a computer.
A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




13. An assembler translates source-language programs into machine-language programs.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




14. The Visual C# compiler translates high-level-language programs into SMIL.
A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): False




15. A compiler convets source-language programs into target-language programs.A) True
B) False

Points Earned: 1.0/1.0
Correct Answer(s): True




16. Select the word that correctly expands each acronyms.
A. Consortium
B. Programming
C. Protocol
D. Intermediate
E. Markup
F. Infrastructure
G. Integrated
H. Common
I. Modeling
J. Management


ABCDEFGHIJOMG: Object ____ Group
ABCDEFGHIJCLI: Common Language _____
ABCDEFGHIJIDE: ____ Development Environment
ABCDEFGHIJSOAP: Simple Object Access _____
ABCDEFGHIJXML: Extensible _____ Language
ABCDEFGHIJCLR: ____ Language Runtime
ABCDEFGHIJW3C; World Wide Web ____
ABCDEFGHIJMSIL: Microsoft ____ Language
ABCDEFGHIJUML: Unified ____ Language
ABCDEFGHIJOOP: Object Oriented _____
Points Earned: 9.0/9.0
Correct Answer(s): Consortium : W3C; World Wide Web ____, Markup : XML: Extensible _____ Language, Protocol : SOAP: Simple Object Access _____, Programming : OOP: Object Oriented _____, Common : CLR: ____ Language Runtime, Infrastructure : CLI: Common Language _____, Intermediate : MSIL: Microsoft ____ Language, Modeling : UML: Unified ____ Language, Management : OMG: Object ____ Group, Integrated : IDE: ____ Development Environment

No comments:

Post a Comment