Correct Answer : C++
Correct Answer : Apple
Mac OS, operating system (OS) developed by the American computer company Apple Inc. The OS was introduced in 1984 to run the company's Macintosh line of personal computers (PCs).
Correct Answer : HTML
The core element of a web page is one or more text files written in the Hypertext Markup Language (HTML). Many web pages also make use of JavaScript code for dynamic behavior and Cascading Style Sheets (CSS) code for presentation semantics. WebAssembly executables can also be used for portions of page behavior.
Correct Answer : 8 bits
Correct Answer : Frames per inch
FPI is used to measure display device's performance. FPI stands for Frames per inch.
Correct Answer : First generation computer
Correct Answer : Analytical Engine
Analytical Engine, generally considered the first computer, designed and partly built by the English inventor Charles Babbage in the 19th century (he worked on it until his death in 1871). While working on the Difference Engine, a simpler calculating machine commissioned by the British government, Babbage began to imagine ways to improve it. Chiefly he thought about generalizing its operation so that it could perform other kinds of calculations. By the time funding ran out for his Difference Engine in 1833, he had conceived of something far more revolutionary: a general-purpose computing machine called the Analytical Engine.
Correct Answer : Digitizer
A digitizer is an input device, which is used for converting pictures, maps and drawings into digital form for storage in computers.
Correct Answer : Error
Correct Answer : assembler
Assembly language is converted into executable machine code by a utility program referred to as an assembler; the conversion process is referred to as assembly, or assembling the code.