Informatics Practices
Which type of network covers a small geographical area like a single office, building, or school campus?
- PAN
- MAN
- LAN
- WAN
Computing Safety & Ethics
1 Like
Answer
LAN
Reason — LAN (Local Area Network) covers a small geographical area like a home, office, or school. It typically covers an area of up to 10 kilometers.
Answered By
1 Like
Related Questions
Fill in the Blank
Boolean indexing in Pandas DataFrame can be used for ……………
- Creating a new DataFrame
- Sorting data based on index labels
- Joining data using labels
- Filtering data based on condition
Which Matplotlib plot is best suited to represent changes in data over time?
- Bar plot
- Histogram
- Line plot
- Histogram & Bar plot
Assertion (A): We can add a new column in an existing DataFrame.
Reason (R): DataFrames are size mutable.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.
Assertion (A): In SQL, INSERT INTO is a Data Definition Language (DDL) Command.
Reason (R): DDL commands are used to create, modify, or remove database structures, such as tables.
- Both A and R are true, and R is the correct explanation of A.
- Both A and R are true, and R is not the correct explanation of A.
- A is true but R is false.
- A is false but R is true.