31
Which number system is usually followed in a typical 32-bit computer?
Answer & Solution
Solution:

Binary number system is usually followed in a typical 32-bit computer. In mathematics and digital electronics, a binary number is expressed in the base-2 numeral system or binary numeral system, which uses only two numbers- 0 and 1.

32
What is LINUX?
A.
B.
C.
D.
Answer & Solution
Solution:

Linux is a generic name for a family of open-source operating systems based on the Linux kernel. Linux is used in server OS for web servers, database servers, file servers, email servers and any other type of shared server. Designed to support high-volume and multithreading applications, Linux is well-suited for all types of server applications.

33
The programs which are as permanent as hardware and stored in ROM is known as ____________ .
A.
B.
C.
D.
Answer & Solution
Solution:

Firmware is permanent software programmed into read-only memory. A software program or bunch of instructions that are programmed on a hardware device is known as firmware.

34
6 Bits
A.
B.
C.
D.
Answer & Solution
Solution:

One nibble is equivalent to 4 bits. The term NIBBLE or NYBBLE is also used to indicate to half-byte. The term NIBBLE can also be defined as a 4-bit aggregate.

35
Which is a counting system using only two numbers 0 and 1?
A.
B.
C.
D.
Answer & Solution
Solution:

The binary system is the primary language of computing systems. The number system is expressed in the base-2 numeral system, which uses only two numbers- 0 and 1.

36
Which protocol provides e-mail facility among different hosts?
A.
B.
C.
D.
Answer & Solution
Solution:

Simple Mail Transfer Protocol (SMTP) is a TCP/IP protocol used in sending and receiving e-mail. Since it is limited in its ability to queue messages at the receiving end, it is usually used with one of two other protocols, POP3 or IMAP that let the user save messages in a server mailbox and download them periodically from the server.

37
Which is widely used protocol to receive e-mail?
A.
B.
C.
D.
Answer & Solution
Solution:

Post Office Protocol version 3 {POP3} is widely used internet mail protocol for receiving mails. Main facility of POP3 is it will download the emails to your local device before displaying them.

38
Which of the protocol is used to send a destination network unknown message back to the original host?
Answer & Solution
Solution:

ICMP (Internet Control Message Protocol) is used to send error messages back to the original host when a destination network is unknown. Specifically, an ICMP Destination Unreachable message is sent if a router cannot find a route to the destination. This informs the sender that the destination is unreachable.

39
Which of the following is a message authentication service beyond?
A.
B.
C.
D.
Answer & Solution
Solution:

Message Integrity ensures that a message has not been altered during transmission. It is a key part of message authentication services, verifying that the content remains unchanged and authentic.

40
A computer that stores and forwards e-mail messages is called?
A.
B.
C.
D.
Answer & Solution
Solution:

A Mail Server is a computer that stores, manages, and forwards e-mail messages. It receives incoming emails and stores them until the recipient retrieves them, and it also sends out emails to other mail servers or recipients.