1. In Excel, this is a prerecorded formula that provides a shortcut for complex calculations
A. Value
B. Data Series
C. Function
D. Field
E. None of these
2. DNS in internet technology stands for ________.
A. Distributed Name System
B. Data Name System
C. Dynamic Name System
D. Domain Name Server
E. None of these
3. Who amongst the following is called the father of modern computer science ?
A. Alan Turing
B. Charles Babbage
C. Konrad Zuse
D. Frederick Cohen
E. None of these
4. Which of the following is true for the octal system?
A. It needs less digits to represent a number than in the binary system.
B. It needs more digits to represent a number than in the binary system.
C. It needs the same number of digits to represent a number as in the binary system.
D. It needs the same number of digits to represent a number as in the decimal system.
E. None of these
5. Diagrammatic or symbolic representation of an algorithm is called _______.
A. Data-Flow diagram
B. E-R diagram
C. Flowchart
D. Software
E. None of these
Answers and Explanations
1. Answer - Option C
Explanation -
Function is a prerecorded formula that provides a shortcut for complex calculations
2. Answer - Option D
Explanation -
Domain Name Servers (DNS) are the Internet's equivalent of a phone book.
They maintain a directory of domain names and translate them to Internet Protocol (IP) addresses.
This is necessary because, although domain names are easy for people to remember, computers or machines, access websites based on IP addresses.
3. Answer - Option A
Explanation -
Alan Turing is considered by many to be the father of modern computer science as the world knows it. He formed the concept of the algorithms and computations with one of his inventions, the Turing machine. Alan Turing was born on June 23, 1912 in England.
4. Answer - Option B
Explanation -
The Octal numeral system is the base-8 number system and uses the digits 0 to 7. Octal numerals can be made from binary numerals by grouping consecutive binary digits into groups of three (starting from the right).
Hence, it needs more digits to represent a number than in the binary system.
5. Answer - Option C
Explanation -
A flowchart is a type of diagram that represents an algorithm, workflow or process, showing the steps as boxes of various kinds, and their order by connecting them with arrows. This diagrammatic representation illustrates a solution model to a given problem.