Question
Easy
OSI stands for:
1
Online Secure Interconnection
2
Online Systems Internet
3
Open Security Information
4
Open Systems Interconnection
Question Details
Time to Solve: 12
Exam: HTET
Level/Paper: Level 3
Chapter: Computer Networks & Internet
Topic: Computer Network
Correct Answer
Option D
Explanation
The correct option is (4): The acronym OSI stands for Open Systems Interconnection. This is the formal, standardized name for a conceptual model developed by the International Organization for Standardization (ISO) in the 1980s. The model's fundamental purpose was to create a framework that would allow different computer systems, from various vendors and using different technologies, to communicate with each other—hence the term "Open Systems." It defines a seven-layer architectural…Read More
Similar Questions from HTET Exam - Level 3 - Year 2019
Question 1
Easy
Source :
HTET 2019
Consider a weak entity set in DBMS. Cardinality ratio 'strong entity set: weak entity set' in their binary identifying relationship is :
Chapter :
Database Management System (DBMS) & SQL
Topic :
Database Concepts
Question 2
Easy
Source :
HTET 2019
In context of C++, which of the following is invalid statement?
Chapter :
Object-Oriented Programming (C++)
Topic :
Class & Object in C++
Question 3
Easy
Source :
HTET 2019
In C++, which of the following is not a valid access specifier ?
Chapter :
Object-Oriented Programming (C++)
Topic :
Class & Object in C++
Question 4
Easy
Source :
HTET 2019
Consider the following SQL query to retrieve ecode of employees from EMPLOYEE table, whose address contains 'INDIA': SELECT ecode FROM EMPLOYEE WHERE _______; Which of…
Chapter :
Database Management System (DBMS) & SQL
Topic :
SQL