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