PROGRAMMING QUESTIONS & ANSWERS
Which of the following is NOT a good programming language to begin with to learn how to program? -
ANS-C++
Which of the following is True about considerations for choosing programming languages for programs
that will be embedded on a chip ? - ANS-The final program needs to not take up a lot of storage space
Which of the following is NOT a common consideration when selecting an appropriate programming
language for a project? - ANS-Database access
Which programming language is most commonly used for iOS devices? - ANS-Objective C
Programmers often begin by constructing a working simulation of the program, called a(n) ____ . - ANS-
Prototype
Programmers often use an IDE named _______ to develop apps for Android devices. - ANS-Android SDK
Which of the following is NOT true about HTML? - ANS-To make a webpage interactive, programmers
write in code is ASP, JSP, PHP to adapt HTML to users responses.
Many modern operating systems are written in _______ . - ANS-C
In an object - oriented programming language, ____ are a combination of data fields and methods and
model things like network connections, windows, scrollbars. - ANS-Classes
___________ is considered an architecture - neutral language, because it can run on many different
CPUs with only one compilation. - ANS-Java
Objective C is a language used to build _____ device apps. - ANS-macOS
HTML uses _______ to provide a browser instructions on how to display and format the document. -
ANS-Tags
Most Android apps re written in _______ . - ANS-Java
Architecture neutral - ANS-Code needs to be compiled once to run on many CPUs.
HTML - ANS-Formatting and display Instructions for webpages using tags.