1. What are the basic tags of HTML? Explain with example? 2. What is hyperlink? What are the different types of links used in HTML? Differentiates between hyperlink and hypermedia? 3. Define JavaScript? Explain the client-side benefits of using JavaScript over VBScript 4. What is CSS? Explain various types of CSS with examples? 5. Differentiate between HUB and SWITCH 1. Basic HTML Tags: HTML (Hypertext Markup Language) uses various tags to structure and format web content. Here are some basic HTML tags along with examples: - `<html>`: Defines the beginning and end of an HTML document. <html> <!-- Your content goes here --> </html> ...
Networking Concepts Networking Concepts Data Link Layer: Stop-and-Wait ARQ (Automatic Repeat reQuest): Definition: Stop-and-Wait is a simple ARQ protocol in the Data Link Layer. Key Points: The sender sends one frame and then waits for an acknowledgment from the receiver. If an acknowledgment is not received, the sender assumes that the frame was lost and retransmits it. Simple but can lead to inefficiencies in utilizing network bandwidth. Data Link Layer: Token Bus and Token Ring: Token Bus: Definition: Token Bus is a network protocol in which a logical token is passed around the nodes to control access to the network. Key Points: Nodes on the network can transmit data only when they possess the token. Ensures fair access to the network. ...
Top 100 Important MCQ's With Answer From BCA Sem 1 CBCS Syllabus C Programing Digital Eletronics Basic Math Soft Skill = Digital Electronics 1 . Which of the following options comes under the non - saturated logic family in Digital Electronics? a) Emitter - coupled Logic b) High-Threshold Logic c) Integrated - injection Logic d) Diode - Transistor Logic Click To See Answer Ans: a) Emitter - coupled Logic 2. What is a switching function that has more than one output called in Digital Electronics? a) Multi-gate function b) Multi-output function c) Multiple-gate function d) Multiple-output function Click To Se...
Comments
Post a Comment