Chose the right answer 1- Which language was developed by Microsoft for integrat
ID: 667665 • Letter: C
Question
Chose the right answer
1- Which language was developed by Microsoft for integrating the Internet and the web into computer applications?
(a) Objective-C.
(b) Java.
(c) PHP.
(d) Visual C#.
2- Which of the following is not an advantage of object-oriented programming?
(a) Software is more reusable.
(b) Software is more understandable, correct and modify.
(c) Using a modular, object-oriented design-and-implementation approach can make software-development groups much more productive.
(d) None of the above—these are all advantages of object-oriented programming.
3- Which statement prints “hi” on the screen?
(a) puts("hi");
(b) put "hi";
(c) puts "hi";
(d) none of the above
4- The __________ is called a single-selection statement.
a) if
b) when
c) if…else
d) switch
5- Which is not a C repetition statement?
a) while
b) do…while
c) for
d) do…for
Explanation / Answer
Answers for above questions:
1- Which language was developed by Microsoft for integrating the Internet and the web into computer applications?
Answer:(d) Visual C#.
2- Which of the following is not an advantage of object-oriented programming?
Answer:(d) None of the above—these are all advantages of object-oriented programming.
3- Which statement prints “hi” on the screen?
Answer:(a) puts("hi")
4- The __________ is called a single-selection statement.
Answer:(a) if
5- Which is not a C repetition statement?
Answer:(d) do…for
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.