CSC 101: Computer Networking Basics
72 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

Which of the following is NOT a common email protocol?

  • SMTP
  • IMAP
  • POP3
  • FTP (correct)
  • Which of the following are the fundamental building components of a computer network?

  • String and Data
  • Port and Cable
  • Nodes and links (correct)
  • optical and coaxial
  • In Computer Networking, which type of wired transmission medium has a core of refined glass?.

  • Optic fibre (correct)
  • Shielded twisted pair
  • Twisted pair cable
  • Coaxial cable
  • What are the types of "Network"?

    <p>All of the above.</p> Signup and view all the answers

    A __________ is a collection of computers and devices that are connected together to enable communication and data exchange.

    <p>Network</p> Signup and view all the answers

    Which of the area network covers a small area such as an office or a home?

    <p>LAN</p> Signup and view all the answers

    OSI stands for Open Systems Interconnection.

    <p>Open Systems Interconnection</p> Signup and view all the answers

    Which of the following is part of the example of Network Topology?

    <p>All of the above.</p> Signup and view all the answers

    Full meaning of HTTP:

    <p>Hyper Text Transfer Protocol</p> Signup and view all the answers

    Which of these is not part of the advantages of the internet?

    <p>Bad Impacts on Health</p> Signup and view all the answers

    WWW stands for

    <p>World Wide Web</p> Signup and view all the answers

    Who invents WWW?

    <p>Tim Berners-Lee</p> Signup and view all the answers

    The identification given to a computer connection to a network is known as:

    <p>IP address</p> Signup and view all the answers

    The acronym FTP stands for:

    <p>File Transfer Protocol</p> Signup and view all the answers

    _______ represents raw facts, whereas _______ is processed meaningful data.

    <p>Data, Information</p> Signup and view all the answers

    How many layers in OSI Reference Models do we have?

    <p>7</p> Signup and view all the answers

    _________ is a network security system that is used to protect computer networks from unauthorized access.

    <p>A Firewall</p> Signup and view all the answers

    Hyperlinks are connections between web pages. .

    <p>Hyperlinks</p> Signup and view all the answers

    A ________ is a software program that allows user to access and view web pages on the internet.

    <p>Web browser</p> Signup and view all the answers

    Which year did Vint Cerf and Robert Kahn proposed a new set of protocols that would allow different networks to communicate with each other using a common language?

    <p>1970</p> Signup and view all the answers

    A __________ is a collection of symbols or codes used to format a document.

    <p>Mark up language</p> Signup and view all the answers

    What does HTML stand for?

    <p>Hyper Text Markup Language</p> Signup and view all the answers

    What is the difference between XML and HTML?

    <p>All of the above</p> Signup and view all the answers

    Opening tag of HTML Tag is called as _________.

    <p>Starting Tag</p> Signup and view all the answers

    HTML program is saved using ________ extension.

    <p>html</p> Signup and view all the answers

    Caption Tag in HTML ?

    <p>Both</p> Signup and view all the answers

    The href attribute in the link tag specifies the

    <p>Destination of a link</p> Signup and view all the answers

    What does an HTML tag do?

    <p>It specifies formatting and layout instructions for your web page</p> Signup and view all the answers

    Which of the following is valid colour code ?

    <p>#000000;</p> Signup and view all the answers

    Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?

    <p>Colgroup</p> Signup and view all the answers

    < br > What type of tag is this?

    <p>Break tag</p> Signup and view all the answers

    Which is the correct way to tag an image?

    <img src="image.jpg/gif" alt="Computer"> Signup and view all the answers

    If you want to use a background color for your entire webpage, which tag should you select in your CSS?

    <body> Signup and view all the answers

    Which HTML element defines the title of a document?

    &lt;title> Signup and view all the answers

    Block elements are normally displayed without starting a new line.

    <p>False</p> Signup and view all the answers

    Which tag would you generally use to make a list of items that have no particular order (by default, will show up as a bullet list)?

    <ul> Signup and view all the answers

    Which tag is used when creating a list with a specific order (by default, will show up as a numbered list)?

    <ol> Signup and view all the answers

    Which character is used to indicate an end tag?

    <p>/</p> Signup and view all the answers

    Choose the correct HTML element for the largest heading:

    <h1> Signup and view all the answers

    How can you created rounded corners using CSS3?

    <p>border-radius: 30px;</p> Signup and view all the answers

    What is the correct HTML for referring to an external style sheet?

    <link rel="stylesheet" type="text/css" href="mystyle.css"> Signup and view all the answers

    Where in an HTML document is the correct place to refer to an external style sheet?

    <p>In the <head> section</p> Signup and view all the answers

    Which HTML attribute is used to define inline styles?

    <p>style</p> Signup and view all the answers

    Which is the correct CSS syntax?

    <p>body {color: black;}</p> Signup and view all the answers

    Which property is used to change the background color?

    <p>background-color</p> Signup and view all the answers

    Which CSS property is used to change the text color of an element?

    <p>color</p> Signup and view all the answers

    Which CSS property controls the text size?

    <p>font-size</p> Signup and view all the answers

    Which property is used to change the left margin of an element?

    <p>margin-left</p> Signup and view all the answers

    How do you select an element with id 'demo'?

    <p>#demo</p> Signup and view all the answers

    What is the default value of the position property?

    <p>static</p> Signup and view all the answers

    Which HTML tag is used to create a multiple line space for user input?

    &lt;textarea> Signup and view all the answers

    Email, file and hidden are three examples of type attributes for which HTML tag?

    <input> Signup and view all the answers

    Which <form> attribute tells the browser how to submit the form data?

    <p>method</p> Signup and view all the answers

    The element must be nested within the element?

    <p>False</p> Signup and view all the answers

    The starting tag of table is:

    <tr> Signup and view all the answers

    What table element attribute do you need to specify to add a border to a table?

    <table border="1"> Signup and view all the answers

    Which of the following defines a single table row?

    <p>The <tr> tag</p> Signup and view all the answers

    Which of the following defines the content of table cells?

    <p>The <td> tag</p> Signup and view all the answers

    Which is an example of a complete image tag?

    <img src = "car.jpg"> Signup and view all the answers

    The HTML _______ element is used to create an HTML form for user input.

    <p>form</p> Signup and view all the answers

    Which input type allows for selecting zero or more of many choice?

    <p>checkbox</p> Signup and view all the answers

    Which attribute is used to specify that an input field must be filled out?

    <p>required</p> Signup and view all the answers

    Which input type let a user select ONLY ONE of a limited number of choices?

    <p>radio</p> Signup and view all the answers

    The action attribute tells the form?

    <p>Where to send the form's data</p> Signup and view all the answers

    Which input type defines a field that should contain an e-mail address?

    <p>email</p> Signup and view all the answers

    <input> is -

    <p>an empty tag</p> Signup and view all the answers

    In HTML5, which of the following tag is used to initialize the document type?

    <!DOCTYPE html> Signup and view all the answers

    What would be the decimal value of 1111 1110?

    <p>254</p> Signup and view all the answers

    _______ store and deliver requested data to clients.

    <p>server</p> Signup and view all the answers

    It is very easy to write SGML code.

    <p>False</p> Signup and view all the answers

    _______ attribute specifies the number of rows a cell should span.

    <p>Rowspan</p> Signup and view all the answers

    ALT attributes serves as a descriptive element for the image.

    <p>True</p> Signup and view all the answers

    Study Notes

    CSC 101: BY BLACK BOY

    • Email Protocols: POP3, SMTP, IMAP are common email protocols. FTP is not.

    • Computer Network Components: Nodes and links are fundamental components.

    • Wired Transmission Mediums: Optical fiber is a wired transmission medium made of refined glass.

    • Network Types: LAN (Local Area Network), MAN (Metropolitan Area Network), WAN (Wide Area Network)

    • Network Definition: A network is a collection of interconnected computers and devices enabling communication and data exchange.

    • Small Area Networks: LANs cover small areas like offices or homes.

    • OSI Model: OSI stands for Open Systems Interconnection.

    • Network Topology: Bus, Star and Mesh are network topologies.

    • Internet Advantages/Disadvantages: The internet offers communication, education, online jobs, and entertainment; however, it can have negative impacts on health.

    • WWW: Stands for World Wide Web

    • WWW Inventor: Tim Berners-Lee invented the World Wide Web.

    • Network Identification: A computer's connection to a network is identified by its IP address.

    • FTP: Stands for File Transfer Protocol.

    • Information vs. Data: Information represents processed data, while data is raw facts.

    • OSI Layers: The OSI Reference Model has 7 layers.

    • Network Security: Firewalls are network security systems to protect from unauthorized access.

    • Hyperlinks: Hyperlinks connect web pages.

    • Web Browser: Software to access and view web pages.

    • Network Communication Protocols: Protocols allow different networks to communicate using a common language.

    • Document Formatting: Markup languages format documents.

    • HTML: HTML (HyperText Markup Language) format documents.

    • XML vs. HTML: XML exchanges data, HTML is used for data exchange and has user-defined tags.

    • HTML Tag Types: Opening and Closing.

    • Table Tags:

      , ,
      , define tables.

    • Image Tag: The tag for images.

    • Color Codes: Valid color codes start with a '#' sign, followed by 6 hexadecimal digits (e.g., #000000).

    • HTML Attributes: Attributes are used to provide additional information about HTML elements.

    • CSS: Cascading Style Sheets, used to style HTML elements.

    • CSS Positioning: Common values for the position property in CSS.

    • HTML Elements: Defining titles, lists, headings, and links.

    • Network Concepts: Different types of networks and their characteristic.

    • Data Representation: Octal, hexadecimal and binary are different ways of representing data or numbers.

    • Webpage Structure: The different tags that make up a webpage

    • Internet Usage: The basics of how the internet works.

    • HTML Tags: Different tags used in web pages.

    • Input Types: Different types of input that can be placed in forms.

    • Studying That Suits You

      Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

      Quiz Team

      Related Documents

      CSC Tutorial PDF

      Description

      This quiz covers essential concepts in computer networking as outlined in CSC 101. Topics include email protocols, network components, transmission mediums, and more. Test your understanding of LANs, the OSI model, and the advantages of the internet.

      More Like This

      Introduction to Email
      14 questions

      Introduction to Email

      RoomierVanadium avatar
      RoomierVanadium
      Computer Networking and Remote Access
      14 questions
      Computer Networking Concepts
      23 questions
      Use Quizgecko on...
      Browser
      Browser