Computer Fundamental Miscellaneous - Study Mode
[#816] 'ITS' stands for
Correct Answer
(C) Intelligent Tutoring Systems
Explanation
Solution: ITS : An intelligent tutoring system is a computer system that aims to provide immediate and customized instruction or feedback to learners, usually without requiring intervention from a human teacher.
[#817] The most popular language for interactive use is
Correct Answer
(C) BASIC
Explanation
Solution: The languages in the first cluster, Java, C, Python, and C++, are pretty much universal languages. They're not tied to a specific programming platform or focus. The most interesting clue is the second cluster, containing JavaScript, C#, PHP, and Swift. JavaScript and PHP are mainly web development languages.
[#818] An error in computer data is called
Correct Answer
(B) Bug
(F) Bug
Explanation
Solution: An error in computer data is called Bug. A software bug is an error, flaw, failure or fault in a computer program or system that causes it to produce an incorrect or unexpected result or to behave in unintended ways.
[#819] Any piece of equipment forming an interface to a data communication system is
Correct Answer
(B) DTA
Explanation
Solution: Data Transfer Agreement (DTA), in computing, data is information that has been translated into a form that is efficient for movement or processing. Relative to today's computers and transmission media, data is information converted into binary digital form. It is acceptable for data to be used as a singular subject or a plural subject.
[#820] In which of the following, each data item contains at most 2 points
Correct Answer
(B) LISP
Explanation
Solution: LISP, an acronym for list processing, is a programming language that was designed for easy manipulation of data strings. Developed in 1959 by John McCarthy, it is a commonly used language for artificial intelligence (AI) programming. In LISP, all computation is expressed as a function of at least one object.