A person wishes to apply a formula in the entire column of the spreadsheet, with regard to only one cell. Which type of referencing should he use to obtain correct result?
UPSC CBI DSP LDCE
42. A router works at which layer of Open Systems Interconnection (OSI)
A router works at which layer of Open Systems Interconnection (OSI) model?
43. The process of converting digital signals to analog signals is known
The process of converting digital signals to analog signals is known as
44. Which one among the following is not an audio file format?
Which one among the following is not an audio file format?
Let’s examine the options:
A) WAV (Waveform Audio File Format): A standard digital audio file format used for storing waveform audio data. It is an audio file format.
B) MPEG (Moving Picture Experts Group): MPEG is a standard for digital video and audio compression. While MPEG standards define audio compression formats (like MP3, AAC), and file formats based on these standards (.mp3, .aac, .mp4 which can contain audio), the term “MPEG” itself often refers to the standards or formats that primarily handle video with accompanying audio (like .mpeg or .mpg files). However, given the context of typical audio formats, MPEG is related to audio formats.
C) WMA (Windows Media Audio): An audio data compression technology developed by Microsoft. Files using this technology (e.g., .wma) are audio file formats.
D) RAW: In computing and digital media, “raw” data refers to data that has received minimal processing. While “raw audio” exists (uncompressed PCM), “RAW” as a file format name is most commonly associated with image files produced by digital cameras (like .cr2, .nef, .dng, .arw). It’s not a standard name for an audio file format in the same way WAV or WMA are. Compared to the other options, RAW is the least likely to be considered a standard audio file format.
Therefore, RAW is the one that is not a standard audio file format.
45. Which one of the following is not an operating system?
Which one of the following is not an operating system?
Let’s examine the options:
A) Linux: A family of open-source Unix-like operating systems. Examples include Ubuntu, Fedora, Debian, etc. It is an operating system.
B) Mac OS: (Now macOS) The operating system developed by Apple Inc. for its Macintosh computers. It is an operating system.
C) Google Chrome: A free web browser developed by Google. A web browser is an application program that runs on an operating system, not an operating system itself.
D) Windows XP: A version of the Microsoft Windows line of operating systems, released in 2001. It is an operating system.
Therefore, Google Chrome is not an operating system.
46. Which one of the following is not a function of operating system?
Which one of the following is not a function of operating system?
A) Protection and security: Managing user access, permissions, and resource protection. This is a fundamental OS function.
C) Device management: Managing hardware devices through drivers, controlling I/O operations. This is a fundamental OS function.
D) File management: Organizing and managing files and directories on storage devices, providing a file system. This is a fundamental OS function.
B) Store and handle data: While the OS provides the infrastructure (like file systems and memory management) for data to be stored and accessed by applications, the primary function of storing, manipulating, and interpreting the *content* of data belongs to application programs (like databases, word processors, etc.), not the core OS itself. The OS manages *how* data is stored and accessed on physical media, but not the *data itself* in the sense of its content or meaning. Therefore, “Store and handle data” is not typically listed as a distinct primary function of an operating system compared to the others.
47. Which one of the following is not a part of program design phase?
Which one of the following is not a part of program design phase?
The program design phase focuses on creating a blueprint for the software system. This involves defining how the program will work logically and structurally before writing the actual code.
– Algorithm: A set of well-defined instructions for solving a problem. Developing algorithms is a key part of the design phase.
– Pseudocode: An informal high-level description of the operating principle of an algorithm. It’s a tool used in design to outline the algorithm’s logic.
– Flowchart: A diagram representing the sequence of operations in an algorithm or process. Flowcharts are used in design to visually represent the program’s logic flow.
– Code: The actual source code written in a programming language (like C++, Java, Python, etc.). Writing code belongs to the Implementation phase, which follows the Design phase.
Therefore, ‘Code’ is not a part of the program design phase.
48. If A, B and C are the angles of a triangle such that A: B: C=2: 3: 4,
If A, B and C are the angles of a triangle such that A: B: C=2: 3: 4, then what is the value of the following?
$$ \frac{\tan^2 B+1}{\tan^2 B-1} $$
The sum of angles in a triangle is 180°.
Let the common ratio factor be $x$. Then $A = 2x$, $B = 3x$, and $C = 4x$.
$2x + 3x + 4x = 180°$
$9x = 180°$
$x = \frac{180°}{9} = 20°$.
The angles are:
A = $2x = 2 \times 20° = 40°$
B = $3x = 3 \times 20° = 60°$
C = $4x = 4 \times 20° = 80°$
We need to find the value of the expression $\frac{\tan^2 B+1}{\tan^2 B-1}$.
Substitute $B = 60°$:
$\tan B = \tan 60° = \sqrt{3}$.
$\tan^2 B = (\sqrt{3})^2 = 3$.
Now substitute this value into the expression:
$\frac{\tan^2 B+1}{\tan^2 B-1} = \frac{3+1}{3-1} = \frac{4}{2} = 2$.
$\frac{\tan^2 B+1}{\tan^2 B-1} = \frac{\sec^2 B}{\frac{\sin^2 B}{\cos^2 B}-1} = \frac{\frac{1}{\cos^2 B}}{\frac{\sin^2 B – \cos^2 B}{\cos^2 B}} = \frac{1}{\sin^2 B – \cos^2 B}$.
Using the identity $\cos(2B) = \cos^2 B – \sin^2 B = -(\sin^2 B – \cos^2 B)$, the expression is $\frac{1}{-\cos(2B)}$.
For $B=60°$, $2B=120°$. $\cos(120°) = -\frac{1}{2}$.
The value is $\frac{1}{-(-\frac{1}{2})} = \frac{1}{\frac{1}{2}} = 2$.
49. What is the angle in degree between the hour hand and the minute hand
What is the angle in degree between the hour hand and the minute hand of a clock when the time it shows is 5:20 PM?
First, calculate the angle of the hour hand from the 12 o’clock position.
The hour hand moves 360° in 12 hours, or 30° per hour (360°/12).
It also moves due to the minutes past the hour. In 60 minutes, the hour hand moves 30°. So, in 1 minute, it moves $30°/60 = 0.5°$.
At 5:20, the time is 5 hours and 20 minutes past 12. The total time in minutes past 12 is $(5 \times 60) + 20 = 300 + 20 = 320$ minutes.
Angle covered by hour hand = $320 \times 0.5° = 160°$.
Alternatively, angle = (5 hours $\times$ 30°/hour) + (20 minutes $\times$ 0.5°/minute) = 150° + 10° = 160°.
Second, calculate the angle of the minute hand from the 12 o’clock position.
The minute hand moves 360° in 60 minutes, or 6° per minute (360°/60).
At 20 minutes past the hour, the minute hand is at the 20 minute mark.
Angle covered by minute hand = $20 \times 6° = 120°$.
The angle between the hour hand and the minute hand is the absolute difference between their positions.
Angle = $|160° – 120°| = 40°$.
50. A wheel of circumference 2 m rolls on a circular path of radius 80 m.
A wheel of circumference 2 m rolls on a circular path of radius 80 m. What is the angle made by the wheel about the centre of the path, if it rotates 64 times on its own axis?
The wheel rotates 64 times on its own axis.
Total distance covered by the wheel rolling on the circular path = Number of rotations $\times$ Circumference of the wheel
Total distance = $64 \times 2$ m = 128 m.
This distance is an arc length on the circular path. The formula relating arc length (s), radius (R), and the angle ($\theta$) subtended at the center (in radians) is $s = R \times \theta$.
Here, the arc length $s = 128$ m and the radius of the circular path $R = 80$ m.
So, $128 = 80 \times \theta$.
Solve for $\theta$:
$\theta = \frac{128}{80}$ radians.
Simplify the fraction:
$\theta = \frac{128 \div 16}{80 \div 16} = \frac{8}{5}$ radians.
$\frac{8}{5} = 1.6$ radians.