ICS chapter 10 i think
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++
Which programming language is most commonly used for iOS devices?
Objective C
Java
architecture neutral language.
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
Which of the following is TRUE about considerations for choosing programming languages for programs that will be embedded on a chip?
final program does not need to take up a lot of storage space
HTML
formatting and display instructions for webpages using tags
Objective C is a language used to build ________________________ device apps
iOS
Most Android apps are written in ______________--
java
Objective C
object-oriented programming language used to create apps for macOS and iOS
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 not true about HTML?
HTML is a fully featured programming language
Programmers often use an IDE named ________ to develop apps for Android devices
Android SDK
___________________________ is considered an architecture- neutral language, because it can run on many different CPUs with only one compilation.
Java
