Explore topic-wise MCQs in Technical MCQs.

This section includes 5 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.

1.

ALOHA was developed in early?

A. 1970
B. 1980
C. 1990
D. 1997
E.
Answer» B. 1980
2.

Checksum, Error control and Length information are main features of?

A. SCTP
B. IP
C. TCP
D. UDP
Answer» E.
3.

int sum (int A[], int n){  int sum = 0, i;  for (i = 0; i < n; i++)    sum = sum + A[i];  return sum;}// sizeof(int) = 2 bytes
8.Which is not an objective of network security?

A. Identification
B. Authentication
C. Lock
D. Access Control
Answer» D. Access Control
4.

public void func (Tree root){  func (root.left ());  func (root.right ());  System.out.println (root.data ());}
7.Consider the following piece of code. What will be the space required for this code?

A. 2n+8
B. 2n+4
C. 2n+2
D. 2n
Answer» B. 2n+4
5.

What was Photo Editor renamed to while using Microsoft Office, 2003?

A. Photo Manager
B. Picture Manager
C. Photo Editor
D. Paint Editor
Answer» D. Paint Editor